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.containerpage.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_LOCK_RESOURCE_CHANGED_BY_1 = "ERR_LOCK_RESOURCE_CHANGED_BY_1";
041
042    /** Message constant for key in the resource bundle. */
043    public static final String ERR_LOCK_RESOURCE_LOCKED_BY_1 = "ERR_LOCK_RESOURCE_LOCKED_BY_1";
044
045    /** Message constant for key in the resource bundle. */
046    public static final String ERR_LOCK_TITLE_RESOURCE_CHANGED_0 = "ERR_LOCK_TITLE_RESOURCE_CHANGED_0";
047
048    /** Message constant for key in the resource bundle. */
049    public static final String ERR_LOCK_TITLE_RESOURCE_LOCKED_0 = "ERR_LOCK_TITLE_RESOURCE_LOCKED_0";
050
051    /** Message constant for key in the resource bundle. */
052    public static final String ERR_READING_CONTAINER_PAGE_DATA_0 = "ERR_READING_CONTAINER_PAGE_DATA_0";
053
054    /** Message constant for key in the resource bundle. */
055    public static final String GUI_ADDINFO_FORMATTER_CONTAINER_0 = "GUI_ADDINFO_FORMATTER_CONTAINER_0";
056
057    /** Message constant for key in the resource bundle. */
058    public static final String GUI_NO_FORMATTER_4 = "GUI_NO_FORMATTER_4";
059
060    /** Message constant for key in the resource bundle. */
061    public static final String GUI_ADDINFO_FORMATTER_CONTAINER_TYPE_0 = "GUI_ADDINFO_FORMATTER_CONTAINER_TYPE_0";
062
063    /** Message constant for key in the resource bundle. */
064    public static final String GUI_ADDINFO_FORMATTER_PATH_0 = "GUI_ADDINFO_FORMATTER_PATH_0";
065
066    /** Message constant for key in the resource bundle. */
067    public static final String GUI_ASK_DELETE_REMOVED_ELEMENT_0 = "GUI_ASK_DELETE_REMOVED_ELEMENT_0";
068
069    /** Message constant for key in the resource bundle. */
070    public static final String GUI_ASK_DELETE_REMOVED_ELEMENT_TITLE_0 = "GUI_ASK_DELETE_REMOVED_ELEMENT_TITLE_0";
071
072    /** Message constant for key in the resource bundle. */
073    public static final String GUI_BUTTON_BREAK_UP_TEXT_0 = "GUI_BUTTON_BREAK_UP_TEXT_0";
074
075    /** Message constant for key in the resource bundle. */
076    public static final String GUI_BUTTON_CANCEL_TEXT_0 = "GUI_BUTTON_CANCEL_TEXT_0";
077
078    /** Message constant for key in the resource bundle. */
079    public static final String GUI_BUTTON_CHANGE_ORDER_TEXT_0 = "GUI_BUTTON_CHANGE_ORDER_TEXT_0";
080
081    /** Message constant for key in the resource bundle. */
082    public static final String GUI_BUTTON_DISCARD_TEXT_0 = "GUI_BUTTON_DISCARD_TEXT_0";
083
084    /** Message constant for key in the resource bundle. */
085    public static final String GUI_BUTTON_EDITFAVORITES_TEXT_0 = "GUI_BUTTON_EDITFAVORITES_TEXT_0";
086
087    /** Message constant for key in the resource bundle. */
088    public static final String GUI_BUTTON_REMOVE_TEXT_0 = "GUI_BUTTON_REMOVE_TEXT_0";
089
090    /** Message constant for key in the resource bundle. */
091    public static final String GUI_BUTTON_RESET_DISABLED_0 = "GUI_BUTTON_RESET_DISABLED_0";
092
093    /** Message constant for key in the resource bundle. */
094    public static final String GUI_BUTTON_RESET_TEXT_0 = "GUI_BUTTON_RESET_TEXT_0";
095
096    /** Message constant for key in the resource bundle. */
097    public static final String GUI_BUTTON_RETURN_TEXT_0 = "GUI_BUTTON_RETURN_TEXT_0";
098
099    /** Message constant for key in the resource bundle. */
100    public static final String GUI_BUTTON_SAVE_DISABLED_0 = "GUI_BUTTON_SAVE_DISABLED_0";
101
102    /** Message constant for key in the resource bundle. */
103    public static final String GUI_BUTTON_SAVE_TEXT_0 = "GUI_BUTTON_SAVE_TEXT_0";
104
105    /** Message constant for key in the resource bundle. */
106    public static final String GUI_CLIPBOARD_ITEM_CAN_NOT_BE_EDITED_0 = "GUI_CLIPBOARD_ITEM_CAN_NOT_BE_EDITED_0";
107
108    /** Message constant for key in the resource bundle. */
109    public static final String GUI_CONFIRM_REMOVAL_CAN_DELETE_0 = "GUI_CONFIRM_REMOVAL_CAN_DELETE_0";
110
111    /** Message constant for key in the resource bundle. */
112    public static final String GUI_CONFIRM_REMOVAL_CAPTION_0 = "GUI_CONFIRM_REMOVAL_CAPTION_0";
113
114    /** Message constant for key in the resource bundle. */
115    public static final String GUI_CONFIRM_REMOVAL_DELETE_CHECKBOX_0 = "GUI_CONFIRM_REMOVAL_DELETE_CHECKBOX_0";
116
117    /** Message constant for key in the resource bundle. */
118    public static final String GUI_CONFIRM_REMOVAL_TEXT_0 = "GUI_CONFIRM_REMOVAL_TEXT_0";
119
120    /** Message constant for key in the resource bundle. */
121    public static final String GUI_COPY_ELEMENT_0 = "GUI_COPY_ELEMENT_0";
122
123    /** Message constant for key in the resource bundle. */
124    public static final String GUI_COPY_MODEL_TITLE_WRAPPER_1 = "GUI_COPY_MODEL_TITLE_WRAPPER_1";
125
126    /** Message constant for key in the resource bundle. */
127    public static final String GUI_CREATE_NEW_LABEL_0 = "GUI_CREATE_NEW_LABEL_0";
128
129    /** Message constant for key in the resource bundle. */
130    public static final String GUI_CREATE_NEW_LEGEND_0 = "GUI_CREATE_NEW_LEGEND_0";
131
132    /** Message constant for key in the resource bundle. */
133    public static final String GUI_DIALOG_LEAVE_NOT_SAVED_0 = "GUI_DIALOG_LEAVE_NOT_SAVED_0";
134
135    /** Message constant for key in the resource bundle. */
136    public static final String GUI_DIALOG_NOT_SAVED_TITLE_0 = "GUI_DIALOG_NOT_SAVED_TITLE_0";
137
138    /** Message constant for key in the resource bundle. */
139    public static final String GUI_DIALOG_PAGE_RESET_0 = "GUI_DIALOG_PAGE_RESET_0";
140
141    /** Message constant for key in the resource bundle. */
142    public static final String GUI_DIALOG_PUBLISH_NOT_SAVED_0 = "GUI_DIALOG_PUBLISH_NOT_SAVED_0";
143
144    /** Message constant for key in the resource bundle. */
145    public static final String GUI_DIALOG_RELOAD_TEXT_0 = "GUI_DIALOG_RELOAD_TEXT_0";
146
147    /** Message constant for key in the resource bundle. */
148    public static final String GUI_DIALOG_RELOAD_TITLE_0 = "GUI_DIALOG_RELOAD_TITLE_0";
149
150    /** Message constant for key in the resource bundle. */
151    public static final String GUI_DIALOG_RESET_TITLE_0 = "GUI_DIALOG_RESET_TITLE_0";
152
153    /** Message constant for key in the resource bundle. */
154    public static final String GUI_DIALOG_SAVE_BEFORE_LEAVING_0 = "GUI_DIALOG_SAVE_BEFORE_LEAVING_0";
155
156    /** Message constant for key in the resource bundle. */
157    public static final String GUI_DIALOG_SAVE_QUESTION_0 = "GUI_DIALOG_SAVE_QUESTION_0";
158
159    /** Message constant for key in the resource bundle. */
160    public static final String GUI_EDIT_HANDLER_SELECT_DELETE_OPTION_0 = "GUI_EDIT_HANDLER_SELECT_DELETE_OPTION_0";
161
162    /** Message constant for key in the resource bundle. */
163    public static final String GUI_EDIT_HANDLER_SELECT_EDIT_OPTION_0 = "GUI_EDIT_HANDLER_SELECT_EDIT_OPTION_0";
164
165    /** Message constant for key in the resource bundle. */
166    public static final String GUI_EDIT_SMALL_ELEMENTS_0 = "GUI_EDIT_SMALL_ELEMENTS_0";
167
168    /** Message constant for key in the resource bundle. */
169    public static final String GUI_FORMATTERS_LEGEND_0 = "GUI_FORMATTERS_LEGEND_0";
170
171    /** Message constant for key in the resource bundle. */
172    public static final String GUI_GROUPCONTAINER_CAPTION_0 = "GUI_GROUPCONTAINER_CAPTION_0";
173
174    /** Message constant for key in the resource bundle. */
175    public static final String GUI_GROUPCONTAINER_LABEL_DESCRIPTION_0 = "GUI_GROUPCONTAINER_LABEL_DESCRIPTION_0";
176
177    /** Message constant for key in the resource bundle. */
178    public static final String GUI_GROUPCONTAINER_LABEL_TITLE_0 = "GUI_GROUPCONTAINER_LABEL_TITLE_0";
179
180    /** Message constant for key in the resource bundle. */
181    public static final String GUI_GROUPCONTAINER_LOADING_DATA_0 = "GUI_GROUPCONTAINER_LOADING_DATA_0";
182
183    /** Message constant for key in the resource bundle. */
184    public static final String GUI_INHERITANCECONTAINER_CAPTION_0 = "GUI_INHERITANCECONTAINER_CAPTION_0";
185
186    /** Message constant for key in the resource bundle. */
187    public static final String GUI_INHERITANCECONTAINER_CONFIG_NAME_0 = "GUI_INHERITANCECONTAINER_CONFIG_NAME_0";
188
189    /** Message constant for key in the resource bundle. */
190    public static final String GUI_INHERITANCECONTAINER_HIDE_ELEMENTS_0 = "GUI_INHERITANCECONTAINER_HIDE_ELEMENTS_0";
191
192    /** Message constant for key in the resource bundle. */
193    public static final String GUI_INHERITANCECONTAINER_NO_HIDDEN_ELEMENTS_0 = "GUI_INHERITANCECONTAINER_NO_HIDDEN_ELEMENTS_0";
194
195    /** Message constant for key in the resource bundle. */
196    public static final String GUI_INHERITANCECONTAINER_SHOW_HIDDEN_0 = "GUI_INHERITANCECONTAINER_SHOW_HIDDEN_0";
197
198    /** Message constant for key in the resource bundle. */
199    public static final String GUI_KEEP_ELEMENT_0 = "GUI_KEEP_ELEMENT_0";
200
201    /** Message constant for key in the resource bundle. */
202    public static final String GUI_LOCK_FAIL_0 = "GUI_LOCK_FAIL_0";
203
204    /** Message constant for key in the resource bundle. */
205    public static final String GUI_MODEL_GROUP_BREAK_UP_0 = "GUI_MODEL_GROUP_BREAK_UP_0";
206
207    /** Message constant for key in the resource bundle. */
208    public static final String GUI_MODEL_GROUP_DESCRIPTION_0 = "GUI_MODEL_GROUP_DESCRIPTION_0";
209
210    /** Message constant for key in the resource bundle. */
211    public static final String GUI_MODEL_GROUP_OPTION_COPY_0 = "GUI_MODEL_GROUP_OPTION_COPY_0";
212
213    /** Message constant for key in the resource bundle. */
214    public static final String GUI_MODEL_GROUP_OPTION_DISABLED_0 = "GUI_MODEL_GROUP_OPTION_DISABLED_0";
215
216    /** Message constant for key in the resource bundle. */
217    public static final String GUI_MODEL_GROUP_OPTION_REUSE_0 = "GUI_MODEL_GROUP_OPTION_REUSE_0";
218
219    /** Message constant for key in the resource bundle. */
220    public static final String GUI_MODEL_GROUP_TITLE_0 = "GUI_MODEL_GROUP_TITLE_0";
221
222    /** Message constant for key in the resource bundle. */
223    public static final String GUI_NO_SETTINGS_0 = "GUI_NO_SETTINGS_0";
224
225    /** Message constant for key in the resource bundle. */
226    public static final String GUI_NO_SETTINGS_TITLE_0 = "GUI_NO_SETTINGS_TITLE_0";
227
228    /** Message constant for key in the resource bundle. */
229    public static final String GUI_NOTIFICATION_ADD_TO_FAVORITES_0 = "GUI_NOTIFICATION_ADD_TO_FAVORITES_0";
230
231    /** Message constant for key in the resource bundle. */
232    public static final String GUI_NOTIFICATION_FAVORITES_SAVED_0 = "GUI_NOTIFICATION_FAVORITES_SAVED_0";
233
234    /** Message constant for key in the resource bundle. */
235    public static final String GUI_NOTIFICATION_GROUP_CONTAINER_SAVED_0 = "GUI_NOTIFICATION_GROUP_CONTAINER_SAVED_0";
236
237    /** Message constant for key in the resource bundle. */
238    public static final String GUI_NOTIFICATION_INHERITANCE_CONTAINER_SAVED_0 = "GUI_NOTIFICATION_INHERITANCE_CONTAINER_SAVED_0";
239
240    /** Message constant for key in the resource bundle. */
241    public static final String GUI_NOTIFICATION_PAGE_SAVED_0 = "GUI_NOTIFICATION_PAGE_SAVED_0";
242
243    /** Message constant for key in the resource bundle. */
244    public static final String GUI_NOTIFICATION_PAGE_UNLOCKED_0 = "GUI_NOTIFICATION_PAGE_UNLOCKED_0";
245
246    /** Message constant for key in the resource bundle. */
247    public static final String GUI_NOTIFICATION_UNABLE_TO_LOCK_0 = "GUI_NOTIFICATION_UNABLE_TO_LOCK_0";
248
249    /** Message constant for key in the resource bundle. */
250    public static final String GUI_PAGE_EDITOR_TITLE_0 = "GUI_PAGE_EDITOR_TITLE_0";
251
252    /** Message constant for key in the resource bundle. */
253    public static final String GUI_PROPERTY_DIALOG_TEXT_0 = "GUI_PROPERTY_DIALOG_TEXT_0";
254
255    /** Message constant for key in the resource bundle. */
256    public static final String GUI_PROPERTY_DIALOG_TITLE_0 = "GUI_PROPERTY_DIALOG_TITLE_0";
257
258    /** Message constant for key in the resource bundle. */
259    public static final String GUI_REUSE_ELEMENT_0 = "GUI_REUSE_ELEMENT_0";
260
261    /** Message constant for key in the resource bundle. */
262    public static final String GUI_SELECT_COPY_OR_REUSE_CAPTION_0 = "GUI_SELECT_COPY_OR_REUSE_CAPTION_0";
263
264    /** Message constant for key in the resource bundle. */
265    public static final String GUI_SELECT_COPY_OR_REUSE_TEXT_0 = "GUI_SELECT_COPY_OR_REUSE_TEXT_0";
266
267    /** Message constant for key in the resource bundle. */
268    public static final String GUI_SELECT_ELEMENT_VIEW_0 = "GUI_SELECT_ELEMENT_VIEW_0";
269
270    /** Message constant for key in the resource bundle. */
271    public static final String GUI_SELECT_FORMATTER_LABEL_0 = "GUI_SELECT_FORMATTER_LABEL_0";
272
273    /** Message constant for key in the resource bundle. */
274    public static final String GUI_SETTINGS_LEGEND_0 = "GUI_SETTINGS_LEGEND_0";
275
276    /** Message constant for key in the resource bundle. */
277    public static final String GUI_SHOW_LOCALE_0 = "GUI_SHOW_LOCALE_0";
278
279    /** Message constant for key in the resource bundle. */
280    public static final String GUI_SWITCH_EDIT_LEVEL_1 = "GUI_SWITCH_EDIT_LEVEL_1";
281
282    /** Message constant for key in the resource bundle. */
283    public static final String GUI_SWITCH_EDIT_LEVEL_ALL_1 = "GUI_SWITCH_EDIT_LEVEL_ALL_1";
284
285    /** Message constant for key in the resource bundle. */
286    public static final String GUI_SWITCH_ELEMENT_VIEW_NOTIFICATION_1 = "GUI_SWITCH_ELEMENT_VIEW_NOTIFICATION_1";
287
288    /** Message constant for key in the resource bundle. */
289    public static final String GUI_TAB_FAVORITES_DESCRIPTION_0 = "GUI_TAB_FAVORITES_DESCRIPTION_0";
290
291    /** Message constant for key in the resource bundle. */
292    public static final String GUI_TAB_FAVORITES_NO_ELEMENTS_0 = "GUI_TAB_FAVORITES_NO_ELEMENTS_0";
293
294    /** Message constant for key in the resource bundle. */
295    public static final String GUI_TAB_FAVORITES_TITLE_0 = "GUI_TAB_FAVORITES_TITLE_0";
296
297    /** Message constant for key in the resource bundle. */
298    public static final String GUI_TAB_RECENT_DESCRIPTION_0 = "GUI_TAB_RECENT_DESCRIPTION_0";
299
300    /** Message constant for key in the resource bundle. */
301    public static final String GUI_TAB_RECENT_TITLE_0 = "GUI_TAB_RECENT_TITLE_0";
302
303    /** Message constant for key in the resource bundle. */
304    public static final String GUI_TEMPLATE_CONTEXT_NO_VARIANT_0 = "GUI_TEMPLATE_CONTEXT_NO_VARIANT_0";
305
306    /** Message constant for key in the resource bundle. */
307    public static final String GUI_TITLE_INHERITED_FROM_1 = "GUI_TITLE_INHERITED_FROM_1";
308
309    /** Message constant for key in the resource bundle. */
310    public static final String GUI_USE_AS_MODEL_GROUP_LABEL_0 = "GUI_USE_AS_MODEL_GROUP_LABEL_0";
311
312    /** Message constant for key in the resource bundle. */
313    public static final String GUI_VIEW_ONLINE_0 = "GUI_VIEW_ONLINE_0";
314
315    /** Name of the used resource bundle. */
316    private static final String BUNDLE_NAME = "org.opencms.ade.containerpage.clientmessages";
317
318    /** Static instance member. */
319    private static CmsMessages INSTANCE;
320
321    /**
322     * Hides the public constructor for this utility class.<p>
323     */
324    private Messages() {
325
326        // hide the constructor
327    }
328
329    /**
330     * Returns an instance of this localized message accessor.<p>
331     *
332     * @return an instance of this localized message accessor
333     */
334    public static CmsMessages get() {
335
336        if (INSTANCE == null) {
337            INSTANCE = new CmsMessages(BUNDLE_NAME);
338        }
339        return INSTANCE;
340    }
341
342    /**
343     * Returns the bundle name for this OpenCms package.<p>
344     *
345     * @return the bundle name for this OpenCms package
346     */
347    public String getBundleName() {
348
349        return BUNDLE_NAME;
350    }
351}