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.db.generic;
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_COUNTING_PROPERTIES_1 = "ERR_COUNTING_PROPERTIES_1";
042
043    /** Message constant for key in the resource bundle. */
044    public static final String ERR_COUNTING_VISITED_RESOURCES_1 = "ERR_COUNTING_VISITED_RESOURCES_1";
045
046    /** Message constant for key in the resource bundle. */
047    public static final String ERR_CREATE_SIBLING_FILE_NOT_FOUND_1 = "ERR_CREATE_SIBLING_FILE_NOT_FOUND_1";
048
049    /** Message constant for key in the resource bundle. */
050    public static final String ERR_DELETE_HISTORY_VERSIONS_1 = "ERR_DELETE_HISTORY_VERSIONS_1";
051
052    /** Message constant for key in the resource bundle. */
053    public static final String ERR_DELETE_NONEMTY_FOLDER_2 = "ERR_DELETE_NONEMTY_FOLDER_2";
054
055    /** Message constant for key in the resource bundle. */
056    public static final String ERR_DELETE_USED_PROPERTY_1 = "ERR_DELETE_USED_PROPERTY_1";
057
058    /** Message constant for key in the resource bundle. */
059    public static final String ERR_ERROR_DELETING_PROPERTYDEF_1 = "ERR_ERROR_DELETING_PROPERTYDEF_1";
060
061    /** Message constant for key in the resource bundle. */
062    public static final String ERR_ERROR_PUBLISHING_DELETED_FOLDER_1 = "ERR_ERROR_PUBLISHING_DELETED_FOLDER_1";
063
064    /** Message constant for key in the resource bundle. */
065    public static final String ERR_ERROR_PUBLISHING_FILE_1 = "ERR_ERROR_PUBLISHING_FILE_1";
066
067    /** Message constant for key in the resource bundle. */
068    public static final String ERR_ERROR_PUBLISHING_FOLDER_1 = "ERR_ERROR_PUBLISHING_FOLDER_1";
069
070    /** Message constant for key in the resource bundle. */
071    public static final String ERR_GENERIC_SQL_0 = "ERR_GENERIC_SQL_0";
072
073    /** Message constant for key in the resource bundle. */
074    public static final String ERR_GENERIC_SQL_1 = "ERR_GENERIC_SQL_1";
075
076    /** Message constant for key in the resource bundle. */
077    public static final String ERR_GROUP_WITH_NAME_ALREADY_EXISTS_1 = "ERR_GROUP_WITH_NAME_ALREADY_EXISTS_1";
078
079    /** Message constant for key in the resource bundle. */
080    public static final String ERR_HISTORY_FILE_NOT_FOUND_1 = "ERR_HISTORY_FILE_NOT_FOUND_1";
081
082    /** Message constant for key in the resource bundle. */
083    public static final String ERR_HISTORY_PRINCIPAL_NOT_FOUND_1 = "ERR_HISTORY_PRINCIPAL_NOT_FOUND_1";
084
085    /** Message constant for key in the resource bundle. */
086    public static final String ERR_INITIALIZING_USER_DRIVER_0 = "ERR_INITIALIZING_USER_DRIVER_0";
087
088    /** Message constant for key in the resource bundle. */
089    public static final String ERR_INITIALIZING_VFS_DRIVER_0 = "ERR_INITIALIZING_VFS_DRIVER_0";
090
091    /** Message constant for key in the resource bundle. */
092    public static final String ERR_INVALID_DELETE_OPTION_1 = "ERR_INVALID_DELETE_OPTION_1";
093
094    /** Message constant for key in the resource bundle. */
095    public static final String ERR_INVALID_RESOURCE_LENGTH_2 = "ERR_INVALID_RESOURCE_LENGTH_2";
096
097    /** Message constant for key in the resource bundle. */
098    public static final String ERR_JDBC_CONN_INVALID_PROJECT_ID_1 = "ERR_JDBC_CONN_INVALID_PROJECT_ID_1";
099
100    /** Message constant for key in the resource bundle. */
101    public static final String ERR_NO_ACE_FOUND_2 = "ERR_NO_ACE_FOUND_2";
102
103    /** Message constant for key in the resource bundle. */
104    public static final String ERR_NO_GROUP_WITH_ID_1 = "ERR_NO_GROUP_WITH_ID_1";
105
106    /** Message constant for key in the resource bundle. */
107    public static final String ERR_NO_HISTORY_PROJECT_WITH_ID_1 = "ERR_NO_HISTORY_PROJECT_WITH_ID_1";
108
109    /** Message constant for key in the resource bundle. */
110    public static final String ERR_NO_HISTORY_PROJECT_WITH_TAG_ID_1 = "ERR_NO_HISTORY_PROJECT_WITH_TAG_ID_1";
111
112    /** Message constant for key in the resource bundle. */
113    public static final String ERR_NO_PROJECT_WITH_ID_1 = "ERR_NO_PROJECT_WITH_ID_1";
114
115    /** Message constant for key in the resource bundle. */
116    public static final String ERR_NO_PROJECT_WITH_NAME_1 = "ERR_NO_PROJECT_WITH_NAME_1";
117
118    /** Message constant for key in the resource bundle. */
119    public static final String ERR_NO_PROJECTRESOURCE_1 = "ERR_NO_PROJECTRESOURCE_1";
120
121    /** Message constant for key in the resource bundle. */
122    public static final String ERR_NO_PROPERTIES_FOR_PROPERTYDEF_1 = "ERR_NO_PROPERTIES_FOR_PROPERTYDEF_1";
123
124    /** Message constant for key in the resource bundle. */
125    public static final String ERR_NO_PROPERTYDEF_WITH_NAME_1 = "ERR_NO_PROPERTYDEF_WITH_NAME_1";
126
127    /** Message constant for key in the resource bundle. */
128    public static final String ERR_NO_USER_WITH_ID_1 = "ERR_NO_USER_WITH_ID_1";
129
130    /** Message constant for key in the resource bundle. */
131    public static final String ERR_ORGUNIT_ALREADY_CONTAINS_PRINCIPAL_2 = "ERR_ORGUNIT_ALREADY_CONTAINS_PRINCIPAL_2";
132
133    /** Message constant for key in the resource bundle. */
134    public static final String ERR_ORGUNIT_DOESNOT_CONTAINS_PRINCIPAL_2 = "ERR_ORGUNIT_DOESNOT_CONTAINS_PRINCIPAL_2";
135
136    /** Message constant for key in the resource bundle. */
137    public static final String ERR_ORGUNIT_DOESNOT_CONTAINS_RESOURCE_2 = "ERR_ORGUNIT_DOESNOT_CONTAINS_RESOURCE_2";
138
139    /** Message constant for key in the resource bundle. */
140    public static final String ERR_ORGUNIT_REMOVE_LAST_RESOURCE_2 = "ERR_ORGUNIT_REMOVE_LAST_RESOURCE_2";
141
142    /** Message constant for key in the resource bundle. */
143    public static final String ERR_ORGUNIT_RESOURCE_IS_NOT_FOLDER_2 = "ERR_ORGUNIT_RESOURCE_IS_NOT_FOLDER_2";
144
145    /** Message constant for key in the resource bundle. */
146    public static final String ERR_ORGUNIT_WITH_NAME_ALREADY_EXISTS_1 = "ERR_ORGUNIT_WITH_NAME_ALREADY_EXISTS_1";
147
148    /** Message constant for key in the resource bundle. */
149    public static final String ERR_OUT_OF_MEMORY_0 = "ERR_OUT_OF_MEMORY_0";
150
151    /** Message constant for key in the resource bundle. */
152    public static final String ERR_OVERWRITE_MOVED_RESOURCE_3 = "ERR_OVERWRITE_MOVED_RESOURCE_3";
153
154    /** Message constant for key in the resource bundle. */
155    public static final String ERR_PARENT_FOLDER_DELETED_1 = "ERR_PARENT_FOLDER_DELETED_1";
156
157    /** Message constant for key in the resource bundle. */
158    public static final String ERR_PATH_NOT_IN_PARENT_ORGUNIT_SCOPE_2 = "ERR_PATH_NOT_IN_PARENT_ORGUNIT_SCOPE_2";
159
160    /** Message constant for key in the resource bundle. */
161    public static final String ERR_PUBLISHLIST_DESERIALIZATION_FAILED_1 = "ERR_PUBLISHLIST_DESERIALIZATION_FAILED_1";
162
163    /** Message constant for key in the resource bundle. */
164    public static final String ERR_QUERY_NOT_FOUND_1 = "ERR_QUERY_NOT_FOUND_1";
165
166    /** Message constant for key in the resource bundle. */
167    public static final String ERR_READ_CONTENT_WITH_RESOURCE_ID_2 = "ERR_READ_CONTENT_WITH_RESOURCE_ID_2";
168
169    /** Message constant for key in the resource bundle. */
170    public static final String ERR_READ_DELETED_FILE_1 = "ERR_READ_DELETED_FILE_1";
171
172    /** Message constant for key in the resource bundle. */
173    public static final String ERR_READ_DELETED_RESOURCE_1 = "ERR_READ_DELETED_RESOURCE_1";
174
175    /** Message constant for key in the resource bundle. */
176    public static final String ERR_READ_FOLDER_1 = "ERR_READ_FOLDER_1";
177
178    /** Message constant for key in the resource bundle. */
179    public static final String ERR_READ_FOLDER_WITH_ID_1 = "ERR_READ_FOLDER_WITH_ID_1";
180
181    /** Message constant for key in the resource bundle. */
182    public static final String ERR_READ_ORGUNIT_1 = "ERR_READ_ORGUNIT_1";
183
184    /** Message constant for key in the resource bundle. */
185    public static final String ERR_READ_PARENT_ID_1 = "ERR_READ_PARENT_ID_1";
186
187    /** Message constant for key in the resource bundle. */
188    public static final String ERR_READ_PUBLISH_JOB_1 = "ERR_READ_PUBLISH_JOB_1";
189
190    /** Message constant for key in the resource bundle. */
191    public static final String ERR_READ_RESOURCE_1 = "ERR_READ_RESOURCE_1";
192
193    /** Message constant for key in the resource bundle. */
194    public static final String ERR_READ_RESOURCE_VERSIONS_1 = "ERR_READ_RESOURCE_VERSIONS_1";
195
196    /** Message constant for key in the resource bundle. */
197    public static final String ERR_READ_RESOURCE_WITH_ID_1 = "ERR_READ_RESOURCE_WITH_ID_1";
198
199    /** Message constant for key in the resource bundle. */
200    public static final String ERR_READING_ADDITIONAL_INFO_1 = "ERR_READING_ADDITIONAL_INFO_1";
201
202    /** Message constant for key in the resource bundle. */
203    public static final String ERR_READING_USER_0 = "ERR_READING_USER_0";
204
205    /** Message constant for key in the resource bundle. */
206    public static final String ERR_READING_USERS_0 = "ERR_READING_USERS_0";
207
208    /** Message constant for key in the resource bundle. */
209    public static final String ERR_RESOURCE_WITH_NAME_ALREADY_EXISTS_1 = "ERR_RESOURCE_WITH_NAME_ALREADY_EXISTS_1";
210
211    /** Message constant for key in the resource bundle. */
212    public static final String ERR_RESOURCE_WITH_NAME_CURRENTLY_CREATED_1 = "ERR_RESOURCE_WITH_NAME_CURRENTLY_CREATED_1";
213
214    /** Message constant for key in the resource bundle. */
215    public static final String ERR_RESOURCENAME_TOO_LONG_2 = "ERR_RESOURCENAME_TOO_LONG_2";
216
217    /** Message constant for key in the resource bundle. */
218    public static final String ERR_SERIALIZING_PUBLISHLIST_1 = "ERR_SERIALIZING_PUBLISHLIST_1";
219
220    /** Message constant for key in the resource bundle. */
221    public static final String ERR_SERIALIZING_USER_DATA_1 = "ERR_SERIALIZING_USER_DATA_1";
222
223    /** Message constant for key in the resource bundle. */
224    public static final String ERR_SIBLING_WITH_NAME_ALREADY_EXISTS_1 = "ERR_SIBLING_WITH_NAME_ALREADY_EXISTS_1";
225
226    /** Message constant for key in the resource bundle. */
227    public static final String ERR_SQLMANAGER_NOT_INITIALIZED_0 = "ERR_SQLMANAGER_NOT_INITIALIZED_0";
228
229    /** Message constant for key in the resource bundle. */
230    public static final String ERR_TOO_MANY_PROPERTIES_3 = "ERR_TOO_MANY_PROPERTIES_3";
231
232    /** Message constant for key in the resource bundle. */
233    public static final String ERR_UNKNOWN_PROPERTY_VALUE_MAPPING_3 = "ERR_UNKNOWN_PROPERTY_VALUE_MAPPING_3";
234
235    /** Message constant for key in the resource bundle. */
236    public static final String ERR_USER_WITH_NAME_ALREADY_EXISTS_1 = "ERR_USER_WITH_NAME_ALREADY_EXISTS_1";
237
238    /** Message constant for key in the resource bundle. */
239    public static final String ERR_WRITING_HISTORY_OF_PROJECT_1 = "ERR_WRITING_HISTORY_OF_PROJECT_1";
240
241    /** Message constant for key in the resource bundle. */
242    public static final String ERR_WRITING_TO_OUTPUT_STREAM_1 = "ERR_WRITING_TO_OUTPUT_STREAM_1";
243
244    /** Message constant for key in the resource bundle. */
245    public static final String GUI_DEFAULTGROUP_OU_USERS_DESCRIPTION_1 = "GUI_DEFAULTGROUP_OU_USERS_DESCRIPTION_1";
246
247    /** Message constant for key in the resource bundle. */
248    public static final String GUI_DEFAULTGROUP_ROOT_ADMINS_DESCRIPTION_0 = "GUI_DEFAULTGROUP_ROOT_ADMINS_DESCRIPTION_0";
249
250    /** Message constant for key in the resource bundle. */
251    public static final String GUI_DEFAULTGROUP_ROOT_GUESTS_DESCRIPTION_0 = "GUI_DEFAULTGROUP_ROOT_GUESTS_DESCRIPTION_0";
252
253    /** Message constant for key in the resource bundle. */
254    public static final String GUI_DEFAULTGROUP_ROOT_PROJMANS_DESCRIPTION_0 = "GUI_DEFAULTGROUP_ROOT_PROJMANS_DESCRIPTION_0";
255
256    /** Message constant for key in the resource bundle. */
257    public static final String GUI_DEFAULTGROUP_ROOT_USERS_DESCRIPTION_0 = "GUI_DEFAULTGROUP_ROOT_USERS_DESCRIPTION_0";
258
259    /** Message constant for key in the resource bundle. */
260    public static final String GUI_DEFAULTUSER_ROOT_ADMIN_DESCRIPTION_0 = "GUI_DEFAULTUSER_ROOT_ADMIN_DESCRIPTION_0";
261
262    /** Message constant for key in the resource bundle. */
263    public static final String GUI_DEFAULTUSER_ROOT_DELETED_DESCRIPTION_0 = "GUI_DEFAULTUSER_ROOT_DELETED_DESCRIPTION_0";
264
265    /** Message constant for key in the resource bundle. */
266    public static final String GUI_DEFAULTUSER_ROOT_EXPORT_DESCRIPTION_0 = "GUI_DEFAULTUSER_ROOT_EXPORT_DESCRIPTION_0";
267
268    /** Message constant for key in the resource bundle. */
269    public static final String GUI_DEFAULTUSER_ROOT_GUEST_DESCRIPTION_0 = "GUI_DEFAULTUSER_ROOT_GUEST_DESCRIPTION_0";
270
271    /** Message constant for key in the resource bundle. */
272    public static final String GUI_ORGUNIT_ROOT_DESCRIPTION_0 = "GUI_ORGUNIT_ROOT_DESCRIPTION_0";
273
274    /** Message constant for key in the resource bundle. */
275    public static final String INIT_ASSIGNED_POOL_1 = "INIT_ASSIGNED_POOL_1";
276
277    /** Message constant for key in the resource bundle. */
278    public static final String INIT_DEFAULT_USERS_CREATED_0 = "INIT_DEFAULT_USERS_CREATED_0";
279
280    /** Message constant for key in the resource bundle. */
281    public static final String INIT_DEFAULT_USERS_CREATION_FAILED_0 = "INIT_DEFAULT_USERS_CREATION_FAILED_0";
282
283    /** Message constant for key in the resource bundle. */
284    public static final String INIT_DIGEST_ALGORITHM_1 = "INIT_DIGEST_ALGORITHM_1";
285
286    /** Message constant for key in the resource bundle. */
287    public static final String INIT_DIGEST_ENC_3 = "INIT_DIGEST_ENC_3";
288
289    /** Message constant for key in the resource bundle. */
290    public static final String INIT_DIGEST_ENCODING_1 = "INIT_DIGEST_ENCODING_1";
291
292    /** Message constant for key in the resource bundle. */
293    public static final String INIT_DRIVER_SQL_MANAGER_1 = "INIT_DRIVER_SQL_MANAGER_1";
294
295    /** Message constant for key in the resource bundle. */
296    public static final String INIT_FILL_DEFAULTS_0 = "INIT_FILL_DEFAULTS_0";
297
298    /** Message constant for key in the resource bundle. */
299    public static final String INIT_ROOT_ORGUNIT_DEFAULTS_INITIALIZED_0 = "INIT_ROOT_ORGUNIT_DEFAULTS_INITIALIZED_0";
300
301    /** Message constant for key in the resource bundle. */
302    public static final String INIT_ROOT_ORGUNIT_INITIALIZATION_FAILED_0 = "INIT_ROOT_ORGUNIT_INITIALIZATION_FAILED_0";
303
304    /** Message constant for key in the resource bundle. */
305    public static final String INIT_SET_DIGEST_ERROR_0 = "INIT_SET_DIGEST_ERROR_0";
306
307    /** Message constant for key in the resource bundle. */
308    public static final String INIT_SHUTDOWN_DRIVER_1 = "INIT_SHUTDOWN_DRIVER_1";
309
310    /** Message constant for key in the resource bundle. */
311    public static final String INIT_SYSTEM_FOLDER_INITIALIZATION_FAILED_0 = "INIT_SYSTEM_FOLDER_INITIALIZATION_FAILED_0";
312
313    /** Message constant for key in the resource bundle. */
314    public static final String INIT_SYSTEM_FOLDER_INITIALIZED_0 = "INIT_SYSTEM_FOLDER_INITIALIZED_0";
315
316    /** Message constant for key in the resource bundle. */
317    public static final String INIT_SYSTEM_ROLES_CREATED_0 = "INIT_SYSTEM_ROLES_CREATED_0";
318
319    /** Message constant for key in the resource bundle. */
320    public static final String INIT_SYSTEM_ROLES_CREATION_FAILED_0 = "INIT_SYSTEM_ROLES_CREATION_FAILED_0";
321
322    /** Message constant for key in the resource bundle. */
323    public static final String LOG_CREATE_RELATION_2 = "LOG_CREATE_RELATION_2";
324
325    /** Message constant for key in the resource bundle. */
326    public static final String LOG_DBG_CLEAR_LOCKS_1 = "LOG_DBG_CLEAR_LOCKS_1";
327
328    /** Message constant for key in the resource bundle. */
329    public static final String LOG_DBG_CREATE_USER_1 = "LOG_DBG_CREATE_USER_1";
330
331    /** Message constant for key in the resource bundle. */
332    public static final String LOG_DBG_READ_LOCKS_1 = "LOG_DBG_READ_LOCKS_1";
333
334    /** Message constant for key in the resource bundle. */
335    public static final String LOG_DBG_READUSERINFO_2 = "LOG_DBG_READUSERINFO_2";
336
337    /** Message constant for key in the resource bundle. */
338    public static final String LOG_DBG_READUSERINFO_VALUE_1 = "LOG_DBG_READUSERINFO_VALUE_1";
339
340    /** Message constant for key in the resource bundle. */
341    public static final String LOG_DBG_UPDATE_ROLEGROUP_1 = "LOG_DBG_UPDATE_ROLEGROUP_1";
342
343    /** Message constant for key in the resource bundle. */
344    public static final String LOG_DBG_UPDATE_ROLEGROUP_2 = "LOG_DBG_UPDATE_ROLEGROUP_2";
345
346    /** Message constant for key in the resource bundle. */
347    public static final String LOG_DBG_UPDATE_ROLEGROUP_USER_1 = "LOG_DBG_UPDATE_ROLEGROUP_USER_1";
348
349    /** Message constant for key in the resource bundle. */
350    public static final String LOG_DBG_WRITE_LOCKS_1 = "LOG_DBG_WRITE_LOCKS_1";
351
352    /** Message constant for key in the resource bundle. */
353    public static final String LOG_DEL_FILE_3 = "LOG_DEL_FILE_3";
354
355    /** Message constant for key in the resource bundle. */
356    public static final String LOG_DEL_FOLDER_3 = "LOG_DEL_FOLDER_3";
357
358    /** Message constant for key in the resource bundle. */
359    public static final String LOG_DELETING_PROPERTIES_1 = "LOG_DELETING_PROPERTIES_1";
360
361    /** Message constant for key in the resource bundle. */
362    public static final String LOG_ERROR_RESETTING_RESOURCE_STATE_1 = "LOG_ERROR_RESETTING_RESOURCE_STATE_1";
363
364    /** Message constant for key in the resource bundle. */
365    public static final String LOG_LOAD_QUERY_PROP_FILE_FAILED_1 = "LOG_LOAD_QUERY_PROP_FILE_FAILED_1";
366
367    /** Message constant for key in the resource bundle. */
368    public static final String LOG_NULL_DB_CONTEXT_0 = "LOG_NULL_DB_CONTEXT_0";
369
370    /** Message constant for key in the resource bundle. */
371    public static final String LOG_PUBLISHING_ACL_1 = "LOG_PUBLISHING_ACL_1";
372
373    /** Message constant for key in the resource bundle. */
374    public static final String LOG_PUBLISHING_FILE_3 = "LOG_PUBLISHING_FILE_3";
375
376    /** Message constant for key in the resource bundle. */
377    public static final String LOG_PUBLISHING_FILE_CONTENT_1 = "LOG_PUBLISHING_FILE_CONTENT_1";
378
379    /** Message constant for key in the resource bundle. */
380    public static final String LOG_PUBLISHING_FOLDER_3 = "LOG_PUBLISHING_FOLDER_3";
381
382    /** Message constant for key in the resource bundle. */
383    public static final String LOG_PUBLISHING_PROPERTIES_1 = "LOG_PUBLISHING_PROPERTIES_1";
384
385    /** Message constant for key in the resource bundle. */
386    public static final String LOG_PUBLISHING_RESOURCE_1 = "LOG_PUBLISHING_RESOURCE_1";
387
388    /** Message constant for key in the resource bundle. */
389    public static final String LOG_QUERY_NOT_FOUND_1 = "LOG_QUERY_NOT_FOUND_1";
390
391    /** Message constant for key in the resource bundle. */
392    public static final String LOG_READING_RESOURCE_1 = "LOG_READING_RESOURCE_1";
393
394    /** Message constant for key in the resource bundle. */
395    public static final String LOG_REMOVING_ACL_1 = "LOG_REMOVING_ACL_1";
396
397    /** Message constant for key in the resource bundle. */
398    public static final String LOG_REMOVING_RELATIONS_1 = "LOG_REMOVING_RELATIONS_1";
399
400    /** Message constant for key in the resource bundle. */
401    public static final String LOG_REMOVING_RESOURCE_1 = "LOG_REMOVING_RESOURCE_1";
402
403    /** Message constant for key in the resource bundle. */
404    public static final String LOG_REMOVING_SUBSCRIPTIONS_1 = "LOG_REMOVING_SUBSCRIPTIONS_1";
405
406    /** Message constant for key in the resource bundle. */
407    public static final String LOG_REMOVING_VISITEDLOG_1 = "LOG_REMOVING_VISITEDLOG_1";
408
409    /** Message constant for key in the resource bundle. */
410    public static final String LOG_SQL_MANAGER_INIT_FAILED_1 = "LOG_SQL_MANAGER_INIT_FAILED_1";
411
412    /** Message constant for key in the resource bundle. */
413    public static final String LOG_START_PUBLISHING_PROJECT_2 = "LOG_START_PUBLISHING_PROJECT_2";
414
415    /** Message constant for key in the resource bundle. */
416    public static final String LOG_SUCCESSIVE_DRIVERS_UNSUPPORTED_1 = "LOG_SUCCESSIVE_DRIVERS_UNSUPPORTED_1";
417
418    /** Message constant for key in the resource bundle. */
419    public static final String LOG_WARN_FOLDER_WRONG_STATE_CN_1 = "LOG_WARN_FOLDER_WRONG_STATE_CN_1";
420
421    /** Message constant for key in the resource bundle. */
422    public static final String LOG_WARN_FOLDER_WRONG_STATE_NC_1 = "LOG_WARN_FOLDER_WRONG_STATE_NC_1";
423
424    /** Message constant for key in the resource bundle. */
425    public static final String LOG_WRITING_PUBLISHING_HISTORY_1 = "LOG_WRITING_PUBLISHING_HISTORY_1";
426
427    /** Message constant for key in the resource bundle. */
428    public static final String RPT_DELETE_FILE_0 = "RPT_DELETE_FILE_0";
429
430    /** Message constant for key in the resource bundle. */
431    public static final String RPT_DELETE_FOLDER_0 = "RPT_DELETE_FOLDER_0";
432
433    /** Message constant for key in the resource bundle. */
434    public static final String RPT_DELETE_FOLDERS_BEGIN_0 = "RPT_DELETE_FOLDERS_BEGIN_0";
435
436    /** Message constant for key in the resource bundle. */
437    public static final String RPT_DELETE_FOLDERS_END_0 = "RPT_DELETE_FOLDERS_END_0";
438
439    /** Message constant for key in the resource bundle. */
440    public static final String RPT_PUBLISH_FILE_0 = "RPT_PUBLISH_FILE_0";
441
442    /** Message constant for key in the resource bundle. */
443    public static final String RPT_PUBLISH_FILES_BEGIN_0 = "RPT_PUBLISH_FILES_BEGIN_0";
444
445    /** Message constant for key in the resource bundle. */
446    public static final String RPT_PUBLISH_FILES_END_0 = "RPT_PUBLISH_FILES_END_0";
447
448    /** Message constant for key in the resource bundle. */
449    public static final String RPT_PUBLISH_FOLDER_0 = "RPT_PUBLISH_FOLDER_0";
450
451    /** Message constant for key in the resource bundle. */
452    public static final String RPT_PUBLISH_FOLDERS_BEGIN_0 = "RPT_PUBLISH_FOLDERS_BEGIN_0";
453
454    /** Message constant for key in the resource bundle. */
455    public static final String RPT_PUBLISH_FOLDERS_END_0 = "RPT_PUBLISH_FOLDERS_END_0";
456
457    /** Message constant for key in the resource bundle. */
458    public static final String RPT_PUBLISH_STAT_4 = "RPT_PUBLISH_STAT_4";
459
460    /** Name of the used resource bundle. */
461    private static final String BUNDLE_NAME = "org.opencms.db.generic.messages";
462
463    /** Static instance member. */
464    private static final I_CmsMessageBundle INSTANCE = new Messages();
465
466    /**
467     * Hides the public constructor for this utility class.<p>
468     */
469    private Messages() {
470
471        // hide the constructor
472    }
473
474    /**
475     * Returns an instance of this localized message accessor.<p>
476     *
477     * @return an instance of this localized message accessor
478     */
479    public static I_CmsMessageBundle get() {
480
481        return INSTANCE;
482    }
483
484    /**
485     * Returns the bundle name for this OpenCms package.<p>
486     *
487     * @return the bundle name for this OpenCms package
488     */
489    public String getBundleName() {
490
491        return BUNDLE_NAME;
492    }
493
494}