Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtfile / SharedMsgs.h
1 /* $XConsortium: SharedMsgs.h /main/4 1995/11/02 14:43:54 rswiston $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  *
5  *   FILE:           SharedMsgs.h
6  *
7  *   COMPONENT_NAME: Desktop File Manager
8  *
9  *   DESCRIPTION:    Functions and defines for accessing shared message
10  *
11  *   (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company
12  *   (c) Copyright 1993, 1994, 1995 International Business Machines Corp.
13  *   (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
14  *   (c) Copyright 1993, 1994, 1995 Novell, Inc.
15  *
16  ****************************************************************************
17  ************************************<+>*************************************/
18
19 #ifndef _Shared_Msgs_h
20 #define _Shared_Msgs_h
21
22 extern char * GetSharedMessage(
23                       int id) ;
24
25
26 #define CANNOT_READ_DIRECTORY_ERROR   1
27 #define DIRECTORY_DATE_FORMAT         2
28 #define FILE_RENAME_ERROR_TITLE       3
29 #define FILE_MANIPULATION_ERROR_TITLE 4
30 #define CANNOT_CONNECT_ERROR_1        5
31 #define CANNOT_CONNECT_ERROR_2        6
32 #define CANT_READ_ERROR               7
33 #define CANT_WRITE_ERROR              8
34 #define CANT_CREATE_ERROR             9
35 #define CANT_DELETE_ERROR            10
36 #define CANT_OVERWRITE_ERROR         11
37 #define ACTION_FT_HELP_TITLE         12
38 #define FILES_FOUND_LABEL            13
39 #define LOCAL_RENAME_ONLY_ERROR      14
40 #define NO_DIR_ACCESS_ERROR          15
41 #define NO_FILES_FOUND_ERROR         16
42 #define FIND_ERROR_TITLE             17
43 #define FILE_COPY_ERROR_TITLE        20
44 #define NO_SPACES_ALLOWED_ERROR      21
45 #define MENU_OVERVIEW_LABEL          22
46 #define MENU_TUTORIAL_LABEL          23
47 #define MENU_ABOUT_LABEL             24
48 #define FILE_MGR_MENU_NAME           25
49 #define CHANGE_DIR_ERROR_TITLE       26
50 #define TRASH_ERROR_TITLE            27
51 #define FILTER_EDIT_ID_STRING        28
52 #define FILTER_ACTIVE_ID_STRING      29
53 #define UP_ONE_LEVEL_LABEL           30
54 #define ITEM_HELP_ERROR_TITLE        31
55 #define ITEM_HELP_ERROR              32
56 #define FILE_MOVE_ERROR_TITLE        33
57 #define FILE_LINK_ERROR_TITLE        34
58 #define AMITEM_HELP_ERROR            35
59
60 #endif /* _Shared_Msgs_h */
61 /* DON'T ADD ANYTHING AFTER THIS #endif */