001/*
002 * This library is part of OpenCms -
003 * the Open Source Content Management System
004 *
005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
006 *
007 * This library is free software; you can redistribute it and/or
008 * modify it under the terms of the GNU Lesser General Public
009 * License as published by the Free Software Foundation; either
010 * version 2.1 of the License, or (at your option) any later version.
011 *
012 * This library is distributed in the hope that it will be useful,
013 * but WITHOUT ANY WARRANTY; without even the implied warranty of
014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
015 * Lesser General Public License for more details.
016 *
017 * For further information about Alkacon Software GmbH & Co. KG, please see the
018 * company website: http://www.alkacon.com
019 *
020 * For further information about OpenCms, please see the
021 * project website: http://www.opencms.org
022 *
023 * You should have received a copy of the GNU Lesser General Public
024 * License along with this library; if not, write to the Free Software
025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
026 */
027
028package org.opencms.workplace;
029
030import org.opencms.db.CmsResourceState;
031import org.opencms.i18n.A_CmsMessageBundle;
032import org.opencms.i18n.I_CmsMessageBundle;
033
034/**
035 * Convenience class to access the localized messages of this OpenCms package.<p>
036 *
037 * @since 6.0.0
038 */
039public final class Messages extends A_CmsMessageBundle {
040
041    /** Message constant for key in the resource bundle. */
042    public static final String ERR_DEFAULT_TEMPLATE_ADE_WARNING_0 = "ERR_DEFAULT_TEMPLATE_ADE_WARNING_0";
043
044    /** Message constant for key in the resource bundle. */
045    public static final String ERR_DEFAULT_TEMPLATE_WARNING_0 = "ERR_DEFAULT_TEMPLATE_WARNING_0";
046
047    /** Message constant for key in the resource bundle. */
048    public static final String ERR_INITIALIZE_WORKPLACE_0 = "ERR_INITIALIZE_WORKPLACE_0";
049
050    /** Message constant for key in the resource bundle. */
051    public static final String ERR_JSON_MISSING_PARAMETER_1 = "ERR_JSON_MISSING_PARAMETER_1";
052
053    /** Message constant for key in the resource bundle. */
054    public static final String ERR_PROJECT_NOT_ACCESSIBLE_2 = "ERR_PROJECT_NOT_ACCESSIBLE_2";
055
056    /** Message constant for key in the resource bundle. */
057    public static final String ERR_SERVER_EXCEPTION_1 = "ERR_SERVER_EXCEPTION_1";
058
059    /** Message constant for key in the resource bundle. */
060    public static final String ERR_SITE_NOT_ACCESSIBLE_2 = "ERR_SITE_NOT_ACCESSIBLE_2";
061
062    /** Message constant for key in the resource bundle. */
063    public static final String ERR_WORKPLACE_DIALOG_0 = "ERR_WORKPLACE_DIALOG_0";
064
065    /** Message constant for key in the resource bundle. */
066    public static final String ERR_WORKPLACE_DIALOG_PARAMS_1 = "ERR_WORKPLACE_DIALOG_PARAMS_1";
067
068    /** Message constant for key in the resource bundle. */
069    public static final String ERR_WORKPLACE_LOCK_RESOURCE_1 = "ERR_WORKPLACE_LOCK_RESOURCE_1";
070
071    /** Message constant for key in the resource bundle. */
072    public static final String ERR_WORKPLACE_SERVER_CHECK_FAILED_0 = "ERR_WORKPLACE_SERVER_CHECK_FAILED_0";
073
074    /** Message constant for key in the resource bundle. */
075    public static final String GUI_AJAX_REPORT_ERROR_0 = "GUI_AJAX_REPORT_ERROR_0";
076
077    /** Message constant for key in the resource bundle. */
078    public static final String GUI_AJAX_REPORT_GIVEUP_0 = "GUI_AJAX_REPORT_GIVEUP_0";
079
080    /** Message constant for key in the resource bundle. */
081    public static final String GUI_AJAX_REPORT_WAIT_0 = "GUI_AJAX_REPORT_WAIT_0";
082
083    /** Message constant for key in the resource bundle. */
084    public static final String GUI_BUTTON_EXIT_0 = "GUI_BUTTON_EXIT_0";
085
086    /** Message constant for key in the resource bundle. */
087    public static final String GUI_BUTTON_HELP_0 = "GUI_BUTTON_HELP_0";
088
089    /** Message constant for key in the resource bundle. */
090    public static final String GUI_BUTTON_PREFERENCES_0 = "GUI_BUTTON_PREFERENCES_0";
091
092    /** Message constant for key in the resource bundle. */
093    public static final String GUI_BUTTON_PUBLISH_0 = "GUI_BUTTON_PUBLISH_0";
094
095    /** Message constant for key in the resource bundle. */
096    public static final String GUI_BUTTON_PUBLISHQUEUE_0 = "GUI_BUTTON_PUBLISHQUEUE_0";
097
098    /** Message constant for key in the resource bundle. */
099    public static final String GUI_BUTTON_RELOAD_0 = "GUI_BUTTON_RELOAD_0";
100
101    /** Message constant for key in the resource bundle. */
102    public static final String GUI_BUTTON_SYNCFOLDER_0 = "GUI_BUTTON_SYNCFOLDER_0";
103
104    /** Message constant for key in the resource bundle. */
105    public static final String GUI_CALENDAR_CHOOSE_DATE_0 = "GUI_CALENDAR_CHOOSE_DATE_0";
106
107    /** Message constant for key in the resource bundle. */
108    public static final String GUI_CALENDAR_DATE_FORMAT_0 = "GUI_CALENDAR_DATE_FORMAT_0";
109
110    /** Message constant for key in the resource bundle. */
111    public static final String GUI_CALENDAR_TIME_FORMAT_0 = "GUI_CALENDAR_TIME_FORMAT_0";
112
113    /** Message constant for key in the resource bundle. */
114    public static final String GUI_CALENDAR_TIMEFORMAT_0 = "GUI_CALENDAR_TIMEFORMAT_0";
115
116    /** Message constant for key in the resource bundle. */
117    public static final String GUI_DIALOG_BUTTON_ADDNEW_0 = "GUI_DIALOG_BUTTON_ADDNEW_0";
118
119    /** Message constant for key in the resource bundle. */
120    public static final String GUI_DIALOG_BUTTON_ADVANCED_0 = "GUI_DIALOG_BUTTON_ADVANCED_0";
121
122    /** Message constant for key in the resource bundle. */
123    public static final String GUI_DIALOG_BUTTON_BACK_0 = "GUI_DIALOG_BUTTON_BACK_0";
124
125    /** Message constant for key in the resource bundle. */
126    public static final String GUI_DIALOG_BUTTON_CANCEL_0 = "GUI_DIALOG_BUTTON_CANCEL_0";
127
128    /** Message constant for key in the resource bundle. */
129    public static final String GUI_DIALOG_BUTTON_CLOSE_0 = "GUI_DIALOG_BUTTON_CLOSE_0";
130
131    /** Message constant for key in the resource bundle. */
132    public static final String GUI_DIALOG_BUTTON_CONTINUE_0 = "GUI_DIALOG_BUTTON_CONTINUE_0";
133
134    /** Message constant for key in the resource bundle. */
135    public static final String GUI_DIALOG_BUTTON_DELETE_0 = "GUI_DIALOG_BUTTON_DELETE_0";
136
137    /** Message constant for key in the resource bundle. */
138    public static final String GUI_DIALOG_BUTTON_DETAIL_0 = "GUI_DIALOG_BUTTON_DETAIL_0";
139
140    /** Message constant for key in the resource bundle. */
141    public static final String GUI_DIALOG_BUTTON_DISCARD_0 = "GUI_DIALOG_BUTTON_DISCARD_0";
142
143    /** Message constant for key in the resource bundle. */
144    public static final String GUI_DIALOG_BUTTON_DOWNLOAD_0 = "GUI_DIALOG_BUTTON_DOWNLOAD_0";
145
146    /** Message constant for key in the resource bundle. */
147    public static final String GUI_DIALOG_BUTTON_EDIT_0 = "GUI_DIALOG_BUTTON_EDIT_0";
148
149    /** Message constant for key in the resource bundle. */
150    public static final String GUI_DIALOG_BUTTON_EXECUTE_0 = "GUI_DIALOG_BUTTON_EXECUTE_0";
151
152    /** Message constant for key in the resource bundle. */
153    public static final String GUI_DIALOG_BUTTON_NEXT_0 = "GUI_DIALOG_BUTTON_NEXT_0";
154
155    /** Message constant for key in the resource bundle. */
156    public static final String GUI_DIALOG_BUTTON_OK_0 = "GUI_DIALOG_BUTTON_OK_0";
157
158    /** Message constant for key in the resource bundle. */
159    public static final String GUI_DIALOG_BUTTON_RESET_0 = "GUI_DIALOG_BUTTON_RESET_0";
160
161    /** Message constant for key in the resource bundle. */
162    public static final String GUI_DIALOG_BUTTON_SAVE_0 = "GUI_DIALOG_BUTTON_SAVE_0";
163
164    /** Message constant for key in the resource bundle. */
165    public static final String GUI_DIALOG_BUTTON_SAVE_AND_EXIT_0 = "GUI_DIALOG_BUTTON_SAVE_AND_EXIT_0";
166
167    /** Message constant for key in the resource bundle. */
168    public static final String GUI_DIALOG_BUTTON_SEARCH_0 = "GUI_DIALOG_BUTTON_SEARCH_0";
169
170    /** Message constant for key in the resource bundle. */
171    public static final String GUI_DIALOG_BUTTON_SET_0 = "GUI_DIALOG_BUTTON_SET_0";
172
173    /** Message constant for key in the resource bundle. */
174    public static final String GUI_EDITOR_WIDGET_OPTIONALELEMENT_0 = "GUI_EDITOR_WIDGET_OPTIONALELEMENT_0";
175
176    /** Message constant for key in the resource bundle. */
177    public static final String GUI_EDITOR_WIDGET_VALIDATION_ERROR_2 = "GUI_EDITOR_WIDGET_VALIDATION_ERROR_2";
178
179    /** Message constant for key in the resource bundle. */
180    public static final String GUI_EDITOR_WIDGET_VALIDATION_ERROR_TITLE_0 = "GUI_EDITOR_WIDGET_VALIDATION_ERROR_TITLE_0";
181
182    /** Message constant for key in the resource bundle. */
183    public static final String GUI_EDITOR_WIDGET_VALIDATION_WARNING_2 = "GUI_EDITOR_WIDGET_VALIDATION_WARNING_2";
184
185    /** Message constant for key in the resource bundle. */
186    public static final String GUI_ERR_RESOURCE_PERMISSIONS_2 = "GUI_ERR_RESOURCE_PERMISSIONS_2";
187
188    /** Message constant for key in the resource bundle. */
189    public static final String GUI_EXPLORER_STATE0_0 = "GUI_EXPLORER_STATE0_0";
190
191    /** Message constant for key in the resource bundle. */
192    public static final String GUI_EXPLORER_STATE1_0 = "GUI_EXPLORER_STATE1_0";
193
194    /** Message constant for key in the resource bundle. */
195    public static final String GUI_EXPLORER_STATE2_0 = "GUI_EXPLORER_STATE2_0";
196
197    /** Message constant for key in the resource bundle. */
198    public static final String GUI_EXPLORER_STATE3_0 = "GUI_EXPLORER_STATE3_0";
199
200    /** Message constant for key in the resource bundle. */
201    public static final String GUI_EXPLORER_STATENIP_0 = "GUI_EXPLORER_STATENIP_0";
202
203    /** Message constant for key in the resource bundle. */
204    public static final String GUI_LABEL_BROADCAST_FROM_SYSTEM_0 = "GUI_LABEL_BROADCAST_FROM_SYSTEM_0";
205
206    /** Message constant for key in the resource bundle. */
207    public static final String GUI_LABEL_BROADCASTMESSAGEFROM_0 = "GUI_LABEL_BROADCASTMESSAGEFROM_0";
208
209    /** Message constant for key in the resource bundle. */
210    public static final String GUI_LABEL_LOGINADDRESS_0 = "GUI_LABEL_LOGINADDRESS_0";
211
212    /** Message constant for key in the resource bundle. */
213    public static final String GUI_LABEL_LOGINTIME_0 = "GUI_LABEL_LOGINTIME_0";
214
215    /** Message constant for key in the resource bundle. */
216    public static final String GUI_LABEL_OU_0 = "GUI_LABEL_OU_0";
217
218    /** Message constant for key in the resource bundle. */
219    public static final String GUI_LABEL_PROJECT_0 = "GUI_LABEL_PROJECT_0";
220
221    /** Message constant for key in the resource bundle. */
222    public static final String GUI_LABEL_SITE_0 = "GUI_LABEL_SITE_0";
223
224    /** Message constant for key in the resource bundle. */
225    public static final String GUI_LABEL_USER_0 = "GUI_LABEL_USER_0";
226
227    /** Message constant for key in the resource bundle. */
228    public static final String GUI_LABEL_VIEW_0 = "GUI_LABEL_VIEW_0";
229
230    /** Message constant for key in the resource bundle. */
231    public static final String GUI_LABEL_WPTITLE_1 = "GUI_LABEL_WPTITLE_1";
232
233    /** Message constant for key in the resource bundle. */
234    public static final String GUI_LOGIN_BUTTON_0 = "GUI_LOGIN_BUTTON_0";
235
236    /** Message constant for key in the resource bundle. */
237    public static final String GUI_LOGIN_BUTTON_ALREADY_IN_0 = "GUI_LOGIN_BUTTON_ALREADY_IN_0";
238
239    /** Message constant for key in the resource bundle. */
240    public static final String GUI_LOGIN_FAILED_0 = "GUI_LOGIN_FAILED_0";
241
242    /** Message constant for key in the resource bundle. */
243    public static final String GUI_LOGIN_FAILED_DISABLED_0 = "GUI_LOGIN_FAILED_DISABLED_0";
244
245    /** Message constant for key in the resource bundle. */
246    public static final String GUI_LOGIN_FAILED_NO_TARGET_PERMISSIONS_1 = "GUI_LOGIN_FAILED_NO_TARGET_PERMISSIONS_1";
247
248    /** Message constant for key in the resource bundle. */
249    public static final String GUI_LOGIN_FAILED_NO_WORKPLACE_PERMISSIONS_0 = "GUI_LOGIN_FAILED_NO_WORKPLACE_PERMISSIONS_0";
250
251    /** Message constant for key in the resource bundle. */
252    public static final String GUI_LOGIN_FAILED_TEMP_DISABLED_0 = "GUI_LOGIN_FAILED_TEMP_DISABLED_0";
253
254    /** Message constant for key in the resource bundle. */
255    public static final String GUI_LOGIN_FAILED_WITH_MESSAGE_1 = "GUI_LOGIN_FAILED_WITH_MESSAGE_1";
256
257    /** Message constant for key in the resource bundle. */
258    public static final String GUI_LOGIN_HEADLINE_0 = "GUI_LOGIN_HEADLINE_0";
259
260    /** Message constant for key in the resource bundle. */
261    public static final String GUI_LOGIN_HEADLINE_ALREADY_IN_0 = "GUI_LOGIN_HEADLINE_ALREADY_IN_0";
262
263    /** Message constant for key in the resource bundle. */
264    public static final String GUI_LOGIN_HEADLINE_SELECTED_ORGUNIT_1 = "GUI_LOGIN_HEADLINE_SELECTED_ORGUNIT_1";
265
266    /** Message constant for key in the resource bundle. */
267    public static final String GUI_LOGIN_MESSAGE_0 = "GUI_LOGIN_MESSAGE_0";
268
269    /** Message constant for key in the resource bundle. */
270    public static final String GUI_LOGIN_MESSAGE_ALREADY_IN_0 = "GUI_LOGIN_MESSAGE_ALREADY_IN_0";
271
272    /** Message constant for key in the resource bundle. */
273    public static final String GUI_LOGIN_NO_DATA_0 = "GUI_LOGIN_NO_DATA_0";
274
275    /** Message constant for key in the resource bundle. */
276    public static final String GUI_LOGIN_NO_NAME_0 = "GUI_LOGIN_NO_NAME_0";
277
278    /** Message constant for key in the resource bundle. */
279    public static final String GUI_LOGIN_NO_PASSWORD_0 = "GUI_LOGIN_NO_PASSWORD_0";
280
281    /** Message constant for key in the resource bundle. */
282    public static final String GUI_LOGIN_NOSCRIPT_1 = "GUI_LOGIN_NOSCRIPT_1";
283
284    /** Message constant for key in the resource bundle. */
285    public static final String GUI_LOGIN_OPENCMS_IS_FREE_SOFTWARE_0 = "GUI_LOGIN_OPENCMS_IS_FREE_SOFTWARE_0";
286
287    /** Message constant for key in the resource bundle. */
288    public static final String GUI_LOGIN_ORGUNIT_0 = "GUI_LOGIN_ORGUNIT_0";
289
290    /** Message constant for key in the resource bundle. */
291    public static final String GUI_LOGIN_ORGUNIT_SEARCH_0 = "GUI_LOGIN_ORGUNIT_SEARCH_0";
292
293    /** Message constant for key in the resource bundle. */
294    public static final String GUI_LOGIN_ORGUNIT_SEARCH_NORESULTS_0 = "GUI_LOGIN_ORGUNIT_SEARCH_NORESULTS_0";
295
296    /** Message constant for key in the resource bundle. */
297    public static final String GUI_LOGIN_ORGUNIT_SELECT_OFF_0 = "GUI_LOGIN_ORGUNIT_SELECT_OFF_0";
298
299    /** Message constant for key in the resource bundle. */
300    public static final String GUI_LOGIN_ORGUNIT_SELECT_ON_0 = "GUI_LOGIN_ORGUNIT_SELECT_ON_0";
301
302    /** Message constant for key in the resource bundle. */
303    public static final String GUI_LOGIN_PASSWORD_0 = "GUI_LOGIN_PASSWORD_0";
304
305    /** Message constant for key in the resource bundle. */
306    public static final String GUI_LOGIN_PCTYPE_PRIVATE_0 = "GUI_LOGIN_PCTYPE_PRIVATE_0";
307
308    /** Message constant for key in the resource bundle. */
309    public static final String GUI_LOGIN_PCTYPE_PUBLIC_0 = "GUI_LOGIN_PCTYPE_PUBLIC_0";
310
311    /** Message constant for key in the resource bundle. */
312    public static final String GUI_LOGIN_RIGHTS_RESERVED_0 = "GUI_LOGIN_RIGHTS_RESERVED_0";
313
314    /** Message constant for key in the resource bundle. */
315    public static final String GUI_LOGIN_SECURITY_0 = "GUI_LOGIN_SECURITY_0";
316
317    /** Message constant for key in the resource bundle. */
318    public static final String GUI_LOGIN_SUCCESS_WITH_MESSAGE_2 = "GUI_LOGIN_SUCCESS_WITH_MESSAGE_2";
319
320    /** Message constant for key in the resource bundle. */
321    public static final String GUI_LOGIN_SUCCESS_WITH_MESSAGE_WITHOUT_TIME_1 = "GUI_LOGIN_SUCCESS_WITH_MESSAGE_WITHOUT_TIME_1";
322
323    /** Message constant for key in the resource bundle. */
324    public static final String GUI_LOGIN_TITLE_0 = "GUI_LOGIN_TITLE_0";
325
326    /** Message constant for key in the resource bundle. */
327    public static final String GUI_LOGIN_TRADEMARKS_0 = "GUI_LOGIN_TRADEMARKS_0";
328
329    /** Message constant for key in the resource bundle. */
330    public static final String GUI_LOGIN_UNKNOWN_RESOURCE_1 = "GUI_LOGIN_UNKNOWN_RESOURCE_1";
331
332    /** Message constant for key in the resource bundle. */
333    public static final String GUI_LOGIN_UNSUPPORTED_BROWSER_0 = "GUI_LOGIN_UNSUPPORTED_BROWSER_0";
334
335    /** Message constant for key in the resource bundle. */
336    public static final String GUI_LOGIN_USERNAME_0 = "GUI_LOGIN_USERNAME_0";
337
338    /** Message constant for key in the resource bundle. */
339    public static final String GUI_SHARED_TITLE_0 = "GUI_SHARED_TITLE_0";
340
341    /** Message constant for key in the resource bundle. */
342    public static final String INIT_ADD_DIALOG_HANDLER_2 = "INIT_ADD_DIALOG_HANDLER_2";
343
344    /** Message constant for key in the resource bundle. */
345    public static final String INIT_ADD_EXPORT_POINT_2 = "INIT_ADD_EXPORT_POINT_2";
346
347    /** Message constant for key in the resource bundle. */
348    public static final String INIT_ADD_MENURULE_1 = "INIT_ADD_MENURULE_1";
349
350    /** Message constant for key in the resource bundle. */
351    public static final String INIT_ADD_TYPE_SETTING_1 = "INIT_ADD_TYPE_SETTING_1";
352
353    /** Message constant for key in the resource bundle. */
354    public static final String INIT_ADD_TYPE_SETTING_FAILED_1 = "INIT_ADD_TYPE_SETTING_FAILED_1";
355
356    /** Message constant for key in the resource bundle. */
357    public static final String INIT_ADV_PROP_DIALOG_HIDE_TABS_0 = "INIT_ADV_PROP_DIALOG_HIDE_TABS_0";
358
359    /** Message constant for key in the resource bundle. */
360    public static final String INIT_ADV_PROP_DIALOG_SHOW_TABS_0 = "INIT_ADV_PROP_DIALOG_SHOW_TABS_0";
361
362    /** Message constant for key in the resource bundle. */
363    public static final String INIT_AUTO_LOCK_DISABLED_0 = "INIT_AUTO_LOCK_DISABLED_0";
364
365    /** Message constant for key in the resource bundle. */
366    public static final String INIT_AUTO_LOCK_ENABLED_0 = "INIT_AUTO_LOCK_ENABLED_0";
367
368    /** Message constant for key in the resource bundle. */
369    public static final String INIT_DEFAULT_LOCALE_1 = "INIT_DEFAULT_LOCALE_1";
370
371    /** Message constant for key in the resource bundle. */
372    public static final String INIT_DEFAULT_USER_SETTINGS_1 = "INIT_DEFAULT_USER_SETTINGS_1";
373
374    /** Message constant for key in the resource bundle. */
375    public static final String INIT_DIRECT_EDIT_PROVIDER_1 = "INIT_DIRECT_EDIT_PROVIDER_1";
376
377    /** Message constant for key in the resource bundle. */
378    public static final String INIT_EDITOR_ACTION_CLASS_1 = "INIT_EDITOR_ACTION_CLASS_1";
379
380    /** Message constant for key in the resource bundle. */
381    public static final String INIT_EDITOR_CSSHANDLER_CLASS_1 = "INIT_EDITOR_CSSHANDLER_CLASS_1";
382
383    /** Message constant for key in the resource bundle. */
384    public static final String INIT_EDITOR_DISPLAY_OPTS_1 = "INIT_EDITOR_DISPLAY_OPTS_1";
385
386    /** Message constant for key in the resource bundle. */
387    public static final String INIT_EDITOR_HANDLER_CLASS_1 = "INIT_EDITOR_HANDLER_CLASS_1";
388
389    /** Message constant for key in the resource bundle. */
390    public static final String INIT_EDITOR_PRE_ACTION_2 = "INIT_EDITOR_PRE_ACTION_2";
391
392    /** Message constant for key in the resource bundle. */
393    public static final String INIT_LABEL_LINKS_IN_FOLDER_1 = "INIT_LABEL_LINKS_IN_FOLDER_1";
394
395    /** Message constant for key in the resource bundle. */
396    public static final String INIT_MAX_FILE_UPLOAD_SIZE_1 = "INIT_MAX_FILE_UPLOAD_SIZE_1";
397
398    /** Message constant for key in the resource bundle. */
399    public static final String INIT_MAX_FILE_UPLOAD_SIZE_UNLIMITED_0 = "INIT_MAX_FILE_UPLOAD_SIZE_UNLIMITED_0";
400
401    /** Message constant for key in the resource bundle. */
402    public static final String INIT_NONCRIT_ERROR_0 = "INIT_NONCRIT_ERROR_0";
403
404    /** Message constant for key in the resource bundle. */
405    public static final String INIT_PROP_ON_STRUCT_FALSE_0 = "INIT_PROP_ON_STRUCT_FALSE_0";
406
407    /** Message constant for key in the resource bundle. */
408    public static final String INIT_PROP_ON_STRUCT_TRUE_0 = "INIT_PROP_ON_STRUCT_TRUE_0";
409
410    /** Message constant for key in the resource bundle. */
411    public static final String INIT_REMOVE_EXPLORER_TYPE_SETTING_1 = "INIT_REMOVE_EXPLORER_TYPE_SETTING_1";
412
413    /** Message constant for key in the resource bundle. */
414    public static final String INIT_USER_MANAGEMENT_ICON_DISABLED_0 = "INIT_USER_MANAGEMENT_ICON_DISABLED_0";
415
416    /** Message constant for key in the resource bundle. */
417    public static final String INIT_USER_MANAGEMENT_ICON_ENABLED_0 = "INIT_USER_MANAGEMENT_ICON_ENABLED_0";
418
419    /** Message constant for key in the resource bundle. */
420    public static final String INIT_VFS_ACCESS_INITIALIZED_0 = "INIT_VFS_ACCESS_INITIALIZED_0";
421
422    /** Message constant for key in the resource bundle. */
423    public static final String INIT_WORKPLACE_INITIALIZE_START_0 = "INIT_WORKPLACE_INITIALIZE_START_0";
424
425    /** Message constant for key in the resource bundle. */
426    public static final String INIT_WORKPLACE_LOCALIZED_1 = "INIT_WORKPLACE_LOCALIZED_1";
427
428    /** Message constant for key in the resource bundle. */
429    public static final String INIT_WORKPLACE_VIEW_1 = "INIT_WORKPLACE_VIEW_1";
430
431    /** Message constant for key in the resource bundle. */
432    public static final String INIT_XMLCONTENT_AUTOCORRECT_DISABLED_0 = "INIT_XMLCONTENT_AUTOCORRECT_DISABLED_0";
433
434    /** Message constant for key in the resource bundle. */
435    public static final String INIT_XMLCONTENT_AUTOCORRECT_ENABLED_0 = "INIT_XMLCONTENT_AUTOCORRECT_ENABLED_0";
436
437    /** Message constant for key in the resource bundle. */
438    public static final String LOG_DIALOG_HANDLER_CLASS_2 = "LOG_DIALOG_HANDLER_CLASS_2";
439
440    /** Message constant for key in the resource bundle. */
441    public static final String LOG_EVENT_CLEAR_CACHES_0 = "LOG_EVENT_CLEAR_CACHES_0";
442
443    /** Message constant for key in the resource bundle. */
444    public static final String LOG_INCLUDE_ERRORPAGE_FAILED_0 = "LOG_INCLUDE_ERRORPAGE_FAILED_0";
445
446    /** Message constant for key in the resource bundle. */
447    public static final String LOG_INVALID_EDITOR_CSSHANDLER_1 = "LOG_INVALID_EDITOR_CSSHANDLER_1";
448
449    /** Message constant for key in the resource bundle. */
450    public static final String LOG_INVALID_EDITOR_PRE_ACTION_1 = "LOG_INVALID_EDITOR_PRE_ACTION_1";
451
452    /** Message constant for key in the resource bundle. */
453    public static final String LOG_INVALID_SYNCHRONIZE_EXCLUDE_PATTERN_1 = "LOG_INVALID_SYNCHRONIZE_EXCLUDE_PATTERN_1";
454
455    /** Message constant for key in the resource bundle. */
456    public static final String LOG_LOGIN_NO_STARTUP_PROJECT_2 = "LOG_LOGIN_NO_STARTUP_PROJECT_2";
457
458    /** Message constant for key in the resource bundle. */
459    public static final String LOG_NO_TEMP_FILE_PROJECT_0 = "LOG_NO_TEMP_FILE_PROJECT_0";
460
461    /** Message constant for key in the resource bundle. */
462    public static final String LOG_PARAM_RESOURCE_2 = "LOG_PARAM_RESOURCE_2";
463
464    /** Message constant for key in the resource bundle. */
465    public static final String LOG_READING_VIEW_FOLDER_FAILED_1 = "LOG_READING_VIEW_FOLDER_FAILED_1";
466
467    /** Message constant for key in the resource bundle. */
468    public static final String LOG_SET_PARAM_2 = "LOG_SET_PARAM_2";
469
470    /** Message constant for key in the resource bundle. */
471    public static final String LOG_THREAD_CREATION_FAILED_1 = "LOG_THREAD_CREATION_FAILED_1";
472
473    /** Message constant for key in the resource bundle. */
474    public static final String LOG_UNSUPPORTED_ENCODING_SET_1 = "LOG_UNSUPPORTED_ENCODING_SET_1";
475
476    /** Message constant for key in the resource bundle. */
477    public static final String LOG_USERAGREEMENT_SHOW_1 = "LOG_USERAGREEMENT_SHOW_1";
478
479    /** Message constant for key in the resource bundle. */
480    public static final String LOG_USERAGREEMENT_WRONG_VERSION_2 = "LOG_USERAGREEMENT_WRONG_VERSION_2";
481
482    /** Message constant for key in the resource bundle. */
483    public static final String LOG_WORKPLACE_INIT_NO_LOCALES_1 = "LOG_WORKPLACE_INIT_NO_LOCALES_1";
484
485    /** Message constant for key in the resource bundle. */
486    public static final String LOG_WORKPLACE_INIT_NO_VIEWS_1 = "LOG_WORKPLACE_INIT_NO_VIEWS_1";
487
488    /** Name of the used resource bundle. */
489    private static final String BUNDLE_NAME = "org.opencms.workplace.messages";
490
491    /** Static instance member. */
492    private static final I_CmsMessageBundle INSTANCE = new Messages();
493
494    /**The part of  state constant. */
495    private static final String STATE_POSTFIX = "_0";
496
497    /**The part of  state constant. */
498    private static final String STATE_PREFIX = "GUI_EXPLORER_STATE";
499
500    /**
501     * Returns an instance of this localized message accessor.<p>
502     *
503     * @return an instance of this localized message accessor
504     */
505    public static I_CmsMessageBundle get() {
506
507        return INSTANCE;
508    }
509
510    /**
511     * Create constant name.
512     * @param state  STATE_UNCHANGED, STATE_CHANGED, STATE_NEW or STATE_DELETED.
513     * @return cconstanname as String
514     */
515    public static String getStateKey(CmsResourceState state) {
516
517        StringBuffer sb = new StringBuffer(STATE_PREFIX);
518        sb.append(state);
519        sb.append(STATE_POSTFIX);
520        return sb.toString();
521
522    }
523
524    /**
525     * Hides the public constructor for this utility class.<p>
526     */
527    private Messages() {
528
529        // hide the constructor
530    }
531
532    /**
533     * Returns the bundle name for this OpenCms package.<p>
534     *
535     * @return the bundle name for this OpenCms package
536     */
537    public String getBundleName() {
538
539        return BUNDLE_NAME;
540    }
541}