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, 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.ade.contenteditor.client;
029
030import org.opencms.gwt.client.util.CmsMessages;
031
032/**
033 * Convenience class to access the localized messages of this OpenCms package.<p>
034 *
035 * @since 8.0.0
036 */
037public final class Messages {
038
039    /** Message constant for key in the resource bundle. */
040    public static final String ERR_RESOURCE_ALREADY_LOCKED_BY_OTHER_USER_0 = "ERR_RESOURCE_ALREADY_LOCKED_BY_OTHER_USER_0";
041
042    /** Message constant for key in the resource bundle. */
043    public static final String GUI_CHOICE_ADD_CHOICE_1 = "GUI_CHOICE_ADD_CHOICE_1"; //Acacia message: Add choice {0}
044
045    /** Message constant for key in the resource bundle. */
046    public static final String GUI_CONFIRM_DELETE_LOCALE_TEXT_0 = "GUI_CONFIRM_DELETE_LOCALE_TEXT_0";
047
048    /** Message constant for key in the resource bundle. */
049    public static final String GUI_CONFIRM_DELETE_LOCALE_TITLE_0 = "GUI_CONFIRM_DELETE_LOCALE_TITLE_0";
050
051    /** Message constant for key in the resource bundle. */
052    public static final String GUI_CONFIRM_LEAVING_EDITOR_0 = "GUI_CONFIRM_LEAVING_EDITOR_0";
053
054    /** Message constant for key in the resource bundle. */
055    public static final String GUI_CONTENT_EDITOR_TITLE_0 = "GUI_CONTENT_EDITOR_TITLE_0";
056
057    /** Message constant for key in the resource bundle. */
058    public static final String GUI_DOWNLOAD_GALLERY_OPEN_0 = "GUI_DOWNLOAD_GALLERY_OPEN_0";
059
060    /** Message constant for key in the resource bundle. */
061    public static final String GUI_IMAGE_GALLERY_OPEN_0 = "GUI_IMAGE_GALLERY_OPEN_0";
062
063    /** Message constant for key in the resource bundle. */
064    public static final String GUI_LOCALE_DIALOG_CANCEL_0 = "GUI_LOCALE_DIALOG_CANCEL_0";
065
066    /** Message constant for key in the resource bundle. */
067    public static final String GUI_LOCALE_DIALOG_DESCRIPTION_1 = "GUI_LOCALE_DIALOG_DESCRIPTION_1";
068
069    /** Message constant for key in the resource bundle. */
070    public static final String GUI_LOCALE_DIALOG_NO_LANGUAGE_SELECTED_0 = "GUI_LOCALE_DIALOG_NO_LANGUAGE_SELECTED_0";
071
072    /** Message constant for key in the resource bundle. */
073    public static final String GUI_LOCALE_DIALOG_OK_0 = "GUI_LOCALE_DIALOG_OK_0";
074
075    /** Message constant for key in the resource bundle. */
076    public static final String GUI_LOCALE_DIALOG_SYNCHRONIZE_0 = "GUI_LOCALE_DIALOG_SYNCHRONIZE_0";
077
078    /** Message constant for key in the resource bundle. */
079    public static final String GUI_LOCALE_DIALOG_SYNCHRONIZE_TITLE_0 = "GUI_LOCALE_DIALOG_SYNCHRONIZE_TITLE_0";
080
081    /** Message constant for key in the resource bundle. */
082    public static final String GUI_LOCALE_DIALOG_TITLE_0 = "GUI_LOCALE_DIALOG_TITLE_0";
083
084    /** Message constant for key in the resource bundle. */
085    public static final String GUI_MULTISELECT_ACTIVATE_0 = "GUI_MULTISELECT_ACTIVATE_0";
086
087    /** Message constant for key in the resource bundle. */
088    public static final String GUI_SERIALDATE_TIME_ENDTIME_0 = "GUI_SERIALDATE_TIME_ENDTIME_0";
089
090    /** Message constant for key in the resource bundle. */
091    public static final String GUI_SERIALDATE_TIME_STARTTIME_0 = "GUI_SERIALDATE_TIME_STARTTIME_0";
092
093    /** Message constant for key in the resource bundle. */
094    public static final String GUI_SERIALDATE_TYPE_DAILY_0 = "GUI_SERIALDATE_TYPE_DAILY_0";
095
096    /** Message constant for key in the resource bundle. */
097    public static final String GUI_SERIALDATE_TYPE_WEEKLY_0 = "GUI_SERIALDATE_TYPE_WEEKLY_0";
098
099    /** Message constant for key in the resource bundle. */
100    public static final String GUI_SERIALDATE_TYPE_MONTHLY_0 = "GUI_SERIALDATE_TYPE_MONTHLY_0";
101
102    /** Message constant for key in the resource bundle. */
103    public static final String GUI_SERIALDATE_TYPE_YEARLY_0 = "GUI_SERIALDATE_TYPE_YEARLY_0";
104
105    /** Message constant for key in the resource bundle. */
106    public static final String GUI_SERIALDATE_DAILY_EVERY_0 = "GUI_SERIALDATE_DAILY_EVERY_0";
107
108    /** Message constant for key in the resource bundle. */
109    public static final String GUI_SERIALDATE_DAILY_DAYS_0 = "GUI_SERIALDATE_DAILY_DAYS_0";
110
111    /** Message constant for key in the resource bundle. */
112    public static final String GUI_SERIALDATE_DAILY_EVERYWORKINGDAY_0 = "GUI_SERIALDATE_DAILY_EVERYWORKINGDAY_0";
113
114    /** Message constant for key in the resource bundle. */
115    public static final String GUI_SERIALDATE_WEEKLY_EVERY_0 = "GUI_SERIALDATE_WEEKLY_EVERY_0";
116
117    /** Message constant for key in the resource bundle. */
118    public static final String GUI_SERIALDATE_WEEKLY_WEEK_AT_0 = "GUI_SERIALDATE_WEEKLY_WEEK_AT_0";
119
120    /** Message constant for key in the resource bundle. */
121    public static final String GUI_SERIALDATE_DAY_MONDAY_0 = "GUI_SERIALDATE_DAY_MONDAY_0";
122
123    /** Message constant for key in the resource bundle. */
124    public static final String GUI_SERIALDATE_DAY_TUESDAY_0 = "GUI_SERIALDATE_DAY_TUESDAY_0";
125
126    /** Message constant for key in the resource bundle. */
127    public static final String GUI_SERIALDATE_DAY_WEDNESDAY_0 = "GUI_SERIALDATE_DAY_WEDNESDAY_0";
128
129    /** Message constant for key in the resource bundle. */
130    public static final String GUI_SERIALDATE_DAY_THURSDAY_0 = "GUI_SERIALDATE_DAY_THURSDAY_0";
131
132    /** Message constant for key in the resource bundle. */
133    public static final String GUI_SERIALDATE_DAY_FRIDAY_0 = "GUI_SERIALDATE_DAY_FRIDAY_0";
134
135    /** Message constant for key in the resource bundle. */
136    public static final String GUI_SERIALDATE_DAY_SATURDAY_0 = "GUI_SERIALDATE_DAY_SATURDAY_0";
137
138    /** Message constant for key in the resource bundle. */
139    public static final String GUI_SERIALDATE_DAY_SUNDAY_0 = "GUI_SERIALDATE_DAY_SUNDAY_0";
140
141    /** Message constant for key in the resource bundle. */
142    public static final String GUI_SERIALDATE_MONTHLY_MONTHDAY_AT_0 = "GUI_SERIALDATE_MONTHLY_MONTHDAY_AT_0";
143
144    /** Message constant for key in the resource bundle. */
145    public static final String GUI_SERIALDATE_MONTHLY_MONTHDAY_DAY_EVERY_0 = "GUI_SERIALDATE_MONTHLY_MONTHDAY_DAY_EVERY_0";
146
147    /** Message constant for key in the resource bundle. */
148    public static final String GUI_SERIALDATE_MONTHLY_MONTH_0 = "GUI_SERIALDATE_MONTHLY_MONTH_0";
149
150    /** Message constant for key in the resource bundle. */
151    public static final String GUI_SERIALDATE_MONTHLY_WEEKDAY_AT_0 = "GUI_SERIALDATE_MONTHLY_WEEKDAY_AT_0";
152
153    /** Message constant for key in the resource bundle. */
154    public static final String GUI_SERIALDATE_MONTHLY_WEEKDAY_EVERY_0 = "GUI_SERIALDATE_MONTHLY_WEEKDAY_EVERY_0";
155
156    /** Message constant for key in the resource bundle. */
157    public static final String GUI_SERIALDATE_YEARLY_EVERY_0 = "GUI_SERIALDATE_YEARLY_EVERY_0";
158
159    /** Message constant for key in the resource bundle. */
160    public static final String GUI_SERIALDATE_YEARLY_AT_0 = "GUI_SERIALDATE_YEARLY_AT_0";
161
162    /** Message constant for key in the resource bundle. */
163    public static final String GUI_SERIALDATE_YEARLY_IN_0 = "GUI_SERIALDATE_YEARLY_IN_0";
164
165    /** Message constant for key in the resource bundle. */
166    public static final String GUI_SERIALDATE_YEARLY_JAN_0 = "GUI_SERIALDATE_YEARLY_JAN_0";
167
168    /** Message constant for key in the resource bundle. */
169    public static final String GUI_SERIALDATE_YEARLY_FEB_0 = "GUI_SERIALDATE_YEARLY_FEB_0";
170
171    /** Message constant for key in the resource bundle. */
172    public static final String GUI_SERIALDATE_YEARLY_MAR_0 = "GUI_SERIALDATE_YEARLY_MAR_0";
173
174    /** Message constant for key in the resource bundle. */
175    public static final String GUI_SERIALDATE_YEARLY_APR_0 = "GUI_SERIALDATE_YEARLY_APR_0";
176
177    /** Message constant for key in the resource bundle. */
178    public static final String GUI_SERIALDATE_YEARLY_MAY_0 = "GUI_SERIALDATE_YEARLY_MAY_0";
179
180    /** Message constant for key in the resource bundle. */
181    public static final String GUI_SERIALDATE_YEARLY_JUN_0 = "GUI_SERIALDATE_YEARLY_JUN_0";
182
183    /** Message constant for key in the resource bundle. */
184    public static final String GUI_SERIALDATE_YEARLY_JUL_0 = "GUI_SERIALDATE_YEARLY_JUL_0";
185
186    /** Message constant for key in the resource bundle. */
187    public static final String GUI_SERIALDATE_YEARLY_AUG_0 = "GUI_SERIALDATE_YEARLY_AUG_0";
188
189    /** Message constant for key in the resource bundle. */
190    public static final String GUI_SERIALDATE_YEARLY_SEP_0 = "GUI_SERIALDATE_YEARLY_SEP_0";
191
192    /** Message constant for key in the resource bundle. */
193    public static final String GUI_SERIALDATE_YEARLY_OCT_0 = "GUI_SERIALDATE_YEARLY_OCT_0";
194
195    /** Message constant for key in the resource bundle. */
196    public static final String GUI_SERIALDATE_YEARLY_NOV_0 = "GUI_SERIALDATE_YEARLY_NOV_0";
197
198    /** Message constant for key in the resource bundle. */
199    public static final String GUI_SERIALDATE_YEARLY_DEC_0 = "GUI_SERIALDATE_YEARLY_DEC_0";
200
201    /** Message constant for key in the resource bundle. */
202    public static final String GUI_SERIALDATE_WEEKDAYNUMBER_1_0 = "GUI_SERIALDATE_WEEKDAYNUMBER_1_0";
203
204    /** Message constant for key in the resource bundle. */
205    public static final String GUI_SERIALDATE_WEEKDAYNUMBER_2_0 = "GUI_SERIALDATE_WEEKDAYNUMBER_2_0";
206
207    /** Message constant for key in the resource bundle. */
208    public static final String GUI_SERIALDATE_WEEKDAYNUMBER_3_0 = "GUI_SERIALDATE_WEEKDAYNUMBER_3_0";
209
210    /** Message constant for key in the resource bundle. */
211    public static final String GUI_SERIALDATE_WEEKDAYNUMBER_4_0 = "GUI_SERIALDATE_WEEKDAYNUMBER_4_0";
212
213    /** Message constant for key in the resource bundle. */
214    public static final String GUI_SERIALDATE_WEEKDAYNUMBER_5_0 = "GUI_SERIALDATE_WEEKDAYNUMBER_5_0";
215
216    /** Message constant for key in the resource bundle. */
217    public static final String GUI_SERIALDATE_DURATION_PREFIX_0 = "GUI_SERIALDATE_DURATION_PREFIX_0";
218
219    /** Message constant for key in the resource bundle. */
220    public static final String GUI_SERIALDATE_DURATION_ENDTYPE_OCC_0 = "GUI_SERIALDATE_DURATION_ENDTYPE_OCC_0";
221
222    /** Message constant for key in the resource bundle. */
223    public static final String GUI_SERIALDATE_DURATION_ENDTYPE_OCC_POSTFIX_0 = "GUI_SERIALDATE_DURATION_ENDTYPE_OCC_POSTFIX_0";
224
225    /** Message constant for key in the resource bundle. */
226    public static final String GUI_SERIALDATE_DURATION_ENDTYPE_DATE_0 = "GUI_SERIALDATE_DURATION_ENDTYPE_DATE_0";
227
228    /** Name of the used resource bundle. */
229    public static final String GUI_SERIALDATE_PANEL_EXCEPTIONS_0 = "GUI_SERIALDATE_PANEL_EXCEPTIONS_0";
230
231    /** Name of the used resource bundle. */
232    public static final String GUI_SERIALDATE_PANEL_SERIAL_OPTIONS_0 = "GUI_SERIALDATE_PANEL_SERIAL_OPTIONS_0";
233
234    /** Name of the used resource bundle. */
235    public static final String GUI_SERIALDATE_SERIES_CHECKBOX_0 = "GUI_SERIALDATE_SERIES_CHECKBOX_0";
236
237    /** Name of the used resource bundle. */
238    public static final String GUI_SERIALDATE_WHOLE_DAY_CHECKBOX_0 = "GUI_SERIALDATE_WHOLE_DAY_CHECKBOX_0";
239
240    /** Name of the used resource bundle. */
241    public static final String GUI_SERIALDATE_BUTTON_MANAGE_EXCEPTIONS_0 = "GUI_SERIALDATE_BUTTON_MANAGE_EXCEPTIONS_0";
242
243    /** Name of the used resource bundle. */
244    public static final String GUI_SERIALDATE_DEACTIVE_TEXT_0 = "GUI_SERIALDATE_DEACTIVE_TEXT_0";
245
246    /** Name of the used resource bundle. */
247    public static final String GUI_SERIALDATE_DATE_FORMAT_0 = "GUI_SERIALDATE_DATE_FORMAT_0";
248
249    /** Name of the used resource bundle. */
250    public static final String GUI_SERIALDATE_ERROR_INVALID_INTERVAL_0 = "GUI_SERIALDATE_ERROR_INVALID_INTERVAL_0";
251
252    /** Name of the used resource bundle. */
253    public static final String GUI_SERIALDATE_ERROR_INVALID_OCCURRENCES_1 = "GUI_SERIALDATE_ERROR_INVALID_OCCURRENCES_1";
254
255    /** Name of the used resource bundle. */
256    public static final String GUI_SERIALDATE_ERROR_SERIAL_END_BEFORE_START_0 = "GUI_SERIALDATE_ERROR_SERIAL_END_BEFORE_START_0";
257
258    /** Name of the used resource bundle. */
259    public static final String GUI_SERIALDATE_ERROR_SERIESEND_TOO_FAR_AWAY_1 = "GUI_SERIALDATE_ERROR_SERIESEND_TOO_FAR_AWAY_1";
260
261    /** Name of the used resource bundle. */
262    public static final String GUI_SERIALDATE_ERROR_END_BEFORE_START_0 = "GUI_SERIALDATE_ERROR_END_BEFORE_START_0";
263
264    /** Name of the used resource bundle. */
265    public static final String GUI_SERIALDATE_ERROR_INVALID_DAYOFMONTH_0 = "GUI_SERIALDATE_ERROR_INVALID_DAYOFMONTH_0";
266
267    /** Name of the used resource bundle. */
268    public static final String GUI_SERIALDATE_ERROR_NO_WEEKOFMONTH_SPECIFIED_0 = "GUI_SERIALDATE_ERROR_NO_WEEKOFMONTH_SPECIFIED_0";
269
270    /** Name of the used resource bundle. */
271    public static final String GUI_SERIALDATE_ERROR_NO_WEEKDAY_SPECIFIED_0 = "GUI_SERIALDATE_ERROR_NO_WEEKDAY_SPECIFIED_0";
272
273    /** Name of the used resource bundle. */
274    public static final String GUI_SERIALDATE_BUTTON_ADD_INDIVIDUAL_0 = "GUI_SERIALDATE_BUTTON_ADD_INDIVIDUAL_0";
275
276    /** Name of the used resource bundle. */
277    public static final String GUI_SERIALDATE_BUTTON_REMOVE_INDIVIDUAL_0 = "GUI_SERIALDATE_BUTTON_REMOVE_INDIVIDUAL_0";
278
279    /** Message constant for key in the resource bundle. */
280    public static final String GUI_TOOLBAR_CANT_DELETE_LAST_LOCALE_0 = "GUI_TOOLBAR_CANT_DELETE_LAST_LOCALE_0";
281
282    /** Message constant for key in the resource bundle. */
283    public static final String GUI_TOOLBAR_COPY_LOCALE_0 = "GUI_TOOLBAR_COPY_LOCALE_0";
284
285    /** Message constant for key in the resource bundle. */
286    public static final String GUI_TOOLBAR_DELETE_LOCALE_0 = "GUI_TOOLBAR_DELETE_LOCALE_0";
287
288    /** Message constant for key in the resource bundle. */
289    public static final String GUI_TOOLBAR_HELP_BUBBLES_HIDDEN_0 = "GUI_TOOLBAR_HELP_BUBBLES_HIDDEN_0";
290
291    /** Message constant for key in the resource bundle. */
292    public static final String GUI_TOOLBAR_HELP_BUBBLES_SHOWN_0 = "GUI_TOOLBAR_HELP_BUBBLES_SHOWN_0";
293
294    /** Message constant for key in the resource bundle. */
295    public static final String GUI_TOOLBAR_LANGUAGE_0 = "GUI_TOOLBAR_LANGUAGE_0";
296
297    /** Message constant for key in the resource bundle. */
298    public static final String GUI_TOOLBAR_NOTHING_CHANGED_0 = "GUI_TOOLBAR_NOTHING_CHANGED_0";
299
300    /** Message constant for key in the resource bundle. */
301    public static final String GUI_TOOLBAR_OPEN_FORM_0 = "GUI_TOOLBAR_OPEN_FORM_0";
302
303    /** Message constant for key in the resource bundle. */
304    public static final String GUI_TOOLBAR_RESET_0 = "GUI_TOOLBAR_RESET_0";
305
306    /** Message constant for key in the resource bundle. */
307    public static final String GUI_TOOLBAR_SAVE_0 = "GUI_TOOLBAR_SAVE_0";
308
309    /** Message constant for key in the resource bundle. */
310    public static final String GUI_TOOLBAR_UNDO_0 = "GUI_TOOLBAR_UNDO_0";
311
312    /** Message constant for key in the resource bundle. */
313    public static final String GUI_TOOLBAR_REDO_0 = "GUI_TOOLBAR_REDO_0";
314
315    /** Message constant for key in the resource bundle. */
316    public static final String GUI_TOOLBAR_UNDO_DISABLED_0 = "GUI_TOOLBAR_UNDO_DISABLED_0";
317
318    /** Message constant for key in the resource bundle. */
319    public static final String GUI_TOOLBAR_REDO_DISABLED_0 = "GUI_TOOLBAR_REDO_DISABLED_0";
320
321    /** Message constant for key in the resource bundle. */
322    public static final String GUI_TOOLBAR_SAVE_AND_EXIT_0 = "GUI_TOOLBAR_SAVE_AND_EXIT_0";
323
324    /** Message constant for key in the resource bundle. */
325    public static final String GUI_TOOLBAR_VALIDATION_ERRORS_1 = "GUI_TOOLBAR_VALIDATION_ERRORS_1";
326
327    /** Message constant for key in the resource bundle. */
328    public static final String GUI_VALIDATION_ERROR_1 = "GUI_VALIDATION_ERROR_1";
329
330    /** Message constant for key in the resource bundle. */
331    public static final String GUI_VIEW_ADD_1 = "GUI_VIEW_ADD_1"; //Acacia message: Add {0}
332
333    /** Message constant for key in the resource bundle. */
334    public static final String GUI_VIEW_CLOSE_0 = "GUI_VIEW_CLOSE_0"; //Acacia message: Close
335
336    /** Message constant for key in the resource bundle. */
337    public static final String GUI_VIEW_DELETE_1 = "GUI_VIEW_DELETE_1"; //Acacia message: Delete {0}
338
339    /** Message constant for key in the resource bundle. */
340    public static final String GUI_VIEW_EDIT_1 = "GUI_VIEW_EDIT_1"; //Acacia message: Edit {0}
341
342    /** Message constant for key in the resource bundle. */
343    public static final String GUI_VIEW_MOVE_1 = "GUI_VIEW_MOVE_1"; //Acacia message: Move {0}
344
345    /** Message constant for key in the resource bundle. */
346    public static final String GUI_VIEW_MOVE_DOWN_0 = "GUI_VIEW_MOVE_DOWN_0"; //Acacia message: Move down
347
348    /** Message constant for key in the resource bundle. */
349    public static final String GUI_VIEW_MOVE_UP_0 = "GUI_VIEW_MOVE_UP_0"; //Acacia message: Move up
350
351    /** Message constant for key in the resource bundle. */
352    public static final String GUI_WARN_INVALID_XML_STRUCTURE_0 = "GUI_WARN_INVALID_XML_STRUCTURE_0";
353
354    /** Message constant for key in the resource bundle. */
355    public static final String GUI_WIDGET_SELECT_FILE_0 = "GUI_WIDGET_SELECT_FILE_0";
356
357    /** Message constant for key in the resource bundle. */
358    public static final String GUI_SERIALDATE_TYPE_INDIVIDUAL_0 = "GUI_SERIALDATE_TYPE_INDIVIDUAL_0";
359
360    /** Name of the used resource bundle. */
361    private static final String BUNDLE_NAME = "org.opencms.ade.contenteditor.clientmessages";
362
363    /** Name of the used resource bundle. */
364    public static final String GUI_SERIALDATE_CONFIRM_EXCEPTION_DIALOG_CAPTION_0 = "GUI_SERIALDATE_CONFIRM_EXCEPTION_DIALOG_CAPTION_0";
365
366    /** Name of the used resource bundle. */
367    public static final String GUI_SERIALDATE_CONFIRM_DIALOG_YES_BUTTON_0 = "GUI_SERIALDATE_CONFIRM_DIALOG_YES_BUTTON_0";
368
369    /** Name of the used resource bundle. */
370    public static final String GUI_SERIALDATE_CONFIRM_DIALOG_NO_BUTTON_0 = "GUI_SERIALDATE_CONFIRM_DIALOG_NO_BUTTON_0";
371
372    /** Name of the used resource bundle. */
373    public static final String GUI_SERIALDATE_CONFIRM_EXCEPTION_DIALOG_MESSAGE_0 = "GUI_SERIALDATE_CONFIRM_EXCEPTION_DIALOG_MESSAGE_0";
374
375    /** Name of the used resource bundle. */
376    public static final String GUI_SERIALDATE_OVERVIEW_POPUP_TITLE_0 = "GUI_SERIALDATE_OVERVIEW_POPUP_TITLE_0";
377
378    /** Name of the used resource bundle. */
379    public static final String GUI_SERIALDATE_CONFIRM_SERIES_BINDING_DIALOG_CAPTION_0 = "GUI_SERIALDATE_CONFIRM_SERIES_BINDING_DIALOG_CAPTION_0";
380
381    /** Name of the used resource bundle. */
382    public static final String GUI_SERIALDATE_CONFIRM_SERIES_BINDING_DIALOG_MESSAGE_0 = "GUI_SERIALDATE_CONFIRM_SERIES_BINDING_DIALOG_MESSAGE_0";
383
384    /** Name of the used resource bundle. */
385    public static final String GUI_SERIALDATE_FROM_SERIES_INFORMATION_0 = "GUI_SERIALDATE_FROM_SERIES_INFORMATION_0";
386
387    /** Name of the used resource bundle. */
388    public static final String GUI_SERIALDATE_CURRENT_TILL_END_CHECKBOX_0 = "GUI_SERIALDATE_CURRENT_TILL_END_CHECKBOX_0";
389
390    /** Name of the used resource bundle. */
391    public static final String GUI_SERIALDATE_CURRENT_TILL_END_CHECKBOX_HELP_0 = "GUI_SERIALDATE_CURRENT_TILL_END_CHECKBOX_HELP_0";
392
393    /** Static instance member. */
394    private static CmsMessages INSTANCE;
395
396    /**
397     * Hides the public constructor for this utility class.<p>
398     */
399    private Messages() {
400
401        // hide the constructor
402    }
403
404    /**
405     * Returns an instance of this localized message accessor.<p>
406     *
407     * @return an instance of this localized message accessor
408     */
409    public static CmsMessages get() {
410
411        if (INSTANCE == null) {
412            INSTANCE = new CmsMessages(BUNDLE_NAME);
413        }
414        return INSTANCE;
415    }
416
417    /**
418     * Returns the bundle name for this OpenCms package.<p>
419     *
420     * @return the bundle name for this OpenCms package
421     */
422    public String getBundleName() {
423
424        return BUNDLE_NAME;
425    }
426
427}