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.ui.dialogs;
029
030import org.opencms.i18n.A_CmsMessageBundle;
031import org.opencms.i18n.I_CmsMessageBundle;
032
033/**
034 * Message bundle class.<p>
035 */
036public class Messages extends A_CmsMessageBundle {
037
038    /** Message constant for key in the resource bundle. */
039    public static final String ERR_DAILOG_INSTANTIATION_FAILED_1 = "ERR_DAILOG_INSTANTIATION_FAILED_1";
040
041    /** Message constant for key in the resource bundle. */
042    public static final String ERR_DIALOG_NOT_AVAILABLE_1 = "ERR_DIALOG_NOT_AVAILABLE_1";
043
044    /** Message constant for key in the resource bundle. */
045    public static final String GUI_COPY_MOVE_AUTOMATIC_0 = "GUI_COPY_MOVE_AUTOMATIC_0";
046
047    /** Message constant for key in the resource bundle. */
048    public static final String GUI_COPY_MOVE_CONFIRM_OVERWRITE_MESSAGE_0 = "GUI_COPY_MOVE_CONFIRM_OVERWRITE_MESSAGE_0";
049
050    /** Message constant for key in the resource bundle. */
051    public static final String GUI_COPY_MOVE_CONFIRM_OVERWRITE_TITLE_0 = "GUI_COPY_MOVE_CONFIRM_OVERWRITE_TITLE_0";
052
053    /** Message constant for key in the resource bundle. */
054    public static final String GUI_COPY_MOVE_CONTAINERPAGE_COPY_0 = "GUI_COPY_MOVE_CONTAINERPAGE_COPY_0";
055
056    /** Message constant for key in the resource bundle. */
057    public static final String GUI_COPY_MOVE_CONTAINERPAGE_REUSE_0 = "GUI_COPY_MOVE_CONTAINERPAGE_REUSE_0";
058
059    /** Message constant for key in the resource bundle. */
060    public static final String GUI_COPY_MOVE_SELECT_TARGET_CAPTION_0 = "GUI_COPY_MOVE_SELECT_TARGET_CAPTION_0";
061
062    /** Message constant for key in the resource bundle. */
063    public static final String GUI_COPY_MOVE_SET_MACRO_VALUES_TITLE_0 = "GUI_COPY_MOVE_SET_MACRO_VALUES_TITLE_0";
064
065    /** Message constant for key in the resource bundle. */
066    public static final String GUI_COPY_MOVE_SUBSITEMAP_0 = "GUI_COPY_MOVE_SUBSITEMAP_0";
067
068    /** Message constant for key in the resource bundle. */
069    public static final String GUI_DIALOG_0 = "GUI_DIALOG_0";
070
071    /** Message constant for key in the resource bundle. */
072    public static final String GUI_GALLERY_DIRECTLY_USED_1 = "GUI_GALLERY_DIRECTLY_USED_1";
073
074    /** Message constant for key in the resource bundle. */
075    public static final String GUI_GALLERY_OPTIMIZE_LASTMODIFIED_BY_2 = "GUI_GALLERY_OPTIMIZE_LASTMODIFIED_BY_2";
076
077    /** Message constant for key in the resource bundle. */
078    public static final String GUI_GALLERY_OPTIMIZE_CONFIRM_CANCEL_0 = "GUI_GALLERY_OPTIMIZE_CONFIRM_CANCEL_0";
079
080    /** Message constant for key in the resource bundle. */
081    public static final String GUI_GALLERY_OPTIMIZE_CONFIRM_CANCEL_TITLE_0 = "GUI_GALLERY_OPTIMIZE_CONFIRM_CANCEL_TITLE_0";
082
083    /** Message constant for key in the resource bundle. */
084    public static final String GUI_GALLERY_OPTIMIZE_CONFIRM_DELETE_0 = "GUI_GALLERY_OPTIMIZE_CONFIRM_DELETE_0";
085
086    /** Message constant for key in the resource bundle. */
087    public static final String GUI_GALLERY_OPTIMIZE_CONFIRM_DELETE_TITLE_0 = "GUI_GALLERY_OPTIMIZE_CONFIRM_DELETE_TITLE_0";
088
089    /** Message constant for key in the resource bundle. */
090    public static final String GUI_GALLERY_OPTIMIZE_INPUT_DESCRIPTION_0 = "GUI_GALLERY_OPTIMIZE_INPUT_DESCRIPTION_0";
091
092    /** Message constant for key in the resource bundle. */
093    public static final String GUI_GALLERY_OPTIMIZE_INPUT_DELETE_UNUSED_0 = "GUI_GALLERY_OPTIMIZE_INPUT_DELETE_UNUSED_0";
094
095    /** Message constant for key in the resource bundle. */
096    public static final String GUI_GALLERY_OPTIMIZE_LABEL_IN_ONLINE_PROJECT_0 = "GUI_GALLERY_OPTIMIZE_LABEL_IN_ONLINE_PROJECT_0";
097
098    /** Message constant for key in the resource bundle. */
099    public static final String GUI_GALLERY_OPTIMIZE_LABEL_IN_USE_0 = "GUI_GALLERY_OPTIMIZE_LABEL_IN_USE_0";
100
101    /** Message constant for key in the resource bundle. */
102    public static final String GUI_GALLERY_OPTIMIZE_LABEL_NOT_IN_USE_0 = "GUI_GALLERY_OPTIMIZE_LABEL_NOT_IN_USE_0";
103
104    /** Message constant for key in the resource bundle. */
105    public static final String GUI_GALLERY_OPTIMIZE_LABEL_SUCCESSFULLY_SAVED_0 = "GUI_GALLERY_OPTIMIZE_LABEL_SUCCESSFULLY_SAVED_0";
106
107    /** Message constant for key in the resource bundle. */
108    public static final String GUI_GALLERY_OPTIMIZE_LABEL_PAGE_INFO_1 = "GUI_GALLERY_OPTIMIZE_LABEL_PAGE_INFO_1";
109
110    /** Message constant for key in the resource bundle. */
111    public static final String GUI_GALLERY_OPTIMIZE_LABEL_PAGE_INFO_3 = "GUI_GALLERY_OPTIMIZE_LABEL_PAGE_INFO_3";
112
113    /** Message constant for key in the resource bundle. */
114    public static final String GUI_GALLERY_OPTIMIZE_LABEL_PAGE_INFO_ONE_0 = "GUI_GALLERY_OPTIMIZE_LABEL_PAGE_INFO_ONE_0";
115
116    /** Message constant for key in the resource bundle. */
117    public static final String GUI_GALLERY_OPTIMIZE_SORT_DATE_MODIFIED_ASCENDING_0 = "GUI_GALLERY_OPTIMIZE_SORT_DATE_MODIFIED_ASCENDING_0";
118
119    /** Message constant for key in the resource bundle. */
120    public static final String GUI_GALLERY_OPTIMIZE_SORT_DATE_MODIFIED_DESCENDING_0 = "GUI_GALLERY_OPTIMIZE_SORT_DATE_MODIFIED_DESCENDING_0";
121
122    /** Message constant for key in the resource bundle. */
123    public static final String GUI_GALLERY_OPTIMIZE_SORT_PATH_ASCENDING_0 = "GUI_GALLERY_OPTIMIZE_SORT_PATH_ASCENDING_0";
124
125    /** Message constant for key in the resource bundle. */
126    public static final String GUI_GALLERY_OPTIMIZE_SORT_PATH_DESCENDING_0 = "GUI_GALLERY_OPTIMIZE_SORT_PATH_DESCENDING_0";
127
128    /** Message constant for key in the resource bundle. */
129    public static final String GUI_GALLERY_OPTIMIZE_SELECTED_PAGE_2 = "GUI_GALLERY_OPTIMIZE_SELECTED_PAGE_2";
130
131    /** Message constant for key in the resource bundle. */
132    public static final String GUI_GALLERY_OPTIMIZE_SORT_TITLE_ASCENDING_0 = "GUI_GALLERY_OPTIMIZE_SORT_TITLE_ASCENDING_0";
133
134    /** Message constant for key in the resource bundle. */
135    public static final String GUI_GALLERY_OPTIMIZE_SORT_TITLE_DESCENDING_0 = "GUI_GALLERY_OPTIMIZE_SORT_TITLE_DESCENDING_0";
136
137    /** Message constant for key in the resource bundle. */
138    public static final String GUI_GALLERY_OPTIMIZE_SORT_UNUSED_FIRST_0 = "GUI_GALLERY_OPTIMIZE_SORT_UNUSED_FIRST_0";
139
140    /** Message constant for key in the resource bundle. */
141    public static final String GUI_GALLERY_OPTIMIZE_SORT_NOCOPYRIGHT_FIRST_0 = "GUI_GALLERY_OPTIMIZE_SORT_NOCOPYRIGHT_FIRST_0";
142
143    /** Message constant for key in the resource bundle. */
144    public static final String GUI_USER_DATA_ADDRESS_0 = "GUI_USER_DATA_ADDRESS_0";
145
146    /** Message constant for key in the resource bundle. */
147    public static final String GUI_USER_DATA_CHECK_INFO_0 = "GUI_USER_DATA_CHECK_INFO_0";
148
149    /** Message constant for key in the resource bundle. */
150    public static final String GUI_USER_DATA_CITY_0 = "GUI_USER_DATA_CITY_0";
151
152    /** Message constant for key in the resource bundle. */
153    public static final String GUI_USER_DATA_COUNTRY_0 = "GUI_USER_DATA_COUNTRY_0";
154
155    /** Message constant for key in the resource bundle. */
156    public static final String GUI_USER_DATA_DELETE_IMAGE_0 = "GUI_USER_DATA_DELETE_IMAGE_0";
157
158    /** Message constant for key in the resource bundle. */
159    public static final String GUI_USER_DATA_EMAIL_0 = "GUI_USER_DATA_EMAIL_0";
160
161    /** Message constant for key in the resource bundle. */
162    public static final String GUI_USER_DATA_EMAIL_VALIDATION_ERROR_0 = "GUI_USER_DATA_EMAIL_VALIDATION_ERROR_0";
163
164    /** Message constant for key in the resource bundle. */
165    public static final String GUI_USER_DATA_FIRSTNAME_0 = "GUI_USER_DATA_FIRSTNAME_0";
166
167    /** Message constant for key in the resource bundle. */
168    public static final String GUI_USER_DATA_INSTITUTION_0 = "GUI_USER_DATA_INSTITUTION_0";
169
170    /** Message constant for key in the resource bundle. */
171    public static final String GUI_USER_DATA_LASTNAME_0 = "GUI_USER_DATA_LASTNAME_0";
172
173    /** Message constant for key in the resource bundle. */
174    public static final String GUI_USER_DATA_NOT_EMPTY_VALIDATION_ERROR_1 = "GUI_USER_DATA_NOT_EMPTY_VALIDATION_ERROR_1";
175
176    /** Message constant for key in the resource bundle. */
177    public static final String GUI_USER_DATA_ZIPCODE_0 = "GUI_USER_DATA_ZIPCODE_0";
178
179    /** Name of the used resource bundle. */
180    private static final String BUNDLE_NAME = "org.opencms.ui.dialogs.messages";
181
182    /** Static instance member. */
183    private static final I_CmsMessageBundle INSTANCE = new Messages();
184
185    /**
186     * Hides the public constructor for this utility class.<p>
187     */
188    private Messages() {
189
190        // hide the constructor
191    }
192
193    /**
194     * Returns an instance of this localized message accessor.<p>
195     *
196     * @return an instance of this localized message accessor
197     */
198    public static I_CmsMessageBundle get() {
199
200        return INSTANCE;
201    }
202
203    /**
204     * Returns the bundle name for this OpenCms package.<p>
205     *
206     * @return the bundle name for this OpenCms package
207     */
208    public String getBundleName() {
209
210        return BUNDLE_NAME;
211    }
212
213}