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.xml.content;
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_COULD_NOT_RESOLVE_ID_1 = "ERR_COULD_NOT_RESOLVE_ID_1";
042
043    /** Message constant for key in the resource bundle. */
044    public static final String ERR_UNABLE_TO_INITIALIZE_CMSOBJECT_1 = "ERR_UNABLE_TO_INITIALIZE_CMSOBJECT_1";
045
046    /** Message constant for key in the resource bundle. */
047    public static final String ERR_XML_SCHEMA_COULD_NOT_PARSE_PROPERTY_CONFIG_1 = "ERR_XML_SCHEMA_COULD_NOT_PARSE_PROPERTY_CONFIG_1";
048
049    /** Message constant for key in the resource bundle. */
050    public static final String ERR_XML_SCHEMA_IO_1 = "ERR_XML_SCHEMA_IO_1";
051
052    /** Message constant for key in the resource bundle. */
053    public static final String ERR_XML_SCHEMA_MAPPING_CLASS_NOT_EXIST_3 = "ERR_XML_SCHEMA_MAPPING_CLASS_NOT_EXIST_3";
054
055    /** Message constant for key in the resource bundle. */
056    public static final String ERR_XML_SCHEMA_PARSE_1 = "ERR_XML_SCHEMA_PARSE_1";
057
058    /** Message constant for key in the resource bundle. */
059    public static final String ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_2 = "ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_2";
060
061    /** Message constant for key in the resource bundle. */
062    public static final String ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_3 = "ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_3";
063
064    /** Message constant for key in the resource bundle. */
065    public static final String ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_CHOICE_3 = "ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_CHOICE_3";
066
067    /** Message constant for key in the resource bundle. */
068    public static final String ERR_XMLCONTENT_BAD_FIELD_NAME_1 = "ERR_XMLCONTENT_BAD_FIELD_NAME_1";
069
070    /** Message constant for key in the resource bundle. */
071    public static final String ERR_XMLCONTENT_CHECK_INVALID_ELEM_1 = "ERR_XMLCONTENT_CHECK_INVALID_ELEM_1";
072
073    /** Message constant for key in the resource bundle. */
074    public static final String ERR_XMLCONTENT_CHECK_INVALID_TYPE_1 = "ERR_XMLCONTENT_CHECK_INVALID_TYPE_1";
075
076    /** Message constant for key in the resource bundle. */
077    public static final String ERR_XMLCONTENT_CHECK_NOT_EMPTY_DOC_0 = "ERR_XMLCONTENT_CHECK_NOT_EMPTY_DOC_0";
078
079    /** Message constant for key in the resource bundle. */
080    public static final String ERR_XMLCONTENT_CHECK_NOT_OPTIONAL_1 = "ERR_XMLCONTENT_CHECK_NOT_OPTIONAL_1";
081
082    /** Message constant for key in the resource bundle. */
083    public static final String ERR_XMLCONTENT_CONFIG_ELEM_UNKNOWN_1 = "ERR_XMLCONTENT_CONFIG_ELEM_UNKNOWN_1";
084
085    /** Message constant for key in the resource bundle. */
086    public static final String ERR_XMLCONTENT_ELEM_MAXOCCURS_2 = "ERR_XMLCONTENT_ELEM_MAXOCCURS_2";
087
088    /** Message constant for key in the resource bundle. */
089    public static final String ERR_XMLCONTENT_ELEM_MINOCCURS_2 = "ERR_XMLCONTENT_ELEM_MINOCCURS_2";
090
091    /** Message constant for key in the resource bundle. */
092    public static final String ERR_XMLCONTENT_INVALID_CUSTOM_CLASS_3 = "ERR_XMLCONTENT_INVALID_CUSTOM_CLASS_3";
093
094    /** Message constant for key in the resource bundle. */
095    public static final String ERR_XMLCONTENT_INVALID_ELEM_DEFAULT_1 = "ERR_XMLCONTENT_INVALID_ELEM_DEFAULT_1";
096
097    /** Message constant for key in the resource bundle. */
098    public static final String ERR_XMLCONTENT_INVALID_ELEM_LAYOUTWIDGET_1 = "ERR_XMLCONTENT_INVALID_ELEM_LAYOUTWIDGET_1";
099
100    /** Message constant for key in the resource bundle. */
101    public static final String ERR_XMLCONTENT_INVALID_ELEM_MAPPING_1 = "ERR_XMLCONTENT_INVALID_ELEM_MAPPING_1";
102
103    /** Message constant for key in the resource bundle. */
104    public static final String ERR_XMLCONTENT_INVALID_ELEM_SEARCHSETTINGS_1 = "ERR_XMLCONTENT_INVALID_ELEM_SEARCHSETTINGS_1";
105
106    public static final String ERR_XMLCONTENT_VERSION_TRANSFORMATION_ERROR_1 = "ERR_XMLCONTENT_VERSION_TRANSFORMATION_ERROR_1";
107
108    /** Message constant for key in the resource bundle. */
109    public static final String ERR_XMLCONTENT_INVALID_ELEM_VALIDATION_1 = "ERR_XMLCONTENT_INVALID_ELEM_VALIDATION_1";
110
111    /** Message constant for key in the resource bundle. */
112    public static final String ERR_XMLCONTENT_INVALID_ENC_1 = "ERR_XMLCONTENT_INVALID_ENC_1";
113
114    /** Message constant for key in the resource bundle. */
115    public static final String ERR_XMLCONTENT_INVALID_TYPE_1 = "ERR_XMLCONTENT_INVALID_TYPE_1";
116
117    /** Message constant for key in the resource bundle. */
118    public static final String ERR_XMLCONTENT_INVALID_WIDGET_3 = "ERR_XMLCONTENT_INVALID_WIDGET_3";
119
120    /** Message constant for key in the resource bundle. */
121    public static final String ERR_XMLCONTENT_MISSING_LOCALE_1 = "ERR_XMLCONTENT_MISSING_LOCALE_1";
122
123    /** Message constant for key in the resource bundle. */
124    public static final String ERR_XMLCONTENT_MISSING_MODELFOLDER_URI_2 = "ERR_XMLCONTENT_MISSING_MODELFOLDER_URI_2";
125
126    /** Message constant for key in the resource bundle. */
127    public static final String ERR_XMLCONTENT_MISSING_PREVIEW_URI_2 = "ERR_XMLCONTENT_MISSING_PREVIEW_URI_2";
128
129    /** Message constant for key in the resource bundle. */
130    public static final String ERR_XMLCONTENT_MISSING_RESOURCE_BUNDLE_NAME_2 = "ERR_XMLCONTENT_MISSING_RESOURCE_BUNDLE_NAME_2";
131
132    /** Message constant for key in the resource bundle. */
133    public static final String ERR_XMLCONTENT_MISSING_SCHEMA_0 = "ERR_XMLCONTENT_MISSING_SCHEMA_0";
134
135    /** Message constant for key in the resource bundle. */
136    public static final String ERR_XMLCONTENT_RESOLVE_FILE_NOT_FOUND_0 = "ERR_XMLCONTENT_RESOLVE_FILE_NOT_FOUND_0";
137
138    /** Message constant for key in the resource bundle. */
139    public static final String ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_1 = "ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_1";
140
141    /** Message constant for key in the resource bundle. */
142    public static final String ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_SCHEMA_1 = "ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_SCHEMA_1";
143
144    /** Message constant for key in the resource bundle. */
145    public static final String ERR_XMLCONTENT_UNMARSHAL_1 = "ERR_XMLCONTENT_UNMARSHAL_1";
146
147    /** Message constant for key in the resource bundle. */
148    public static final String GUI_CATEGORY_CHECK_EMPTY_ERROR_0 = "GUI_CATEGORY_CHECK_EMPTY_ERROR_0";
149
150    /** Message constant for key in the resource bundle. */
151    public static final String GUI_CATEGORY_CHECK_NOLEAF_ERROR_0 = "GUI_CATEGORY_CHECK_NOLEAF_ERROR_0";
152
153    public static final String GUI_EDITOR_XMLCONTENT_CANNOT_VALIDATE_ERROR_3 = "GUI_EDITOR_XMLCONTENT_CANNOT_VALIDATE_ERROR_3";
154
155    public static final String GUI_EDITOR_XMLCONTENT_INVALID_RULE_3 = "GUI_EDITOR_XMLCONTENT_INVALID_RULE_3";
156
157    /** Message constant for key in the resource bundle. */
158    public static final String GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_2 = "GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_2";
159
160    /** Message constant for key in the resource bundle. */
161    public static final String GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0 = "GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0";
162
163    /** Message constant for key in the resource bundle. */
164    public static final String GUI_EDITOR_XMLCONTENT_VALIDATION_WARNING_2 = "GUI_EDITOR_XMLCONTENT_VALIDATION_WARNING_2";
165
166    /** Message constant for key in the resource bundle. */
167    public static final String GUI_XMLCONTENT_CHECK_ERROR_0 = "GUI_XMLCONTENT_CHECK_ERROR_0";
168
169    /** Message constant for key in the resource bundle. */
170    public static final String GUI_XMLCONTENT_CHECK_WARNING_EXPIRED_0 = "GUI_XMLCONTENT_CHECK_WARNING_EXPIRED_0";
171
172    /** Message constant for key in the resource bundle. */
173    public static final String GUI_XMLCONTENT_CHECK_WARNING_NOT_RELEASED_0 = "GUI_XMLCONTENT_CHECK_WARNING_NOT_RELEASED_0";
174
175    /** Message constant for key in the resource bundle. */
176    public static final String LOG_XMLCONTENT_CHECK_PARENT_2 = "LOG_XMLCONTENT_CHECK_PARENT_2";
177
178    /** Message constant for key in the resource bundle. */
179    public static final String LOG_XMLCONTENT_CHECK_RULE_MATCH_1 = "LOG_XMLCONTENT_CHECK_RULE_MATCH_1";
180
181    /** Message constant for key in the resource bundle. */
182    public static final String LOG_XMLCONTENT_CHECK_WARNING_2 = "LOG_XMLCONTENT_CHECK_WARNING_2";
183
184    /** Message constant for key in the resource bundle. */
185    public static final String LOG_XMLCONTENT_INIT_BOOKMARKS_0 = "LOG_XMLCONTENT_INIT_BOOKMARKS_0";
186
187    /** Message constant for key in the resource bundle. */
188    public static final String LOG_XMLCONTENT_INVALID_ELEM_2 = "LOG_XMLCONTENT_INVALID_ELEM_2";
189
190    /** Message constant for key in the resource bundle. */
191    public static final String LOG_XMLCONTENT_RESOLVE_MAPPING_1 = "LOG_XMLCONTENT_RESOLVE_MAPPING_1";
192
193    /** Message constant for key in the resource bundle. */
194    public static final String LOG_XMLCONTENT_VALIDATION_ERR_2 = "LOG_XMLCONTENT_VALIDATION_ERR_2";
195
196    /** Message constant for key in the resource bundle. */
197    public static final String LOG_XMLCONTENT_VALIDATION_WARN_2 = "LOG_XMLCONTENT_VALIDATION_WARN_2";
198
199    /** Message constant for key in the resource bundle. */
200    public static final String LOG_XMLCONTENT_VISIT_1 = "LOG_XMLCONTENT_VISIT_1";
201
202    /** Name of the used resource bundle. */
203    private static final String BUNDLE_NAME = "org.opencms.xml.content.messages";
204
205    /** Static instance member. */
206    private static final I_CmsMessageBundle INSTANCE = new Messages();
207
208    /**
209     * Hides the public constructor for this utility class.<p>
210     */
211    private Messages() {
212
213        // hide the constructor
214    }
215
216    /**
217     * Returns an instance of this localized message accessor.<p>
218     *
219     * @return an instance of this localized message accessor
220     */
221    public static I_CmsMessageBundle get() {
222
223        return INSTANCE;
224    }
225
226    /**
227     * Returns the bundle name for this OpenCms package.<p>
228     *
229     * @return the bundle name for this OpenCms package
230     */
231    public String getBundleName() {
232
233        return BUNDLE_NAME;
234    }
235}