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