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 * company website: http://www.alkacon.com
018 *
019 * For further information about OpenCms, please see the
020 * project website: http://www.opencms.org
021 *
022 * You should have received a copy of the GNU Lesser General Public
023 * License along with this library; if not, write to the Free Software
024 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
025 */
026
027package org.opencms.db;
028
029import org.opencms.i18n.A_CmsMessageBundle;
030import org.opencms.i18n.I_CmsMessageBundle;
031
032/**
033 * Convenience class to access the localized messages of this OpenCms package.<p>
034 *
035 * @since 6.0.0
036 */
037public final class Messages extends A_CmsMessageBundle {
038
039    /** Message constant for key in the resource bundle. */
040    public static final String ERR_ACCESS_FILE_AS_FOLDER_1 = "ERR_ACCESS_FILE_AS_FOLDER_1";
041
042    /** Message constant for key in the resource bundle. */
043    public static final String ERR_ACCESS_FOLDER_AS_FILE_1 = "ERR_ACCESS_FOLDER_AS_FILE_1";
044
045    /** Message constant for key in the resource bundle. */
046    public static final String ERR_ACCESSING_POOL_1 = "ERR_ACCESSING_POOL_1";
047
048    /** Message constant for key in the resource bundle. */
049    public static final String ERR_ADD_RELATION_IN_CONTENT_3 = "ERR_ADD_RELATION_IN_CONTENT_3";
050
051    /** Message constant for key in the resource bundle. */
052    public static final String ERR_ADD_RELATION_TO_RESOURCE_3 = "ERR_ADD_RELATION_TO_RESOURCE_3";
053
054    /** Message constant for key in the resource bundle. */
055    public static final String ERR_ADD_RESOURCE_TO_ORGUNIT_2 = "ERR_ADD_RESOURCE_TO_ORGUNIT_2";
056
057    /** Message constant for key in the resource bundle. */
058    public static final String ERR_ADD_URLNAME_MAPPING_2 = "ERR_ADD_URLNAME_MAPPING_2";
059
060    /** Message constant for key in the resource bundle. */
061    public static final String ERR_ADD_USER_GROUP_FAILED_2 = "ERR_ADD_USER_GROUP_FAILED_2";
062
063    /** Message constant for key in the resource bundle. */
064    public static final String ERR_ADD_USER_WEB_1 = "ERR_ADD_USER_WEB_1";
065
066    /** Message constant for key in the resource bundle. */
067    public static final String ERR_ALIAS_BAD_SEPARATOR_0 = "ERR_ALIAS_BAD_SEPARATOR_0";
068
069    /** Message constant for key in the resource bundle. */
070    public static final String ERR_ALIAS_IMPORT_BAD_FORMAT_0 = "ERR_ALIAS_IMPORT_BAD_FORMAT_0";
071
072    /** Message constant for key in the resource bundle. */
073    public static final String ERR_ALIAS_IMPORT_COULD_NOT_READ_RESOURCE_0 = "ERR_ALIAS_IMPORT_COULD_NOT_READ_RESOURCE_0";
074
075    /** Message constant for key in the resource bundle. */
076    public static final String ERR_ALIAS_IMPORT_INVALID_ALIAS_PATH_0 = "ERR_ALIAS_IMPORT_INVALID_ALIAS_PATH_0";
077
078    /** Message constant for key in the resource bundle. */
079    public static final String ERR_ALIAS_IMPORT_OK_0 = "ERR_ALIAS_IMPORT_OK_0";
080
081    /** Message constant for key in the resource bundle. */
082    public static final String ERR_ALIAS_IMPORT_UPDATED_0 = "ERR_ALIAS_IMPORT_UPDATED_0";
083
084    /** Message constant for key in the resource bundle. */
085    public static final String ERR_BAD_OU_DESCRIPTION_EMPTY_0 = "ERR_BAD_OU_DESCRIPTION_EMPTY_0";
086
087    /** Message constant for key in the resource bundle. */
088    public static final String ERR_BAD_RESOURCENAME_1 = "ERR_BAD_RESOURCENAME_1";
089
090    /** Message constant for key in the resource bundle. */
091    public static final String ERR_BAD_USER_1 = "ERR_BAD_USER_1";
092
093    /** Message constant for key in the resource bundle. */
094    public static final String ERR_CANNOT_READ_PUBLISHLIST_0 = "ERR_CANNOT_READ_PUBLISHLIST_0";
095
096    /** Message constant for key in the resource bundle. */
097    public static final String ERR_CHANGE_LOCK_OF_RESOURCE_2 = "ERR_CHANGE_LOCK_OF_RESOURCE_2";
098
099    /** Message constant for key in the resource bundle. */
100    public static final String ERR_CHANGE_LOCK_UNLOCKED_RESOURCE_1 = "ERR_CHANGE_LOCK_UNLOCKED_RESOURCE_1";
101
102    /** Message constant for key in the resource bundle. */
103    public static final String ERR_CHANGE_RESOURCE_FLAGS_1 = "ERR_CHANGE_RESOURCE_FLAGS_1";
104
105    /** Message constant for key in the resource bundle. */
106    public static final String ERR_CHANGE_RESOURCE_TYPE_1 = "ERR_CHANGE_RESOURCE_TYPE_1";
107
108    /** Message constant for key in the resource bundle. */
109    public static final String ERR_CHANGE_RESOURCES_IN_FOLDER_WITH_PROP_4 = "ERR_CHANGE_RESOURCES_IN_FOLDER_WITH_PROP_4";
110
111    /** Message constant for key in the resource bundle. */
112    public static final String ERR_CHANGE_USER_TYPE_WITH_ID_1 = "ERR_CHANGE_USER_TYPE_WITH_ID_1";
113
114    /** Message constant for key in the resource bundle. */
115    public static final String ERR_CHANGE_USER_TYPE_WITH_NAME_1 = "ERR_CHANGE_USER_TYPE_WITH_NAME_1";
116
117    /** Message constant for key in the resource bundle. */
118    public static final String ERR_CLOSE_HISTORY_DRIVER_0 = "ERR_CLOSE_HISTORY_DRIVER_0";
119
120    /** Message constant for key in the resource bundle. */
121    public static final String ERR_CLOSE_PROJECT_DRIVER_0 = "ERR_CLOSE_PROJECT_DRIVER_0";
122
123    /** Message constant for key in the resource bundle. */
124    public static final String ERR_CLOSE_USER_DRIVER_0 = "ERR_CLOSE_USER_DRIVER_0";
125
126    /** Message constant for key in the resource bundle. */
127    public static final String ERR_CLOSE_VFS_DRIVER_0 = "ERR_CLOSE_VFS_DRIVER_0";
128
129    /** Message constant for key in the resource bundle. */
130    public static final String ERR_CONFIG_SUBSCRIPTIONMANAGER_FROZEN_0 = "ERR_CONFIG_SUBSCRIPTIONMANAGER_FROZEN_0";
131
132    /** Message constant for key in the resource bundle. */
133    public static final String ERR_COPY_ACE_2 = "ERR_COPY_ACE_2";
134
135    /** Message constant for key in the resource bundle. */
136    public static final String ERR_COPY_LOCKED_SIBLINGS_1 = "ERR_COPY_LOCKED_SIBLINGS_1";
137
138    /** Message constant for key in the resource bundle. */
139    public static final String ERR_COPY_RESOURCE_2 = "ERR_COPY_RESOURCE_2";
140
141    /** Message constant for key in the resource bundle. */
142    public static final String ERR_COPY_RESOURCE_TO_PROJECT_2 = "ERR_COPY_RESOURCE_TO_PROJECT_2";
143
144    /** Message constant for key in the resource bundle. */
145    public static final String ERR_COUNT_LOCKED_RESOURCES_FOLDER_1 = "ERR_COUNT_LOCKED_RESOURCES_FOLDER_1";
146
147    /** Message constant for key in the resource bundle. */
148    public static final String ERR_COUNT_LOCKED_RESOURCES_PROJECT_2 = "ERR_COUNT_LOCKED_RESOURCES_PROJECT_2";
149
150    /** Message constant for key in the resource bundle. */
151    public static final String ERR_COUNT_USERS_0 = "ERR_COUNT_USERS_0";
152
153    /** Message constant for key in the resource bundle. */
154    public static final String ERR_CREATE_GROUP_1 = "ERR_CREATE_GROUP_1";
155
156    /** Message constant for key in the resource bundle. */
157    public static final String ERR_CREATE_ORGUNIT_1 = "ERR_CREATE_ORGUNIT_1";
158
159    /** Message constant for key in the resource bundle. */
160    public static final String ERR_CREATE_PROJECT_1 = "ERR_CREATE_PROJECT_1";
161
162    /** Message constant for key in the resource bundle. */
163    public static final String ERR_CREATE_PROJECT_ONLINE_PROJECT_NAME_1 = "ERR_CREATE_PROJECT_ONLINE_PROJECT_NAME_1";
164
165    /** Message constant for key in the resource bundle. */
166    public static final String ERR_CREATE_PROPDEF_1 = "ERR_CREATE_PROPDEF_1";
167
168    /** Message constant for key in the resource bundle. */
169    public static final String ERR_CREATE_RELATION_3 = "ERR_CREATE_RELATION_3";
170
171    /** Message constant for key in the resource bundle. */
172    public static final String ERR_CREATE_RESOURCE_1 = "ERR_CREATE_RESOURCE_1";
173
174    /** Message constant for key in the resource bundle. */
175    public static final String ERR_CREATE_RESOURCE_LOCK_1 = "ERR_CREATE_RESOURCE_LOCK_1";
176
177    /** Message constant for key in the resource bundle. */
178    public static final String ERR_CREATE_RESOURCE_PARENT_LOCK_1 = "ERR_CREATE_RESOURCE_PARENT_LOCK_1";
179
180    /** Message constant for key in the resource bundle. */
181    public static final String ERR_CREATE_SIBLING_1 = "ERR_CREATE_SIBLING_1";
182
183    /** Message constant for key in the resource bundle. */
184    public static final String ERR_CREATE_TEMPFILE_PROJECT_0 = "ERR_CREATE_TEMPFILE_PROJECT_0";
185
186    /** Message constant for key in the resource bundle. */
187    public static final String ERR_CREATE_USER_1 = "ERR_CREATE_USER_1";
188
189    /** Message constant for key in the resource bundle. */
190    public static final String ERR_DB_OPERATION_0 = "ERR_DB_OPERATION_0";
191
192    /** Message constant for key in the resource bundle. */
193    public static final String ERR_DB_OPERATION_1 = "ERR_DB_OPERATION_1";
194
195    /** Message constant for key in the resource bundle. */
196    public static final String ERR_DELETE_GROUP_1 = "ERR_DELETE_GROUP_1";
197
198    /** Message constant for key in the resource bundle. */
199    public static final String ERR_DELETE_HISTORY_4 = "ERR_DELETE_HISTORY_4";
200
201    /** Message constant for key in the resource bundle. */
202    public static final String ERR_DELETE_LOG_0 = "ERR_DELETE_LOG_0";
203
204    /** Message constant for key in the resource bundle. */
205    public static final String ERR_DELETE_ORGUNIT_1 = "ERR_DELETE_ORGUNIT_1";
206
207    /** Message constant for key in the resource bundle. */
208    public static final String ERR_DELETE_PROJECT_1 = "ERR_DELETE_PROJECT_1";
209
210    /** Message constant for key in the resource bundle. */
211    public static final String ERR_DELETE_PROPERTY_1 = "ERR_DELETE_PROPERTY_1";
212
213    /** Message constant for key in the resource bundle. */
214    public static final String ERR_DELETE_RELATION_IN_CONTENT_2 = "ERR_DELETE_RELATION_IN_CONTENT_2";
215
216    /** Message constant for key in the resource bundle. */
217    public static final String ERR_DELETE_RELATIONS_1 = "ERR_DELETE_RELATIONS_1";
218
219    /** Message constant for key in the resource bundle. */
220    public static final String ERR_DELETE_RESOURCE_1 = "ERR_DELETE_RESOURCE_1";
221
222    /** Message constant for key in the resource bundle. */
223    public static final String ERR_DELETE_ROLE_GROUP_1 = "ERR_DELETE_ROLE_GROUP_1";
224
225    /** Message constant for key in the resource bundle. */
226    public static final String ERR_DELETE_STATEXP_PUBLISHED_RESOURCES_0 = "ERR_DELETE_STATEXP_PUBLISHED_RESOURCES_0";
227
228    /** Message constant for key in the resource bundle. */
229    public static final String ERR_DELETE_STATEXP_PUBLISHES_RESOURCE_1 = "ERR_DELETE_STATEXP_PUBLISHES_RESOURCE_1";
230
231    /** Message constant for key in the resource bundle. */
232    public static final String ERR_DELETE_USER_1 = "ERR_DELETE_USER_1";
233
234    /** Message constant for key in the resource bundle. */
235    public static final String ERR_DIRECT_PUBLISH_NO_PERMISSIONS_1 = "ERR_DIRECT_PUBLISH_NO_PERMISSIONS_1";
236
237    /** Message constant for key in the resource bundle. */
238    public static final String ERR_DIRECT_PUBLISH_PARENT_DELETED_2 = "ERR_DIRECT_PUBLISH_PARENT_DELETED_2";
239
240    /** Message constant for key in the resource bundle. */
241    public static final String ERR_DIRECT_PUBLISH_PARENT_NEW_2 = "ERR_DIRECT_PUBLISH_PARENT_NEW_2";
242
243    /** Message constant for key in the resource bundle. */
244    public static final String ERR_ERROR_INITIALIZING_DRIVER_1 = "ERR_ERROR_INITIALIZING_DRIVER_1";
245
246    /** Message constant for key in the resource bundle. */
247    public static final String ERR_FORBIDDEN_PARENT_CURRENTLY_DELETING_0 = "ERR_FORBIDDEN_PARENT_CURRENTLY_DELETING_0";
248
249    /** Message constant for key in the resource bundle. */
250    public static final String ERR_GET_ACL_ENTRIES_1 = "ERR_GET_ACL_ENTRIES_1";
251
252    /** Message constant for key in the resource bundle. */
253    public static final String ERR_GET_ALL_ACCESSIBLE_PROJECTS_1 = "ERR_GET_ALL_ACCESSIBLE_PROJECTS_1";
254
255    /** Message constant for key in the resource bundle. */
256    public static final String ERR_GET_ALL_MANAGEABLE_PROJECTS_1 = "ERR_GET_ALL_MANAGEABLE_PROJECTS_1";
257
258    /** Message constant for key in the resource bundle. */
259    public static final String ERR_GET_CHILD_GROUPS_1 = "ERR_GET_CHILD_GROUPS_1";
260
261    /** Message constant for key in the resource bundle. */
262    public static final String ERR_GET_CHILD_GROUPS_TRANSITIVE_1 = "ERR_GET_CHILD_GROUPS_TRANSITIVE_1";
263
264    /** Message constant for key in the resource bundle. */
265    public static final String ERR_GET_CONNECTION_1 = "ERR_GET_CONNECTION_1";
266
267    /** Message constant for key in the resource bundle. */
268    public static final String ERR_GET_DATE_LASTVISITED_2 = "ERR_GET_DATE_LASTVISITED_2";
269
270    /** Message constant for key in the resource bundle. */
271    public static final String ERR_GET_GROUPS_OF_USER_2 = "ERR_GET_GROUPS_OF_USER_2";
272
273    /** Message constant for key in the resource bundle. */
274    public static final String ERR_GET_LOCK_1 = "ERR_GET_LOCK_1";
275
276    /** Message constant for key in the resource bundle. */
277    public static final String ERR_GET_ORGUNITS_1 = "ERR_GET_ORGUNITS_1";
278
279    /** Message constant for key in the resource bundle. */
280    public static final String ERR_GET_ORGUNITS_ROLE_1 = "ERR_GET_ORGUNITS_ROLE_1";
281
282    /** Message constant for key in the resource bundle. */
283    public static final String ERR_GET_PARENT_GROUP_1 = "ERR_GET_PARENT_GROUP_1";
284
285    /** Message constant for key in the resource bundle. */
286    public static final String ERR_GET_PERMISSIONS_2 = "ERR_GET_PERMISSIONS_2";
287
288    /** Message constant for key in the resource bundle. */
289    public static final String ERR_GET_PUBLISH_LIST_DIRECT_1 = "ERR_GET_PUBLISH_LIST_DIRECT_1";
290
291    /** Message constant for key in the resource bundle. */
292    public static final String ERR_GET_PUBLISH_LIST_PROJECT_1 = "ERR_GET_PUBLISH_LIST_PROJECT_1";
293
294    /** Message constant for key in the resource bundle. */
295    public static final String ERR_GET_RELATED_RESOURCES_PUBLISH_DIRECT_1 = "ERR_GET_RELATED_RESOURCES_PUBLISH_DIRECT_1";
296
297    /** Message constant for key in the resource bundle. */
298    public static final String ERR_GET_RELATED_RESOURCES_PUBLISH_PROJECT_0 = "ERR_GET_RELATED_RESOURCES_PUBLISH_PROJECT_0";
299
300    /** Message constant for key in the resource bundle. */
301    public static final String ERR_GET_RESOURCES_IN_TIME_RANGE_3 = "ERR_GET_RESOURCES_IN_TIME_RANGE_3";
302
303    /** Message constant for key in the resource bundle. */
304    public static final String ERR_GET_ROLE_GROUPS_1 = "ERR_GET_ROLE_GROUPS_1";
305
306    /** Message constant for key in the resource bundle. */
307    public static final String ERR_GET_ROLES_FOR_RESOURCE_2 = "ERR_GET_ROLES_FOR_RESOURCE_2";
308
309    /** Message constant for key in the resource bundle. */
310    public static final String ERR_GET_USERS_OF_GROUP_1 = "ERR_GET_USERS_OF_GROUP_1";
311
312    /** Message constant for key in the resource bundle. */
313    public static final String ERR_GET_USERS_OF_TYPE_1 = "ERR_GET_USERS_OF_TYPE_1";
314
315    /** Message constant for key in the resource bundle. */
316    public static final String ERR_GROUP_NOT_EMPTY_1 = "ERR_GROUP_NOT_EMPTY_1";
317
318    /** Message constant for key in the resource bundle. */
319    public static final String ERR_HISTORY_PROJECT_4 = "ERR_HISTORY_PROJECT_4";
320
321    /** Message constant for key in the resource bundle. */
322    public static final String ERR_IMPORT_ACL_ENTRIES_1 = "ERR_IMPORT_ACL_ENTRIES_1";
323
324    /** Message constant for key in the resource bundle. */
325    public static final String ERR_IMPORT_FOLDER_1 = "ERR_IMPORT_FOLDER_1";
326
327    /** Message constant for key in the resource bundle. */
328    public static final String ERR_IMPORT_FOLDER_2 = "ERR_IMPORT_FOLDER_2";
329
330    /** Message constant for key in the resource bundle. */
331    public static final String ERR_IMPORT_RESOURCE_2 = "ERR_IMPORT_RESOURCE_2";
332
333    /** Message constant for key in the resource bundle. */
334    public static final String ERR_IMPORT_USER_7 = "ERR_IMPORT_USER_7";
335
336    /** Message constant for key in the resource bundle. */
337    public static final String ERR_INCREMENT_COUNTER_1 = "ERR_INCREMENT_COUNTER_1";
338
339    /** Message constant for key in the resource bundle. */
340    public static final String ERR_INIT_CONN_POOL_1 = "ERR_INIT_CONN_POOL_1";
341
342    /** Message constant for key in the resource bundle. */
343    public static final String ERR_INIT_DRIVER_MANAGER_1 = "ERR_INIT_DRIVER_MANAGER_1";
344
345    /** Message constant for key in the resource bundle. */
346    public static final String ERR_LOCK_RESOURCE_2 = "ERR_LOCK_RESOURCE_2";
347
348    /** Message constant for key in the resource bundle. */
349    public static final String ERR_LOGIN_MESSAGE_BAD_END_TIME_0 = "ERR_LOGIN_MESSAGE_BAD_END_TIME_0";
350
351    /** Message constant for key in the resource bundle. */
352    public static final String ERR_LOGIN_MESSAGE_BAD_MESSAGE_0 = "ERR_LOGIN_MESSAGE_BAD_MESSAGE_0";
353
354    /** Message constant for key in the resource bundle. */
355    public static final String ERR_LOGIN_MESSAGE_BAD_TIME_1 = "ERR_LOGIN_MESSAGE_BAD_TIME_1";
356
357    /** Message constant for key in the resource bundle. */
358    public static final String ERR_LOGIN_MESSAGE_FROZEN_0 = "ERR_LOGIN_MESSAGE_FROZEN_0";
359
360    /** Message constant for key in the resource bundle. */
361    public static final String ERR_MARK_RESOURCE_AS_VISITED_2 = "ERR_MARK_RESOURCE_AS_VISITED_2";
362
363    /** Message constant for key in the resource bundle. */
364    public static final String ERR_MERGING_PUBLISH_LISTS_0 = "ERR_MERGING_PUBLISH_LISTS_0";
365
366    /** Message constant for key in the resource bundle. */
367    public static final String ERR_MODE_ENUM_PARSE_2 = "ERR_MODE_ENUM_PARSE_2";
368
369    /** Message constant for key in the resource bundle. */
370    public static final String ERR_MOVE_RESOURCE_2 = "ERR_MOVE_RESOURCE_2";
371
372    /** Message constant for key in the resource bundle. */
373    public static final String ERR_MOVE_TO_LOST_AND_FOUND_1 = "ERR_MOVE_TO_LOST_AND_FOUND_1";
374
375    /** Message constant for key in the resource bundle. */
376    public static final String ERR_NO_ZIPFILE_1 = "ERR_NO_ZIPFILE_1";
377
378    /** Message constant for key in the resource bundle. */
379    public static final String ERR_ONLINE_RESOURCE_EXISTS_2 = "ERR_ONLINE_RESOURCE_EXISTS_2";
380
381    /** Message constant for key in the resource bundle. */
382    public static final String ERR_ORGUNIT_DELETE_CURRENT_USER_1 = "ERR_ORGUNIT_DELETE_CURRENT_USER_1";
383
384    /** Message constant for key in the resource bundle. */
385    public static final String ERR_ORGUNIT_DELETE_GROUPS_1 = "ERR_ORGUNIT_DELETE_GROUPS_1";
386
387    /** Message constant for key in the resource bundle. */
388    public static final String ERR_ORGUNIT_DELETE_IN_CONTEXT_1 = "ERR_ORGUNIT_DELETE_IN_CONTEXT_1";
389
390    /** Message constant for key in the resource bundle. */
391    public static final String ERR_ORGUNIT_DELETE_SUB_ORGUNITS_1 = "ERR_ORGUNIT_DELETE_SUB_ORGUNITS_1";
392
393    /** Message constant for key in the resource bundle. */
394    public static final String ERR_ORGUNIT_DELETE_USERS_1 = "ERR_ORGUNIT_DELETE_USERS_1";
395
396    /** Message constant for key in the resource bundle. */
397    public static final String ERR_ORGUNIT_MOVE_USER_2 = "ERR_ORGUNIT_MOVE_USER_2";
398
399    /** Message constant for key in the resource bundle. */
400    public static final String ERR_PARENT_GROUP_MUST_BE_IN_SAME_OU_3 = "ERR_PARENT_GROUP_MUST_BE_IN_SAME_OU_3";
401
402    /** Message constant for key in the resource bundle. */
403    public static final String ERR_PARENT_ORGUNIT_NULL_0 = "ERR_PARENT_ORGUNIT_NULL_0";
404
405    /** Message constant for key in the resource bundle. */
406    public static final String ERR_PERM_DENIED_2 = "ERR_PERM_DENIED_2";
407
408    /** Message constant for key in the resource bundle. */
409    public static final String ERR_PERM_FILTERED_1 = "ERR_PERM_FILTERED_1";
410
411    /** Message constant for key in the resource bundle. */
412    public static final String ERR_PERM_NOTLOCKED_2 = "ERR_PERM_NOTLOCKED_2";
413
414    /** Message constant for key in the resource bundle. */
415    public static final String ERR_PROCESS_DB_CONTEXT_0 = "ERR_PROCESS_DB_CONTEXT_0";
416
417    /** Message constant for key in the resource bundle. */
418    public static final String ERR_PUBLISH_NO_CMS_FILE_1 = "ERR_PUBLISH_NO_CMS_FILE_1";
419
420    /** Message constant for key in the resource bundle. */
421    public static final String ERR_PUBLISH_NO_FOLDER_1 = "ERR_PUBLISH_NO_FOLDER_1";
422
423    /** Message constant for key in the resource bundle. */
424    public static final String ERR_PUBLISH_UNCHANGED_RESOURCE_1 = "ERR_PUBLISH_UNCHANGED_RESOURCE_1";
425
426    /** Message constant for key in the resource bundle. */
427    public static final String ERR_PUBLISHLIST_NEEDS_REVIVE_0 = "ERR_PUBLISHLIST_NEEDS_REVIVE_0";
428
429    /** Message constant for key in the resource bundle. */
430    public static final String ERR_PWD_NEW_MISSING_0 = "ERR_PWD_NEW_MISSING_0";
431
432    /** Message constant for key in the resource bundle. */
433    public static final String ERR_PWD_OLD_MISSING_0 = "ERR_PWD_OLD_MISSING_0";
434
435    /** Message constant for key in the resource bundle. */
436    public static final String ERR_READ_ALL_HISTORY_FILE_HEADERS_1 = "ERR_READ_ALL_HISTORY_FILE_HEADERS_1";
437
438    /** Message constant for key in the resource bundle. */
439    public static final String ERR_READ_ALL_PROPDEF_0 = "ERR_READ_ALL_PROPDEF_0";
440
441    /** Message constant for key in the resource bundle. */
442    public static final String ERR_READ_CHILD_GROUP_NO_PERMISSION_0 = "ERR_READ_CHILD_GROUP_NO_PERMISSION_0";
443
444    /** Message constant for key in the resource bundle. */
445    public static final String ERR_READ_CHILD_RESOURCES_1 = "ERR_READ_CHILD_RESOURCES_1";
446
447    /** Message constant for key in the resource bundle. */
448    public static final String ERR_READ_FILE_1 = "ERR_READ_FILE_1";
449
450    /** Message constant for key in the resource bundle. */
451    public static final String ERR_READ_FILE_HISTORY_2 = "ERR_READ_FILE_HISTORY_2";
452
453    /** Message constant for key in the resource bundle. */
454    public static final String ERR_READ_FOLDER_2 = "ERR_READ_FOLDER_2";
455
456    /** Message constant for key in the resource bundle. */
457    public static final String ERR_READ_GROUP_FOR_ID_1 = "ERR_READ_GROUP_FOR_ID_1";
458
459    /** Message constant for key in the resource bundle. */
460    public static final String ERR_READ_GROUP_FOR_NAME_1 = "ERR_READ_GROUP_FOR_NAME_1";
461
462    /** Message constant for key in the resource bundle. */
463    public static final String ERR_READ_HISTORY_FILE_2 = "ERR_READ_HISTORY_FILE_2";
464
465    /** Message constant for key in the resource bundle. */
466    public static final String ERR_READ_HISTORY_PRINCIPAL_1 = "ERR_READ_HISTORY_PRINCIPAL_1";
467
468    /** Message constant for key in the resource bundle. */
469    public static final String ERR_READ_HISTORY_PROJECT_2 = "ERR_READ_HISTORY_PROJECT_2";
470
471    /** Message constant for key in the resource bundle. */
472    public static final String ERR_READ_ID_FOR_URLNAME_1 = "ERR_READ_ID_FOR_URLNAME_1";
473
474    /** Message constant for key in the resource bundle. */
475    public static final String ERR_READ_LOG_ENTRIES_0 = "ERR_READ_LOG_ENTRIES_0";
476
477    /** Message constant for key in the resource bundle. */
478    public static final String ERR_READ_NEWEST_URLNAME_FOR_ID_1 = "ERR_READ_NEWEST_URLNAME_FOR_ID_1";
479
480    /** Message constant for key in the resource bundle. */
481    public static final String ERR_READ_ORGUNIT_1 = "ERR_READ_ORGUNIT_1";
482
483    /** Message constant for key in the resource bundle. */
484    public static final String ERR_READ_ORGUNIT_GROUPS_1 = "ERR_READ_ORGUNIT_GROUPS_1";
485
486    /** Message constant for key in the resource bundle. */
487    public static final String ERR_READ_ORGUNIT_RESOURCES_1 = "ERR_READ_ORGUNIT_RESOURCES_1";
488
489    /** Message constant for key in the resource bundle. */
490    public static final String ERR_READ_ORGUNIT_USERS_1 = "ERR_READ_ORGUNIT_USERS_1";
491
492    /** Message constant for key in the resource bundle. */
493    public static final String ERR_READ_OWNER_FOR_PROJECT_2 = "ERR_READ_OWNER_FOR_PROJECT_2";
494
495    /** Message constant for key in the resource bundle. */
496    public static final String ERR_READ_PARENT_FOLDER_2 = "ERR_READ_PARENT_FOLDER_2";
497
498    /** Message constant for key in the resource bundle. */
499    public static final String ERR_READ_PATH_2 = "ERR_READ_PATH_2";
500
501    /** Message constant for key in the resource bundle. */
502    public static final String ERR_READ_PROJECT_FOR_ID_1 = "ERR_READ_PROJECT_FOR_ID_1";
503
504    /** Message constant for key in the resource bundle. */
505    public static final String ERR_READ_PROJECT_FOR_NAME_1 = "ERR_READ_PROJECT_FOR_NAME_1";
506
507    /** Message constant for key in the resource bundle. */
508    public static final String ERR_READ_PROJECT_RESOURCES_2 = "ERR_READ_PROJECT_RESOURCES_2";
509
510    /** Message constant for key in the resource bundle. */
511    public static final String ERR_READ_PROJECT_VIEW_1 = "ERR_READ_PROJECT_VIEW_1";
512
513    /** Message constant for key in the resource bundle. */
514    public static final String ERR_READ_PROP_FOR_RESOURCE_2 = "ERR_READ_PROP_FOR_RESOURCE_2";
515
516    /** Message constant for key in the resource bundle. */
517    public static final String ERR_READ_PROPDEF_1 = "ERR_READ_PROPDEF_1";
518
519    /** Message constant for key in the resource bundle. */
520    public static final String ERR_READ_PROPS_FOR_RESOURCE_1 = "ERR_READ_PROPS_FOR_RESOURCE_1";
521
522    /** Message constant for key in the resource bundle. */
523    public static final String ERR_READ_PUBLISHED_RESOURCES_FOR_ID_1 = "ERR_READ_PUBLISHED_RESOURCES_FOR_ID_1";
524
525    /** Message constant for key in the resource bundle. */
526    public static final String ERR_READ_RELATIONS_1 = "ERR_READ_RELATIONS_1";
527
528    /** Message constant for key in the resource bundle. */
529    public static final String ERR_READ_RESOURCE_1 = "ERR_READ_RESOURCE_1";
530
531    /** Message constant for key in the resource bundle. */
532    public static final String ERR_READ_RESOURCE_FOR_ID_1 = "ERR_READ_RESOURCE_FOR_ID_1";
533
534    /** Message constant for key in the resource bundle. */
535    public static final String ERR_READ_RESOURCES_1 = "ERR_READ_RESOURCES_1";
536
537    /** Message constant for key in the resource bundle. */
538    public static final String ERR_READ_RESOURCES_FOR_PRINCIPAL_LOG_1 = "ERR_READ_RESOURCES_FOR_PRINCIPAL_LOG_1";
539
540    /** Message constant for key in the resource bundle. */
541    public static final String ERR_READ_RESOURCES_FOR_PROP_SET_2 = "ERR_READ_RESOURCES_FOR_PROP_SET_2";
542
543    /** Message constant for key in the resource bundle. */
544    public static final String ERR_READ_RESOURCES_FOR_PROP_VALUE_3 = "ERR_READ_RESOURCES_FOR_PROP_VALUE_3";
545
546    /** Message constant for key in the resource bundle. */
547    public static final String ERR_READ_RESOURCES_WITH_TYPE_2 = "ERR_READ_RESOURCES_WITH_TYPE_2";
548
549    /** Message constant for key in the resource bundle. */
550    public static final String ERR_READ_RESPONSIBLE_USERS_1 = "ERR_READ_RESPONSIBLE_USERS_1";
551
552    /** Message constant for key in the resource bundle. */
553    public static final String ERR_READ_SIBLINGS_1 = "ERR_READ_SIBLINGS_1";
554
555    /** Message constant for key in the resource bundle. */
556    public static final String ERR_READ_STATEXP_PUBLISHED_RESOURCE_PARAMS_1 = "ERR_READ_STATEXP_PUBLISHED_RESOURCE_PARAMS_1";
557
558    /** Message constant for key in the resource bundle. */
559    public static final String ERR_READ_STATEXP_RESOURCES_1 = "ERR_READ_STATEXP_RESOURCES_1";
560
561    /** Message constant for key in the resource bundle. */
562    public static final String ERR_READ_SUBSCRIBED_DELETED_RESOURCES_1 = "ERR_READ_SUBSCRIBED_DELETED_RESOURCES_1";
563
564    /** Message constant for key in the resource bundle. */
565    public static final String ERR_READ_SUBSCRIBED_RESOURCES_1 = "ERR_READ_SUBSCRIBED_RESOURCES_1";
566
567    /** Message constant for key in the resource bundle. */
568    public static final String ERR_READ_SUBSCRIBED_RESOURCES_ALL_GROUP_1 = "ERR_READ_SUBSCRIBED_RESOURCES_ALL_GROUP_1";
569
570    /** Message constant for key in the resource bundle. */
571    public static final String ERR_READ_SUBSCRIBED_RESOURCES_ALL_USER_1 = "ERR_READ_SUBSCRIBED_RESOURCES_ALL_USER_1";
572
573    /** Message constant for key in the resource bundle. */
574    public static final String ERR_READ_URLNAME_MAPPING_2 = "ERR_READ_URLNAME_MAPPING_2";
575
576    /** Message constant for key in the resource bundle. */
577    public static final String ERR_READ_USER_FOR_ID_1 = "ERR_READ_USER_FOR_ID_1";
578
579    /** Message constant for key in the resource bundle. */
580    public static final String ERR_READ_USER_FOR_NAME_1 = "ERR_READ_USER_FOR_NAME_1";
581
582    /** Message constant for key in the resource bundle. */
583    public static final String ERR_READ_USER_PUBLIST_1 = "ERR_READ_USER_PUBLIST_1";
584
585    /** Message constant for key in the resource bundle. */
586    public static final String ERR_READ_USER_WEB_1 = "ERR_READ_USER_WEB_1";
587
588    /** Message constant for key in the resource bundle. */
589    public static final String ERR_READ_USERS_NO_PERMISSION_0 = "ERR_READ_USERS_NO_PERMISSION_0";
590
591    /** Message constant for key in the resource bundle. */
592    public static final String ERR_READ_VISITED_RESOURCES_1 = "ERR_READ_VISITED_RESOURCES_1";
593
594    /** Message constant for key in the resource bundle. */
595    public static final String ERR_READING_DELETED_RESOURCES_1 = "ERR_READING_DELETED_RESOURCES_1";
596
597    /** Message constant for key in the resource bundle. */
598    public static final String ERR_READING_RESOURCE_VERSION_2 = "ERR_READING_RESOURCE_VERSION_2";
599
600    /** Message constant for key in the resource bundle. */
601    public static final String ERR_RECURSIVE_INCLUSION_2 = "ERR_RECURSIVE_INCLUSION_2";
602
603    /** Message constant for key in the resource bundle. */
604    public static final String ERR_REMOVE_ACL_ENTRY_2 = "ERR_REMOVE_ACL_ENTRY_2";
605
606    /** Message constant for key in the resource bundle. */
607    public static final String ERR_REMOVE_PRINCIPAL_FROM_ORGUNIT_2 = "ERR_REMOVE_PRINCIPAL_FROM_ORGUNIT_2";
608
609    /** Message constant for key in the resource bundle. */
610    public static final String ERR_REMOVE_RESOURCE_FROM_ORGUNIT_2 = "ERR_REMOVE_RESOURCE_FROM_ORGUNIT_2";
611
612    /** Message constant for key in the resource bundle. */
613    public static final String ERR_REMOVE_RESOURCE_FROM_PUBLIST_2 = "ERR_REMOVE_RESOURCE_FROM_PUBLIST_2";
614
615    /** Message constant for key in the resource bundle. */
616    public static final String ERR_REMOVE_USER_FROM_GROUP_2 = "ERR_REMOVE_USER_FROM_GROUP_2";
617
618    /** Message constant for key in the resource bundle. */
619    public static final String ERR_REPLACE_RESOURCE_1 = "ERR_REPLACE_RESOURCE_1";
620
621    /** Message constant for key in the resource bundle. */
622    public static final String ERR_RESET_PASSWORD_1 = "ERR_RESET_PASSWORD_1";
623
624    /** Message constant for key in the resource bundle. */
625    public static final String ERR_RESOURCE_SYSTEM_LOCKED_1 = "ERR_RESOURCE_SYSTEM_LOCKED_1";
626
627    /** Message constant for key in the resource bundle. */
628    public static final String ERR_RESOURCE_WITH_ID_ALREADY_EXISTS_3 = "ERR_RESOURCE_WITH_ID_ALREADY_EXISTS_3";
629
630    /** Message constant for key in the resource bundle. */
631    public static final String ERR_RESTORE_DELETED_RESOURCE_1 = "ERR_RESTORE_DELETED_RESOURCE_1";
632
633    /** Message constant for key in the resource bundle. */
634    public static final String ERR_RESTORE_RESOURCE_2 = "ERR_RESTORE_RESOURCE_2";
635
636    /** Message constant for key in the resource bundle. */
637    public static final String ERR_SEARCH_USERS_0 = "ERR_SEARCH_USERS_0";
638
639    /** Message constant for key in the resource bundle. */
640    public static final String ERR_SET_DATE_EXPIRED_2 = "ERR_SET_DATE_EXPIRED_2";
641
642    /** Message constant for key in the resource bundle. */
643    public static final String ERR_SET_DATE_LAST_MODIFIED_2 = "ERR_SET_DATE_LAST_MODIFIED_2";
644
645    /** Message constant for key in the resource bundle. */
646    public static final String ERR_SET_DATE_RELEASED_2 = "ERR_SET_DATE_RELEASED_2";
647
648    /** Message constant for key in the resource bundle. */
649    public static final String ERR_SET_PARENT_GROUP_2 = "ERR_SET_PARENT_GROUP_2";
650
651    /** Message constant for key in the resource bundle. */
652    public static final String ERR_SET_PASSWORD_1 = "ERR_SET_PASSWORD_1";
653
654    /** Message constant for key in the resource bundle. */
655    public static final String ERR_SET_PROJECT_LAST_MODIFIED_2 = "ERR_SET_PROJECT_LAST_MODIFIED_2";
656
657    /** Message constant for key in the resource bundle. */
658    public static final String ERR_SET_SUBSCRIBED_RESOURCE_AS_DELETED_1 = "ERR_SET_SUBSCRIBED_RESOURCE_AS_DELETED_1";
659
660    /** Message constant for key in the resource bundle. */
661    public static final String ERR_SET_USERS_ORGUNIT_2 = "ERR_SET_USERS_ORGUNIT_2";
662
663    /** Message constant for key in the resource bundle. */
664    public static final String ERR_SUBSCRIBE_RESOURCE_FOR_GROUP_2 = "ERR_SUBSCRIBE_RESOURCE_FOR_GROUP_2";
665
666    /** Message constant for key in the resource bundle. */
667    public static final String ERR_SUBSCRIBE_RESOURCE_FOR_USER_2 = "ERR_SUBSCRIBE_RESOURCE_FOR_USER_2";
668
669    /** Message constant for key in the resource bundle. */
670    public static final String ERR_SUBSCRIPTION_MANAGER_DISABLED_0 = "ERR_SUBSCRIPTION_MANAGER_DISABLED_0";
671
672    /** Message constant for key in the resource bundle. */
673    public static final String ERR_TEST_CHANGED_CONTENT_1 = "ERR_TEST_CHANGED_CONTENT_1";
674
675    /** Message constant for key in the resource bundle. */
676    public static final String ERR_TEST_MOVED_RESOURCE_1 = "ERR_TEST_MOVED_RESOURCE_1";
677
678    /** Message constant for key in the resource bundle. */
679    public static final String ERR_UNDELETE_FOR_RESOURCE_1 = "ERR_UNDELETE_FOR_RESOURCE_1";
680
681    /** Message constant for key in the resource bundle. */
682    public static final String ERR_UNDELETE_FOR_RESOURCE_DELETED_1 = "ERR_UNDELETE_FOR_RESOURCE_DELETED_1";
683
684    /** Message constant for key in the resource bundle. */
685    public static final String ERR_UNDO_CHANGES_FOR_RESOURCE_1 = "ERR_UNDO_CHANGES_FOR_RESOURCE_1";
686
687    /** Message constant for key in the resource bundle. */
688    public static final String ERR_UNDO_CHANGES_FOR_RESOURCE_NEW_0 = "ERR_UNDO_CHANGES_FOR_RESOURCE_NEW_0";
689
690    /** Message constant for key in the resource bundle. */
691    public static final String ERR_UNKNOWN_GROUP_1 = "ERR_UNKNOWN_GROUP_1";
692
693    /** Message constant for key in the resource bundle. */
694    public static final String ERR_UNKNOWN_POOL_URL_1 = "ERR_UNKNOWN_POOL_URL_1";
695
696    /** Message constant for key in the resource bundle. */
697    public static final String ERR_UNKNOWN_USER_1 = "ERR_UNKNOWN_USER_1";
698
699    /** Message constant for key in the resource bundle. */
700    public static final String ERR_UNLOCK_ALL_PROJECT_LOCKED_1 = "ERR_UNLOCK_ALL_PROJECT_LOCKED_1";
701
702    /** Message constant for key in the resource bundle. */
703    public static final String ERR_UNLOCK_PROJECT_2 = "ERR_UNLOCK_PROJECT_2";
704
705    /** Message constant for key in the resource bundle. */
706    public static final String ERR_UNLOCK_RESOURCE_3 = "ERR_UNLOCK_RESOURCE_3";
707
708    /** Message constant for key in the resource bundle. */
709    public static final String ERR_UNSUBSCRIBE_ALL_DELETED_RESOURCES_USER_0 = "ERR_UNSUBSCRIBE_ALL_DELETED_RESOURCES_USER_0";
710
711    /** Message constant for key in the resource bundle. */
712    public static final String ERR_UNSUBSCRIBE_ALL_RESOURCES_GROUP_1 = "ERR_UNSUBSCRIBE_ALL_RESOURCES_GROUP_1";
713
714    /** Message constant for key in the resource bundle. */
715    public static final String ERR_UNSUBSCRIBE_ALL_RESOURCES_USER_1 = "ERR_UNSUBSCRIBE_ALL_RESOURCES_USER_1";
716
717    /** Message constant for key in the resource bundle. */
718    public static final String ERR_UNSUBSCRIBE_RESOURCE_ALL_1 = "ERR_UNSUBSCRIBE_RESOURCE_ALL_1";
719
720    /** Message constant for key in the resource bundle. */
721    public static final String ERR_UNSUBSCRIBE_RESOURCE_FOR_GROUP_2 = "ERR_UNSUBSCRIBE_RESOURCE_FOR_GROUP_2";
722
723    /** Message constant for key in the resource bundle. */
724    public static final String ERR_UNSUBSCRIBE_RESOURCE_FOR_USER_2 = "ERR_UNSUBSCRIBE_RESOURCE_FOR_USER_2";
725
726    /** Message constant for key in the resource bundle. */
727    public static final String ERR_UNSUPPORTED_OPERATION_2 = "ERR_UNSUPPORTED_OPERATION_2";
728
729    /** Message constant for key in the resource bundle. */
730    public static final String ERR_UPDATE_RELATIONS_1 = "ERR_UPDATE_RELATIONS_1";
731
732    /** Message constant for key in the resource bundle. */
733    public static final String ERR_USER_CANT_DELETE_ITSELF_USER_0 = "ERR_USER_CANT_DELETE_ITSELF_USER_0";
734
735    /** Message constant for key in the resource bundle. */
736    public static final String ERR_USER_GROUP_NAMES_EMPTY_0 = "ERR_USER_GROUP_NAMES_EMPTY_0";
737
738    /** Message constant for key in the resource bundle. */
739    public static final String ERR_USER_IN_GROUP_2 = "ERR_USER_IN_GROUP_2";
740
741    /** Message constant for key in the resource bundle. */
742    public static final String ERR_USER_NOT_IN_GROUP_2 = "ERR_USER_NOT_IN_GROUP_2";
743
744    /** Message constant for key in the resource bundle. */
745    public static final String ERR_USERNAME_PASSWORD_MISMATCH_1 = "ERR_USERNAME_PASSWORD_MISMATCH_1";
746
747    /** Message constant for key in the resource bundle. */
748    public static final String ERR_VALIDATE_RELATIONS_0 = "ERR_VALIDATE_RELATIONS_0";
749
750    /** Message constant for key in the resource bundle. */
751    public static final String ERR_VFS_FOLDERS_DONT_SUPPORT_SIBLINGS_0 = "ERR_VFS_FOLDERS_DONT_SUPPORT_SIBLINGS_0";
752
753    /** Message constant for key in the resource bundle. */
754    public static final String ERR_VFS_INVALID_PROPERTY_LIST_1 = "ERR_VFS_INVALID_PROPERTY_LIST_1";
755
756    /** Message constant for key in the resource bundle. */
757    public static final String ERR_WRITE_ACL_ENTRY_1 = "ERR_WRITE_ACL_ENTRY_1";
758
759    /** Message constant for key in the resource bundle. */
760    public static final String ERR_WRITE_FILE_1 = "ERR_WRITE_FILE_1";
761
762    /** Message constant for key in the resource bundle. */
763    public static final String ERR_WRITE_GROUP_1 = "ERR_WRITE_GROUP_1";
764
765    /** Message constant for key in the resource bundle. */
766    public static final String ERR_WRITE_ORGUNIT_1 = "ERR_WRITE_ORGUNIT_1";
767
768    /** Message constant for key in the resource bundle. */
769    public static final String ERR_WRITE_PROJECT_1 = "ERR_WRITE_PROJECT_1";
770
771    /** Message constant for key in the resource bundle. */
772    public static final String ERR_WRITE_PROP_2 = "ERR_WRITE_PROP_2";
773
774    /** Message constant for key in the resource bundle. */
775    public static final String ERR_WRITE_PROPS_1 = "ERR_WRITE_PROPS_1";
776
777    /** Message constant for key in the resource bundle. */
778    public static final String ERR_WRITE_RESOURCE_1 = "ERR_WRITE_RESOURCE_1";
779
780    /** Message constant for key in the resource bundle. */
781    public static final String ERR_WRITE_STATEXP_PUBLISHED_RESOURCES_3 = "ERR_WRITE_STATEXP_PUBLISHED_RESOURCES_3";
782
783    /** Message constant for key in the resource bundle. */
784    public static final String ERR_WRITE_USER_1 = "ERR_WRITE_USER_1";
785
786    /** Message constant for key in the resource bundle. */
787    public static final String GUI_WORKPLACE_SEARCH_STYLE_EXPLORER_0 = "GUI_WORKPLACE_SEARCH_STYLE_EXPLORER_0";
788
789    /** Message constant for key in the resource bundle. */
790    public static final String GUI_WORKPLACE_SEARCH_STYLE_LIST_WITH_EXCERPTS_0 = "GUI_WORKPLACE_SEARCH_STYLE_LIST_WITH_EXCERPTS_0";
791
792    /** Message constant for key in the resource bundle. */
793    public static final String GUI_WORKPLACE_SEARCH_STYLE_LIST_WITHOUT_EXCERPTS_0 = "GUI_WORKPLACE_SEARCH_STYLE_LIST_WITHOUT_EXCERPTS_0";
794
795    /** Message constant for key in the resource bundle. */
796    public static final String GUI_WORKPLACE_TEMPFILE_PROJECT_DESC_0 = "GUI_WORKPLACE_TEMPFILE_PROJECT_DESC_0";
797
798    /** Message constant for key in the resource bundle. */
799    public static final String INIT_CLOSE_CONN_POOL_1 = "INIT_CLOSE_CONN_POOL_1";
800
801    /** Message constant for key in the resource bundle. */
802    public static final String INIT_DRIVER_FAILED_1 = "INIT_DRIVER_FAILED_1";
803
804    /** Message constant for key in the resource bundle. */
805    public static final String INIT_DRIVER_INIT_FINISHED_0 = "INIT_DRIVER_INIT_FINISHED_0";
806
807    /** Message constant for key in the resource bundle. */
808    public static final String INIT_DRIVER_INIT_FINISHED_1 = "INIT_DRIVER_INIT_FINISHED_1";
809
810    /** Message constant for key in the resource bundle. */
811    public static final String INIT_DRIVER_INITIALIZING_1 = "INIT_DRIVER_INITIALIZING_1";
812
813    /** Message constant for key in the resource bundle. */
814    public static final String INIT_DRIVER_MANAGER_DESTROY_1 = "INIT_DRIVER_MANAGER_DESTROY_1";
815
816    /** Message constant for key in the resource bundle. */
817    public static final String INIT_DRIVER_MANAGER_START_PHASE1_0 = "INIT_DRIVER_MANAGER_START_PHASE1_0";
818
819    /** Message constant for key in the resource bundle. */
820    public static final String INIT_DRIVER_MANAGER_START_PHASE2_0 = "INIT_DRIVER_MANAGER_START_PHASE2_0";
821
822    /** Message constant for key in the resource bundle. */
823    public static final String INIT_DRIVER_MANAGER_START_PHASE3_0 = "INIT_DRIVER_MANAGER_START_PHASE3_0";
824
825    /** Message constant for key in the resource bundle. */
826    public static final String INIT_DRIVER_MANAGER_START_PHASE4_0 = "INIT_DRIVER_MANAGER_START_PHASE4_0";
827
828    /** Message constant for key in the resource bundle. */
829    public static final String INIT_DRIVER_MANAGER_START_PHASE4_OK_0 = "INIT_DRIVER_MANAGER_START_PHASE4_OK_0";
830
831    /** Message constant for key in the resource bundle. */
832    public static final String INIT_DRIVER_MANAGER_START_POOLS_1 = "INIT_DRIVER_MANAGER_START_POOLS_1";
833
834    /** Message constant for key in the resource bundle. */
835    public static final String INIT_DRIVER_MANAGER_START_RT_0 = "INIT_DRIVER_MANAGER_START_RT_0";
836
837    /** Message constant for key in the resource bundle. */
838    public static final String INIT_DRIVER_START_1 = "INIT_DRIVER_START_1";
839
840    /** Message constant for key in the resource bundle. */
841    public static final String INIT_JDBC_POOL_2 = "INIT_JDBC_POOL_2";
842
843    /** Message constant for key in the resource bundle. */
844    public static final String INIT_SECURITY_MANAGER_INIT_0 = "INIT_SECURITY_MANAGER_INIT_0";
845
846    /** Message constant for key in the resource bundle. */
847    public static final String INIT_SECURITY_MANAGER_SHUTDOWN_1 = "INIT_SECURITY_MANAGER_SHUTDOWN_1";
848
849    /** Message constant for key in the resource bundle. */
850    public static final String INIT_WAIT_FOR_DB_4 = "INIT_WAIT_FOR_DB_4";
851
852    /** Message constant for key in the resource bundle. */
853    public static final String LOG_CHECK_RESOURCE_INSIDE_CURRENT_PROJECT_2 = "LOG_CHECK_RESOURCE_INSIDE_CURRENT_PROJECT_2";
854
855    /** Message constant for key in the resource bundle. */
856    public static final String LOG_CLOSE_CONN_POOL_ERROR_1 = "LOG_CLOSE_CONN_POOL_ERROR_1";
857
858    /** Message constant for key in the resource bundle. */
859    public static final String LOG_CMS_EVENT_1 = "LOG_CMS_EVENT_1";
860
861    /** Message constant for key in the resource bundle. */
862    public static final String LOG_CREATE_FOLDER_FAILED_1 = "LOG_CREATE_FOLDER_FAILED_1";
863
864    /** Message constant for key in the resource bundle. */
865    public static final String LOG_DELETE_TEMP_PROJECT_FAILED_1 = "LOG_DELETE_TEMP_PROJECT_FAILED_1";
866
867    /** Message constant for key in the resource bundle. */
868    public static final String LOG_EMPTY_PUBLISH_HISTORY_1 = "LOG_EMPTY_PUBLISH_HISTORY_1";
869
870    /** Message constant for key in the resource bundle. */
871    public static final String LOG_ERR_DRIVER_MANAGER_CLOSE_0 = "LOG_ERR_DRIVER_MANAGER_CLOSE_0";
872
873    /** Message constant for key in the resource bundle. */
874    public static final String LOG_ERR_DRIVER_MANAGER_START_0 = "LOG_ERR_DRIVER_MANAGER_START_0";
875
876    /** Message constant for key in the resource bundle. */
877    public static final String LOG_GET_TIMESTAMP_2 = "LOG_GET_TIMESTAMP_2";
878
879    /** Message constant for key in the resource bundle. */
880    public static final String LOG_NO_EXPORT_POINTS_CONFIGURED_0 = "LOG_NO_EXPORT_POINTS_CONFIGURED_0";
881
882    /** Message constant for key in the resource bundle. */
883    public static final String LOG_UPDATE_EXORT_POINTS_ERROR_0 = "LOG_UPDATE_EXORT_POINTS_ERROR_0";
884
885    /** Message constant for key in the resource bundle. */
886    public static final String LOG_WRITE_EXPORT_POINT_1 = "LOG_WRITE_EXPORT_POINT_1";
887
888    /** Message constant for key in the resource bundle. */
889    public static final String LOG_WRITE_EXPORT_POINT_ERROR_1 = "LOG_WRITE_EXPORT_POINT_ERROR_1";
890
891    /** Message constant for key in the resource bundle. */
892    public static final String LOG_WRITE_EXPORT_POINT_FAILED_1 = "LOG_WRITE_EXPORT_POINT_FAILED_1";
893
894    /** Message constant for key in the resource bundle. */
895    public static final String RPT_CHECKING_0 = "RPT_CHECKING_0";
896
897    /** Message constant for key in the resource bundle. */
898    public static final String RPT_CHILDREN_OF_MOVED_FOLDER_NOT_PUBLISHED_1 = "RPT_CHILDREN_OF_MOVED_FOLDER_NOT_PUBLISHED_1";
899
900    /** Message constant for key in the resource bundle. */
901    public static final String RPT_DELETE_NOTHING_0 = "RPT_DELETE_NOTHING_0";
902
903    /** Message constant for key in the resource bundle. */
904    public static final String RPT_END_DELETE_ACT_VERSIONS_0 = "RPT_END_DELETE_ACT_VERSIONS_0";
905
906    /** Message constant for key in the resource bundle. */
907    public static final String RPT_END_DELETE_DEL_VERSIONS_0 = "RPT_END_DELETE_DEL_VERSIONS_0";
908
909    /** Message constant for key in the resource bundle. */
910    public static final String RPT_END_DELETE_VERSIONS_0 = "RPT_END_DELETE_VERSIONS_0";
911
912    /** Message constant for key in the resource bundle. */
913    public static final String RPT_EXPORT_POINTS_DELETE_0 = "RPT_EXPORT_POINTS_DELETE_0";
914
915    /** Message constant for key in the resource bundle. */
916    public static final String RPT_EXPORT_POINTS_WRITE_0 = "RPT_EXPORT_POINTS_WRITE_0";
917
918    /** Message constant for key in the resource bundle. */
919    public static final String RPT_EXPORT_POINTS_WRITE_BEGIN_0 = "RPT_EXPORT_POINTS_WRITE_BEGIN_0";
920
921    /** Message constant for key in the resource bundle. */
922    public static final String RPT_EXPORT_POINTS_WRITE_END_0 = "RPT_EXPORT_POINTS_WRITE_END_0";
923
924    /** Message constant for key in the resource bundle. */
925    public static final String RPT_PARENT_FOLDER_NOT_PUBLISHED_1 = "RPT_PARENT_FOLDER_NOT_PUBLISHED_1";
926
927    /** Message constant for key in the resource bundle. */
928    public static final String RPT_PUBLISH_REMOVED_RESOURCE_1 = "RPT_PUBLISH_REMOVED_RESOURCE_1";
929
930    /** Message constant for key in the resource bundle. */
931    public static final String RPT_START_DELETE_ACT_VERSIONS_1 = "RPT_START_DELETE_ACT_VERSIONS_1";
932
933    /** Message constant for key in the resource bundle. */
934    public static final String RPT_START_DELETE_DEL_VERSIONS_1 = "RPT_START_DELETE_DEL_VERSIONS_1";
935
936    /** Message constant for key in the resource bundle. */
937    public static final String RPT_START_DELETE_DEL_VERSIONS_2 = "RPT_START_DELETE_DEL_VERSIONS_2";
938
939    /** Message constant for key in the resource bundle. */
940    public static final String RPT_START_DELETE_VERSIONS_0 = "RPT_START_DELETE_VERSIONS_0";
941
942    /** Message constant for key in the resource bundle. */
943    public static final String RPT_VERSION_DELETING_1 = "RPT_VERSION_DELETING_1";
944
945    /** Name of the used resource bundle. */
946    private static final String BUNDLE_NAME = "org.opencms.db.messages";
947
948    /** Static instance member. */
949    private static final I_CmsMessageBundle INSTANCE = new Messages();
950
951    /**
952     * Hides the public constructor for this utility class.<p>
953     */
954    private Messages() {
955
956        // hide the constructor
957    }
958
959    /**
960     * Returns an instance of this localized message accessor.<p>
961     *
962     * @return an instance of this localized message accessor
963     */
964    public static I_CmsMessageBundle get() {
965
966        return INSTANCE;
967    }
968
969    /**
970     * Returns the bundle name for this OpenCms package.<p>
971     *
972     * @return the bundle name for this OpenCms package
973     */
974    public String getBundleName() {
975
976        return BUNDLE_NAME;
977    }
978}