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.importexport;
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_BAD_CONTENT_AGE_1 = "ERR_BAD_CONTENT_AGE_1";
042
043    /** Message constant for key in the resource bundle. */
044    public static final String ERR_BAD_FILE_NAME_1 = "ERR_BAD_FILE_NAME_1";
045
046    /** Message constant for key in the resource bundle. */
047    public static final String ERR_BODY_CONTENT_NOT_FOUND_0 = "ERR_BODY_CONTENT_NOT_FOUND_0";
048
049    /** Message constant for key in the resource bundle. */
050    public static final String ERR_IMPORTEXPORT_ERROR_ADDING_CHILD_RESOURCES_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_CHILD_RESOURCES_1";
051
052    /** Message constant for key in the resource bundle. */
053    public static final String ERR_IMPORTEXPORT_ERROR_ADDING_FILE_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_FILE_1";
054
055    /** Message constant for key in the resource bundle. */
056    public static final String ERR_IMPORTEXPORT_ERROR_ADDING_PARENT_FOLDERS_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_PARENT_FOLDERS_1";
057
058    /** Message constant for key in the resource bundle. */
059    public static final String ERR_IMPORTEXPORT_ERROR_ADDING_RELATION_TO_RESOURCE_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_RELATION_TO_RESOURCE_1";
060
061    /** Message constant for key in the resource bundle. */
062    public static final String ERR_IMPORTEXPORT_ERROR_APPENDING_RESOURCE_TO_MANIFEST_1 = "ERR_IMPORTEXPORT_ERROR_APPENDING_RESOURCE_TO_MANIFEST_1";
063
064    /** Message constant for key in the resource bundle. */
065    public static final String ERR_IMPORTEXPORT_ERROR_CANNOT_MERGE_PAGE_FILE_3 = "ERR_IMPORTEXPORT_ERROR_CANNOT_MERGE_PAGE_FILE_3";
066
067    /** Message constant for key in the resource bundle. */
068    public static final String ERR_IMPORTEXPORT_ERROR_CLOSING_ZIP_ARCHIVE_1 = "ERR_IMPORTEXPORT_ERROR_CLOSING_ZIP_ARCHIVE_1";
069
070    /** Message constant for key in the resource bundle. */
071    public static final String ERR_IMPORTEXPORT_ERROR_COPYING_PROPERTY_DEFINITIONS_0 = "ERR_IMPORTEXPORT_ERROR_COPYING_PROPERTY_DEFINITIONS_0";
072
073    /** Message constant for key in the resource bundle. */
074    public static final String ERR_IMPORTEXPORT_ERROR_CREATING_DIGEST_1 = "ERR_IMPORTEXPORT_ERROR_CREATING_DIGEST_1";
075
076    /** Message constant for key in the resource bundle. */
077    public static final String ERR_IMPORTEXPORT_ERROR_CREATING_ZIP_ENTRY_FOR_VFS_RESOURCE_1 = "ERR_IMPORTEXPORT_ERROR_CREATING_ZIP_ENTRY_FOR_VFS_RESOURCE_1";
078
079    /** Message constant for key in the resource bundle. */
080    public static final String ERR_IMPORTEXPORT_ERROR_EXPORTING_TO_FILE_1 = "ERR_IMPORTEXPORT_ERROR_EXPORTING_TO_FILE_1";
081
082    /** Message constant for key in the resource bundle. */
083    public static final String ERR_IMPORTEXPORT_ERROR_EXPORTING_USER_1 = "ERR_IMPORTEXPORT_ERROR_EXPORTING_USER_1";
084
085    /** Message constant for key in the resource bundle. */
086    public static final String ERR_IMPORTEXPORT_ERROR_IMPORT_FILE_DOES_NOT_EXIST_1 = "ERR_IMPORTEXPORT_ERROR_IMPORT_FILE_DOES_NOT_EXIST_1";
087
088    /** Message constant for key in the resource bundle. */
089    public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUP_1 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUP_1";
090
091    /** Message constant for key in the resource bundle. */
092    public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUPS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUPS_0";
093
094    /** Message constant for key in the resource bundle. */
095    public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_ORGUNITS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_ORGUNITS_0";
096
097    /** Message constant for key in the resource bundle. */
098    public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_PROJECTS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_PROJECTS_0";
099
100    /** Message constant for key in the resource bundle. */
101    public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCE_1 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCE_1";
102
103    /** Message constant for key in the resource bundle. */
104    public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCES_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCES_0";
105
106    /** Message constant for key in the resource bundle. */
107    public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_USER_1 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_USER_1";
108
109    /** Message constant for key in the resource bundle. */
110    public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_USERS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_USERS_0";
111
112    /** Message constant for key in the resource bundle. */
113    public static final String ERR_IMPORTEXPORT_ERROR_MERGING_PAGE_FILE_1 = "ERR_IMPORTEXPORT_ERROR_MERGING_PAGE_FILE_1";
114
115    /** Message constant for key in the resource bundle. */
116    public static final String ERR_IMPORTEXPORT_ERROR_NO_HANDLER_FOUND_1 = "ERR_IMPORTEXPORT_ERROR_NO_HANDLER_FOUND_1";
117
118    /** Message constant for key in the resource bundle. */
119    public static final String ERR_IMPORTEXPORT_ERROR_OPENING_ZIP_ARCHIVE_1 = "ERR_IMPORTEXPORT_ERROR_OPENING_ZIP_ARCHIVE_1";
120
121    /** Message constant for key in the resource bundle. */
122    public static final String ERR_IMPORTEXPORT_ERROR_READING_FILE_1 = "ERR_IMPORTEXPORT_ERROR_READING_FILE_1";
123
124    /** Message constant for key in the resource bundle. */
125    public static final String ERR_IMPORTEXPORT_ERROR_REMOVING_FOLDERS_OF_IMPORTED_BODY_FILES_0 = "ERR_IMPORTEXPORT_ERROR_REMOVING_FOLDERS_OF_IMPORTED_BODY_FILES_0";
126
127    /** Message constant for key in the resource bundle. */
128    public static final String ERR_IMPORTEXPORT_FILE_NOT_FOUND_1 = "ERR_IMPORTEXPORT_FILE_NOT_FOUND_1";
129
130    /** Message constant for key in the resource bundle. */
131    public static final String ERR_IMPORTEXPORT_LINK_CONVERSION_FAILED_2 = "ERR_IMPORTEXPORT_LINK_CONVERSION_FAILED_2";
132
133    /** Message constant for key in the resource bundle. */
134    public static final String ERR_IMPORTEXPORT_EXPORT_INVALID_TIMESTAMPMODE_2 = "ERR_IMPORTEXPORT_EXPORT_INVALID_TIMESTAMPMODE_2";
135
136    /** Message constant for key in the resource bundle. */
137    public static final String ERR_IMPORTEXPORT_EXPORT_MISSING_TIMESTAMPMODE_1 = "ERR_IMPORTEXPORT_EXPORT_MISSING_TIMESTAMPMODE_1";
138
139    /** Message constant for key in the resource bundle. */
140    public static final String ERR_NOT_FOUND_ELEM_XMLTEMPLATE_0 = "ERR_NOT_FOUND_ELEM_XMLTEMPLATE_0";
141
142    /** Message constant for key in the resource bundle. */
143    public static final String GUI_CMSIMPORTHANDLER_DEFAULT_DESC_0 = "GUI_CMSIMPORTHANDLER_DEFAULT_DESC_0";
144
145    /** Message constant for key in the resource bundle. */
146    public static final String INIT_IMPORTEXPORT_ADDED_GROUP_TRANSLATION_2 = "INIT_IMPORTEXPORT_ADDED_GROUP_TRANSLATION_2";
147
148    /** Message constant for key in the resource bundle. */
149    public static final String INIT_IMPORTEXPORT_ADDED_USER_TRANSLATION_2 = "INIT_IMPORTEXPORT_ADDED_USER_TRANSLATION_2";
150
151    /** Message constant for key in the resource bundle. */
152    public static final String INIT_IMPORTEXPORT_INITIALIZING_0 = "INIT_IMPORTEXPORT_INITIALIZING_0";
153
154    /** Message constant for key in the resource bundle. */
155    public static final String INIT_IMPORTEXPORT_OLD_CONTEXT_PATH_2 = "INIT_IMPORTEXPORT_OLD_CONTEXT_PATH_2";
156
157    /** Message constant for key in the resource bundle. */
158    public static final String INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_DISABLED_0 = "INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_DISABLED_0";
159
160    /** Message constant for key in the resource bundle. */
161    public static final String INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_ENABLED_0 = "INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_ENABLED_0";
162
163    /** Message constant for key in the resource bundle. */
164    public static final String LOG_CONVERT_LINK_DOTS_OK_3 = "LOG_CONVERT_LINK_DOTS_OK_3";
165
166    /** Message constant for key in the resource bundle. */
167    public static final String LOG_CONVERT_LINK_OK_3 = "LOG_CONVERT_LINK_OK_3";
168
169    /** Message constant for key in the resource bundle. */
170    public static final String LOG_EXPORTING_OK_2 = "LOG_EXPORTING_OK_2";
171
172    /** Message constant for key in the resource bundle. */
173    public static final String LOG_IMPORTEXPORT_ADDED_IMMUTABLE_RESOURCE_1 = "LOG_IMPORTEXPORT_ADDED_IMMUTABLE_RESOURCE_1";
174
175    /** Message constant for key in the resource bundle. */
176    public static final String LOG_IMPORTEXPORT_ADDED_IMPORT_VERSION_1 = "LOG_IMPORTEXPORT_ADDED_IMPORT_VERSION_1";
177
178    /** Message constant for key in the resource bundle. */
179    public static final String LOG_IMPORTEXPORT_ADDED_IMPORTEXPORT_HANDLER_1 = "LOG_IMPORTEXPORT_ADDED_IMPORTEXPORT_HANDLER_1";
180
181    /** Message constant for key in the resource bundle. */
182    public static final String LOG_IMPORTEXPORT_ADDED_PRINCIPAL_TRANSLATION_3 = "LOG_IMPORTEXPORT_ADDED_PRINCIPAL_TRANSLATION_3";
183
184    /** Message constant for key in the resource bundle. */
185    public static final String LOG_IMPORTEXPORT_CANNOT_CONVERT_XML_STRUCTURE_1 = "LOG_IMPORTEXPORT_CANNOT_CONVERT_XML_STRUCTURE_1";
186
187    /** Message constant for key in the resource bundle. */
188    public static final String LOG_IMPORTEXPORT_END_CONVERTING_TO_XML_0 = "LOG_IMPORTEXPORT_END_CONVERTING_TO_XML_0";
189
190    /** Message constant for key in the resource bundle. */
191    public static final String LOG_IMPORTEXPORT_END_IMPORTING_XML_PAGE_0 = "LOG_IMPORTEXPORT_END_IMPORTING_XML_PAGE_0";
192
193    /** Message constant for key in the resource bundle. */
194    public static final String LOG_IMPORTEXPORT_END_MERGING_1 = "LOG_IMPORTEXPORT_END_MERGING_1";
195
196    /** Message constant for key in the resource bundle. */
197    public static final String LOG_IMPORTEXPORT_ERROR_GETTING_WEBAPP_COMPATIBILITY_NAMES_0 = "LOG_IMPORTEXPORT_ERROR_GETTING_WEBAPP_COMPATIBILITY_NAMES_0";
198
199    /** Message constant for key in the resource bundle. */
200    public static final String LOG_IMPORTEXPORT_ERROR_IMPORTING_ACE_1 = "LOG_IMPORTEXPORT_ERROR_IMPORTING_ACE_1";
201
202    /** Message constant for key in the resource bundle. */
203    public static final String LOG_IMPORTEXPORT_ERROR_IMPORTING_RELATION_1 = "LOG_IMPORTEXPORT_ERROR_IMPORTING_RELATION_1";
204
205    /** Message constant for key in the resource bundle. */
206    public static final String LOG_IMPORTEXPORT_ERROR_ON_TEST_IMMUTABLE_1 = "LOG_IMPORTEXPORT_ERROR_ON_TEST_IMMUTABLE_1";
207
208    /** Message constant for key in the resource bundle. */
209    public static final String LOG_IMPORTEXPORT_ERROR_READING_MANIFEST_1 = "LOG_IMPORTEXPORT_ERROR_READING_MANIFEST_1";
210
211    /** Message constant for key in the resource bundle. */
212    public static final String LOG_IMPORTEXPORT_EXPORT_SETTIMESTAMPMODE_2 = "LOG_IMPORTEXPORT_EXPORT_SETTIMESTAMPMODE_2";
213    /** Message constant for key in the resource bundle. */
214    public static final String LOG_IMPORTEXPORT_FILE_NOT_FOUND_IN_ZIP_1 = "LOG_IMPORTEXPORT_FILE_NOT_FOUND_IN_ZIP_1";
215
216    /** Message constant for key in the resource bundle. */
217    public static final String LOG_IMPORTEXPORT_IGNORING_PROPERTY_1 = "LOG_IMPORTEXPORT_IGNORING_PROPERTY_1";
218
219    /** Message constant for key in the resource bundle. */
220    public static final String LOG_IMPORTEXPORT_IMMUTABLE_FLAG_SET_1 = "LOG_IMPORTEXPORT_IMMUTABLE_FLAG_SET_1";
221
222    /** Message constant for key in the resource bundle. */
223    public static final String LOG_IMPORTEXPORT_IMMUTABLE_RESOURCES_SIZE_1 = "LOG_IMPORTEXPORT_IMMUTABLE_RESOURCES_SIZE_1";
224
225    /** Message constant for key in the resource bundle. */
226    public static final String LOG_IMPORTEXPORT_ORIGINAL_RESOURCE_NAME_1 = "LOG_IMPORTEXPORT_ORIGINAL_RESOURCE_NAME_1";
227
228    /** Message constant for key in the resource bundle. */
229    public static final String LOG_IMPORTEXPORT_RESOURCENAME_IMMUTABLE_1 = "LOG_IMPORTEXPORT_RESOURCENAME_IMMUTABLE_1";
230
231    /** Message constant for key in the resource bundle. */
232    public static final String LOG_IMPORTEXPORT_REWRITING_1 = "LOG_IMPORTEXPORT_REWRITING_1";
233
234    /** Message constant for key in the resource bundle. */
235    public static final String LOG_IMPORTEXPORT_SET_CONVERT_PARAMETER_1 = "LOG_IMPORTEXPORT_SET_CONVERT_PARAMETER_1";
236
237    /** Message constant for key in the resource bundle. */
238    public static final String LOG_IMPORTEXPORT_SET_OLD_WEBAPP_URL_1 = "LOG_IMPORTEXPORT_SET_OLD_WEBAPP_URL_1";
239
240    /** Message constant for key in the resource bundle. */
241    public static final String LOG_IMPORTEXPORT_SET_OVERWRITE_PARAMETER_1 = "LOG_IMPORTEXPORT_SET_OVERWRITE_PARAMETER_1";
242
243    /** Message constant for key in the resource bundle. */
244    public static final String LOG_IMPORTEXPORT_START_CONVERTING_TO_XML_0 = "LOG_IMPORTEXPORT_START_CONVERTING_TO_XML_0";
245
246    /** Message constant for key in the resource bundle. */
247    public static final String LOG_IMPORTEXPORT_START_IMPORTING_XML_PAGE_0 = "LOG_IMPORTEXPORT_START_IMPORTING_XML_PAGE_0";
248
249    /** Message constant for key in the resource bundle. */
250    public static final String LOG_IMPORTEXPORT_START_MERGING_1 = "LOG_IMPORTEXPORT_START_MERGING_1";
251
252    /** Message constant for key in the resource bundle. */
253    public static final String LOG_IMPORTEXPORT_TRANSLATED_RESOURCE_NAME_1 = "LOG_IMPORTEXPORT_TRANSLATED_RESOURCE_NAME_1";
254
255    /** Message constant for key in the resource bundle. */
256    public static final String LOG_IMPORTEXPORT_UNABLE_TO_UNLOCK_RESOURCE_1 = "LOG_IMPORTEXPORT_UNABLE_TO_UNLOCK_RESOURCE_1";
257
258    /** Message constant for key in the resource bundle. */
259    public static final String LOG_IMPORTEXPORT_WARN_DELETE_RELATIONS_1 = "LOG_IMPORTEXPORT_WARN_DELETE_RELATIONS_1";
260
261    /** Message constant for key in the resource bundle. */
262    public static final String LOG_IMPORTEXPORT_WARN_DELETED_RELATIONS_2 = "LOG_IMPORTEXPORT_WARN_DELETED_RELATIONS_2";
263
264    /** Message constant for key in the resource bundle. */
265    public static final String LOG_IMPORTING_4 = "LOG_IMPORTING_4";
266
267    /** Message constant for key in the resource bundle. */
268    public static final String LOG_MERGING_3 = "LOG_MERGING_3";
269
270    /** Message constant for key in the resource bundle. */
271    public static final String LOG_SKIPPING_3 = "LOG_SKIPPING_3";
272
273    /** Message constant for key in the resource bundle. */
274    public static final String RPT_CLEARCACHE_0 = "RPT_CLEARCACHE_0";
275
276    /** Message constant for key in the resource bundle. */
277    public static final String RPT_CONVERT_LINK_0 = "RPT_CONVERT_LINK_0";
278
279    /** Message constant for key in the resource bundle. */
280    public static final String RPT_CONVERT_LINK_NOTFOUND_1 = "RPT_CONVERT_LINK_NOTFOUND_1";
281
282    /** Message constant for key in the resource bundle. */
283    public static final String RPT_DELFOLDER_0 = "RPT_DELFOLDER_0";
284
285    /** Message constant for key in the resource bundle. */
286    public static final String RPT_DELFOLDER_START_0 = "RPT_DELFOLDER_START_0";
287
288    /** Message constant for key in the resource bundle. */
289    public static final String RPT_END_IMPORT_RELATIONS_0 = "RPT_END_IMPORT_RELATIONS_0";
290
291    /** Message constant for key in the resource bundle. */
292    public static final String RPT_END_PARSE_LINKS_0 = "RPT_END_PARSE_LINKS_0";
293
294    /** Message constant for key in the resource bundle. */
295    public static final String RPT_EXPORT_0 = "RPT_EXPORT_0";
296
297    /** Message constant for key in the resource bundle. */
298    public static final String RPT_EXPORT_DB_BEGIN_0 = "RPT_EXPORT_DB_BEGIN_0";
299
300    /** Message constant for key in the resource bundle. */
301    public static final String RPT_EXPORT_DB_END_0 = "RPT_EXPORT_DB_END_0";
302
303    /** Message constant for key in the resource bundle. */
304    public static final String RPT_EXPORT_GROUP_0 = "RPT_EXPORT_GROUP_0";
305
306    /** Message constant for key in the resource bundle. */
307    public static final String RPT_EXPORT_ORGUNIT_0 = "RPT_EXPORT_ORGUNIT_0";
308
309    /** Message constant for key in the resource bundle. */
310    public static final String RPT_EXPORT_PROJECT_0 = "RPT_EXPORT_PROJECT_0";
311
312    /** Message constant for key in the resource bundle. */
313    public static final String RPT_EXPORT_USER_0 = "RPT_EXPORT_USER_0";
314
315    /** Message constant for key in the resource bundle. */
316    public static final String RPT_IMPORT_ACL_DATA_FAILED_0 = "RPT_IMPORT_ACL_DATA_FAILED_0";
317
318    /** Message constant for key in the resource bundle. */
319    public static final String RPT_IMPORT_DB_BEGIN_0 = "RPT_IMPORT_DB_BEGIN_0";
320
321    /** Message constant for key in the resource bundle. */
322    public static final String RPT_IMPORT_DB_END_0 = "RPT_IMPORT_DB_END_0";
323
324    /** Message constant for key in the resource bundle. */
325    public static final String RPT_IMPORT_DB_NO_CLASS_1 = "RPT_IMPORT_DB_NO_CLASS_1";
326
327    /** Message constant for key in the resource bundle. */
328    public static final String RPT_IMPORT_GROUP_0 = "RPT_IMPORT_GROUP_0";
329
330    /** Message constant for key in the resource bundle. */
331    public static final String RPT_IMPORT_ORGUNIT_0 = "RPT_IMPORT_ORGUNIT_0";
332
333    /** Message constant for key in the resource bundle. */
334    public static final String RPT_IMPORT_PROJECT_0 = "RPT_IMPORT_PROJECT_0";
335
336    /** Message constant for key in the resource bundle. */
337    public static final String RPT_IMPORT_USER_0 = "RPT_IMPORT_USER_0";
338
339    /** Message constant for key in the resource bundle. */
340    public static final String RPT_IMPORT_VERSION_1 = "RPT_IMPORT_VERSION_1";
341
342    /** Message constant for key in the resource bundle. */
343    public static final String RPT_IMPORTING_0 = "RPT_IMPORTING_0";
344
345    /** Message constant for key in the resource bundle. */
346    public static final String RPT_IMPORTING_RELATIONS_FOR_2 = "RPT_IMPORTING_RELATIONS_FOR_2";
347
348    /** Message constant for key in the resource bundle. */
349    public static final String RPT_MERGE_0 = "RPT_MERGE_0";
350
351    /** Message constant for key in the resource bundle. */
352    public static final String RPT_MERGE_START_0 = "RPT_MERGE_START_0";
353
354    /** Message constant for key in the resource bundle. */
355    public static final String RPT_NOT_CONVERTED_0 = "RPT_NOT_CONVERTED_0";
356
357    /** Message constant for key in the resource bundle. */
358    public static final String RPT_NOT_CREATED_0 = "RPT_NOT_CREATED_0";
359
360    /** Message constant for key in the resource bundle. */
361    public static final String RPT_PARSE_LINKS_FOR_1 = "RPT_PARSE_LINKS_FOR_1";
362
363    /** Message constant for key in the resource bundle. */
364    public static final String RPT_SKIPPING_0 = "RPT_SKIPPING_0";
365
366    /** Message constant for key in the resource bundle. */
367    public static final String RPT_START_IMPORT_RELATIONS_0 = "RPT_START_IMPORT_RELATIONS_0";
368
369    /** Message constant for key in the resource bundle. */
370    public static final String RPT_START_PARSE_LINKS_0 = "RPT_START_PARSE_LINKS_0";
371
372    /** Message constant for key in the resource bundle. */
373    public static final String RPT_STORING_LINK_0 = "RPT_STORING_LINK_0";
374
375    /** Message constant for key in the resource bundle. */
376    public static final String RPT_USER_COULDNT_BE_ADDED_TO_GROUP_2 = "RPT_USER_COULDNT_BE_ADDED_TO_GROUP_2";
377
378    /** Message constant for key in the resource bundle. */
379    public static final String RPT_USER_COULDNT_BE_ADDED_TO_ROLE_2 = "RPT_USER_COULDNT_BE_ADDED_TO_ROLE_2";
380
381    /** Name of the used resource bundle. */
382    private static final String BUNDLE_NAME = "org.opencms.importexport.messages";
383
384    /** Static instance member. */
385    private static final I_CmsMessageBundle INSTANCE = new Messages();
386
387    public static final String RPT_PARSE_LINKS_SECOND_PASS_0 = "RPT_PARSE_LINKS_SECOND_PASS_0";
388
389    /**
390     * Hides the public constructor for this utility class.<p>
391     */
392    private Messages() {
393
394        // hide the constructor
395    }
396
397    /**
398     * Returns an instance of this localized message accessor.<p>
399     *
400     * @return an instance of this localized message accessor
401     */
402    public static I_CmsMessageBundle get() {
403
404        return INSTANCE;
405    }
406
407    /**
408     * Returns the bundle name for this OpenCms package.<p>
409     *
410     * @return the bundle name for this OpenCms package
411     */
412    public String getBundleName() {
413
414        return BUNDLE_NAME;
415    }
416
417}