SharedMsgs.h 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these libraries and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /* $XConsortium: SharedMsgs.h /main/4 1995/11/02 14:43:54 rswiston $ */
  24. /************************************<+>*************************************
  25. ****************************************************************************
  26. *
  27. * FILE: SharedMsgs.h
  28. *
  29. * COMPONENT_NAME: Desktop File Manager
  30. *
  31. * DESCRIPTION: Functions and defines for accessing shared message
  32. *
  33. * (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company
  34. * (c) Copyright 1993, 1994, 1995 International Business Machines Corp.
  35. * (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
  36. * (c) Copyright 1993, 1994, 1995 Novell, Inc.
  37. *
  38. ****************************************************************************
  39. ************************************<+>*************************************/
  40. #ifndef _Shared_Msgs_h
  41. #define _Shared_Msgs_h
  42. extern char * GetSharedMessage(
  43. int id) ;
  44. #define CANNOT_READ_DIRECTORY_ERROR 1
  45. #define DIRECTORY_DATE_FORMAT 2
  46. #define FILE_RENAME_ERROR_TITLE 3
  47. #define FILE_MANIPULATION_ERROR_TITLE 4
  48. #define CANNOT_CONNECT_ERROR_1 5
  49. #define CANNOT_CONNECT_ERROR_2 6
  50. #define CANT_READ_ERROR 7
  51. #define CANT_WRITE_ERROR 8
  52. #define CANT_CREATE_ERROR 9
  53. #define CANT_DELETE_ERROR 10
  54. #define CANT_OVERWRITE_ERROR 11
  55. #define ACTION_FT_HELP_TITLE 12
  56. #define FILES_FOUND_LABEL 13
  57. #define LOCAL_RENAME_ONLY_ERROR 14
  58. #define NO_DIR_ACCESS_ERROR 15
  59. #define NO_FILES_FOUND_ERROR 16
  60. #define FIND_ERROR_TITLE 17
  61. #define FILE_COPY_ERROR_TITLE 20
  62. #define NO_SPACES_ALLOWED_ERROR 21
  63. #define MENU_OVERVIEW_LABEL 22
  64. #define MENU_TUTORIAL_LABEL 23
  65. #define MENU_ABOUT_LABEL 24
  66. #define FILE_MGR_MENU_NAME 25
  67. #define CHANGE_DIR_ERROR_TITLE 26
  68. #define TRASH_ERROR_TITLE 27
  69. #define FILTER_EDIT_ID_STRING 28
  70. #define FILTER_ACTIVE_ID_STRING 29
  71. #define UP_ONE_LEVEL_LABEL 30
  72. #define ITEM_HELP_ERROR_TITLE 31
  73. #define ITEM_HELP_ERROR 32
  74. #define FILE_MOVE_ERROR_TITLE 33
  75. #define FILE_LINK_ERROR_TITLE 34
  76. #define AMITEM_HELP_ERROR 35
  77. #endif /* _Shared_Msgs_h */
  78. /* DON'T ADD ANYTHING AFTER THIS #endif */