Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / programs / dtfile / SharedMsgs.h
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 librararies 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
41 #ifndef _Shared_Msgs_h
42 #define _Shared_Msgs_h
43
44 extern char * GetSharedMessage(
45                       int id) ;
46
47
48 #define CANNOT_READ_DIRECTORY_ERROR   1
49 #define DIRECTORY_DATE_FORMAT         2
50 #define FILE_RENAME_ERROR_TITLE       3
51 #define FILE_MANIPULATION_ERROR_TITLE 4
52 #define CANNOT_CONNECT_ERROR_1        5
53 #define CANNOT_CONNECT_ERROR_2        6
54 #define CANT_READ_ERROR               7
55 #define CANT_WRITE_ERROR              8
56 #define CANT_CREATE_ERROR             9
57 #define CANT_DELETE_ERROR            10
58 #define CANT_OVERWRITE_ERROR         11
59 #define ACTION_FT_HELP_TITLE         12
60 #define FILES_FOUND_LABEL            13
61 #define LOCAL_RENAME_ONLY_ERROR      14
62 #define NO_DIR_ACCESS_ERROR          15
63 #define NO_FILES_FOUND_ERROR         16
64 #define FIND_ERROR_TITLE             17
65 #define FILE_COPY_ERROR_TITLE        20
66 #define NO_SPACES_ALLOWED_ERROR      21
67 #define MENU_OVERVIEW_LABEL          22
68 #define MENU_TUTORIAL_LABEL          23
69 #define MENU_ABOUT_LABEL             24
70 #define FILE_MGR_MENU_NAME           25
71 #define CHANGE_DIR_ERROR_TITLE       26
72 #define TRASH_ERROR_TITLE            27
73 #define FILTER_EDIT_ID_STRING        28
74 #define FILTER_ACTIVE_ID_STRING      29
75 #define UP_ONE_LEVEL_LABEL           30
76 #define ITEM_HELP_ERROR_TITLE        31
77 #define ITEM_HELP_ERROR              32
78 #define FILE_MOVE_ERROR_TITLE        33
79 #define FILE_LINK_ERROR_TITLE        34
80 #define AMITEM_HELP_ERROR            35
81
82 #endif /* _Shared_Msgs_h */
83 /* DON'T ADD ANYTHING AFTER THIS #endif */