KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencms > db > Messages


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/db/Messages.java,v $
3  * Date : $Date: 2006/03/28 12:14:36 $
4  * Version: $Revision: 1.43 $
5  *
6  * This library is part of OpenCms -
7  * the Open Source Content Mananagement System
8  *
9  * Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public
13  * License as published by the Free Software Foundation; either
14  * version 2.1 of the License, or (at your option) any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19  * Lesser General Public License for more details.
20  *
21  * company website: http://www.alkacon.com
22  *
23  * For further information about OpenCms, please see the
24  * project website: http://www.opencms.org
25  *
26  * You should have received a copy of the GNU Lesser General Public
27  * License along with this library; if not, write to the Free Software
28  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29  */

30
31 package org.opencms.db;
32
33 import org.opencms.i18n.A_CmsMessageBundle;
34 import org.opencms.i18n.I_CmsMessageBundle;
35
36 /**
37  * Convenience class to access the localized messages of this OpenCms package.<p>
38  *
39  * @author Achim Westermann
40  * @author Jan Baudisch
41  *
42  * @version $Revision: 1.43 $
43  *
44  * @since 6.0.0
45  */

46 public final class Messages extends A_CmsMessageBundle {
47
48     /** Message constant for key in the resource bundle. */
49     public static final String JavaDoc ERR_ACCEPT_TASK_1 = "ERR_ACCEPT_TASK_1";
50
51     /** Message constant for key in the resource bundle. */
52     public static final String JavaDoc ERR_ACCESS_FILE_AS_FOLDER_1 = "ERR_ACCESS_FILE_AS_FOLDER_1";
53
54     /** Message constant for key in the resource bundle. */
55     public static final String JavaDoc ERR_ACCESS_FOLDER_AS_FILE_1 = "ERR_ACCESS_FOLDER_AS_FILE_1";
56
57     /** Message constant for key in the resource bundle. */
58     public static final String JavaDoc ERR_ACCESSING_POOL_1 = "ERR_ACCESSING_POOL_1";
59
60     /** Message constant for key in the resource bundle. */
61     public static final String JavaDoc ERR_ADD_USER_GROUP_FAILED_2 = "ERR_ADD_USER_GROUP_FAILED_2";
62
63     /** Message constant for key in the resource bundle. */
64     public static final String JavaDoc ERR_ADD_USER_WEB_1 = "ERR_ADD_USER_WEB_1";
65
66     /** Message constant for key in the resource bundle. */
67     public static final String JavaDoc ERR_ADMIN_REMOVED_FROM_ADMINISTRATORS_0 = "ERR_ADMIN_REMOVED_FROM_ADMINISTRATORS_0";
68
69     /** Message constant for key in the resource bundle. */
70     public static final String JavaDoc ERR_BACKUP_PROJECT_4 = "ERR_BACKUP_PROJECT_4";
71
72     /** Message constant for key in the resource bundle. */
73     public static final String JavaDoc ERR_BAD_RESOURCENAME_1 = "ERR_BAD_RESOURCENAME_1";
74
75     /** Message constant for key in the resource bundle. */
76     public static final String JavaDoc ERR_BAD_USER_1 = "ERR_BAD_USER_1";
77
78     /** Message constant for key in the resource bundle. */
79     public static final String JavaDoc ERR_CHANGE_LAST_MODIFIED_RESOURCE_IN_PROJECT_1 = "ERR_CHANGE_LAST_MODIFIED_RESOURCE_IN_PROJECT_1";
80
81     /** Message constant for key in the resource bundle. */
82     public static final String JavaDoc ERR_CHANGE_LOCK_OF_RESOURCE_1 = "ERR_CHANGE_LOCK_OF_RESOURCE_1";
83
84     /** Message constant for key in the resource bundle. */
85     public static final String JavaDoc ERR_CHANGE_LOCK_UNLOCKED_RESOURCE_1 = "ERR_CHANGE_LOCK_UNLOCKED_RESOURCE_1";
86
87     /** Message constant for key in the resource bundle. */
88     public static final String JavaDoc ERR_CHANGE_RESOURCE_FLAGS_1 = "ERR_CHANGE_RESOURCE_FLAGS_1";
89
90     /** Message constant for key in the resource bundle. */
91     public static final String JavaDoc ERR_CHANGE_RESOURCE_TYPE_1 = "ERR_CHANGE_RESOURCE_TYPE_1";
92
93     /** Message constant for key in the resource bundle. */
94     public static final String JavaDoc ERR_CHANGE_RESOURCES_IN_FOLDER_WITH_PROP_4 = "ERR_CHANGE_RESOURCES_IN_FOLDER_WITH_PROP_4";
95
96     /** Message constant for key in the resource bundle. */
97     public static final String JavaDoc ERR_CHANGE_USER_TYPE_WITH_ID_1 = "ERR_CHANGE_USER_TYPE_WITH_ID_1";
98
99     /** Message constant for key in the resource bundle. */
100     public static final String JavaDoc ERR_CHANGE_USER_TYPE_WITH_NAME_1 = "ERR_CHANGE_USER_TYPE_WITH_NAME_1";
101
102     /** Message constant for key in the resource bundle. */
103     public static final String JavaDoc ERR_CLOSE_BACKUP_DRIVER_0 = "ERR_CLOSE_BACKUP_DRIVER_0";
104
105     /** Message constant for key in the resource bundle. */
106     public static final String JavaDoc ERR_CLOSE_PROJECT_DRIVER_0 = "ERR_CLOSE_PROJECT_DRIVER_0";
107
108     /** Message constant for key in the resource bundle. */
109     public static final String JavaDoc ERR_CLOSE_USER_DRIVER_0 = "ERR_CLOSE_USER_DRIVER_0";
110
111     /** Message constant for key in the resource bundle. */
112     public static final String JavaDoc ERR_CLOSE_VFS_DRIVER_0 = "ERR_CLOSE_VFS_DRIVER_0";
113
114     /** Message constant for key in the resource bundle. */
115     public static final String JavaDoc ERR_CLOSE_WORKFLOW_DRIVER_0 = "ERR_CLOSE_WORKFLOW_DRIVER_0";
116
117     /** Message constant for key in the resource bundle. */
118     public static final String JavaDoc ERR_CONSTRAINT_DELETE_GROUP_DEFAULT_1 = "ERR_CONSTRAINT_DELETE_GROUP_DEFAULT_1";
119
120     /** Message constant for key in the resource bundle. */
121     public static final String JavaDoc ERR_COPY_ACE_2 = "ERR_COPY_ACE_2";
122
123     /** Message constant for key in the resource bundle. */
124     public static final String JavaDoc ERR_COPY_RESOURCE_2 = "ERR_COPY_RESOURCE_2";
125
126     /** Message constant for key in the resource bundle. */
127     public static final String JavaDoc ERR_COPY_RESOURCE_TO_PROJECT_2 = "ERR_COPY_RESOURCE_TO_PROJECT_2";
128
129     /** Message constant for key in the resource bundle. */
130     public static final String JavaDoc ERR_COUNT_LOCKED_RESOURCES_FOLDER_1 = "ERR_COUNT_LOCKED_RESOURCES_FOLDER_1";
131
132     /** Message constant for key in the resource bundle. */
133     public static final String JavaDoc ERR_COUNT_LOCKED_RESOURCES_PROJECT_2 = "ERR_COUNT_LOCKED_RESOURCES_PROJECT_2";
134
135     /** Message constant for key in the resource bundle. */
136     public static final String JavaDoc ERR_CREATE_GROUP_1 = "ERR_CREATE_GROUP_1";
137
138     /** Message constant for key in the resource bundle. */
139     public static final String JavaDoc ERR_CREATE_PROJECT_1 = "ERR_CREATE_PROJECT_1";
140
141     /** Message constant for key in the resource bundle. */
142     public static final String JavaDoc ERR_CREATE_PROJECT_ONLINE_PROJECT_NAME_1 = "ERR_CREATE_PROJECT_ONLINE_PROJECT_NAME_1";
143
144     /** Message constant for key in the resource bundle. */
145     public static final String JavaDoc ERR_CREATE_PROPDEF_1 = "ERR_CREATE_PROPDEF_1";
146
147     /** Message constant for key in the resource bundle. */
148     public static final String JavaDoc ERR_CREATE_RESOURCE_1 = "ERR_CREATE_RESOURCE_1";
149
150     /** Message constant for key in the resource bundle. */
151     public static final String JavaDoc ERR_CREATE_SIBLING_1 = "ERR_CREATE_SIBLING_1";
152
153     /** Message constant for key in the resource bundle. */
154     public static final String JavaDoc ERR_CREATE_TASK_1 = "ERR_CREATE_TASK_1";
155
156     /** Message constant for key in the resource bundle. */
157     public static final String JavaDoc ERR_CREATE_TEMPFILE_PROJECT_0 = "ERR_CREATE_TEMPFILE_PROJECT_0";
158
159     /** Message constant for key in the resource bundle. */
160     public static final String JavaDoc ERR_CREATE_USER_1 = "ERR_CREATE_USER_1";
161
162     /** Message constant for key in the resource bundle. */
163     public static final String JavaDoc ERR_DB_OPERATION_0 = "ERR_DB_OPERATION_0";
164
165     /** Message constant for key in the resource bundle. */
166     public static final String JavaDoc ERR_DELETE_BACKUPS_2 = "ERR_DELETE_BACKUPS_2";
167
168     /** Message constant for key in the resource bundle. */
169     public static final String JavaDoc ERR_DELETE_GROUP_1 = "ERR_DELETE_GROUP_1";
170
171     /** Message constant for key in the resource bundle. */
172     public static final String JavaDoc ERR_DELETE_PROJECT_1 = "ERR_DELETE_PROJECT_1";
173
174     /** Message constant for key in the resource bundle. */
175     public static final String JavaDoc ERR_DELETE_PROPERTY_1 = "ERR_DELETE_PROPERTY_1";
176
177     /** Message constant for key in the resource bundle. */
178     public static final String JavaDoc ERR_DELETE_RESOURCE_1 = "ERR_DELETE_RESOURCE_1";
179
180     /** Message constant for key in the resource bundle. */
181     public static final String JavaDoc ERR_DELETE_STATEXP_PUBLISHED_RESOURCES_0 = "ERR_DELETE_STATEXP_PUBLISHED_RESOURCES_0";
182
183     /** Message constant for key in the resource bundle. */
184     public static final String JavaDoc ERR_DELETE_STATEXP_PUBLISHES_RESOURCE_1 = "ERR_DELETE_STATEXP_PUBLISHES_RESOURCE_1";
185
186     /** Message constant for key in the resource bundle. */
187     public static final String JavaDoc ERR_DELETE_USER_1 = "ERR_DELETE_USER_1";
188
189     /** Message constant for key in the resource bundle. */
190     public static final String JavaDoc ERR_DIRECT_PUBLISH_NO_PERMISSIONS_1 = "ERR_DIRECT_PUBLISH_NO_PERMISSIONS_1";
191
192     /** Message contant for key in the resource bundle. */
193     public static final String JavaDoc ERR_DIRECT_PUBLISH_PARENT_DELETED_2 = "ERR_DIRECT_PUBLISH_PARENT_DELETED_2";
194
195     /** Message contant for key in the resource bundle. */
196     public static final String JavaDoc ERR_DIRECT_PUBLISH_PARENT_NEW_2 = "ERR_DIRECT_PUBLISH_PARENT_NEW_2";
197
198     /** Message constant for key in the resource bundle. */
199     public static final String JavaDoc ERR_END_TASK_1 = "ERR_END_TASK_1";
200
201     /** Message constant for key in the resource bundle. */
202     public static final String JavaDoc ERR_ERROR_INITIALIZING_DRIVER_1 = "ERR_ERROR_INITIALIZING_DRIVER_1";
203
204     /** Message constant for key in the resource bundle. */
205     public static final String JavaDoc ERR_FORWARD_TASK_3 = "ERR_FORWARD_TASK_3";
206
207     /** Message constant for key in the resource bundle. */
208     public static final String JavaDoc ERR_GET_ACL_ENTRIES_1 = "ERR_GET_ACL_ENTRIES_1";
209
210     /** Message constant for key in the resource bundle. */
211     public static final String JavaDoc ERR_GET_ALL_ACCESSIBLE_PROJECTS_1 = "ERR_GET_ALL_ACCESSIBLE_PROJECTS_1";
212
213     /** Message constant for key in the resource bundle. */
214     public static final String JavaDoc ERR_GET_ALL_MANAGEABLE_PROJECTS_1 = "ERR_GET_ALL_MANAGEABLE_PROJECTS_1";
215
216     /** Message constant for key in the resource bundle. */
217     public static final String JavaDoc ERR_GET_CHILD_GROUPS_1 = "ERR_GET_CHILD_GROUPS_1";
218
219     /** Message constant for key in the resource bundle. */
220     public static final String JavaDoc ERR_GET_CHILD_GROUPS_TRANSITIVE_1 = "ERR_GET_CHILD_GROUPS_TRANSITIVE_1";
221
222     /** Message constant for key in the resource bundle. */
223     public static final String JavaDoc ERR_GET_CONNECTION_1 = "ERR_GET_CONNECTION_1";
224
225     /** Message constant for key in the resource bundle. */
226     public static final String JavaDoc ERR_GET_DIRECT_GROUP_OF_USER_1 = "ERR_GET_DIRECT_GROUP_OF_USER_1";
227
228     /** Message constant for key in the resource bundle. */
229     public static final String JavaDoc ERR_GET_GROUPS_0 = "ERR_GET_GROUPS_0";
230
231     /** Message constant for key in the resource bundle. */
232     public static final String JavaDoc ERR_GET_GROUPS_OF_USER_1 = "ERR_GET_GROUPS_OF_USER_1";
233
234     /** Message constant for key in the resource bundle. */
235     public static final String JavaDoc ERR_GET_GROUPS_OF_USER_2 = "ERR_GET_GROUPS_OF_USER_2";
236
237     /** Message constant for key in the resource bundle. */
238     public static final String JavaDoc ERR_GET_LOCK_1 = "ERR_GET_LOCK_1";
239
240     /** Message constant for key in the resource bundle. */
241     public static final String JavaDoc ERR_GET_PARENT_GROUP_1 = "ERR_GET_PARENT_GROUP_1";
242
243     /** Message constant for key in the resource bundle. */
244     public static final String JavaDoc ERR_GET_PERMISSIONS_2 = "ERR_GET_PERMISSIONS_2";
245
246     /** Message constant for key in the resource bundle. */
247     public static final String JavaDoc ERR_GET_PUBLISH_LIST_DIRECT_1 = "ERR_GET_PUBLISH_LIST_DIRECT_1";
248
249     /** Message constant for key in the resource bundle. */
250     public static final String JavaDoc ERR_GET_PUBLISH_LIST_PROJECT_1 = "ERR_GET_PUBLISH_LIST_PROJECT_1";
251
252     /** Message constant for key in the resource bundle. */
253     public static final String JavaDoc ERR_GET_RESOURCES_IN_TIME_RANGE_3 = "ERR_GET_RESOURCES_IN_TIME_RANGE_3";
254
255     /** Message constant for key in the resource bundle. */
256     public static final String JavaDoc ERR_GET_TASK_PARAM_2 = "ERR_GET_TASK_PARAM_2";
257
258     /** Message constant for key in the resource bundle. */
259     public static final String JavaDoc ERR_GET_TASK_TYPE_1 = "ERR_GET_TASK_TYPE_1";
260
261     /** Message constant for key in the resource bundle. */
262     public static final String JavaDoc ERR_GET_USERS_0 = "ERR_GET_USERS_0";
263
264     /** Message constant for key in the resource bundle. */
265     public static final String JavaDoc ERR_GET_USERS_OF_GROUP_1 = "ERR_GET_USERS_OF_GROUP_1";
266
267     /** Message constant for key in the resource bundle. */
268     public static final String JavaDoc ERR_GET_USERS_OF_TYPE_1 = "ERR_GET_USERS_OF_TYPE_1";
269
270     /** Message constant for key in the resource bundle. */
271     public static final String JavaDoc ERR_GROUP_NOT_EMPTY_1 = "ERR_GROUP_NOT_EMPTY_1";
272
273     /** Message constant for key in the resource bundle. */
274     public static final String JavaDoc ERR_IMPORT_ACL_ENTRIES_1 = "ERR_IMPORT_ACL_ENTRIES_1";
275
276     /** Message constant for key in the resource bundle. */
277     public static final String JavaDoc ERR_IMPORT_FOLDER_1 = "ERR_IMPORT_FOLDER_1";
278
279     /** Message constant for key in the resource bundle. */
280     public static final String JavaDoc ERR_IMPORT_FOLDER_2 = "ERR_IMPORT_FOLDER_2";
281
282     /** Message constant for key in the resource bundle. */
283     public static final String JavaDoc ERR_IMPORT_RESOURCE_2 = "ERR_IMPORT_RESOURCE_2";
284
285     /** Message constant for key in the resource bundle. */
286     public static final String JavaDoc ERR_IMPORT_USER_9 = "ERR_IMPORT_USER_9";
287
288     /** Message constant for key in the resource bundle. */
289     public static final String JavaDoc ERR_INIT_CONN_POOL_1 = "ERR_INIT_CONN_POOL_1";
290
291     /** Message constant for key in the resource bundle. */
292     public static final String JavaDoc ERR_INIT_DRIVER_MANAGER_1 = "ERR_INIT_DRIVER_MANAGER_1";
293
294     /** Message constant for key in the resource bundle. */
295     public static final String JavaDoc ERR_LOCK_RESOURCE_2 = "ERR_LOCK_RESOURCE_2";
296
297     /** Message constant for key in the resource bundle. */
298     public static final String JavaDoc ERR_LOGIN_MESSAGE_BAD_END_TIME_0 = "ERR_LOGIN_MESSAGE_BAD_END_TIME_0";
299
300     /** Message constant for key in the resource bundle. */
301     public static final String JavaDoc ERR_LOGIN_MESSAGE_BAD_MESSAGE_0 = "ERR_LOGIN_MESSAGE_BAD_MESSAGE_0";
302
303     /** Message constant for key in the resource bundle. */
304     public static final String JavaDoc ERR_LOGIN_MESSAGE_BAD_TIME_1 = "ERR_LOGIN_MESSAGE_BAD_TIME_1";
305
306     /** Message constant for key in the resource bundle. */
307     public static final String JavaDoc ERR_LOGIN_MESSAGE_FROZEN_0 = "ERR_LOGIN_MESSAGE_FROZEN_0";
308
309     /** Message constant for key in the resource bundle. */
310     public static final String JavaDoc ERR_MODE_ENUM_PARSE_2 = "ERR_MODE_ENUM_PARSE_2";
311
312     /** Message constant for key in the resource bundle. */
313     public static final String JavaDoc ERR_MOVE_TO_LOST_AND_FOUND_1 = "ERR_MOVE_TO_LOST_AND_FOUND_1";
314
315     /** Message constant for key in the resource bundle. */
316     public static final String JavaDoc ERR_NO_ZIPFILE_1 = "ERR_NO_ZIPFILE_1";
317
318     /** Message constant for key in the resource bundle. */
319     public static final String JavaDoc ERR_PERM_DENIED_2 = "ERR_PERM_DENIED_2";
320
321     /** Message constant for key in the resource bundle. */
322     public static final String JavaDoc ERR_PERM_FILTERED_1 = "ERR_PERM_FILTERED_1";
323
324     /** Message constant for key in the resource bundle. */
325     public static final String JavaDoc ERR_PERM_NOTLOCKED_2 = "ERR_PERM_NOTLOCKED_2";
326
327     /** Message constant for key in the resource bundle. */
328     public static final String JavaDoc ERR_PROCESS_DB_CONTEXT_0 = "ERR_PROCESS_DB_CONTEXT_0";
329
330     /** Message constant for key in the resource bundle. */
331     public static final String JavaDoc ERR_PUBLISH_NO_CMS_FILE_1 = "ERR_PUBLISH_NO_CMS_FILE_1";
332
333     /** Message constant for key in the resource bundle. */
334     public static final String JavaDoc ERR_PUBLISH_NO_FOLDER_1 = "ERR_PUBLISH_NO_FOLDER_1";
335
336     /** Message constant for key in the resource bundle. */
337     public static final String JavaDoc ERR_PUBLISH_UNCHANGED_RESOURCE_1 = "ERR_PUBLISH_UNCHANGED_RESOURCE_1";
338
339     /** Message constant for key in the resource bundle. */
340     public static final String JavaDoc ERR_PWD_NEW_MISSING_0 = "ERR_PWD_NEW_MISSING_0";
341
342     /** Message constant for key in the resource bundle. */
343     public static final String JavaDoc ERR_PWD_OLD_MISSING_0 = "ERR_PWD_OLD_MISSING_0";
344
345     /** Message constant for key in the resource bundle. */
346     public static final String JavaDoc ERR_REACTIVATE_TASK_1 = "ERR_REACTIVATE_TASK_1";
347
348     /** Message constant for key in the resource bundle. */
349     public static final String JavaDoc ERR_READ_ALL_BKP_FILE_HEADERS_1 = "ERR_READ_ALL_BKP_FILE_HEADERS_1";
350
351     /** Message constant for key in the resource bundle. */
352     public static final String JavaDoc ERR_READ_ALL_PROPDEF_0 = "ERR_READ_ALL_PROPDEF_0";
353
354     /** Message constant for key in the resource bundle. */
355     public static final String JavaDoc ERR_READ_BKP_FILE_2 = "ERR_READ_BKP_FILE_2";
356
357     /** Message constant for key in the resource bundle. */
358     public static final String JavaDoc ERR_READ_BKP_PROJECT_2 = "ERR_READ_BKP_PROJECT_2";
359
360     /** Message constant for key in the resource bundle. */
361     public static final String JavaDoc ERR_READ_CHILD_GROUP_NO_PERMISSION_0 = "ERR_READ_CHILD_GROUP_NO_PERMISSION_0";
362
363     /** Message constant for key in the resource bundle. */
364     public static final String JavaDoc ERR_READ_CHILD_RESOURCES_1 = "ERR_READ_CHILD_RESOURCES_1";
365
366     /** Message constant for key in the resource bundle. */
367     public static final String JavaDoc ERR_READ_FILE_2 = "ERR_READ_FILE_2";
368
369     /** Message constant for key in the resource bundle. */
370     public static final String JavaDoc ERR_READ_FOLDER_2 = "ERR_READ_FOLDER_2";
371
372     /** Message constant for key in the resource bundle. */
373     public static final String JavaDoc ERR_READ_GIVEN_TASKS_3 = "ERR_READ_GIVEN_TASKS_3";
374
375     /** Message constant for key in the resource bundle. */
376     public static final String JavaDoc ERR_READ_GROUP_FOR_ID_1 = "ERR_READ_GROUP_FOR_ID_1";
377
378     /** Message constant for key in the resource bundle. */
379     public static final String JavaDoc ERR_READ_GROUP_FOR_NAME_1 = "ERR_READ_GROUP_FOR_NAME_1";
380
381     /** Message constant for key in the resource bundle. */
382     public static final String JavaDoc ERR_READ_GROUP_TASK_1 = "ERR_READ_GROUP_TASK_1";
383
384     /** Message constant for key in the resource bundle. */
385     public static final String JavaDoc ERR_READ_ORIGINAL_TASK_OWNER_2 = "ERR_READ_ORIGINAL_TASK_OWNER_2";
386
387     /** Message constant for key in the resource bundle. */
388     public static final String JavaDoc ERR_READ_OWNER_FOR_PROJECT_2 = "ERR_READ_OWNER_FOR_PROJECT_2";
389
390     /** Message constant for key in the resource bundle. */
391     public static final String JavaDoc ERR_READ_OWNER_FOR_TASK_2 = "ERR_READ_OWNER_FOR_TASK_2";
392
393     /** Message constant for key in the resource bundle. */
394     public static final String JavaDoc ERR_READ_OWNER_FOR_TASKLOG_1 = "ERR_READ_OWNER_FOR_TASKLOG_1";
395
396     /** Message constant for key in the resource bundle. */
397     public static final String JavaDoc ERR_READ_PATH_2 = "ERR_READ_PATH_2";
398
399     /** Message constant for key in the resource bundle. */
400     public static final String JavaDoc ERR_READ_PROJECT_FOR_ID_1 = "ERR_READ_PROJECT_FOR_ID_1";
401
402     /** Message constant for key in the resource bundle. */
403     public static final String JavaDoc ERR_READ_PROJECT_FOR_NAME_1 = "ERR_READ_PROJECT_FOR_NAME_1";
404
405     /** Message constant for key in the resource bundle. */
406     public static final String JavaDoc ERR_READ_PROJECT_FOR_TASK_2 = "ERR_READ_PROJECT_FOR_TASK_2";
407
408     /** Message constant for key in the resource bundle. */
409     public static final String JavaDoc ERR_READ_PROJECT_RESOURCES_2 = "ERR_READ_PROJECT_RESOURCES_2";
410
411     /** Message constant for key in the resource bundle. */
412     public static final String JavaDoc ERR_READ_PROJECT_VIEW_2 = "ERR_READ_PROJECT_VIEW_2";
413
414     /** Message constant for key in the resource bundle. */
415     public static final String JavaDoc ERR_READ_PROP_FOR_RESOURCE_2 = "ERR_READ_PROP_FOR_RESOURCE_2";
416
417     /** Message constant for key in the resource bundle. */
418     public static final String JavaDoc ERR_READ_PROPDEF_1 = "ERR_READ_PROPDEF_1";
419
420     /** Message constant for key in the resource bundle. */
421     public static final String JavaDoc ERR_READ_PROPS_FOR_RESOURCE_1 = "ERR_READ_PROPS_FOR_RESOURCE_1";
422
423     /** Message constant for key in the resource bundle. */
424     public static final String JavaDoc ERR_READ_PUBLISHED_RESOURCES_FOR_ID_1 = "ERR_READ_PUBLISHED_RESOURCES_FOR_ID_1";
425
426     /** Message constant for key in the resource bundle. */
427     public static final String JavaDoc ERR_READ_RESOURCE_1 = "ERR_READ_RESOURCE_1";
428
429     /** Message constant for key in the resource bundle. */
430     public static final String JavaDoc ERR_READ_RESOURCES_1 = "ERR_READ_RESOURCES_1";
431
432     /** Message constant for key in the resource bundle. */
433     public static final String JavaDoc ERR_READ_RESOURCES_FOR_PRINCIPAL_LOG_1 = "ERR_READ_RESOURCES_FOR_PRINCIPAL_LOG_1";
434
435     /** Message constant for key in the resource bundle. */
436     public static final String JavaDoc ERR_READ_RESOURCES_FOR_PROP_SET_2 = "ERR_READ_RESOURCES_FOR_PROP_SET_2";
437
438     /** Message constant for key in the resource bundle. */
439     public static final String JavaDoc ERR_READ_RESOURCES_FOR_PROP_VALUE_3 = "ERR_READ_RESOURCES_FOR_PROP_VALUE_3";
440
441     /** Message constant for key in the resource bundle. */
442     public static final String JavaDoc ERR_READ_RESOURCES_WITH_TYPE_2 = "ERR_READ_RESOURCES_WITH_TYPE_2";
443
444     /** Message constant for key in the resource bundle. */
445     public static final String JavaDoc ERR_READ_RESPONSIBLE_USERS_1 = "ERR_READ_RESPONSIBLE_USERS_1";
446
447     /** Message constant for key in the resource bundle. */
448     public static final String JavaDoc ERR_READ_SIBLINGS_1 = "ERR_READ_SIBLINGS_1";
449
450     /** Message constant for key in the resource bundle. */
451     public static final String JavaDoc ERR_READ_STATEXP_PUBLISHED_RESOURCE_PARAMS_1 = "ERR_READ_STATEXP_PUBLISHED_RESOURCE_PARAMS_1";
452
453     /** Message constant for key in the resource bundle. */
454     public static final String JavaDoc ERR_READ_STATEXP_RESOURCES_1 = "ERR_READ_STATEXP_RESOURCES_1";
455
456     /** Message constant for key in the resource bundle. */
457     public static final String JavaDoc ERR_READ_TASK_FOR_ID_1 = "ERR_READ_TASK_FOR_ID_1";
458
459     /** Message constant for key in the resource bundle. */
460     public static final String JavaDoc ERR_READ_TASK_FOR_PROJECT_AND_ROLE_AND_TYPE_3 = "ERR_READ_TASK_FOR_PROJECT_AND_ROLE_AND_TYPE_3";
461
462     /** Message constant for key in the resource bundle. */
463     public static final String JavaDoc ERR_READ_TASK_FOR_PROJECT_AND_TYPE_2 = "ERR_READ_TASK_FOR_PROJECT_AND_TYPE_2";
464
465     /** Message constant for key in the resource bundle. */
466     public static final String JavaDoc ERR_READ_TASK_FOR_PROJECT_AND_USER_AND_TYPE_3 = "ERR_READ_TASK_FOR_PROJECT_AND_USER_AND_TYPE_3";
467
468     /** Message constant for key in the resource bundle. */
469     public static final String JavaDoc ERR_READ_TASK_OWNER_2 = "ERR_READ_TASK_OWNER_2";
470
471     /** Message constant for key in the resource bundle. */
472     public static final String JavaDoc ERR_READ_TASKLOGS_FOR_ID_1 = "ERR_READ_TASKLOGS_FOR_ID_1";
473
474     /** Message constant for key in the resource bundle. */
475     public static final String JavaDoc ERR_READ_TASKLOGS_FOR_PROJECT_1 = "ERR_READ_TASKLOGS_FOR_PROJECT_1";
476
477     /** Message constant for key in the resource bundle. */
478     public static final String JavaDoc ERR_READ_USER_FOR_ID_1 = "ERR_READ_USER_FOR_ID_1";
479
480     /** Message constant for key in the resource bundle. */
481     public static final String JavaDoc ERR_READ_USER_FOR_NAME_1 = "ERR_READ_USER_FOR_NAME_1";
482
483     /** Message constant for key in the resource bundle. */
484     public static final String JavaDoc ERR_READ_USER_WEB_1 = "ERR_READ_USER_WEB_1";
485
486     /** Message constant for key in the resource bundle. */
487     public static final String JavaDoc ERR_READ_USERS_NO_PERMISSION_0 = "ERR_READ_USERS_NO_PERMISSION_0";
488
489     /** Message constant for key in the resource bundle. */
490     public static final String JavaDoc ERR_REMOVE_ACL_ENTRY_2 = "ERR_REMOVE_ACL_ENTRY_2";
491
492     /** Message constant for key in the resource bundle. */
493     public static final String JavaDoc ERR_REMOVE_USER_FROM_GROUP_2 = "ERR_REMOVE_USER_FROM_GROUP_2";
494
495     /** Message constant for key in the resource bundle. */
496     public static final String JavaDoc ERR_REPLACE_RESOURCE_1 = "ERR_REPLACE_RESOURCE_1";
497
498     /** Message constant for key in the resource bundle. */
499     public static final String JavaDoc ERR_RESET_PASSWORD_1 = "ERR_RESET_PASSWORD_1";
500
501     /** Message constant for key in the resource bundle. */
502     public static final String JavaDoc ERR_RESTORE_RESOURCE_2 = "ERR_RESTORE_RESOURCE_2";
503
504     /** Message constant for key in the resource bundle. */
505     public static final String JavaDoc ERR_SET_DATE_EXPIRED_2 = "ERR_SET_DATE_EXPIRED_2";
506
507     /** Message constant for key in the resource bundle. */
508     public static final String JavaDoc ERR_SET_DATE_LAST_MODIFIED_2 = "ERR_SET_DATE_LAST_MODIFIED_2";
509
510     /** Message constant for key in the resource bundle. */
511     public static final String JavaDoc ERR_SET_DATE_RELEASED_2 = "ERR_SET_DATE_RELEASED_2";
512
513     /** Message constant for key in the resource bundle. */
514     public static final String JavaDoc ERR_SET_PARENT_GROUP_2 = "ERR_SET_PARENT_GROUP_2";
515
516     /** Message constant for key in the resource bundle. */
517     public static final String JavaDoc ERR_SET_PASSWORD_1 = "ERR_SET_PASSWORD_1";
518
519     /** Message constant for key in the resource bundle. */
520     public static final String JavaDoc ERR_SET_TASK_NAME_2 = "ERR_SET_TASK_NAME_2";
521
522     /** Message constant for key in the resource bundle. */
523     public static final String JavaDoc ERR_SET_TASK_PARAM_3 = "ERR_SET_TASK_PARAM_3";
524
525     /** Message constant for key in the resource bundle. */
526     public static final String JavaDoc ERR_SET_TASK_PRIORITY_2 = "ERR_SET_TASK_PRIORITY_2";
527
528     /** Message constant for key in the resource bundle. */
529     public static final String JavaDoc ERR_SET_TASK_TIMEOUT_2 = "ERR_SET_TASK_TIMEOUT_2";
530
531     /** Message constant for key in the resource bundle. */
532     public static final String JavaDoc ERR_UNDO_CHANGES_FOR_RESOURCE_1 = "ERR_UNDO_CHANGES_FOR_RESOURCE_1";
533
534     /** Message constant for key in the resource bundle. */
535     public static final String JavaDoc ERR_UNDO_CHANGES_FOR_RESOURCE_NEW_0 = "ERR_UNDO_CHANGES_FOR_RESOURCE_NEW_0";
536
537     /** Message constant for key in the resource bundle. */
538     public static final String JavaDoc ERR_UNKNOWN_GROUP_1 = "ERR_UNKNOWN_GROUP_1";
539
540     /** Message constant for key in the resource bundle. */
541     public static final String JavaDoc ERR_UNKNOWN_POOL_URL_1 = "ERR_UNKNOWN_POOL_URL_1";
542
543     /** Message constant for key in the resource bundle. */
544     public static final String JavaDoc ERR_UNKNOWN_USER_1 = "ERR_UNKNOWN_USER_1";
545
546     /** Message constant for key in the resource bundle. */
547     public static final String JavaDoc ERR_UNLOCK_ALL_PROJECT_LOCKED_1 = "ERR_UNLOCK_ALL_PROJECT_LOCKED_1";
548
549     /** Message constant for key in the resource bundle. */
550     public static final String JavaDoc ERR_UNLOCK_PROJECT_2 = "ERR_UNLOCK_PROJECT_2";
551
552     /** Message constant for key in the resource bundle. */
553     public static final String JavaDoc ERR_UNLOCK_RESOURCE_2 = "ERR_UNLOCK_RESOURCE_2";
554
555     /** Message constant for key in the resource bundle. */
556     public static final String JavaDoc ERR_UNSUPPORTED_OPERATION_2 = "ERR_UNSUPPORTED_OPERATION_2";
557
558     /** Message constant for key in the resource bundle. */
559     public static final String JavaDoc ERR_USER_CANT_DELETE_ITSELF_USER_0 = "ERR_USER_CANT_DELETE_ITSELF_USER_0";
560
561     /** Message constant for key in the resource bundle. */
562     public static final String JavaDoc ERR_USER_GROUP_NAMES_EMPTY_0 = "ERR_USER_GROUP_NAMES_EMPTY_0";
563
564     /** Message constant for key in the resource bundle. */
565     public static final String JavaDoc ERR_USER_IN_GROUP_2 = "ERR_USER_IN_GROUP_2";
566
567     /** Message constant for key in the resource bundle. */
568     public static final String JavaDoc ERR_USER_NOT_IN_GROUP_2 = "ERR_USER_NOT_IN_GROUP_2";
569
570     /** Message constant for key in the resource bundle. */
571     public static final String JavaDoc ERR_USERNAME_PASSWORD_MISMATCH_1 = "ERR_USERNAME_PASSWORD_MISMATCH_1";
572
573     /** Message constant for key in the resource bundle. */
574     public static final String JavaDoc ERR_VFS_FOLDERS_DONT_SUPPORT_SIBLINGS_0 = "ERR_VFS_FOLDERS_DONT_SUPPORT_SIBLINGS_0";
575
576     /** Message constant for key in the resource bundle. */
577     public static final String JavaDoc ERR_VFS_INVALID_PROPERTY_LIST_1 = "ERR_VFS_INVALID_PROPERTY_LIST_1";
578
579     /** Message constant for key in the resource bundle. */
580     public static final String JavaDoc ERR_WEBUSER_GROUP_1 = "ERR_WEBUSER_GROUP_1";
581
582     /** Message constant for key in the resource bundle. */
583     public static final String JavaDoc ERR_WRITE_ACL_ENTRY_1 = "ERR_WRITE_ACL_ENTRY_1";
584
585     /** Message constant for key in the resource bundle. */
586     public static final String JavaDoc ERR_WRITE_FILE_1 = "ERR_WRITE_FILE_1";
587
588     /** Message constant for key in the resource bundle. */
589     public static final String JavaDoc ERR_WRITE_GROUP_1 = "ERR_WRITE_GROUP_1";
590
591     /** Message constant for key in the resource bundle. */
592     public static final String JavaDoc ERR_WRITE_PROJECT_1 = "ERR_WRITE_PROJECT_1";
593
594     /** Message constant for key in the resource bundle. */
595     public static final String JavaDoc ERR_WRITE_PROP_2 = "ERR_WRITE_PROP_2";
596
597     /** Message constant for key in the resource bundle. */
598     public static final String JavaDoc ERR_WRITE_PROPS_1 = "ERR_WRITE_PROPS_1";
599
600     /** Message constant for key in the resource bundle. */
601     public static final String JavaDoc ERR_WRITE_RESOURCE_1 = "ERR_WRITE_RESOURCE_1";
602
603     /** Message constant for key in the resource bundle. */
604     public static final String JavaDoc ERR_WRITE_STATEXP_PUBLISHED_RESOURCES_3 = "ERR_WRITE_STATEXP_PUBLISHED_RESOURCES_3";
605
606     /** Message constant for key in the resource bundle. */
607     public static final String JavaDoc ERR_WRITE_TASK_LOG_1 = "ERR_WRITE_TASK_LOG_1";
608
609     /** Message constant for key in the resource bundle. */
610     public static final String JavaDoc ERR_WRITE_USER_1 = "ERR_WRITE_USER_1";
611
612     /** Message constant for key in the resource bundle. */
613     public static final String JavaDoc ERR_WRITE_WEB_USER_1 = "ERR_WRITE_WEB_USER_1";
614
615     /** Message constant for key in the resource bundle. */
616     public static final String JavaDoc ERR_WRITE_WEB_USER_CONSTRAINT_0 = "ERR_WRITE_WEB_USER_CONSTRAINT_0";
617
618     /** Message constant for key in the resource bundle. */
619     public static final String JavaDoc GUI_WORKPLACE_TEMPFILE_PROJECT_DESC_0 = "GUI_WORKPLACE_TEMPFILE_PROJECT_DESC_0";
620
621     /** Message constant for key in the resource bundle. */
622     public static final String JavaDoc INIT_ADMIN_GROUP_1 = "INIT_ADMIN_GROUP_1";
623
624     /** Message constant for key in the resource bundle. */
625     public static final String JavaDoc INIT_ADMIN_USER_1 = "INIT_ADMIN_USER_1";
626
627     /** Message constant for key in the resource bundle. */
628     public static final String JavaDoc INIT_CHECKING_DEFAULT_USER_NAMES_0 = "INIT_CHECKING_DEFAULT_USER_NAMES_0";
629
630     /** Message constant for key in the resource bundle. */
631     public static final String JavaDoc INIT_CLOSE_CONN_POOL_1 = "INIT_CLOSE_CONN_POOL_1";
632
633     /** Message constant for key in the resource bundle. */
634     public static final String JavaDoc INIT_DEFAULT_USER_NAMES_INITIALIZED_0 = "INIT_DEFAULT_USER_NAMES_INITIALIZED_0";
635
636     /** Message constant for key in the resource bundle. */
637     public static final String JavaDoc INIT_DELETED_RESOURCE_USER_1 = "INIT_DELETED_RESOURCE_USER_1";
638
639     /** Message constant for key in the resource bundle. */
640     public static final String JavaDoc INIT_DRIVER_INIT_FINISHED_0 = "INIT_DRIVER_INIT_FINISHED_0";
641
642     /** Message constant for key in the resource bundle. */
643     public static final String JavaDoc INIT_DRIVER_INIT_FINISHED_1 = "INIT_DRIVER_INIT_FINISHED_1";
644
645     /** Message constant for key in the resource bundle. */
646     public static final String JavaDoc INIT_DRIVER_INITIALIZING_1 = "INIT_DRIVER_INITIALIZING_1";
647
648     /** Message constant for key in the resource bundle. */
649     public static final String JavaDoc INIT_DRIVER_MANAGER_DESTROY_1 = "INIT_DRIVER_MANAGER_DESTROY_1";
650
651     /** Message constant for key in the resource bundle. */
652     public static final String JavaDoc INIT_DRIVER_MANAGER_START_PHASE1_0 = "INIT_DRIVER_MANAGER_START_PHASE1_0";
653
654     /** Message constant for key in the resource bundle. */
655     public static final String JavaDoc INIT_DRIVER_MANAGER_START_PHASE2_0 = "INIT_DRIVER_MANAGER_START_PHASE2_0";
656
657     /** Message constant for key in the resource bundle. */
658     public static final String JavaDoc INIT_DRIVER_MANAGER_START_PHASE3_0 = "INIT_DRIVER_MANAGER_START_PHASE3_0";
659
660     /** Message constant for key in the resource bundle. */
661     public static final String JavaDoc INIT_DRIVER_MANAGER_START_PHASE4_0 = "INIT_DRIVER_MANAGER_START_PHASE4_0";
662
663     /** Message constant for key in the resource bundle. */
664     public static final String JavaDoc INIT_DRIVER_MANAGER_START_PHASE4_OK_0 = "INIT_DRIVER_MANAGER_START_PHASE4_OK_0";
665
666     /** Message constant for key in the resource bundle. */
667     public static final String JavaDoc INIT_DRIVER_MANAGER_START_POOLS_1 = "INIT_DRIVER_MANAGER_START_POOLS_1";
668
669     /** Message constant for key in the resource bundle. */
670     public static final String JavaDoc INIT_DRIVER_MANAGER_START_RT_0 = "INIT_DRIVER_MANAGER_START_RT_0";
671
672     /** Message constant for key in the resource bundle. */
673     public static final String JavaDoc INIT_DRIVER_START_1 = "INIT_DRIVER_START_1";
674
675     /** Message constant for key in the resource bundle. */
676     public static final String JavaDoc INIT_EXPORT_USER_1 = "INIT_EXPORT_USER_1";
677
678     /** Message constant for key in the resource bundle. */
679     public static final String JavaDoc INIT_GUEST_USER_1 = "INIT_GUEST_USER_1";
680
681     /** Message constant for key in the resource bundle. */
682     public static final String JavaDoc INIT_GUESTS_GROUP_1 = "INIT_GUESTS_GROUP_1";
683
684     /** Message constant for key in the resource bundle. */
685     public static final String JavaDoc INIT_JDBC_POOL_2 = "INIT_JDBC_POOL_2";
686
687     /** Message constant for key in the resource bundle. */
688     public static final String JavaDoc INIT_PROJECT_MANAGERS_GROUP_1 = "INIT_PROJECT_MANAGERS_GROUP_1";
689
690     /** Message constant for key in the resource bundle. */
691     public static final String JavaDoc INIT_SECURITY_MANAGER_INIT_0 = "INIT_SECURITY_MANAGER_INIT_0";
692
693     /** Message constant for key in the resource bundle. */
694     public static final String JavaDoc INIT_SECURITY_MANAGER_SHUTDOWN_1 = "INIT_SECURITY_MANAGER_SHUTDOWN_1";
695
696     /** Message constant for key in the resource bundle. */
697     public static final String JavaDoc INIT_USERS_GROUP_1 = "INIT_USERS_GROUP_1";
698
699     /** Message constant for key in the resource bundle. */
700     public static final String JavaDoc LOG_CHECK_RESOURCE_INSIDE_CURRENT_PROJECT_1 = "LOG_CHECK_RESOURCE_INSIDE_CURRENT_PROJECT_1";
701
702     /** Message constant for key in the resource bundle. */
703     public static final String JavaDoc LOG_CLOSE_CONN_POOL_ERROR_1 = "LOG_CLOSE_CONN_POOL_ERROR_1";
704
705     /** Message constant for key in the resource bundle. */
706     public static final String JavaDoc LOG_CMS_EVENT_1 = "LOG_CMS_EVENT_1";
707
708     /** Message constant for key in the resource bundle. */
709     public static final String JavaDoc LOG_CREATE_FOLDER_FAILED_1 = "LOG_CREATE_FOLDER_FAILED_1";
710
711     /** Message constant for key in the resource bundle. */
712     public static final String JavaDoc LOG_DELETE_TEMP_PROJECT_FAILED_1 = "LOG_DELETE_TEMP_PROJECT_FAILED_1";
713
714     /** Message constant for key in the resource bundle. */
715     public static final String JavaDoc LOG_EMPTY_PUBLISH_HISTORY_1 = "LOG_EMPTY_PUBLISH_HISTORY_1";
716
717     /** Message constant for key in the resource bundle. */
718     public static final String JavaDoc LOG_ERR_DRIVER_MANAGER_CLOSE_0 = "LOG_ERR_DRIVER_MANAGER_CLOSE_0";
719
720     /** Message constant for key in the resource bundle. */
721     public static final String JavaDoc LOG_ERR_DRIVER_MANAGER_START_0 = "LOG_ERR_DRIVER_MANAGER_START_0";
722
723     /** Message constant for key in the resource bundle. */
724     public static final String JavaDoc LOG_GET_TIMESTAMP_2 = "LOG_GET_TIMESTAMP_2";
725
726     /** Message constant for key in the resource bundle. */
727     public static final String JavaDoc LOG_NO_EXPORT_POINTS_CONFIGURED_0 = "LOG_NO_EXPORT_POINTS_CONFIGURED_0";
728
729     /** Message constant for key in the resource bundle. */
730     public static final String JavaDoc LOG_NO_PERMISSION_RESOURCE_USER_4 = "LOG_NO_PERMISSION_RESOURCE_USER_4";
731
732     /** Message constant for key in the resource bundle. */
733     public static final String JavaDoc LOG_UPDATE_EXORT_POINTS_ERROR_0 = "LOG_UPDATE_EXORT_POINTS_ERROR_0";
734
735     /** Message constant for key in the resource bundle. */
736     public static final String JavaDoc LOG_WRITE_EXPORT_POINT_1 = "LOG_WRITE_EXPORT_POINT_1";
737
738     /** Message constant for key in the resource bundle. */
739     public static final String JavaDoc LOG_WRITE_EXPORT_POINT_FAILED_1 = "LOG_WRITE_EXPORT_POINT_FAILED_1";
740
741     /** Message constant for key in the resource bundle. */
742     public static final String JavaDoc LOG_WRITE_EXPORT_POINTS_ERROR_0 = "LOG_WRITE_EXPORT_POINTS_ERROR_0";
743
744     /** Message constant for key in the resource bundle. */
745     public static final String JavaDoc RPT_CHECKING_0 = "RPT_CHECKING_0";
746
747     /** Message constant for key in the resource bundle. */
748     public static final String JavaDoc RPT_DELETE_NOTHING_0 = "RPT_DELETE_NOTHING_0";
749
750     /** Message constant for key in the resource bundle. */
751     public static final String JavaDoc RPT_DELETE_VERSIONS_0 = "RPT_DELETE_VERSIONS_0";
752
753     /** Message constant for key in the resource bundle. */
754     public static final String JavaDoc RPT_EXPORT_POINTS_DELETE_0 = "RPT_EXPORT_POINTS_DELETE_0";
755
756     /** Message constant for key in the resource bundle. */
757     public static final String JavaDoc RPT_EXPORT_POINTS_WRITE_0 = "RPT_EXPORT_POINTS_WRITE_0";
758
759     /** Message constant for key in the resource bundle. */
760     public static final String JavaDoc RPT_EXPORT_POINTS_WRITE_BEGIN_0 = "RPT_EXPORT_POINTS_WRITE_BEGIN_0";
761
762     /** Message constant for key in the resource bundle. */
763     public static final String JavaDoc RPT_EXPORT_POINTS_WRITE_END_0 = "RPT_EXPORT_POINTS_WRITE_END_0";
764
765     /** Message constant for key in the resource bundle. */
766     public static final String JavaDoc RPT_PARENT_FOLDER_NOT_PUBLISHED_1 = "RPT_PARENT_FOLDER_NOT_PUBLISHED_1";
767
768     /** Name of the used resource bundle. */
769     private static final String JavaDoc BUNDLE_NAME = "org.opencms.db.messages";
770
771     /** Static instance member. */
772     private static final I_CmsMessageBundle INSTANCE = new Messages();
773
774     /**
775      * Hides the public constructor for this utility class.<p>
776      */

777     private Messages() {
778
779         // hide the constructor
780
}
781
782     /**
783      * Returns an instance of this localized message accessor.<p>
784      *
785      * @return an instance of this localized message accessor
786      */

787     public static I_CmsMessageBundle get() {
788
789         return INSTANCE;
790     }
791
792     /**
793      * Returns the bundle name for this OpenCms package.<p>
794      *
795      * @return the bundle name for this OpenCms package
796      */

797     public String JavaDoc getBundleName() {
798
799         return BUNDLE_NAME;
800     }
801 }
802
Popular Tags