KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencms > workplace > list > Messages


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/list/Messages.java,v $
3  * Date : $Date: 2006/03/27 14:52:27 $
4  * Version: $Revision: 1.16 $
5  *
6  * This library is part of OpenCms -
7  * the Open Source Content Mananagement System
8  *
9  * Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public
13  * License as published by the Free Software Foundation; either
14  * version 2.1 of the License, or (at your option) any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19  * Lesser General Public License for more details.
20  *
21  * For further information about Alkacon Software GmbH, please see the
22  * company website: http://www.alkacon.com
23  *
24  * For further information about OpenCms, please see the
25  * project website: http://www.opencms.org
26  *
27  * You should have received a copy of the GNU Lesser General Public
28  * License along with this library; if not, write to the Free Software
29  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30  */

31
32 package org.opencms.workplace.list;
33
34 import org.opencms.i18n.A_CmsMessageBundle;
35 import org.opencms.i18n.I_CmsMessageBundle;
36
37 /**
38  * Convenience class to access the localized messages of this OpenCms package.<p>
39  *
40  * @version $Revision: 1.16 $
41  *
42  * @since 6.0.0
43  */

44 public final class Messages extends A_CmsMessageBundle {
45
46     /** Message contant for key in the resource bundle. */
47     public static final String JavaDoc ERR_DUPLICATED_ID_1 = "ERR_DUPLICATED_ID_1";
48
49     /** Message contant for key in the resource bundle. */
50     public static final String JavaDoc ERR_LIST_COLUMN_EXISTS_1 = "ERR_LIST_COLUMN_EXISTS_1";
51
52     /** Message contant for key in the resource bundle. */
53     public static final String JavaDoc ERR_LIST_ENUM_PARSE_2 = "ERR_LIST_ENUM_PARSE_2";
54
55     /** Message contant for key in the resource bundle. */
56     public static final String JavaDoc ERR_LIST_FILL_1 = "ERR_LIST_FILL_1";
57
58     /** Message contant for key in the resource bundle. */
59     public static final String JavaDoc ERR_LIST_INVALID_COLUMN_1 = "ERR_LIST_INVALID_COLUMN_1";
60
61     /** Message contant for key in the resource bundle. */
62     public static final String JavaDoc ERR_LIST_INVALID_NULL_ARG_1 = "ERR_LIST_INVALID_NULL_ARG_1";
63
64     /** Message contant for key in the resource bundle. */
65     public static final String JavaDoc ERR_LIST_INVALID_PAGE_1 = "ERR_LIST_INVALID_PAGE_1";
66
67     /** Message contant for key in the resource bundle. */
68     public static final String JavaDoc ERR_LIST_UNSUPPORTED_ACTION_2 = "ERR_LIST_UNSUPPORTED_ACTION_2";
69
70     /** Message contant for key in the resource bundle. */
71     public static final String JavaDoc GUI_ACTION_PRINT_HELP_0 = "GUI_ACTION_PRINT_HELP_0";
72
73     /** Message contant for key in the resource bundle. */
74     public static final String JavaDoc GUI_ACTION_PRINT_NAME_0 = "GUI_ACTION_PRINT_NAME_0";
75
76     /** Message contant for key in the resource bundle. */
77     public static final String JavaDoc GUI_EXPLORER_LIST_ACTION_INPROJECT_NAME_1 = "GUI_EXPLORER_LIST_ACTION_INPROJECT_NAME_1";
78
79     /** Message contant for key in the resource bundle. */
80     public static final String JavaDoc GUI_EXPLORER_LIST_ACTION_LOCK_HELP_0 = "GUI_EXPLORER_LIST_ACTION_LOCK_HELP_0";
81
82     /** Message contant for key in the resource bundle. */
83     public static final String JavaDoc GUI_EXPLORER_LIST_ACTION_LOCK_NAME_2 = "GUI_EXPLORER_LIST_ACTION_LOCK_NAME_2";
84
85     /** Message contant for key in the resource bundle. */
86     public static final String JavaDoc GUI_EXPLORER_LIST_ACTION_OUTPROJECT_NAME_1 = "GUI_EXPLORER_LIST_ACTION_OUTPROJECT_NAME_1";
87
88     /** Message contant for key in the resource bundle. */
89     public static final String JavaDoc GUI_EXPLORER_LIST_ACTION_PROJECTSTATE_HELP_0 = "GUI_EXPLORER_LIST_ACTION_PROJECTSTATE_HELP_0";
90
91     /** Message contant for key in the resource bundle. */
92     public static final String JavaDoc GUI_EXPLORER_LIST_ACTION_RES_HELP_0 = "GUI_EXPLORER_LIST_ACTION_RES_HELP_0";
93
94     /** Message contant for key in the resource bundle. */
95     public static final String JavaDoc GUI_EXPLORER_LIST_ACTION_UNLOCK_NAME_0 = "GUI_EXPLORER_LIST_ACTION_UNLOCK_NAME_0";
96
97     /** Message contant for key in the resource bundle. */
98     public static final String JavaDoc GUI_EXPLORER_LIST_COLS_ICON_0 = "GUI_EXPLORER_LIST_COLS_ICON_0";
99
100     /** Message contant for key in the resource bundle. */
101     public static final String JavaDoc GUI_EXPLORER_LIST_COLS_ICON_HELP_0 = "GUI_EXPLORER_LIST_COLS_ICON_HELP_0";
102
103     /** Message contant for key in the resource bundle. */
104     public static final String JavaDoc GUI_EXPLORER_LIST_COLS_LOCK_0 = "GUI_EXPLORER_LIST_COLS_LOCK_0";
105
106     /** Message contant for key in the resource bundle. */
107     public static final String JavaDoc GUI_EXPLORER_LIST_COLS_PROJSTATE_0 = "GUI_EXPLORER_LIST_COLS_PROJSTATE_0";
108
109     /** Message contant for key in the resource bundle. */
110     public static final String JavaDoc GUI_LIST_ACTION_CSV_CONF_0 = "GUI_LIST_ACTION_CSV_CONF_0";
111
112     /** Message contant for key in the resource bundle. */
113     public static final String JavaDoc GUI_LIST_ACTION_CSV_HELP_0 = "GUI_LIST_ACTION_CSV_HELP_0";
114
115     /** Message contant for key in the resource bundle. */
116     public static final String JavaDoc GUI_LIST_ACTION_CSV_NAME_0 = "GUI_LIST_ACTION_CSV_NAME_0";
117
118     /** Message contant for key in the resource bundle. */
119     public static final String JavaDoc GUI_LIST_ACTION_EXPLORER_SWITCH_CONF_0 = "GUI_LIST_ACTION_EXPLORER_SWITCH_CONF_0";
120
121     /** Message contant for key in the resource bundle. */
122     public static final String JavaDoc GUI_LIST_ACTION_EXPLORER_SWITCH_HELP_0 = "GUI_LIST_ACTION_EXPLORER_SWITCH_HELP_0";
123
124     /** Message contant for key in the resource bundle. */
125     public static final String JavaDoc GUI_LIST_ACTION_EXPLORER_SWITCH_NAME_0 = "GUI_LIST_ACTION_EXPLORER_SWITCH_NAME_0";
126
127     /** Message contant for key in the resource bundle. */
128     public static final String JavaDoc GUI_LIST_ACTION_LIST_SWITCH_HELP_0 = "GUI_LIST_ACTION_LIST_SWITCH_HELP_0";
129
130     /** Message contant for key in the resource bundle. */
131     public static final String JavaDoc GUI_LIST_ACTION_LIST_SWITCH_NAME_0 = "GUI_LIST_ACTION_LIST_SWITCH_NAME_0";
132
133     /** Message contant for key in the resource bundle. */
134     public static final String JavaDoc GUI_LIST_ACTION_NO_SELECTION_0 = "GUI_LIST_ACTION_NO_SELECTION_0";
135
136     /** Message contant for key in the resource bundle. */
137     public static final String JavaDoc GUI_LIST_ACTION_NO_SELECTION_MATCH_1 = "GUI_LIST_ACTION_NO_SELECTION_MATCH_1";
138
139     /** Message contant for key in the resource bundle. */
140     public static final String JavaDoc GUI_LIST_ACTION_PRINT_CONF_0 = "GUI_LIST_ACTION_PRINT_CONF_0";
141
142     /** Message contant for key in the resource bundle. */
143     public static final String JavaDoc GUI_LIST_ACTION_PRINT_HELP_0 = "GUI_LIST_ACTION_PRINT_HELP_0";
144
145     /** Message contant for key in the resource bundle. */
146     public static final String JavaDoc GUI_LIST_ACTION_PRINT_NAME_0 = "GUI_LIST_ACTION_PRINT_NAME_0";
147
148     /** Message contant for key in the resource bundle. */
149     public static final String JavaDoc GUI_LIST_ACTION_REFRESH_CONF_0 = "GUI_LIST_ACTION_REFRESH_CONF_0";
150
151     /** Message contant for key in the resource bundle. */
152     public static final String JavaDoc GUI_LIST_ACTION_REFRESH_HELP_0 = "GUI_LIST_ACTION_REFRESH_HELP_0";
153
154     /** Message contant for key in the resource bundle. */
155     public static final String JavaDoc GUI_LIST_ACTION_REFRESH_NAME_0 = "GUI_LIST_ACTION_REFRESH_NAME_0";
156
157     /** Message contant for key in the resource bundle. */
158     public static final String JavaDoc GUI_LIST_ACTION_SEARCH_CONF_0 = "GUI_LIST_ACTION_SEARCH_CONF_0";
159
160     /** Message contant for key in the resource bundle. */
161     public static final String JavaDoc GUI_LIST_ACTION_SEARCH_HELP_1 = "GUI_LIST_ACTION_SEARCH_HELP_1";
162
163     /** Message contant for key in the resource bundle. */
164     public static final String JavaDoc GUI_LIST_ACTION_SEARCH_NAME_0 = "GUI_LIST_ACTION_SEARCH_NAME_0";
165
166     /** Message contant for key in the resource bundle. */
167     public static final String JavaDoc GUI_LIST_ACTION_SHOWALL_CONF_0 = "GUI_LIST_ACTION_SHOWALL_CONF_0";
168
169     /** Message contant for key in the resource bundle. */
170     public static final String JavaDoc GUI_LIST_ACTION_SHOWALL_HELP_0 = "GUI_LIST_ACTION_SHOWALL_HELP_0";
171
172     /** Message contant for key in the resource bundle. */
173     public static final String JavaDoc GUI_LIST_ACTION_SHOWALL_NAME_0 = "GUI_LIST_ACTION_SHOWALL_NAME_0";
174
175     /** Message contant for key in the resource bundle. */
176     public static final String JavaDoc GUI_LIST_COLUMN_ASC_SORT_1 = "GUI_LIST_COLUMN_ASC_SORT_1";
177
178     /** Message contant for key in the resource bundle. */
179     public static final String JavaDoc GUI_LIST_COLUMN_DESC_SORT_1 = "GUI_LIST_COLUMN_DESC_SORT_1";
180
181     /** Name of the used resource bundle. */
182     public static final String JavaDoc GUI_LIST_COLUMN_NO_SORT_1 = "GUI_LIST_COLUMN_NO_SORT_1";
183
184     /** Message contant for key in the resource bundle. */
185     public static final String JavaDoc GUI_LIST_DATE_FORMAT_1 = "GUI_LIST_DATE_FORMAT_1";
186
187     /** Message contant for key in the resource bundle. */
188     public static final String JavaDoc GUI_LIST_DATE_FORMAT_NEVER_0 = "GUI_LIST_DATE_FORMAT_NEVER_0";
189
190     /** Message contant for key in the resource bundle. */
191     public static final String JavaDoc GUI_LIST_EMPTY_0 = "GUI_LIST_EMPTY_0";
192
193     /** Message contant for key in the resource bundle. */
194     public static final String JavaDoc GUI_LIST_PAGING_FILTER_TEXT_3 = "GUI_LIST_PAGING_FILTER_TEXT_3";
195
196     /** Message contant for key in the resource bundle. */
197     public static final String JavaDoc GUI_LIST_PAGING_NEXT_HELP_0 = "GUI_LIST_PAGING_NEXT_HELP_0";
198
199     /** Message contant for key in the resource bundle. */
200     public static final String JavaDoc GUI_LIST_PAGING_NEXT_HELPDIS_0 = "GUI_LIST_PAGING_NEXT_HELPDIS_0";
201
202     /** Message contant for key in the resource bundle. */
203     public static final String JavaDoc GUI_LIST_PAGING_NEXT_NAME_0 = "GUI_LIST_PAGING_NEXT_NAME_0";
204
205     /** Message contant for key in the resource bundle. */
206     public static final String JavaDoc GUI_LIST_PAGING_PREVIOUS_HELP_0 = "GUI_LIST_PAGING_PREVIOUS_HELP_0";
207
208     /** Message contant for key in the resource bundle. */
209     public static final String JavaDoc GUI_LIST_PAGING_PREVIOUS_HELPDIS_0 = "GUI_LIST_PAGING_PREVIOUS_HELPDIS_0";
210
211     /** Message contant for key in the resource bundle. */
212     public static final String JavaDoc GUI_LIST_PAGING_PREVIOUS_NAME_0 = "GUI_LIST_PAGING_PREVIOUS_NAME_0";
213
214     /** Message contant for key in the resource bundle. */
215     public static final String JavaDoc GUI_LIST_PAGING_TEXT_2 = "GUI_LIST_PAGING_TEXT_2";
216
217     /** Message contant for key in the resource bundle. */
218     public static final String JavaDoc GUI_LIST_SINGLE_TITLE_FILTERED_TEXT_3 = "GUI_LIST_SINGLE_TITLE_FILTERED_TEXT_3";
219
220     /** Message contant for key in the resource bundle. */
221     public static final String JavaDoc GUI_LIST_SINGLE_TITLE_TEXT_2 = "GUI_LIST_SINGLE_TITLE_TEXT_2";
222
223     /** Message contant for key in the resource bundle. */
224     public static final String JavaDoc GUI_LIST_TITLE_FILTERED_TEXT_5 = "GUI_LIST_TITLE_FILTERED_TEXT_5";
225
226     /** Message contant for key in the resource bundle. */
227     public static final String JavaDoc GUI_LIST_TITLE_TEXT_4 = "GUI_LIST_TITLE_TEXT_4";
228
229     /** Message contant for key in the resource bundle. */
230     public static final String JavaDoc GUI_OPENRESOURCE_ACTION_DISABLED_HELP_0 = "GUI_OPENRESOURCE_ACTION_DISABLED_HELP_0";
231
232     /** Message contant for key in the resource bundle. */
233     public static final String JavaDoc GUI_OPENRESOURCE_ACTION_HELP_0 = "GUI_OPENRESOURCE_ACTION_HELP_0";
234
235     /** Message contant for key in the resource bundle. */
236     
237     public static final String JavaDoc GUI_OPENRESOURCE_ACTION_NAME_0 = "GUI_OPENRESOURCE_ACTION_NAME_0";
238     
239
240     /** Message contant for key in the resource bundle. */
241     public static final String JavaDoc LOG_PROCESS_PROJECT_VIEW_END_1 = "LOG_PROCESS_PROJECT_VIEW_END_1";
242
243     /** Message contant for key in the resource bundle. */
244     public static final String JavaDoc LOG_PROCESS_PROJECT_VIEW_START_1 = "LOG_PROCESS_PROJECT_VIEW_START_1";
245
246     /** Name of the used resource bundle. */
247     private static final String JavaDoc BUNDLE_NAME = "org.opencms.workplace.list.messages";
248
249     /** Static instance member. */
250     private static final I_CmsMessageBundle INSTANCE = new Messages();
251
252     /**
253      * Hides the public constructor for this utility class.<p>
254      */

255     private Messages() {
256
257         // hide the constructor
258
}
259
260     /**
261      * Returns an instance of this localized message accessor.<p>
262      *
263      * @return an instance of this localized message accessor
264      */

265     public static I_CmsMessageBundle get() {
266
267         return INSTANCE;
268     }
269
270     /**
271      * Returns the bundle name for this OpenCms package.<p>
272      *
273      * @return the bundle name for this OpenCms package
274      */

275     public String JavaDoc getBundleName() {
276
277         return BUNDLE_NAME;
278     }
279 }
Popular Tags