KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/editors/Messages.java,v $
3  * Date : $Date: 2006/10/26 12:25:34 $
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.editors;
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_COMPILE_EDITOR_REGEX_1 = "ERR_COMPILE_EDITOR_REGEX_1";
50
51     /** Message constant for key in the resource bundle. */
52     public static final String JavaDoc ERR_EDITOR_MESSAGE_NOSELECTION_0 = "ERR_EDITOR_MESSAGE_NOSELECTION_0";
53
54     /** Message constant for key in the resource bundle. */
55     public static final String JavaDoc ERR_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0 = "ERR_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0";
56     /** Message constant for key in the resource bundle. */
57     public static final String JavaDoc ERR_INVALID_CONTENT_ENC_1 = "ERR_INVALID_CONTENT_ENC_1";
58
59     /** Message constant for key in the resource bundle. */
60     public static final String JavaDoc ERR_INVALID_RESTYPE_CLASS_1 = "ERR_INVALID_RESTYPE_CLASS_1";
61
62     /** Message constant for key in the resource bundle. */
63     public static final String JavaDoc ERR_INVALID_RESTYPE_NAME_0 = "ERR_INVALID_RESTYPE_NAME_0";
64
65     /** Message constant for key in the resource bundle. */
66     public static final String JavaDoc ERR_INVALID_RESTYPE_RANKING_1 = "ERR_INVALID_RESTYPE_RANKING_1";
67
68     /** Message constant for key in the resource bundle. */
69     public static final String JavaDoc ERR_INVALID_USERAGENT_DEF_0 = "ERR_INVALID_USERAGENT_DEF_0";
70
71     /** Message constant for key in the resource bundle. */
72     public static final String JavaDoc ERR_NO_EDITOR_FOUND_0 = "ERR_NO_EDITOR_FOUND_0";
73
74     /** Message constant for key in the resource bundle. */
75     public static final String JavaDoc ERR_UPDATE_ELEMENTS_0 = "ERR_UPDATE_ELEMENTS_0";
76
77     /** Message constant for key in the resource bundle. */
78     public static final String JavaDoc ERR_XML_EDITOR_0 = "ERR_XML_EDITOR_0";
79
80     /** Message constant for key in the resource bundle. */
81     public static final String JavaDoc ERR_XML_PARSE_0 = "ERR_XML_PARSE_0";
82
83     /** Message constant for key in the resource bundle. */
84     public static final String JavaDoc GUI_BUTTON_ADDNEW_0 = "GUI_BUTTON_ADDNEW_0";
85
86     /** Message constant for key in the resource bundle. */
87     public static final String JavaDoc GUI_BUTTON_ALIGNCENTER_0 = "GUI_BUTTON_ALIGNCENTER_0";
88
89     /** Message constant for key in the resource bundle. */
90     public static final String JavaDoc GUI_BUTTON_ALIGNLEFT_0 = "GUI_BUTTON_ALIGNLEFT_0";
91
92     /** Message constant for key in the resource bundle. */
93     public static final String JavaDoc GUI_BUTTON_ALIGNRIGHT_0 = "GUI_BUTTON_ALIGNRIGHT_0";
94
95     /** Message constant for key in the resource bundle. */
96     public static final String JavaDoc GUI_BUTTON_ANCHOR_0 = "GUI_BUTTON_ANCHOR_0";
97
98     /** Message constant for key in the resource bundle. */
99     public static final String JavaDoc GUI_BUTTON_BOLD_0 = "GUI_BUTTON_BOLD_0";
100
101     /** Message constant for key in the resource bundle. */
102     public static final String JavaDoc GUI_BUTTON_CLOSE_0 = "GUI_BUTTON_CLOSE_0";
103
104     /** Message constant for key in the resource bundle. */
105     public static final String JavaDoc GUI_BUTTON_COLOR_0 = "GUI_BUTTON_COLOR_0";
106
107     /** Message constant for key in the resource bundle. */
108     public static final String JavaDoc GUI_BUTTON_COPY_0 = "GUI_BUTTON_COPY_0";
109
110     /** Message constant for key in the resource bundle. */
111     public static final String JavaDoc GUI_BUTTON_CUT_0 = "GUI_BUTTON_CUT_0";
112
113     /** Message constant for key in the resource bundle. */
114     public static final String JavaDoc GUI_BUTTON_DELETE_0 = "GUI_BUTTON_DELETE_0";
115
116     /** Message constant for key in the resource bundle. */
117     public static final String JavaDoc GUI_BUTTON_FONTCOLOR_0 = "GUI_BUTTON_FONTCOLOR_0";
118
119     /** Message constant for key in the resource bundle. */
120     public static final String JavaDoc GUI_BUTTON_GOTO_0 = "GUI_BUTTON_GOTO_0";
121
122     /** Message constant for key in the resource bundle. */
123     public static final String JavaDoc GUI_BUTTON_HELP_0 = "GUI_BUTTON_HELP_0";
124
125     /** Message constant for key in the resource bundle. */
126     public static final String JavaDoc GUI_BUTTON_IMAGE_0 = "GUI_BUTTON_IMAGE_0";
127
128     /** Message constant for key in the resource bundle. */
129     public static final String JavaDoc GUI_BUTTON_INDENTIN_0 = "GUI_BUTTON_INDENTIN_0";
130
131     /** Message constant for key in the resource bundle. */
132     public static final String JavaDoc GUI_BUTTON_INDENTOUT_0 = "GUI_BUTTON_INDENTOUT_0";
133
134     /** Message constant for key in the resource bundle. */
135     public static final String JavaDoc GUI_BUTTON_ITALIC_0 = "GUI_BUTTON_ITALIC_0";
136
137     /** Message constant for key in the resource bundle. */
138     public static final String JavaDoc GUI_BUTTON_LINKTO_0 = "GUI_BUTTON_LINKTO_0";
139
140     /** Message constant for key in the resource bundle. */
141     public static final String JavaDoc GUI_BUTTON_NEW_0 = "GUI_BUTTON_NEW_0";
142
143     /** Message constant for key in the resource bundle. */
144     public static final String JavaDoc GUI_BUTTON_OL_0 = "GUI_BUTTON_OL_0";
145
146     /** Message constant for key in the resource bundle. */
147     public static final String JavaDoc GUI_BUTTON_PASTE_0 = "GUI_BUTTON_PASTE_0";
148
149     /** Message constant for key in the resource bundle. */
150     public static final String JavaDoc GUI_BUTTON_PREVIEW_0 = "GUI_BUTTON_PREVIEW_0";
151
152     /** Message constant for key in the resource bundle. */
153     public static final String JavaDoc GUI_BUTTON_PRINT_0 = "GUI_BUTTON_PRINT_0";
154
155     /** Message constant for key in the resource bundle. */
156     public static final String JavaDoc GUI_BUTTON_REDO_0 = "GUI_BUTTON_REDO_0";
157
158     /** Message constant for key in the resource bundle. */
159     public static final String JavaDoc GUI_BUTTON_REPLACE_0 = "GUI_BUTTON_REPLACE_0";
160
161     /** Message constant for key in the resource bundle. */
162     public static final String JavaDoc GUI_BUTTON_SAVE_0 = "GUI_BUTTON_SAVE_0";
163
164     /** Message constant for key in the resource bundle. */
165     public static final String JavaDoc GUI_BUTTON_SAVECLOSE_0 = "GUI_BUTTON_SAVECLOSE_0";
166
167     /** Message constant for key in the resource bundle. */
168     public static final String JavaDoc GUI_BUTTON_SEARCH_0 = "GUI_BUTTON_SEARCH_0";
169
170     /** Message constant for key in the resource bundle. */
171     public static final String JavaDoc GUI_BUTTON_SPECIALCHARS_0 = "GUI_BUTTON_SPECIALCHARS_0";
172
173     /** Message constant for key in the resource bundle. */
174     public static final String JavaDoc GUI_BUTTON_TABLE_0 = "GUI_BUTTON_TABLE_0";
175
176     /** Message constant for key in the resource bundle. */
177     public static final String JavaDoc GUI_BUTTON_TABLECELL_0 = "GUI_BUTTON_TABLECELL_0";
178
179     /** Message constant for key in the resource bundle. */
180     public static final String JavaDoc GUI_BUTTON_TABLEROW_0 = "GUI_BUTTON_TABLEROW_0";
181
182     /** Message constant for key in the resource bundle. */
183     public static final String JavaDoc GUI_BUTTON_TOGGLEDETAILS_0 = "GUI_BUTTON_TOGGLEDETAILS_0";
184
185     /** Message constant for key in the resource bundle. */
186     public static final String JavaDoc GUI_BUTTON_UL_0 = "GUI_BUTTON_UL_0";
187
188     /** Message constant for key in the resource bundle. */
189     public static final String JavaDoc GUI_BUTTON_UNDERLINE_0 = "GUI_BUTTON_UNDERLINE_0";
190
191     /** Message constant for key in the resource bundle. */
192     public static final String JavaDoc GUI_BUTTON_UNDO_0 = "GUI_BUTTON_UNDO_0";
193
194     /** Message constant for key in the resource bundle. */
195     public static final String JavaDoc GUI_DIALOG_COLOR_TITLE_0 = "GUI_DIALOG_COLOR_TITLE_0";
196
197     /** Message constant for key in the resource bundle. */
198     public static final String JavaDoc GUI_DIRECTEDIT_TEXT_DELETE_0 = "GUI_DIRECTEDIT_TEXT_DELETE_0";
199
200     /** Message constant for key in the resource bundle. */
201     public static final String JavaDoc GUI_DIRECTEDIT_TEXT_EDIT_0 = "GUI_DIRECTEDIT_TEXT_EDIT_0";
202
203     /** Message constant for key in the resource bundle. */
204     public static final String JavaDoc GUI_DIRECTEDIT_TEXT_NEW_0 = "GUI_DIRECTEDIT_TEXT_NEW_0";
205
206     /** Message constant for key in the resource bundle. */
207     public static final String JavaDoc GUI_EDITOR_BUTTON_DOWNLOADLIST_0 = "GUI_EDITOR_BUTTON_DOWNLOADLIST_0";
208
209     /** Message constant for key in the resource bundle. */
210     public static final String JavaDoc GUI_EDITOR_BUTTON_HTMLLIST_0 = "GUI_EDITOR_BUTTON_HTMLLIST_0";
211
212     /** Message constant for key in the resource bundle. */
213     public static final String JavaDoc GUI_EDITOR_BUTTON_IMAGELIST_0 = "GUI_EDITOR_BUTTON_IMAGELIST_0";
214
215     /** Message constant for key in the resource bundle. */
216     public static final String JavaDoc GUI_EDITOR_BUTTON_LINKLIST_0 = "GUI_EDITOR_BUTTON_LINKLIST_0";
217
218     /** Message constant for key in the resource bundle. */
219     public static final String JavaDoc GUI_EDITOR_BUTTON_TABLELIST_0 = "GUI_EDITOR_BUTTON_TABLELIST_0";
220
221     /** Message constant for key in the resource bundle. */
222     public static final String JavaDoc GUI_EDITOR_CONTEXT_COPY_0 = "GUI_EDITOR_CONTEXT_COPY_0";
223
224     /** Message constant for key in the resource bundle. */
225     public static final String JavaDoc GUI_EDITOR_CONTEXT_CUT_0 = "GUI_EDITOR_CONTEXT_CUT_0";
226
227     /** Message constant for key in the resource bundle. */
228     public static final String JavaDoc GUI_EDITOR_CONTEXT_DELETECELL_0 = "GUI_EDITOR_CONTEXT_DELETECELL_0";
229
230     /** Message constant for key in the resource bundle. */
231     public static final String JavaDoc GUI_EDITOR_CONTEXT_DELETECOL_0 = "GUI_EDITOR_CONTEXT_DELETECOL_0";
232
233     /** Message constant for key in the resource bundle. */
234     public static final String JavaDoc GUI_EDITOR_CONTEXT_DELETEROW_0 = "GUI_EDITOR_CONTEXT_DELETEROW_0";
235
236     /** Message constant for key in the resource bundle. */
237     public static final String JavaDoc GUI_EDITOR_CONTEXT_INSERTCELL_0 = "GUI_EDITOR_CONTEXT_INSERTCELL_0";
238
239     /** Message constant for key in the resource bundle. */
240     public static final String JavaDoc GUI_EDITOR_CONTEXT_INSERTCOL_0 = "GUI_EDITOR_CONTEXT_INSERTCOL_0";
241
242     /** Message constant for key in the resource bundle. */
243     public static final String JavaDoc GUI_EDITOR_CONTEXT_INSERTROW_0 = "GUI_EDITOR_CONTEXT_INSERTROW_0";
244
245     /** Message constant for key in the resource bundle. */
246     public static final String JavaDoc GUI_EDITOR_CONTEXT_MERGECELL_0 = "GUI_EDITOR_CONTEXT_MERGECELL_0";
247
248     /** Message constant for key in the resource bundle. */
249     public static final String JavaDoc GUI_EDITOR_CONTEXT_PASTE_0 = "GUI_EDITOR_CONTEXT_PASTE_0";
250
251     /** Message constant for key in the resource bundle. */
252     public static final String JavaDoc GUI_EDITOR_CONTEXT_SPLITCELL_0 = "GUI_EDITOR_CONTEXT_SPLITCELL_0";
253
254     /** Message constant for key in the resource bundle. */
255     public static final String JavaDoc GUI_EDITOR_DIALOG_CLEANUP_BUTTON_0 = "GUI_EDITOR_DIALOG_CLEANUP_BUTTON_0";
256
257     /** Message constant for key in the resource bundle. */
258
259     public static final String JavaDoc GUI_EDITOR_DIALOG_ELEMENTS_BUTTON_0 = "GUI_EDITOR_DIALOG_ELEMENTS_BUTTON_0";
260
261     /** Message constant for key in the resource bundle. */
262     public static final String JavaDoc GUI_EDITOR_DIALOG_ELEMENTS_CONFIRMDISABLE_0 = "GUI_EDITOR_DIALOG_ELEMENTS_CONFIRMDISABLE_0";
263
264     /** Message constant for key in the resource bundle. */
265     public static final String JavaDoc GUI_EDITOR_DIALOG_ELEMENTS_ENABLED_0 = "GUI_EDITOR_DIALOG_ELEMENTS_ENABLED_0";
266
267     /** Message constant for key in the resource bundle. */
268     public static final String JavaDoc GUI_EDITOR_DIALOG_ELEMENTS_PAGEELEMENT_0 = "GUI_EDITOR_DIALOG_ELEMENTS_PAGEELEMENT_0";
269
270     /** Message constant for key in the resource bundle. */
271     public static final String JavaDoc GUI_EDITOR_DIALOG_ELEMENTS_TITLE_1 = "GUI_EDITOR_DIALOG_ELEMENTS_TITLE_1";
272
273     /** Message constant for key in the resource bundle. */
274     public static final String JavaDoc GUI_EDITOR_DIALOG_PROPERTIES_BUTTON_0 = "GUI_EDITOR_DIALOG_PROPERTIES_BUTTON_0";
275
276     /** Message constant for key in the resource bundle. */
277     public static final String JavaDoc GUI_EDITOR_DIALOG_TABLE_NOTSPECIFIED_0 = "GUI_EDITOR_DIALOG_TABLE_NOTSPECIFIED_0";
278
279     /** Message constant for key in the resource bundle. */
280     public static final String JavaDoc GUI_EDITOR_FRONTEND_BUTTON_EDIT_0 = "GUI_EDITOR_FRONTEND_BUTTON_EDIT_0";
281
282     /** Message constant for key in the resource bundle. */
283     public static final String JavaDoc GUI_EDITOR_FRONTEND_BUTTON_LOCKED_0 = "GUI_EDITOR_FRONTEND_BUTTON_LOCKED_0";
284
285     /** Message constant for key in the resource bundle. */
286     public static final String JavaDoc GUI_EDITOR_MESSAGE_CONFIRMHTTP_0 = "GUI_EDITOR_MESSAGE_CONFIRMHTTP_0";
287
288     /** Message constant for key in the resource bundle. */
289     public static final String JavaDoc GUI_EDITOR_MESSAGE_DELETELOCALE_0 = "GUI_EDITOR_MESSAGE_DELETELOCALE_0";
290
291     /** Message constant for key in the resource bundle. */
292     public static final String JavaDoc GUI_EDITOR_MESSAGE_EXIT_0 = "GUI_EDITOR_MESSAGE_EXIT_0";
293
294     /** Message constant for key in the resource bundle. */
295     public static final String JavaDoc GUI_EDITOR_MESSAGE_NOTABLE_0 = "GUI_EDITOR_MESSAGE_NOTABLE_0";
296
297     /** Message constant for key in the resource bundle. */
298     public static final String JavaDoc GUI_EDITOR_MESSAGE_SELECTION_0 = "GUI_EDITOR_MESSAGE_SELECTION_0";
299
300     /** Message constant for key in the resource bundle. */
301     public static final String JavaDoc GUI_EDITOR_MODE_SOURCE_0 = "GUI_EDITOR_MODE_SOURCE_0";
302
303     /** Message constant for key in the resource bundle. */
304     public static final String JavaDoc GUI_EDITOR_MODE_WYSIWYG_0 = "GUI_EDITOR_MODE_WYSIWYG_0";
305
306     /** Message constant for key in the resource bundle. */
307     public static final String JavaDoc GUI_EDITOR_TITLE_HTMLAREA_0 = "GUI_EDITOR_TITLE_HTMLAREA_0";
308
309     /** Message constant for key in the resource bundle. */
310     public static final String JavaDoc GUI_EDITOR_TITLE_LEDIT_0 = "GUI_EDITOR_TITLE_LEDIT_0";
311
312     /** Message constant for key in the resource bundle. */
313     public static final String JavaDoc GUI_EDITOR_TITLE_MSDHTML_0 = "GUI_EDITOR_TITLE_MSDHTML_0";
314
315     /** Message constant for key in the resource bundle. */
316     public static final String JavaDoc GUI_EDITOR_TITLE_NEW_0 = "GUI_EDITOR_TITLE_NEW_0";
317
318     /** Message constant for key in the resource bundle. */
319     public static final String JavaDoc GUI_EDITOR_TITLE_PREFIX_0 = "GUI_EDITOR_TITLE_PREFIX_0";
320
321     /** Message constant for key in the resource bundle. */
322     public static final String JavaDoc GUI_EDITOR_TITLE_SIMPLEHTML_0 = "GUI_EDITOR_TITLE_SIMPLEHTML_0";
323
324     /** Message constant for key in the resource bundle. */
325     public static final String JavaDoc GUI_EDITOR_TITLE_SIMPLETEXT_0 = "GUI_EDITOR_TITLE_SIMPLETEXT_0";
326
327     /** Message constant for key in the resource bundle. */
328     public static final String JavaDoc GUI_EDITOR_XMLCONTENT_CONFIRM_CORRECTION_0 = "GUI_EDITOR_XMLCONTENT_CONFIRM_CORRECTION_0";
329
330     /** Message constant for key in the resource bundle. */
331     public static final String JavaDoc GUI_EDITOR_XMLCONTENT_ELEMENT_BUTTONS_0 = "GUI_EDITOR_XMLCONTENT_ELEMENT_BUTTONS_0";
332
333     /** Message constant for key in the resource bundle. */
334     public static final String JavaDoc GUI_EDITOR_XMLCONTENT_MOVE_DOWN_0 = "GUI_EDITOR_XMLCONTENT_MOVE_DOWN_0";
335
336     /** Message constant for key in the resource bundle. */
337     public static final String JavaDoc GUI_EDITOR_XMLCONTENT_MOVE_UP_0 = "GUI_EDITOR_XMLCONTENT_MOVE_UP_0";
338
339     /** Message constant for key in the resource bundle. */
340     public static final String JavaDoc GUI_EDITOR_XMLCONTENT_OPTIONALELEMENT_0 = "GUI_EDITOR_XMLCONTENT_OPTIONALELEMENT_0";
341
342     /** Message constant for key in the resource bundle. */
343     public static final String JavaDoc GUI_EXPLORER_CONTEXT_PUBLISH_0 = "GUI_EXPLORER_CONTEXT_PUBLISH_0";
344
345     /** Message constant for key in the resource bundle. */
346     public static final String JavaDoc GUI_INPUT_ALIGN_0 = "GUI_INPUT_ALIGN_0";
347
348     /** Message constant for key in the resource bundle. */
349     public static final String JavaDoc GUI_INPUT_ALIGNCENTER_0 = "GUI_INPUT_ALIGNCENTER_0";
350
351     /** Message constant for key in the resource bundle. */
352     public static final String JavaDoc GUI_INPUT_ALIGNLEFT_0 = "GUI_INPUT_ALIGNLEFT_0";
353
354     /** Message constant for key in the resource bundle. */
355
356     public static final String JavaDoc GUI_INPUT_ALIGNMENT_0 = "GUI_INPUT_ALIGNMENT_0";
357
358     /** Message constant for key in the resource bundle. */
359     public static final String JavaDoc GUI_INPUT_ALIGNRIGHT_0 = "GUI_INPUT_ALIGNRIGHT_0";
360
361     /** Message constant for key in the resource bundle. */
362     public static final String JavaDoc GUI_INPUT_BORDER_0 = "GUI_INPUT_BORDER_0";
363
364     /** Message constant for key in the resource bundle. */
365     public static final String JavaDoc GUI_INPUT_BORDERINFO_0 = "GUI_INPUT_BORDERINFO_0";
366
367     /** Message constant for key in the resource bundle. */
368     public static final String JavaDoc GUI_INPUT_COLOR_0 = "GUI_INPUT_COLOR_0";
369
370     /** Message constant for key in the resource bundle. */
371     public static final String JavaDoc GUI_INPUT_COLUMNS_0 = "GUI_INPUT_COLUMNS_0";
372
373     /** Message constant for key in the resource bundle. */
374     public static final String JavaDoc GUI_INPUT_EDITOR_0 = "GUI_INPUT_EDITOR_0";
375
376     /** Message constant for key in the resource bundle. */
377     public static final String JavaDoc GUI_INPUT_ELEMENT_0 = "GUI_INPUT_ELEMENT_0";
378
379     /** Message constant for key in the resource bundle. */
380     public static final String JavaDoc GUI_INPUT_HEIGHT_0 = "GUI_INPUT_HEIGHT_0";
381
382     /** Message constant for key in the resource bundle. */
383     public static final String JavaDoc GUI_INPUT_INPERCENT_0 = "GUI_INPUT_INPERCENT_0";
384
385     /** Message constant for key in the resource bundle. */
386     public static final String JavaDoc GUI_INPUT_INPIXEL_0 = "GUI_INPUT_INPIXEL_0";
387
388     /** Message constant for key in the resource bundle. */
389     public static final String JavaDoc GUI_INPUT_LANG_0 = "GUI_INPUT_LANG_0";
390
391     /** Message constant for key in the resource bundle. */
392     public static final String JavaDoc GUI_INPUT_LINKANCHOR_0 = "GUI_INPUT_LINKANCHOR_0";
393
394     /** Message constant for key in the resource bundle. */
395     public static final String JavaDoc GUI_INPUT_LINKSTYLE_0 = "GUI_INPUT_LINKSTYLE_0";
396
397     /** Message constant for key in the resource bundle. */
398     public static final String JavaDoc GUI_INPUT_LINKSTYLECLASS_0 = "GUI_INPUT_LINKSTYLECLASS_0";
399
400     /** Message constant for key in the resource bundle. */
401     public static final String JavaDoc GUI_INPUT_LINKTARGET_0 = "GUI_INPUT_LINKTARGET_0";
402
403     /** Message constant for key in the resource bundle. */
404     public static final String JavaDoc GUI_INPUT_LINKTARGETBLANK_0 = "GUI_INPUT_LINKTARGETBLANK_0";
405
406     /** Message constant for key in the resource bundle. */
407     public static final String JavaDoc GUI_INPUT_LINKTARGETNAMED_0 = "GUI_INPUT_LINKTARGETNAMED_0";
408
409     /** Message constant for key in the resource bundle. */
410     public static final String JavaDoc GUI_INPUT_LINKTARGETSELF_0 = "GUI_INPUT_LINKTARGETSELF_0";
411
412     /** Message constant for key in the resource bundle. */
413     public static final String JavaDoc GUI_INPUT_LINKTARGETTOP_0 = "GUI_INPUT_LINKTARGETTOP_0";
414
415     /** Message constant for key in the resource bundle. */
416     public static final String JavaDoc GUI_INPUT_LINKTITLE_0 = "GUI_INPUT_LINKTITLE_0";
417
418     /** Message constant for key in the resource bundle. */
419     public static final String JavaDoc GUI_INPUT_LINKTO_0 = "GUI_INPUT_LINKTO_0";
420
421     /** Message constant for key in the resource bundle. */
422     public static final String JavaDoc GUI_INPUT_PADDING_0 = "GUI_INPUT_PADDING_0";
423
424     /** Message constant for key in the resource bundle. */
425     public static final String JavaDoc GUI_INPUT_PADDINGINFO_0 = "GUI_INPUT_PADDINGINFO_0";
426
427     /** Message constant for key in the resource bundle. */
428     public static final String JavaDoc GUI_INPUT_PROPERTY_0 = "GUI_INPUT_PROPERTY_0";
429
430     /** Message constant for key in the resource bundle. */
431     public static final String JavaDoc GUI_INPUT_ROWS_0 = "GUI_INPUT_ROWS_0";
432
433     /** Message constant for key in the resource bundle. */
434     public static final String JavaDoc GUI_INPUT_SPACING_0 = "GUI_INPUT_SPACING_0";
435
436     /** Message constant for key in the resource bundle. */
437     public static final String JavaDoc GUI_INPUT_SPACINGINFO_0 = "GUI_INPUT_SPACINGINFO_0";
438
439     /** Message constant for key in the resource bundle. */
440     public static final String JavaDoc GUI_INPUT_TBGCOLOR_0 = "GUI_INPUT_TBGCOLOR_0";
441
442     /** Message constant for key in the resource bundle. */
443     public static final String JavaDoc GUI_INPUT_TBORDERCOLOR_0 = "GUI_INPUT_TBORDERCOLOR_0";
444
445     /** Message constant for key in the resource bundle. */
446     public static final String JavaDoc GUI_INPUT_TEMPLATE_0 = "GUI_INPUT_TEMPLATE_0";
447
448     /** Message constant for key in the resource bundle. */
449
450     public static final String JavaDoc GUI_INPUT_TITLE_0 = "GUI_INPUT_TITLE_0";
451
452     /** Message constant for key in the resource bundle. */
453     public static final String JavaDoc GUI_INPUT_USEDPROPERTY_0 = "GUI_INPUT_USEDPROPERTY_0";
454
455     /** Message constant for key in the resource bundle. */
456     public static final String JavaDoc GUI_INPUT_VALIGN_0 = "GUI_INPUT_VALIGN_0";
457
458     /** Message constant for key in the resource bundle. */
459     public static final String JavaDoc GUI_INPUT_VALIGNBASELINE_0 = "GUI_INPUT_VALIGNBASELINE_0";
460
461     /** Message constant for key in the resource bundle. */
462     public static final String JavaDoc GUI_INPUT_VALIGNBOTTOM_0 = "GUI_INPUT_VALIGNBOTTOM_0";
463
464     /** Message constant for key in the resource bundle. */
465     public static final String JavaDoc GUI_INPUT_VALIGNMIDDLE_0 = "GUI_INPUT_VALIGNMIDDLE_0";
466
467     /** Message constant for key in the resource bundle. */
468     public static final String JavaDoc GUI_INPUT_VALIGNTOP_0 = "GUI_INPUT_VALIGNTOP_0";
469
470     /** Message constant for key in the resource bundle. */
471     public static final String JavaDoc GUI_INPUT_WIDTH_0 = "GUI_INPUT_WIDTH_0";
472
473     /** Message constant for key in the resource bundle. */
474     public static final String JavaDoc GUI_LABEL_SELECTFOLDER_0 = "GUI_LABEL_SELECTFOLDER_0";
475
476     /** Message constant for key in the resource bundle. */
477     public static final String JavaDoc GUI_LABEL_SPECIALCHAR_0 = "GUI_LABEL_SPECIALCHAR_0";
478
479     /** Message constant for key in the resource bundle. */
480     public static final String JavaDoc GUI_LABEL_VALUE_0 = "GUI_LABEL_VALUE_0";
481
482     /** Message constant for key in the resource bundle. */
483     public static final String JavaDoc GUI_MESSAGE_REASON_0 = "GUI_MESSAGE_REASON_0";
484
485     /** Message constant for key in the resource bundle. */
486     public static final String JavaDoc GUI_MESSAGEBOX_TITLE_PUBLISHRESOURCE_0 = "GUI_MESSAGEBOX_TITLE_PUBLISHRESOURCE_0";
487
488     /** Message constant for key in the resource bundle. */
489     public static final String JavaDoc GUI_PLEASE_SELECT_0 = "GUI_PLEASE_SELECT_0";
490
491     /** Message constant for key in the resource bundle. */
492     public static final String JavaDoc GUI_TABLEROW_0 = "GUI_TABLEROW_0";
493
494     /** Message constant for key in the resource bundle. */
495     public static final String JavaDoc GUI_TITLE_CHANGETD_0 = "GUI_TITLE_CHANGETD_0";
496
497     /** Message constant for key in the resource bundle. */
498     public static final String JavaDoc GUI_TITLE_CHANGETR_0 = "GUI_TITLE_CHANGETR_0";
499
500     /** Message constant for key in the resource bundle. */
501     public static final String JavaDoc GUI_TITLE_EDIT_1 = "GUI_TITLE_EDIT_1";
502
503     /** Message constant for key in the resource bundle. */
504     public static final String JavaDoc GUI_TITLE_EDITTABLE_0 = "GUI_TITLE_EDITTABLE_0";
505
506     /** Message constant for key in the resource bundle. */
507     public static final String JavaDoc GUI_TITLE_NEWANCHOR_0 = "GUI_TITLE_NEWANCHOR_0";
508
509     /** Message constant for key in the resource bundle. */
510     public static final String JavaDoc GUI_TITLE_NEWLINK_0 = "GUI_TITLE_NEWLINK_0";
511
512     /** Message constant for key in the resource bundle. */
513     public static final String JavaDoc GUI_TITLE_NEWTABLE_0 = "GUI_TITLE_NEWTABLE_0";
514
515     /** Message constant for key in the resource bundle. */
516     public static final String JavaDoc LOG_BROWSER_MATCHES_CONFIG_1 = "LOG_BROWSER_MATCHES_CONFIG_1";
517
518     /** Message constant for key in the resource bundle. */
519     public static final String JavaDoc LOG_CALC_EDIT_MODE_FAILED_1 = "LOG_CALC_EDIT_MODE_FAILED_1";
520
521     /** Message constant for key in the resource bundle. */
522     public static final String JavaDoc LOG_CREATE_XML_CONTENT_ITEM_1 = "LOG_CREATE_XML_CONTENT_ITEM_1";
523
524     /** Message constant for key in the resource bundle. */
525     public static final String JavaDoc LOG_DIRECT_EDIT_NO_HEADER_1 = "LOG_DIRECT_EDIT_NO_HEADER_1";
526
527     /** Message constant for key in the resource bundle. */
528     public static final String JavaDoc LOG_EDITOR_CONFIG_ERROR_1 = "LOG_EDITOR_CONFIG_ERROR_1";
529
530     /** Message constant for key in the resource bundle. */
531     public static final String JavaDoc LOG_EDITOR_CONFIG_NO_LABEL_0 = "LOG_EDITOR_CONFIG_NO_LABEL_0";
532
533     /** Message constant for key in the resource bundle. */
534     public static final String JavaDoc LOG_EDITOR_CONFIG_NO_PATTERN_0 = "LOG_EDITOR_CONFIG_NO_PATTERN_0";
535
536     /** Message constant for key in the resource bundle. */
537     public static final String JavaDoc LOG_EDITOR_CONFIG_NO_URI_0 = "LOG_EDITOR_CONFIG_NO_URI_0";
538
539     /** Message constant for key in the resource bundle. */
540     public static final String JavaDoc LOG_GET_LOCALES_1 = "LOG_GET_LOCALES_1";
541
542     /** Message constant for key in the resource bundle. */
543     public static final String JavaDoc LOG_MAP_CONFIG_FILE_TO_USER_2 = "LOG_MAP_CONFIG_FILE_TO_USER_2";
544
545     /** Message constant for key in the resource bundle. */
546     public static final String JavaDoc LOG_NO_RESOURCE_TYPES_0 = "LOG_NO_RESOURCE_TYPES_0";
547
548     /** Message constant for key in the resource bundle. */
549     public static final String JavaDoc LOG_NO_USER_AGENTS_0 = "LOG_NO_USER_AGENTS_0";
550
551     /** Message constant for key in the resource bundle. */
552     public static final String JavaDoc LOG_READ_EDITIR_FOLDER_FAILED_1 = "LOG_READ_EDITIR_FOLDER_FAILED_1";
553     /** Message constant for key in the resource bundle. */
554     public static final String JavaDoc LOG_READ_TEMPLATE_FAILED_0 = "LOG_READ_TEMPLATE_FAILED_0";
555
556     /** Message constant for key in the resource bundle. */
557     public static final String JavaDoc LOG_READ_TEMPLATE_PROP_FAILED_0 = "LOG_READ_TEMPLATE_PROP_FAILED_0";
558
559     /** Message constant for key in the resource bundle. */
560     public static final String JavaDoc LOG_READ_TEMPLATE_PROP_STYLESHEET_FAILED_0 = "LOG_READ_TEMPLATE_PROP_STYLESHEET_FAILED_0";
561
562     /** Message constant for key in the resource bundle. */
563     public static final String JavaDoc LOG_READ_TITLE_PROP_FAILED_1 = "LOG_READ_TITLE_PROP_FAILED_1";
564
565     /** Message constant for key in the resource bundle. */
566     public static final String JavaDoc LOG_READ_XMLPAGE_FAILED_1 = "LOG_READ_XMLPAGE_FAILED_1";
567
568     /** Message constant for key in the resource bundle. */
569     public static final String JavaDoc LOG_VISITING_1 = "LOG_VISITING_1";
570
571     /** Name of the used resource bundle. */
572
573     private static final String JavaDoc BUNDLE_NAME = "org.opencms.workplace.editors.messages";
574
575     /** Static instance member. */
576     private static final I_CmsMessageBundle INSTANCE = new Messages();
577
578     /** Constant to create button tooltip dynamically. */
579     private static final String JavaDoc POSTFIX_LIST = "LIST_0";
580
581     /**Constant to create button tooltip dynamically. */
582     private static final String JavaDoc PREFIX_GUI_BUTTON = "GUI_EDITOR_BUTTON_";
583
584     /**
585      * Hides the public constructor for this utility class.<p>
586      */

587     private Messages() {
588
589         // hide the constructor
590
}
591
592     /**
593      * Returns an instance of this localized message accessor.<p>
594      *
595      * @return an instance of this localized message accessor
596      */

597     public static I_CmsMessageBundle get() {
598
599         return INSTANCE;
600     }
601
602     /**
603      *
604      * @param galleryName button gallery name
605      *
606      * @return value from bundle
607      */

608     public static String JavaDoc getGalleryKey(String JavaDoc galleryName) {
609
610         StringBuffer JavaDoc key = new StringBuffer JavaDoc();
611         key.append(PREFIX_GUI_BUTTON);
612         key.append(galleryName.toUpperCase());
613         key.append(POSTFIX_LIST);
614         return key.toString();
615     }
616
617     /**
618      * Returns the bundle name for this OpenCms package.<p>
619      *
620      * @return the bundle name for this OpenCms package
621      */

622     public String JavaDoc getBundleName() {
623
624         return BUNDLE_NAME;
625     }
626 }
627
Popular Tags