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.editors;
029
030import org.opencms.i18n.A_CmsMessageBundle;
031import org.opencms.i18n.I_CmsMessageBundle;
032
033/**
034 * Convenience class to access the localized messages of this OpenCms package.<p>
035 *
036 * @since 6.0.0
037 */
038public final class Messages extends A_CmsMessageBundle {
039
040    /** Message constant for key in the resource bundle. */
041    public static final String ERR_COMPILE_EDITOR_REGEX_1 = "ERR_COMPILE_EDITOR_REGEX_1";
042
043    /** Message constant for key in the resource bundle. */
044    public static final String ERR_EDITOR_MESSAGE_NOSELECTION_0 = "ERR_EDITOR_MESSAGE_NOSELECTION_0";
045
046    /** Message constant for key in the resource bundle. */
047    public static final String ERR_EDITOR_XMLCONTENT_VALIDATION_ERROR_LANG_1 = "ERR_EDITOR_XMLCONTENT_VALIDATION_ERROR_LANG_1";
048
049    /** Message constant for key in the resource bundle. */
050    public static final String ERR_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0 = "ERR_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0";
051
052    /** Message constant for key in the resource bundle. */
053    public static final String ERR_INVALID_CONTENT_ENC_1 = "ERR_INVALID_CONTENT_ENC_1";
054
055    /** Message constant for key in the resource bundle. */
056    public static final String ERR_INVALID_RESTYPE_CLASS_1 = "ERR_INVALID_RESTYPE_CLASS_1";
057
058    /** Message constant for key in the resource bundle. */
059    public static final String ERR_INVALID_RESTYPE_NAME_0 = "ERR_INVALID_RESTYPE_NAME_0";
060
061    /** Message constant for key in the resource bundle. */
062    public static final String ERR_INVALID_RESTYPE_RANKING_1 = "ERR_INVALID_RESTYPE_RANKING_1";
063
064    /** Message constant for key in the resource bundle. */
065    public static final String ERR_INVALID_USERAGENT_DEF_0 = "ERR_INVALID_USERAGENT_DEF_0";
066
067    /** Message constant for key in the resource bundle. */
068    public static final String ERR_NO_EDITOR_FOUND_0 = "ERR_NO_EDITOR_FOUND_0";
069
070    /** Message constant for key in the resource bundle. */
071    public static final String ERR_UPDATE_ELEMENTS_0 = "ERR_UPDATE_ELEMENTS_0";
072
073    /** Message constant for key in the resource bundle. */
074    public static final String ERR_UPDATE_LANGUAGES_0 = "ERR_UPDATE_LANGUAGES_0";
075
076    /** Message constant for key in the resource bundle. */
077    public static final String ERR_XML_EDITOR_0 = "ERR_XML_EDITOR_0";
078
079    /** Message constant for key in the resource bundle. */
080    public static final String ERR_XML_PARSE_0 = "ERR_XML_PARSE_0";
081
082    /** Message constant for key in the resource bundle. */
083    public static final String GUI_BUTTON_ADDNEW_0 = "GUI_BUTTON_ADDNEW_0";
084
085    /** Message constant for key in the resource bundle. */
086    public static final String GUI_BUTTON_ALIGNCENTER_0 = "GUI_BUTTON_ALIGNCENTER_0";
087
088    /** Message constant for key in the resource bundle. */
089    public static final String GUI_BUTTON_ALIGNLEFT_0 = "GUI_BUTTON_ALIGNLEFT_0";
090
091    /** Message constant for key in the resource bundle. */
092    public static final String GUI_BUTTON_ALIGNRIGHT_0 = "GUI_BUTTON_ALIGNRIGHT_0";
093
094    /** Message constant for key in the resource bundle. */
095    public static final String GUI_BUTTON_ANCHOR_0 = "GUI_BUTTON_ANCHOR_0";
096
097    /** Message constant for key in the resource bundle. */
098    public static final String GUI_BUTTON_BOLD_0 = "GUI_BUTTON_BOLD_0";
099
100    /** Message constant for key in the resource bundle. */
101    public static final String GUI_BUTTON_CLOSE_0 = "GUI_BUTTON_CLOSE_0";
102
103    /** Message constant for key in the resource bundle. */
104    public static final String GUI_BUTTON_COLOR_0 = "GUI_BUTTON_COLOR_0";
105
106    /** Message constant for key in the resource bundle. */
107    public static final String GUI_BUTTON_COPY_0 = "GUI_BUTTON_COPY_0";
108
109    /** Message constant for key in the resource bundle. */
110    public static final String GUI_BUTTON_CUT_0 = "GUI_BUTTON_CUT_0";
111
112    /** Message constant for key in the resource bundle. */
113    public static final String GUI_BUTTON_DELETE_0 = "GUI_BUTTON_DELETE_0";
114
115    /** Message constant for key in the resource bundle. */
116    public static final String GUI_BUTTON_FONTCOLOR_0 = "GUI_BUTTON_FONTCOLOR_0";
117
118    /** Message constant for key in the resource bundle. */
119    public static final String GUI_BUTTON_GOTO_0 = "GUI_BUTTON_GOTO_0";
120
121    /** Message constant for key in the resource bundle. */
122    public static final String GUI_BUTTON_HELP_0 = "GUI_BUTTON_HELP_0";
123
124    /** Message constant for key in the resource bundle. */
125    public static final String GUI_BUTTON_IMAGE_0 = "GUI_BUTTON_IMAGE_0";
126
127    /** Message constant for key in the resource bundle. */
128    public static final String GUI_BUTTON_INDENTIN_0 = "GUI_BUTTON_INDENTIN_0";
129
130    /** Message constant for key in the resource bundle. */
131    public static final String GUI_BUTTON_INDENTOUT_0 = "GUI_BUTTON_INDENTOUT_0";
132
133    /** Message constant for key in the resource bundle. */
134    public static final String GUI_BUTTON_ITALIC_0 = "GUI_BUTTON_ITALIC_0";
135
136    /** Message constant for key in the resource bundle. */
137    public static final String GUI_BUTTON_LINKTO_0 = "GUI_BUTTON_LINKTO_0";
138
139    /** Message constant for key in the resource bundle. */
140    public static final String GUI_BUTTON_NEW_0 = "GUI_BUTTON_NEW_0";
141
142    /** Message constant for key in the resource bundle. */
143    public static final String GUI_BUTTON_OL_0 = "GUI_BUTTON_OL_0";
144
145    /** Message constant for key in the resource bundle. */
146    public static final String GUI_BUTTON_PASTE_0 = "GUI_BUTTON_PASTE_0";
147
148    /** Message constant for key in the resource bundle. */
149    public static final String GUI_BUTTON_PREVIEW_0 = "GUI_BUTTON_PREVIEW_0";
150
151    /** Message constant for key in the resource bundle. */
152    public static final String GUI_BUTTON_PRINT_0 = "GUI_BUTTON_PRINT_0";
153
154    /** Message constant for key in the resource bundle. */
155    public static final String GUI_BUTTON_REDO_0 = "GUI_BUTTON_REDO_0";
156
157    /** Message constant for key in the resource bundle. */
158    public static final String GUI_BUTTON_REPLACE_0 = "GUI_BUTTON_REPLACE_0";
159
160    /** Message constant for key in the resource bundle. */
161    public static final String GUI_BUTTON_SAVE_0 = "GUI_BUTTON_SAVE_0";
162
163    /** Message constant for key in the resource bundle. */
164    public static final String GUI_BUTTON_SAVECLOSE_0 = "GUI_BUTTON_SAVECLOSE_0";
165
166    /** Message constant for key in the resource bundle. */
167    public static final String GUI_BUTTON_SEARCH_0 = "GUI_BUTTON_SEARCH_0";
168
169    /** Message constant for key in the resource bundle. */
170    public static final String GUI_BUTTON_SPECIALCHARS_0 = "GUI_BUTTON_SPECIALCHARS_0";
171
172    /** Message constant for key in the resource bundle. */
173    public static final String GUI_BUTTON_TABLE_0 = "GUI_BUTTON_TABLE_0";
174
175    /** Message constant for key in the resource bundle. */
176    public static final String GUI_BUTTON_TABLECELL_0 = "GUI_BUTTON_TABLECELL_0";
177
178    /** Message constant for key in the resource bundle. */
179    public static final String GUI_BUTTON_TABLEROW_0 = "GUI_BUTTON_TABLEROW_0";
180
181    /** Message constant for key in the resource bundle. */
182    public static final String GUI_BUTTON_TOGGLEDETAILS_0 = "GUI_BUTTON_TOGGLEDETAILS_0";
183
184    /** Message constant for key in the resource bundle. */
185    public static final String GUI_BUTTON_UL_0 = "GUI_BUTTON_UL_0";
186
187    /** Message constant for key in the resource bundle. */
188    public static final String GUI_BUTTON_UNDERLINE_0 = "GUI_BUTTON_UNDERLINE_0";
189
190    /** Message constant for key in the resource bundle. */
191    public static final String GUI_BUTTON_UNDO_0 = "GUI_BUTTON_UNDO_0";
192
193    /** Message constant for key in the resource bundle. */
194    public static final String GUI_DIALOG_COLOR_TITLE_0 = "GUI_DIALOG_COLOR_TITLE_0";
195
196    /** Message constant for key in the resource bundle. */
197    public static final String GUI_DIRECTEDIT_CAN_ONLY_BE_CREATED_0 = "GUI_DIRECTEDIT_CAN_ONLY_BE_CREATED_0";
198
199    /** Message constant for key in the resource bundle. */
200    public static final String GUI_DIRECTEDIT_CANNOT_BE_CREATED_OR_EDITED_0 = "GUI_DIRECTEDIT_CANNOT_BE_CREATED_OR_EDITED_0";
201
202    /** Message constant for key in the resource bundle. */
203    public static final String GUI_DIRECTEDIT_TEXT_DELETE_0 = "GUI_DIRECTEDIT_TEXT_DELETE_0";
204
205    /** Message constant for key in the resource bundle. */
206    public static final String GUI_DIRECTEDIT_TEXT_EDIT_0 = "GUI_DIRECTEDIT_TEXT_EDIT_0";
207
208    /** Message constant for key in the resource bundle. */
209    public static final String GUI_DIRECTEDIT_TEXT_NEW_0 = "GUI_DIRECTEDIT_TEXT_NEW_0";
210
211    /** Message constant for key in the resource bundle. */
212    public static final String GUI_EDITOR_BUTTON_DOWNLOADLIST_0 = "GUI_EDITOR_BUTTON_DOWNLOADLIST_0";
213
214    /** Message constant for key in the resource bundle. */
215    public static final String GUI_EDITOR_BUTTON_HTMLLIST_0 = "GUI_EDITOR_BUTTON_HTMLLIST_0";
216
217    /** Message constant for key in the resource bundle. */
218    public static final String GUI_EDITOR_BUTTON_IMAGELIST_0 = "GUI_EDITOR_BUTTON_IMAGELIST_0";
219
220    /** Message constant for key in the resource bundle. */
221    public static final String GUI_EDITOR_BUTTON_LINKLIST_0 = "GUI_EDITOR_BUTTON_LINKLIST_0";
222
223    /** Message constant for key in the resource bundle. */
224    public static final String GUI_EDITOR_BUTTON_TABLELIST_0 = "GUI_EDITOR_BUTTON_TABLELIST_0";
225
226    /** Message constant for key in the resource bundle. */
227    public static final String GUI_EDITOR_CONTEXT_COPY_0 = "GUI_EDITOR_CONTEXT_COPY_0";
228
229    /** Message constant for key in the resource bundle. */
230    public static final String GUI_EDITOR_CONTEXT_CUT_0 = "GUI_EDITOR_CONTEXT_CUT_0";
231
232    /** Message constant for key in the resource bundle. */
233    public static final String GUI_EDITOR_CONTEXT_DELETECELL_0 = "GUI_EDITOR_CONTEXT_DELETECELL_0";
234
235    /** Message constant for key in the resource bundle. */
236    public static final String GUI_EDITOR_CONTEXT_DELETECOL_0 = "GUI_EDITOR_CONTEXT_DELETECOL_0";
237
238    /** Message constant for key in the resource bundle. */
239    public static final String GUI_EDITOR_CONTEXT_DELETEROW_0 = "GUI_EDITOR_CONTEXT_DELETEROW_0";
240
241    /** Message constant for key in the resource bundle. */
242    public static final String GUI_EDITOR_CONTEXT_INSERTCELL_0 = "GUI_EDITOR_CONTEXT_INSERTCELL_0";
243
244    /** Message constant for key in the resource bundle. */
245    public static final String GUI_EDITOR_CONTEXT_INSERTCOL_0 = "GUI_EDITOR_CONTEXT_INSERTCOL_0";
246
247    /** Message constant for key in the resource bundle. */
248    public static final String GUI_EDITOR_CONTEXT_INSERTROW_0 = "GUI_EDITOR_CONTEXT_INSERTROW_0";
249
250    /** Message constant for key in the resource bundle. */
251    public static final String GUI_EDITOR_CONTEXT_MERGECELL_0 = "GUI_EDITOR_CONTEXT_MERGECELL_0";
252
253    /** Message constant for key in the resource bundle. */
254    public static final String GUI_EDITOR_CONTEXT_PASTE_0 = "GUI_EDITOR_CONTEXT_PASTE_0";
255
256    /** Message constant for key in the resource bundle. */
257    public static final String GUI_EDITOR_CONTEXT_SPLITCELL_0 = "GUI_EDITOR_CONTEXT_SPLITCELL_0";
258
259    /** Message constant for key in the resource bundle. */
260    public static final String GUI_EDITOR_DIALOG_CLEANUP_BUTTON_0 = "GUI_EDITOR_DIALOG_CLEANUP_BUTTON_0";
261
262    /** Message constant for key in the resource bundle. */
263    public static final String GUI_EDITOR_DIALOG_COPYLANGUAGE_HEADLINE_1 = "GUI_EDITOR_DIALOG_COPYLANGUAGE_HEADLINE_1";
264
265    /** Message constant for key in the resource bundle. */
266    public static final String GUI_EDITOR_DIALOG_COPYLANGUAGE_NEW_0 = "GUI_EDITOR_DIALOG_COPYLANGUAGE_NEW_0";
267
268    /** Message constant for key in the resource bundle. */
269    public static final String GUI_EDITOR_DIALOG_COPYLANGUAGE_TITLE_0 = "GUI_EDITOR_DIALOG_COPYLANGUAGE_TITLE_0";
270
271    /** Message constant for key in the resource bundle. */
272    public static final String GUI_EDITOR_DIALOG_COPYLANGUAGE_WARNING_0 = "GUI_EDITOR_DIALOG_COPYLANGUAGE_WARNING_0";
273
274    /** Message constant for key in the resource bundle. */
275    public static final String GUI_EDITOR_DIALOG_ELEMENTS_BUTTON_0 = "GUI_EDITOR_DIALOG_ELEMENTS_BUTTON_0";
276
277    /** Message constant for key in the resource bundle. */
278    public static final String GUI_EDITOR_DIALOG_ELEMENTS_CONFIRMDISABLE_0 = "GUI_EDITOR_DIALOG_ELEMENTS_CONFIRMDISABLE_0";
279
280    /** Message constant for key in the resource bundle. */
281    public static final String GUI_EDITOR_DIALOG_ELEMENTS_ENABLED_0 = "GUI_EDITOR_DIALOG_ELEMENTS_ENABLED_0";
282
283    /** Message constant for key in the resource bundle. */
284    public static final String GUI_EDITOR_DIALOG_ELEMENTS_PAGEELEMENT_0 = "GUI_EDITOR_DIALOG_ELEMENTS_PAGEELEMENT_0";
285
286    /** Message constant for key in the resource bundle. */
287    public static final String GUI_EDITOR_DIALOG_ELEMENTS_TITLE_1 = "GUI_EDITOR_DIALOG_ELEMENTS_TITLE_1";
288
289    /** Message constant for key in the resource bundle. */
290    public static final String GUI_EDITOR_DIALOG_PROPERTIES_BUTTON_0 = "GUI_EDITOR_DIALOG_PROPERTIES_BUTTON_0";
291
292    /** Message constant for key in the resource bundle. */
293    public static final String GUI_EDITOR_DIALOG_TABLE_NOTSPECIFIED_0 = "GUI_EDITOR_DIALOG_TABLE_NOTSPECIFIED_0";
294
295    /** Message constant for key in the resource bundle. */
296    public static final String GUI_EDITOR_FRONTEND_BUTTON_EDIT_0 = "GUI_EDITOR_FRONTEND_BUTTON_EDIT_0";
297
298    /** Message constant for key in the resource bundle. */
299    public static final String GUI_EDITOR_FRONTEND_BUTTON_LOCKED_0 = "GUI_EDITOR_FRONTEND_BUTTON_LOCKED_0";
300
301    /** Message constant for key in the resource bundle. */
302    public static final String GUI_EDITOR_MESSAGE_CONFIRMEMAIL_0 = "GUI_EDITOR_MESSAGE_CONFIRMEMAIL_0";
303
304    /** Message constant for key in the resource bundle. */
305    public static final String GUI_EDITOR_MESSAGE_CONFIRMHTTP_0 = "GUI_EDITOR_MESSAGE_CONFIRMHTTP_0";
306
307    /** Message constant for key in the resource bundle. */
308    public static final String GUI_EDITOR_MESSAGE_DELETELOCALE_0 = "GUI_EDITOR_MESSAGE_DELETELOCALE_0";
309
310    /** Message constant for key in the resource bundle. */
311    public static final String GUI_EDITOR_MESSAGE_EXIT_0 = "GUI_EDITOR_MESSAGE_EXIT_0";
312
313    /** Message constant for key in the resource bundle. */
314    public static final String GUI_EDITOR_MESSAGE_NOTABLE_0 = "GUI_EDITOR_MESSAGE_NOTABLE_0";
315
316    /** Message constant for key in the resource bundle. */
317    public static final String GUI_EDITOR_MESSAGE_SELECTION_0 = "GUI_EDITOR_MESSAGE_SELECTION_0";
318
319    /** Message constant for key in the resource bundle. */
320    public static final String GUI_EDITOR_MODE_SOURCE_0 = "GUI_EDITOR_MODE_SOURCE_0";
321
322    /** Message constant for key in the resource bundle. */
323    public static final String GUI_EDITOR_MODE_WYSIWYG_0 = "GUI_EDITOR_MODE_WYSIWYG_0";
324
325    /** Message constant for key in the resource bundle. */
326    public static final String GUI_EDITOR_TITLE_NEW_0 = "GUI_EDITOR_TITLE_NEW_0";
327
328    /** Message constant for key in the resource bundle. */
329    public static final String GUI_EDITOR_TITLE_PREFIX_0 = "GUI_EDITOR_TITLE_PREFIX_0";
330
331    /** Message constant for key in the resource bundle. */
332    public static final String GUI_EDITOR_TITLE_SIMPLEHTML_0 = "GUI_EDITOR_TITLE_SIMPLEHTML_0";
333
334    /** Message constant for key in the resource bundle. */
335    public static final String GUI_EDITOR_TITLE_SIMPLETEXT_0 = "GUI_EDITOR_TITLE_SIMPLETEXT_0";
336
337    /** Message constant for key in the resource bundle. */
338    public static final String GUI_EDITOR_XMLCONTENT_CHOICE_ADD_HL_0 = "GUI_EDITOR_XMLCONTENT_CHOICE_ADD_HL_0";
339
340    /** Message constant for key in the resource bundle. */
341    public static final String GUI_EDITOR_XMLCONTENT_CHOICE_SUB_ADD_HL_0 = "GUI_EDITOR_XMLCONTENT_CHOICE_SUB_ADD_HL_0";
342
343    /** Message constant for key in the resource bundle. */
344    public static final String GUI_EDITOR_XMLCONTENT_CONFIRM_CORRECTION_0 = "GUI_EDITOR_XMLCONTENT_CONFIRM_CORRECTION_0";
345
346    /** Message constant for key in the resource bundle. */
347    public static final String GUI_EDITOR_XMLCONTENT_ELEMENT_BUTTONS_0 = "GUI_EDITOR_XMLCONTENT_ELEMENT_BUTTONS_0";
348
349    /** Message constant for key in the resource bundle. */
350    public static final String GUI_EDITOR_XMLCONTENT_MOVE_DOWN_0 = "GUI_EDITOR_XMLCONTENT_MOVE_DOWN_0";
351
352    /** Message constant for key in the resource bundle. */
353    public static final String GUI_EDITOR_XMLCONTENT_MOVE_UP_0 = "GUI_EDITOR_XMLCONTENT_MOVE_UP_0";
354
355    /** Message constant for key in the resource bundle. */
356    public static final String GUI_EDITOR_XMLCONTENT_OPTIONALELEMENT_0 = "GUI_EDITOR_XMLCONTENT_OPTIONALELEMENT_0";
357
358    /** Message constant for key in the resource bundle. */
359    public static final String GUI_EXPLORER_CONTEXT_PUBLISH_0 = "GUI_EXPLORER_CONTEXT_PUBLISH_0";
360
361    /** Message constant for key in the resource bundle. */
362    public static final String GUI_INPUT_ALIGN_0 = "GUI_INPUT_ALIGN_0";
363
364    /** Message constant for key in the resource bundle. */
365    public static final String GUI_INPUT_ALIGNCENTER_0 = "GUI_INPUT_ALIGNCENTER_0";
366
367    /** Message constant for key in the resource bundle. */
368    public static final String GUI_INPUT_ALIGNLEFT_0 = "GUI_INPUT_ALIGNLEFT_0";
369
370    /** Message constant for key in the resource bundle. */
371
372    public static final String GUI_INPUT_ALIGNMENT_0 = "GUI_INPUT_ALIGNMENT_0";
373
374    /** Message constant for key in the resource bundle. */
375    public static final String GUI_INPUT_ALIGNRIGHT_0 = "GUI_INPUT_ALIGNRIGHT_0";
376
377    /** Message constant for key in the resource bundle. */
378    public static final String GUI_INPUT_BORDER_0 = "GUI_INPUT_BORDER_0";
379
380    /** Message constant for key in the resource bundle. */
381    public static final String GUI_INPUT_BORDERINFO_0 = "GUI_INPUT_BORDERINFO_0";
382
383    /** Message constant for key in the resource bundle. */
384    public static final String GUI_INPUT_COLOR_0 = "GUI_INPUT_COLOR_0";
385
386    /** Message constant for key in the resource bundle. */
387    public static final String GUI_INPUT_COLUMNS_0 = "GUI_INPUT_COLUMNS_0";
388
389    /** Message constant for key in the resource bundle. */
390    public static final String GUI_INPUT_EDITOR_0 = "GUI_INPUT_EDITOR_0";
391
392    /** Message constant for key in the resource bundle. */
393    public static final String GUI_INPUT_ELEMENT_0 = "GUI_INPUT_ELEMENT_0";
394
395    /** Message constant for key in the resource bundle. */
396    public static final String GUI_INPUT_HEIGHT_0 = "GUI_INPUT_HEIGHT_0";
397
398    /** Message constant for key in the resource bundle. */
399    public static final String GUI_INPUT_INPERCENT_0 = "GUI_INPUT_INPERCENT_0";
400
401    /** Message constant for key in the resource bundle. */
402    public static final String GUI_INPUT_INPIXEL_0 = "GUI_INPUT_INPIXEL_0";
403
404    /** Message constant for key in the resource bundle. */
405    public static final String GUI_INPUT_LANG_0 = "GUI_INPUT_LANG_0";
406
407    /** Message constant for key in the resource bundle. */
408    public static final String GUI_INPUT_LINKANCHOR_0 = "GUI_INPUT_LINKANCHOR_0";
409
410    /** Message constant for key in the resource bundle. */
411    public static final String GUI_INPUT_LINKSTYLE_0 = "GUI_INPUT_LINKSTYLE_0";
412
413    /** Message constant for key in the resource bundle. */
414    public static final String GUI_INPUT_LINKSTYLECLASS_0 = "GUI_INPUT_LINKSTYLECLASS_0";
415
416    /** Message constant for key in the resource bundle. */
417    public static final String GUI_INPUT_LINKTARGET_0 = "GUI_INPUT_LINKTARGET_0";
418
419    /** Message constant for key in the resource bundle. */
420    public static final String GUI_INPUT_LINKTARGETBLANK_0 = "GUI_INPUT_LINKTARGETBLANK_0";
421
422    /** Message constant for key in the resource bundle. */
423    public static final String GUI_INPUT_LINKTARGETNAMED_0 = "GUI_INPUT_LINKTARGETNAMED_0";
424
425    /** Message constant for key in the resource bundle. */
426    public static final String GUI_INPUT_LINKTARGETSELF_0 = "GUI_INPUT_LINKTARGETSELF_0";
427
428    /** Message constant for key in the resource bundle. */
429    public static final String GUI_INPUT_LINKTARGETTOP_0 = "GUI_INPUT_LINKTARGETTOP_0";
430
431    /** Message constant for key in the resource bundle. */
432    public static final String GUI_INPUT_LINKTITLE_0 = "GUI_INPUT_LINKTITLE_0";
433
434    /** Message constant for key in the resource bundle. */
435    public static final String GUI_INPUT_LINKTO_0 = "GUI_INPUT_LINKTO_0";
436
437    /** Message constant for key in the resource bundle. */
438    public static final String GUI_INPUT_PADDING_0 = "GUI_INPUT_PADDING_0";
439
440    /** Message constant for key in the resource bundle. */
441    public static final String GUI_INPUT_PADDINGINFO_0 = "GUI_INPUT_PADDINGINFO_0";
442
443    /** Message constant for key in the resource bundle. */
444    public static final String GUI_INPUT_PROPERTY_0 = "GUI_INPUT_PROPERTY_0";
445
446    /** Message constant for key in the resource bundle. */
447    public static final String GUI_INPUT_ROWS_0 = "GUI_INPUT_ROWS_0";
448
449    /** Message constant for key in the resource bundle. */
450    public static final String GUI_INPUT_SPACING_0 = "GUI_INPUT_SPACING_0";
451
452    /** Message constant for key in the resource bundle. */
453    public static final String GUI_INPUT_SPACINGINFO_0 = "GUI_INPUT_SPACINGINFO_0";
454
455    /** Message constant for key in the resource bundle. */
456    public static final String GUI_INPUT_TBGCOLOR_0 = "GUI_INPUT_TBGCOLOR_0";
457
458    /** Message constant for key in the resource bundle. */
459    public static final String GUI_INPUT_TBORDERCOLOR_0 = "GUI_INPUT_TBORDERCOLOR_0";
460
461    /** Message constant for key in the resource bundle. */
462    public static final String GUI_INPUT_TEMPLATE_0 = "GUI_INPUT_TEMPLATE_0";
463
464    /** Message constant for key in the resource bundle. */
465
466    public static final String GUI_INPUT_TITLE_0 = "GUI_INPUT_TITLE_0";
467
468    /** Message constant for key in the resource bundle. */
469    public static final String GUI_INPUT_USEDPROPERTY_0 = "GUI_INPUT_USEDPROPERTY_0";
470
471    /** Message constant for key in the resource bundle. */
472    public static final String GUI_INPUT_VALIGN_0 = "GUI_INPUT_VALIGN_0";
473
474    /** Message constant for key in the resource bundle. */
475    public static final String GUI_INPUT_VALIGNBASELINE_0 = "GUI_INPUT_VALIGNBASELINE_0";
476
477    /** Message constant for key in the resource bundle. */
478    public static final String GUI_INPUT_VALIGNBOTTOM_0 = "GUI_INPUT_VALIGNBOTTOM_0";
479
480    /** Message constant for key in the resource bundle. */
481    public static final String GUI_INPUT_VALIGNMIDDLE_0 = "GUI_INPUT_VALIGNMIDDLE_0";
482
483    /** Message constant for key in the resource bundle. */
484    public static final String GUI_INPUT_VALIGNTOP_0 = "GUI_INPUT_VALIGNTOP_0";
485
486    /** Message constant for key in the resource bundle. */
487    public static final String GUI_INPUT_WIDTH_0 = "GUI_INPUT_WIDTH_0";
488
489    /** Message constant for key in the resource bundle. */
490    public static final String GUI_LABEL_SELECTFOLDER_0 = "GUI_LABEL_SELECTFOLDER_0";
491
492    /** Message constant for key in the resource bundle. */
493    public static final String GUI_LABEL_SPECIALCHAR_0 = "GUI_LABEL_SPECIALCHAR_0";
494
495    /** Message constant for key in the resource bundle. */
496    public static final String GUI_LABEL_VALUE_0 = "GUI_LABEL_VALUE_0";
497
498    /** Message constant for key in the resource bundle. */
499    public static final String GUI_MESSAGE_REASON_0 = "GUI_MESSAGE_REASON_0";
500
501    /** Message constant for key in the resource bundle. */
502    public static final String GUI_MESSAGEBOX_TITLE_PUBLISHRESOURCE_0 = "GUI_MESSAGEBOX_TITLE_PUBLISHRESOURCE_0";
503
504    /** Message constant for key in the resource bundle. */
505    public static final String GUI_NO_EDIT_REASON_DETAIL_PAGE_0 = "GUI_NO_EDIT_REASON_DETAIL_PAGE_0";
506
507    /** Message constant for key in the resource bundle. */
508    public static final String GUI_PLEASE_SELECT_0 = "GUI_PLEASE_SELECT_0";
509
510    /** Message constant for key in the resource bundle. */
511    public static final String GUI_TABLEROW_0 = "GUI_TABLEROW_0";
512
513    /** Message constant for key in the resource bundle. */
514    public static final String GUI_TITLE_CHANGETD_0 = "GUI_TITLE_CHANGETD_0";
515
516    /** Message constant for key in the resource bundle. */
517    public static final String GUI_TITLE_CHANGETR_0 = "GUI_TITLE_CHANGETR_0";
518
519    /** Message constant for key in the resource bundle. */
520    public static final String GUI_TITLE_EDIT_1 = "GUI_TITLE_EDIT_1";
521
522    /** Message constant for key in the resource bundle. */
523    public static final String GUI_TITLE_EDITTABLE_0 = "GUI_TITLE_EDITTABLE_0";
524
525    /** Message constant for key in the resource bundle. */
526    public static final String GUI_TITLE_NEWANCHOR_0 = "GUI_TITLE_NEWANCHOR_0";
527
528    /** Message constant for key in the resource bundle. */
529    public static final String GUI_TITLE_NEWLINK_0 = "GUI_TITLE_NEWLINK_0";
530
531    /** Message constant for key in the resource bundle. */
532    public static final String GUI_TITLE_NEWTABLE_0 = "GUI_TITLE_NEWTABLE_0";
533
534    /** Message constant for key in the resource bundle. */
535    public static final String LOG_BROWSER_MATCHES_CONFIG_1 = "LOG_BROWSER_MATCHES_CONFIG_1";
536
537    /** Message constant for key in the resource bundle. */
538    public static final String LOG_CALC_EDIT_MODE_FAILED_1 = "LOG_CALC_EDIT_MODE_FAILED_1";
539
540    /** Message constant for key in the resource bundle. */
541    public static final String LOG_CREATE_XML_CONTENT_ITEM_1 = "LOG_CREATE_XML_CONTENT_ITEM_1";
542
543    /** Message constant for key in the resource bundle. */
544    public static final String LOG_DIRECT_EDIT_NO_HEADER_1 = "LOG_DIRECT_EDIT_NO_HEADER_1";
545
546    /** Message constant for key in the resource bundle. */
547    public static final String LOG_EDITOR_CONFIG_ERROR_1 = "LOG_EDITOR_CONFIG_ERROR_1";
548
549    /** Message constant for key in the resource bundle. */
550    public static final String LOG_EDITOR_CONFIG_NO_LABEL_0 = "LOG_EDITOR_CONFIG_NO_LABEL_0";
551
552    /** Message constant for key in the resource bundle. */
553    public static final String LOG_EDITOR_CONFIG_NO_PATTERN_0 = "LOG_EDITOR_CONFIG_NO_PATTERN_0";
554
555    /** Message constant for key in the resource bundle. */
556    public static final String LOG_EDITOR_CONFIG_NO_URI_0 = "LOG_EDITOR_CONFIG_NO_URI_0";
557
558    /** Message constant for key in the resource bundle. */
559    public static final String LOG_GET_LOCALES_1 = "LOG_GET_LOCALES_1";
560
561    /** Message constant for key in the resource bundle. */
562    public static final String LOG_MAP_CONFIG_FILE_TO_USER_2 = "LOG_MAP_CONFIG_FILE_TO_USER_2";
563
564    /** Message constant for key in the resource bundle. */
565    public static final String LOG_NO_RESOURCE_TYPES_0 = "LOG_NO_RESOURCE_TYPES_0";
566
567    /** Message constant for key in the resource bundle. */
568    public static final String LOG_NO_USER_AGENTS_0 = "LOG_NO_USER_AGENTS_0";
569
570    /** Message constant for key in the resource bundle. */
571    public static final String LOG_READ_EDITIR_FOLDER_FAILED_1 = "LOG_READ_EDITIR_FOLDER_FAILED_1";
572
573    /** Message constant for key in the resource bundle. */
574    public static final String LOG_READ_TEMPLATE_FAILED_0 = "LOG_READ_TEMPLATE_FAILED_0";
575
576    /** Message constant for key in the resource bundle. */
577    public static final String LOG_READ_TEMPLATE_PROP_FAILED_0 = "LOG_READ_TEMPLATE_PROP_FAILED_0";
578
579    /** Message constant for key in the resource bundle. */
580    public static final String LOG_READ_TEMPLATE_PROP_STYLESHEET_FAILED_0 = "LOG_READ_TEMPLATE_PROP_STYLESHEET_FAILED_0";
581
582    /** Message constant for key in the resource bundle. */
583    public static final String LOG_READ_TITLE_PROP_FAILED_1 = "LOG_READ_TITLE_PROP_FAILED_1";
584
585    /** Message constant for key in the resource bundle. */
586    public static final String LOG_READ_XMLPAGE_FAILED_1 = "LOG_READ_XMLPAGE_FAILED_1";
587
588    /** Message constant for key in the resource bundle. */
589    public static final String LOG_VISITING_1 = "LOG_VISITING_1";
590
591    /** Name of the used resource bundle. */
592    private static final String BUNDLE_NAME = "org.opencms.workplace.editors.messages";
593
594    /** Static instance member. */
595    private static final I_CmsMessageBundle INSTANCE = new Messages();
596
597    /** Constant to create button tooltip dynamically. */
598    private static final String POSTFIX_LIST = "LIST_0";
599
600    /** Constant to create button tooltip dynamically. */
601    private static final String PREFIX_GUI_BUTTON = "GUI_EDITOR_BUTTON_";
602
603    /**
604     * Hides the public constructor for this utility class.<p>
605     */
606    private Messages() {
607
608        // hide the constructor
609    }
610
611    /**
612     * Returns an instance of this localized message accessor.<p>
613     *
614     * @return an instance of this localized message accessor
615     */
616    public static I_CmsMessageBundle get() {
617
618        return INSTANCE;
619    }
620
621    /**
622     *
623     * @param galleryName button gallery name
624     *
625     * @return value from bundle
626     */
627    public static String getGalleryKey(String galleryName) {
628
629        StringBuffer key = new StringBuffer();
630        key.append(PREFIX_GUI_BUTTON);
631        key.append(galleryName.toUpperCase());
632        key.append(POSTFIX_LIST);
633        return key.toString();
634    }
635
636    /**
637     * Returns the bundle name for this OpenCms package.<p>
638     *
639     * @return the bundle name for this OpenCms package
640     */
641    public String getBundleName() {
642
643        return BUNDLE_NAME;
644    }
645}