KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/explorer/Messages.java,v $
3  * Date : $Date: 2006/03/31 15:25:51 $
4  * Version: $Revision: 1.14 $
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.explorer;
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  * @author Jan Baudisch
41  *
42  * @version $Revision: 1.14 $
43  *
44  * @since 6.0.0
45  */

46 public final class Messages extends A_CmsMessageBundle {
47
48     /** Message constant for key in the resource bundle. */
49     public static final String JavaDoc ERR_CREATE_FOLDER_0 = "ERR_CREATE_FOLDER_0";
50
51     /** Message constant for key in the resource bundle. */
52     public static final String JavaDoc ERR_CREATE_LINK_0 = "ERR_CREATE_LINK_0";
53
54     /** Message constant for key in the resource bundle. */
55     public static final String JavaDoc ERR_NEW_RES_CONSTRUCTOR_NOT_FOUND_1 = "ERR_NEW_RES_CONSTRUCTOR_NOT_FOUND_1";
56
57     /** Message constant for key in the resource bundle. */
58     public static final String JavaDoc ERR_NEW_RES_HANDLER_CLASS_NOT_FOUND_1 = "ERR_NEW_RES_HANDLER_CLASS_NOT_FOUND_1";
59
60     /** Message constant for key in the resource bundle. */
61     public static final String JavaDoc ERR_TABLE_IMPORT_FAILED_0 = "ERR_TABLE_IMPORT_FAILED_0";
62
63     /** Message constant for key in the resource bundle. */
64     public static final String JavaDoc ERR_UPLOAD_FILE_0 = "ERR_UPLOAD_FILE_0";
65
66     /** Message constant for key in the resource bundle. */
67     public static final String JavaDoc ERR_UPLOAD_FILE_NOT_FOUND_0 = "ERR_UPLOAD_FILE_NOT_FOUND_0";
68
69     /** Message constant for key in the resource bundle. */
70     public static final String JavaDoc ERR_UPLOAD_FILE_SIZE_TOO_HIGH_1 = "ERR_UPLOAD_FILE_SIZE_TOO_HIGH_1";
71
72     /** Message constant for key in the resource bundle. */
73     public static final String JavaDoc GUI_BUTTON_BACK_0 = "GUI_BUTTON_BACK_0";
74
75     /** Message constant for key in the resource bundle. */
76     public static final String JavaDoc GUI_BUTTON_CONTINUE_0 = "GUI_BUTTON_CONTINUE_0";
77
78     /** Message constant for key in the resource bundle. */
79     public static final String JavaDoc GUI_BUTTON_ENDWIZARD_0 = "GUI_BUTTON_ENDWIZARD_0";
80
81     /** Message constant for key in the resource bundle. */
82     public static final String JavaDoc GUI_BUTTON_NEW_0 = "GUI_BUTTON_NEW_0";
83
84     /** Message constant for key in the resource bundle. */
85     public static final String JavaDoc GUI_BUTTON_NEWRESOURCE_UPLOAD_UNZIP_0 = "GUI_BUTTON_NEWRESOURCE_UPLOAD_UNZIP_0";
86
87     /** Message constant for key in the resource bundle. */
88     public static final String JavaDoc GUI_BUTTON_NEXTSCREEN_0 = "GUI_BUTTON_NEXTSCREEN_0";
89
90     /** Message constant for key in the resource bundle. */
91     public static final String JavaDoc GUI_BUTTON_PARENT_0 = "GUI_BUTTON_PARENT_0";
92
93     /** Message constant for key in the resource bundle. */
94     public static final String JavaDoc GUI_BUTTON_SEARCH_0 = "GUI_BUTTON_SEARCH_0";
95
96     /** Message constant for key in the resource bundle. */
97     public static final String JavaDoc GUI_BUTTON_UPLOAD_0 = "GUI_BUTTON_UPLOAD_0";
98
99     /** Message constant for key in the resource bundle. */
100     public static final String JavaDoc GUI_EXPLORER_ALTBELONGTO_0 = "GUI_EXPLORER_ALTBELONGTO_0";
101
102     /** Message constant for key in the resource bundle. */
103     public static final String JavaDoc GUI_EXPLORER_CONTEXT_ACCESS_0 = "GUI_EXPLORER_CONTEXT_ACCESS_0";
104
105     /** Message constant for key in the resource bundle. */
106     public static final String JavaDoc GUI_EXPLORER_CONTEXT_AVAILABILITY_0 = "GUI_EXPLORER_CONTEXT_AVAILABILITY_0";
107
108     /** Message constant for key in the resource bundle. */
109     public static final String JavaDoc GUI_EXPLORER_CONTEXT_CHNAV_0 = "GUI_EXPLORER_CONTEXT_CHNAV_0";
110
111     /** Message constant for key in the resource bundle. */
112     public static final String JavaDoc GUI_EXPLORER_CONTEXT_COMMENTIMAGES_0 = "GUI_EXPLORER_CONTEXT_COMMENTIMAGES_0";
113
114     /** Message constant for key in the resource bundle. */
115     public static final String JavaDoc GUI_EXPLORER_CONTEXT_COPY_0 = "GUI_EXPLORER_CONTEXT_COPY_0";
116
117     /** Message constant for key in the resource bundle. */
118     public static final String JavaDoc GUI_EXPLORER_CONTEXT_COPYTOPROJECT_0 = "GUI_EXPLORER_CONTEXT_COPYTOPROJECT_0";
119
120     /** Message constant for key in the resource bundle. */
121     public static final String JavaDoc GUI_EXPLORER_CONTEXT_DELETE_0 = "GUI_EXPLORER_CONTEXT_DELETE_0";
122
123     /** Message constant for key in the resource bundle. */
124     public static final String JavaDoc GUI_EXPLORER_CONTEXT_EDIT_0 = "GUI_EXPLORER_CONTEXT_EDIT_0";
125
126     /** Message constant for key in the resource bundle. */
127     public static final String JavaDoc GUI_EXPLORER_CONTEXT_EDITCONTROLFILE_0 = "GUI_EXPLORER_CONTEXT_EDITCONTROLFILE_0";
128
129     /** Message constant for key in the resource bundle. */
130     public static final String JavaDoc GUI_EXPLORER_CONTEXT_EDITLINK_0 = "GUI_EXPLORER_CONTEXT_EDITLINK_0";
131
132     /** Message constant for key in the resource bundle. */
133     public static final String JavaDoc GUI_EXPLORER_CONTEXT_EDITSOURCE_0 = "GUI_EXPLORER_CONTEXT_EDITSOURCE_0";
134
135     /** Message constant for key in the resource bundle. */
136     public static final String JavaDoc GUI_EXPLORER_CONTEXT_HISTORY_0 = "GUI_EXPLORER_CONTEXT_HISTORY_0";
137
138     /** Message constant for key in the resource bundle. */
139     public static final String JavaDoc GUI_EXPLORER_CONTEXT_LOCK_0 = "GUI_EXPLORER_CONTEXT_LOCK_0";
140
141     /** Message constant for key in the resource bundle. */
142     public static final String JavaDoc GUI_EXPLORER_CONTEXT_MOVE_0 = "GUI_EXPLORER_CONTEXT_MOVE_0";
143
144     /** Message constant for key in the resource bundle. */
145     public static final String JavaDoc GUI_EXPLORER_CONTEXT_MOVE_MULTI_0 = "GUI_EXPLORER_CONTEXT_MOVE_MULTI_0";
146
147     /** Message constant for key in the resource bundle. */
148     public static final String JavaDoc GUI_EXPLORER_CONTEXT_OPENGALLERY_0 = "GUI_EXPLORER_CONTEXT_OPENGALLERY_0";
149
150     /** Message constant for key in the resource bundle. */
151     public static final String JavaDoc GUI_EXPLORER_CONTEXT_OVERRIDELOCK_0 = "GUI_EXPLORER_CONTEXT_OVERRIDELOCK_0";
152
153     /** Message constant for key in the resource bundle. */
154     public static final String JavaDoc GUI_EXPLORER_CONTEXT_PAGEEDIT_0 = "GUI_EXPLORER_CONTEXT_PAGEEDIT_0";
155
156     /** Message constant for key in the resource bundle. */
157     public static final String JavaDoc GUI_EXPLORER_CONTEXT_PROPERTY_0 = "GUI_EXPLORER_CONTEXT_PROPERTY_0";
158
159     /** Message constant for key in the resource bundle. */
160     public static final String JavaDoc GUI_EXPLORER_CONTEXT_PUBLISH_0 = "GUI_EXPLORER_CONTEXT_PUBLISH_0";
161
162     /** Message constant for key in the resource bundle. */
163     public static final String JavaDoc GUI_EXPLORER_CONTEXT_RENAMEIMAGES_0 = "GUI_EXPLORER_CONTEXT_RENAMEIMAGES_0";
164
165     /** Message constant for key in the resource bundle. */
166     public static final String JavaDoc GUI_EXPLORER_CONTEXT_REPLACE_0 = "GUI_EXPLORER_CONTEXT_REPLACE_0";
167
168     /** Message constant for key in the resource bundle. */
169     public static final String JavaDoc GUI_EXPLORER_CONTEXT_SECURE_0 = "GUI_EXPLORER_CONTEXT_SECURE_0";
170
171     /** Message constant for key in the resource bundle. */
172     public static final String JavaDoc GUI_EXPLORER_CONTEXT_SHOWSIBLINGS_0 = "GUI_EXPLORER_CONTEXT_SHOWSIBLINGS_0";
173
174     /** Message constant for key in the resource bundle. */
175     public static final String JavaDoc GUI_EXPLORER_CONTEXT_TOUCH_0 = "GUI_EXPLORER_CONTEXT_TOUCH_0";
176
177     /** Message constant for key in the resource bundle. */
178     public static final String JavaDoc GUI_EXPLORER_CONTEXT_TYPE_0 = "GUI_EXPLORER_CONTEXT_TYPE_0";
179
180     /** Message constant for key in the resource bundle. */
181     public static final String JavaDoc GUI_EXPLORER_CONTEXT_UNDELETE_0 = "GUI_EXPLORER_CONTEXT_UNDELETE_0";
182
183     /** Message constant for key in the resource bundle. */
184     public static final String JavaDoc GUI_EXPLORER_CONTEXT_UNDOCHANGES_0 = "GUI_EXPLORER_CONTEXT_UNDOCHANGES_0";
185
186     /** Message constant for key in the resource bundle. */
187     public static final String JavaDoc GUI_EXPLORER_CONTEXT_UNLOCK_0 = "GUI_EXPLORER_CONTEXT_UNLOCK_0";
188
189     /** Message constant for key in the resource bundle. */
190     public static final String JavaDoc GUI_EXPLORER_LOCKEDBY_0 = "GUI_EXPLORER_LOCKEDBY_0";
191
192     /** Message constant for key in the resource bundle. */
193     public static final String JavaDoc GUI_EXPLORER_LOCKEDIN_0 = "GUI_EXPLORER_LOCKEDIN_0";
194
195     /** Message constant for key in the resource bundle. */
196     public static final String JavaDoc GUI_EXPLORER_NAME_0 = "GUI_EXPLORER_NAME_0";
197
198     /** Message constant for key in the resource bundle. */
199     public static final String JavaDoc GUI_EXPLORER_STATE0_0 = "GUI_EXPLORER_STATE0_0";
200
201     /** Message constant for key in the resource bundle. */
202     public static final String JavaDoc GUI_EXPLORER_STATE1_0 = "GUI_EXPLORER_STATE1_0";
203
204     /** Message constant for key in the resource bundle. */
205     public static final String JavaDoc GUI_EXPLORER_STATE2_0 = "GUI_EXPLORER_STATE2_0";
206
207     /** Message constant for key in the resource bundle. */
208     public static final String JavaDoc GUI_EXPLORER_STATE3_0 = "GUI_EXPLORER_STATE3_0";
209
210     /** Message constant for key in the resource bundle. */
211     public static final String JavaDoc GUI_INPUT_ADRESS_0 = "GUI_INPUT_ADRESS_0";
212
213     /** Message constant for key in the resource bundle. */
214     public static final String JavaDoc GUI_INPUT_DATECREATED_0 = "GUI_INPUT_DATECREATED_0";
215
216     /** Message constant for key in the resource bundle. */
217     public static final String JavaDoc GUI_INPUT_DATEEXPIRED_0 = "GUI_INPUT_DATEEXPIRED_0";
218
219     /** Message constant for key in the resource bundle. */
220     public static final String JavaDoc GUI_INPUT_DATELASTMODIFIED_0 = "GUI_INPUT_DATELASTMODIFIED_0";
221
222     /** Message constant for key in the resource bundle. */
223     public static final String JavaDoc GUI_INPUT_DATERELEASED_0 = "GUI_INPUT_DATERELEASED_0";
224
225     /** Message constant for key in the resource bundle. */
226     public static final String JavaDoc GUI_INPUT_LOCKEDBY_0 = "GUI_INPUT_LOCKEDBY_0";
227
228     /** Message constant for key in the resource bundle. */
229     public static final String JavaDoc GUI_INPUT_NAME_0 = "GUI_INPUT_NAME_0";
230
231     /** Message constant for key in the resource bundle. */
232     public static final String JavaDoc GUI_INPUT_PAGE_0 = "GUI_INPUT_PAGE_0";
233
234     /** Message constant for key in the resource bundle. */
235     public static final String JavaDoc GUI_INPUT_PERMISSIONS_0 = "GUI_INPUT_PERMISSIONS_0";
236
237     /** Message constant for key in the resource bundle. */
238     public static final String JavaDoc GUI_INPUT_SIZE_0 = "GUI_INPUT_SIZE_0";
239
240     /** Message constant for key in the resource bundle. */
241     public static final String JavaDoc GUI_INPUT_STATE_0 = "GUI_INPUT_STATE_0";
242
243     /** Message constant for key in the resource bundle. */
244     public static final String JavaDoc GUI_INPUT_TITLE_0 = "GUI_INPUT_TITLE_0";
245
246     /** Message constant for key in the resource bundle. */
247     public static final String JavaDoc GUI_INPUT_TYPE_0 = "GUI_INPUT_TYPE_0";
248
249     /** Message constant for key in the resource bundle. */
250     public static final String JavaDoc GUI_INPUT_USERCREATED_0 = "GUI_INPUT_USERCREATED_0";
251
252     /** Message constant for key in the resource bundle. */
253     public static final String JavaDoc GUI_INPUT_USERLASTMODIFIED_0 = "GUI_INPUT_USERLASTMODIFIED_0";
254
255     /** Message constant for key in the resource bundle. */
256     public static final String JavaDoc GUI_LABEL_LOADING_0 = "GUI_LABEL_LOADING_0";
257
258     /** Message constant for key in the resource bundle. */
259     public static final String JavaDoc GUI_LABEL_SITE_0 = "GUI_LABEL_SITE_0";
260
261     /** Message constant for key in the resource bundle. */
262     public static final String JavaDoc GUI_NEWFILE_EDITPROPERTIES_0 = "GUI_NEWFILE_EDITPROPERTIES_0";
263
264     /** Message constant for key in the resource bundle. */
265     public static final String JavaDoc GUI_NEWFOLDER_CREATEINDEX_0 = "GUI_NEWFOLDER_CREATEINDEX_0";
266
267     /** Message constant for key in the resource bundle. */
268     public static final String JavaDoc GUI_NEWRESOURCE_0 = "GUI_NEWRESOURCE_0";
269
270     /** Message constant for key in the resource bundle. */
271     public static final String JavaDoc GUI_NEWRESOURCE_APPENDSUFFIX_HTML_0 = "GUI_NEWRESOURCE_APPENDSUFFIX_HTML_0";
272
273     /** Message constant for key in the resource bundle. */
274     public static final String JavaDoc GUI_NEWRESOURCE_CONVERSION_DELIM_BEST_0 = "GUI_NEWRESOURCE_CONVERSION_DELIM_BEST_0";
275
276     /** Message constant for key in the resource bundle. */
277     public static final String JavaDoc GUI_NEWRESOURCE_CONVERSION_DELIM_COMMA_0 = "GUI_NEWRESOURCE_CONVERSION_DELIM_COMMA_0";
278
279     /** Message constant for key in the resource bundle. */
280     public static final String JavaDoc GUI_NEWRESOURCE_CONVERSION_DELIM_SEMICOLON_0 = "GUI_NEWRESOURCE_CONVERSION_DELIM_SEMICOLON_0";
281
282     /** Message constant for key in the resource bundle. */
283     public static final String JavaDoc GUI_NEWRESOURCE_CONVERSION_DELIM_TAB_0 = "GUI_NEWRESOURCE_CONVERSION_DELIM_TAB_0";
284
285     /** Message constant for key in the resource bundle. */
286     public static final String JavaDoc GUI_NEWRESOURCE_CONVERSION_DELIMITER_0 = "GUI_NEWRESOURCE_CONVERSION_DELIMITER_0";
287
288     /** Message constant for key in the resource bundle. */
289     public static final String JavaDoc GUI_NEWRESOURCE_CONVERSION_NOSTYLE_0 = "GUI_NEWRESOURCE_CONVERSION_NOSTYLE_0";
290
291     /** Message constant for key in the resource bundle. */
292     public static final String JavaDoc GUI_NEWRESOURCE_CONVERSION_SETTINGS_0 = "GUI_NEWRESOURCE_CONVERSION_SETTINGS_0";
293
294     /** Message constant for key in the resource bundle. */
295     public static final String JavaDoc GUI_NEWRESOURCE_CONVERSION_XSLTFILE_0 = "GUI_NEWRESOURCE_CONVERSION_XSLTFILE_0";
296
297     /** Message constant for key in the resource bundle. */
298     public static final String JavaDoc GUI_NEWRESOURCE_FILE_0 = "GUI_NEWRESOURCE_FILE_0";
299
300     /** Message constant for key in the resource bundle. */
301     public static final String JavaDoc GUI_NEWRESOURCE_FOLDER_0 = "GUI_NEWRESOURCE_FOLDER_0";
302
303     /** Message constant for key in the resource bundle. */
304     public static final String JavaDoc GUI_NEWRESOURCE_PASTE_CSV_0 = "GUI_NEWRESOURCE_PASTE_CSV_0";
305
306     /** Message constant for key in the resource bundle. */
307     public static final String JavaDoc GUI_NEWRESOURCE_PASTE_DATA_0 = "GUI_NEWRESOURCE_PASTE_DATA_0";
308
309     /** Message constant for key in the resource bundle. */
310     public static final String JavaDoc GUI_NEWRESOURCE_POINTER_0 = "GUI_NEWRESOURCE_POINTER_0";
311
312     /** Message constant for key in the resource bundle. */
313     public static final String JavaDoc GUI_NEWRESOURCE_SELECT_FILE_0 = "GUI_NEWRESOURCE_SELECT_FILE_0";
314
315     /** Message constant for key in the resource bundle. */
316     public static final String JavaDoc GUI_NEWRESOURCE_SELECT_TYPE_0 = "GUI_NEWRESOURCE_SELECT_TYPE_0";
317
318     /** Message constant for key in the resource bundle. */
319     public static final String JavaDoc GUI_NEWRESOURCE_SIBLING_0 = "GUI_NEWRESOURCE_SIBLING_0";
320
321     /** Message constant for key in the resource bundle. */
322     public static final String JavaDoc GUI_NEWRESOURCE_TABLE_0 = "GUI_NEWRESOURCE_TABLE_0";
323
324     /** Message constant for key in the resource bundle. */
325     public static final String JavaDoc GUI_NEWRESOURCE_UPLOAD_0 = "GUI_NEWRESOURCE_UPLOAD_0";
326
327     /** Message constant for key in the resource bundle. */
328     public static final String JavaDoc GUI_NEWRESOURCE_UPLOAD_TYPE_0 = "GUI_NEWRESOURCE_UPLOAD_TYPE_0";
329
330     /** Message constant for key in the resource bundle. */
331     public static final String JavaDoc GUI_NEWRESOURCE_XMLCONTENT_0 = "GUI_NEWRESOURCE_XMLCONTENT_0";
332
333     /** Message constant for key in the resource bundle. */
334     public static final String JavaDoc GUI_NEWRESOURCE_XMLPAGE_0 = "GUI_NEWRESOURCE_XMLPAGE_0";
335
336     /** Message constant for key in the resource bundle. */
337     public static final String JavaDoc GUI_NEWSIBLING_NAME_0 = "GUI_NEWSIBLING_NAME_0";
338
339     /** Message constant for key in the resource bundle. */
340     public static final String JavaDoc GUI_POINTER_LINKTO_0 = "GUI_POINTER_LINKTO_0";
341
342     /** Message constant for key in the resource bundle. */
343     public static final String JavaDoc GUI_RESOURCE_KEEPPROPERTIES_0 = "GUI_RESOURCE_KEEPPROPERTIES_0";
344
345     /** Message constant for key in the resource bundle. */
346     public static final String JavaDoc GUI_RESOURCE_NAME_0 = "GUI_RESOURCE_NAME_0";
347
348     /** Message constant for key in the resource bundle. */
349     public static final String JavaDoc GUI_SELECT_DEFAULTBODY_0 = "GUI_SELECT_DEFAULTBODY_0";
350
351     /** Message constant for key in the resource bundle. */
352     public static final String JavaDoc GUI_SELECT_TEMPLATE_0 = "GUI_SELECT_TEMPLATE_0";
353
354     /** Message constant for key in the resource bundle. */
355     public static final String JavaDoc GUI_TITLE_EXPLORERTREE_0 = "GUI_TITLE_EXPLORERTREE_0";
356
357     /** Message constant for key in the resource bundle. */
358     public static final String JavaDoc GUI_TITLE_LOCKED_0 = "GUI_TITLE_LOCKED_0";
359
360     /** Message contant for key in the resource bundle. */
361     public static final String JavaDoc GUI_TITLE_NEWEXTENSION_0 = "GUI_TITLE_NEWEXTENSION_0";
362
363     /** Message contant for key in the resource bundle. */
364     public static final String JavaDoc GUI_TITLE_NEWEXTENSIONFOR_0 = "GUI_TITLE_NEWEXTENSIONFOR_0";
365
366     /** Message contant for key in the resource bundle. */
367     public static final String JavaDoc GUI_TITLE_NEWFILEOTHER_0 = "GUI_TITLE_NEWFILEOTHER_0";
368
369     /** Message contant for key in the resource bundle. */
370     public static final String JavaDoc GUI_TITLE_NEWPROPDEFFOR_0 = "GUI_TITLE_NEWPROPDEFFOR_0";
371
372     /** Message contant for key in the resource bundle. */
373     public static final String JavaDoc GUI_TITLE_NEWPROPERTYINFO_0 = "GUI_TITLE_NEWPROPERTYINFO_0";
374
375     /** Message constant for key in the resource bundle. */
376     public static final String JavaDoc GUI_UPLOADAPPLET_ACTION_COUNT_0 = "GUI_UPLOADAPPLET_ACTION_COUNT_0";
377
378     /** Message constant for key in the resource bundle. */
379     public static final String JavaDoc GUI_UPLOADAPPLET_ACTION_CREATE_0 = "GUI_UPLOADAPPLET_ACTION_CREATE_0";
380
381     /** Message constant for key in the resource bundle. */
382     public static final String JavaDoc GUI_UPLOADAPPLET_ACTION_ERROR_0 = "GUI_UPLOADAPPLET_ACTION_ERROR_0";
383
384     /** Message constant for key in the resource bundle. */
385     public static final String JavaDoc GUI_UPLOADAPPLET_ACTION_SELECT_0 = "GUI_UPLOADAPPLET_ACTION_SELECT_0";
386
387     /** Message constant for key in the resource bundle. */
388     public static final String JavaDoc GUI_UPLOADAPPLET_ACTION_UPLOAD_0 = "GUI_UPLOADAPPLET_ACTION_UPLOAD_0";
389
390     /** Message constant for key in the resource bundle. */
391     public static final String JavaDoc GUI_UPLOADAPPLET_ERROR_LINE1_0 = "GUI_UPLOADAPPLET_ERROR_LINE1_0";
392
393     /** Message constant for key in the resource bundle. */
394     public static final String JavaDoc GUI_UPLOADAPPLET_ERROR_TITLE_0 = "GUI_UPLOADAPPLET_ERROR_TITLE_0";
395
396     /** Message constant for key in the resource bundle. */
397     public static final String JavaDoc GUI_UPLOADAPPLET_MESSAGE_ADDING_0 = "GUI_UPLOADAPPLET_MESSAGE_ADDING_0";
398
399     /** Message constant for key in the resource bundle. */
400     public static final String JavaDoc GUI_UPLOADAPPLET_MESSAGE_ERROR_SIZE_0 = "GUI_UPLOADAPPLET_MESSAGE_ERROR_SIZE_0";
401
402     /** Message constant for key in the resource bundle. */
403     public static final String JavaDoc GUI_UPLOADAPPLET_MESSAGE_ERROR_ZIP_0 = "GUI_UPLOADAPPLET_MESSAGE_ERROR_ZIP_0";
404
405     /** Message constant for key in the resource bundle. */
406     public static final String JavaDoc GUI_UPLOADAPPLET_MESSAGE_NOPREVIEW_0 = "GUI_UPLOADAPPLET_MESSAGE_NOPREVIEW_0";
407
408     /** Message constant for key in the resource bundle. */
409     public static final String JavaDoc GUI_UPLOADAPPLET_MESSAGE_UPLOAD_0 = "GUI_UPLOADAPPLET_MESSAGE_UPLOAD_0";
410
411     /** Message constant for key in the resource bundle. */
412     public static final String JavaDoc LOG_ADD_ACCESS_ENTRY_2 = "LOG_ADD_ACCESS_ENTRY_2";
413
414     /** Message constant for key in the resource bundle. */
415     public static final String JavaDoc LOG_ADD_MENU_ENTRY_2 = "LOG_ADD_MENU_ENTRY_2";
416
417     /** Message constant for key in the resource bundle. */
418     public static final String JavaDoc LOG_ADD_MENU_SEPARATOR_1 = "LOG_ADD_MENU_SEPARATOR_1";
419
420     /** Message constant for key in the resource bundle. */
421     public static final String JavaDoc LOG_ADD_PROP_1 = "LOG_ADD_PROP_1";
422
423     /** Message constant for key in the resource bundle. */
424     public static final String JavaDoc LOG_CREATE_CONTEXT_MENU_1 = "LOG_CREATE_CONTEXT_MENU_1";
425
426     /** Message constant for key in the resource bundle. */
427     public static final String JavaDoc LOG_READ_GROUPS_OF_USER_FAILED_1 = "LOG_READ_GROUPS_OF_USER_FAILED_1";
428
429     /** Message constant for key in the resource bundle. */
430     public static final String JavaDoc LOG_REDIRECT_XMLPAGE_FAILED_1 = "LOG_REDIRECT_XMLPAGE_FAILED_1";
431
432     /** Message constant for key in the resource bundle. */
433     public static final String JavaDoc LOG_SET_AUTO_NAV_1 = "LOG_SET_AUTO_NAV_1";
434
435     /** Message constant for key in the resource bundle. */
436     public static final String JavaDoc LOG_SET_AUTO_TITLE_1 = "LOG_SET_AUTO_TITLE_1";
437
438     /** Message constant for key in the resource bundle. */
439     public static final String JavaDoc LOG_SET_ICON_1 = "LOG_SET_ICON_1";
440
441     /** Message constant for key in the resource bundle. */
442     public static final String JavaDoc LOG_SET_KEY_1 = "LOG_SET_KEY_1";
443
444     /** Message constant for key in the resource bundle. */
445     public static final String JavaDoc LOG_SET_NAME_1 = "LOG_SET_NAME_1";
446
447     /** Message constant for key in the resource bundle. */
448     public static final String JavaDoc LOG_SET_NEW_RESOURCE_ORDER_1 = "LOG_SET_NEW_RESOURCE_ORDER_1";
449
450     /** Message constant for key in the resource bundle. */
451     public static final String JavaDoc LOG_SET_NEW_RESOURCE_URI_1 = "LOG_SET_NEW_RESOURCE_URI_1";
452
453     /** Message constant for key in the resource bundle. */
454     public static final String JavaDoc LOG_SET_PROP_DEFAULTS_2 = "LOG_SET_PROP_DEFAULTS_2";
455
456     /** Message constant for key in the resource bundle. */
457     public static final String JavaDoc LOG_SET_REFERENCE_1 = "LOG_SET_REFERENCE_1";
458
459     /** Message constant for key in the resource bundle. */
460     public static final String JavaDoc LOG_WRONG_MENU_SEP_ORDER_0 = "LOG_WRONG_MENU_SEP_ORDER_0";
461
462     /** Message constant for key in the resource bundle. */
463     public static final String JavaDoc LOG_WRONG_ORDER_CONTEXT_MENU_1 = "LOG_WRONG_ORDER_CONTEXT_MENU_1";
464
465     /** Name of the resource bundle. */
466     private static final String JavaDoc BUNDLE_NAME = "org.opencms.workplace.explorer.messages";
467
468     /** End part of contant for creation NEWTITLE key. */
469     private static final String JavaDoc GUI_STATE_POSTFIX = "_0";
470
471     /**The first part of contant for creation NEWTITLE key. */
472     private static final String JavaDoc GUI_STATE_PREFIX = "GUI_EXPLORER_STATE";
473
474     /** Static instance member. */
475     private static final I_CmsMessageBundle INSTANCE = new Messages();
476
477     /**
478      * Hides the public constructor for this utility class.<p>
479      */

480     private Messages() {
481
482         // hide the constructor
483
}
484
485     /**
486      * Returns an instance of this localized message accessor.<p>
487      *
488      * @return an instance of this localized message accessor
489      */

490     public static I_CmsMessageBundle get() {
491
492         return INSTANCE;
493     }
494
495     /**
496      * Create state message key for resource name.<p>
497      *
498      * @param state resource state
499      *
500      * @return title message key to resource state
501      *
502      * @see org.opencms.file.CmsResource#getState()
503      */

504     public static String JavaDoc getStateKey(int state) {
505
506         StringBuffer JavaDoc sb = new StringBuffer JavaDoc(GUI_STATE_PREFIX);
507         sb.append(state);
508         sb.append(GUI_STATE_POSTFIX);
509         return sb.toString();
510     }
511
512     /**
513      * Returns the bundle name for this OpenCms package.<p>
514      *
515      * @return the bundle name for this OpenCms package
516      */

517     public String JavaDoc getBundleName() {
518
519         return BUNDLE_NAME;
520     }
521
522 }
523
Popular Tags