Source Code Cross Referenced for Messages.java in  » Content-Management-System » opencms » org » opencms » importexport » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Content Management System » opencms » org.opencms.importexport 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * File   : $Source: /usr/local/cvs/opencms/src/org/opencms/importexport/Messages.java,v $
003:         * Date   : $Date: 2008-02-27 12:05:48 $
004:         * Version: $Revision: 1.17 $
005:         *
006:         * This library is part of OpenCms -
007:         * the Open Source Content Management System
008:         *
009:         * Copyright (c) 2002 - 2008 Alkacon Software GmbH (http://www.alkacon.com)
010:         *
011:         * This library is free software; you can redistribute it and/or
012:         * modify it under the terms of the GNU Lesser General Public
013:         * License as published by the Free Software Foundation; either
014:         * version 2.1 of the License, or (at your option) any later version.
015:         *
016:         * This library is distributed in the hope that it will be useful,
017:         * but WITHOUT ANY WARRANTY; without even the implied warranty of
018:         * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
019:         * Lesser General Public License for more details.
020:         *
021:         * For further information about Alkacon Software GmbH, please see the
022:         * company website: http://www.alkacon.com
023:         *
024:         * For further information about OpenCms, please see the
025:         * project website: http://www.opencms.org
026:         * 
027:         * You should have received a copy of the GNU Lesser General Public
028:         * License along with this library; if not, write to the Free Software
029:         * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
030:         */
031:
032:        package org.opencms.importexport;
033:
034:        import org.opencms.i18n.A_CmsMessageBundle;
035:        import org.opencms.i18n.I_CmsMessageBundle;
036:
037:        /**
038:         * Convenience class to access the localized messages of this OpenCms package.<p> 
039:         * 
040:         * @author Thomas Weckert  
041:         * @author Jan Baudisch 
042:         * 
043:         * @version $Revision: 1.17 $ 
044:         * 
045:         * @since 6.0.0 
046:         */
047:        public final class Messages extends A_CmsMessageBundle {
048:
049:            /** Message constant for key in the resource bundle. */
050:            public static final String ERR_BAD_CONTENT_AGE_1 = "ERR_BAD_CONTENT_AGE_1";
051:
052:            /** Message constant for key in the resource bundle. */
053:            public static final String ERR_BAD_FILE_NAME_1 = "ERR_BAD_FILE_NAME_1";
054:
055:            /** Message constant for key in the resource bundle. */
056:            public static final String ERR_BODY_CONTENT_NOT_FOUND_0 = "ERR_BODY_CONTENT_NOT_FOUND_0";
057:
058:            /** Message constant for key in the resource bundle. */
059:            public static final String ERR_IMPORTEXPORT_ERROR_ADDING_CHILD_RESOURCES_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_CHILD_RESOURCES_1";
060:
061:            /** Message constant for key in the resource bundle. */
062:            public static final String ERR_IMPORTEXPORT_ERROR_ADDING_FILE_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_FILE_1";
063:
064:            /** Message constant for key in the resource bundle. */
065:            public static final String ERR_IMPORTEXPORT_ERROR_ADDING_PARENT_FOLDERS_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_PARENT_FOLDERS_1";
066:
067:            /** Message constant for key in the resource bundle. */
068:            public static final String ERR_IMPORTEXPORT_ERROR_ADDING_RELATION_TO_RESOURCE_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_RELATION_TO_RESOURCE_1";
069:
070:            /** Message constant for key in the resource bundle. */
071:            public static final String ERR_IMPORTEXPORT_ERROR_APPENDING_RESOURCE_TO_MANIFEST_1 = "ERR_IMPORTEXPORT_ERROR_APPENDING_RESOURCE_TO_MANIFEST_1";
072:
073:            /** Message constant for key in the resource bundle. */
074:            public static final String ERR_IMPORTEXPORT_ERROR_CANNOT_MERGE_PAGE_FILE_3 = "ERR_IMPORTEXPORT_ERROR_CANNOT_MERGE_PAGE_FILE_3";
075:
076:            /** Message constant for key in the resource bundle. */
077:            public static final String ERR_IMPORTEXPORT_ERROR_CLOSING_ZIP_ARCHIVE_1 = "ERR_IMPORTEXPORT_ERROR_CLOSING_ZIP_ARCHIVE_1";
078:
079:            /** Message constant for key in the resource bundle. */
080:            public static final String ERR_IMPORTEXPORT_ERROR_COPYING_PROPERTY_DEFINITIONS_0 = "ERR_IMPORTEXPORT_ERROR_COPYING_PROPERTY_DEFINITIONS_0";
081:
082:            /** Message constant for key in the resource bundle. */
083:            public static final String ERR_IMPORTEXPORT_ERROR_CREATING_DIGEST_1 = "ERR_IMPORTEXPORT_ERROR_CREATING_DIGEST_1";
084:
085:            /** Message constant for key in the resource bundle. */
086:            public static final String ERR_IMPORTEXPORT_ERROR_CREATING_ZIP_ENTRY_FOR_VFS_RESOURCE_1 = "ERR_IMPORTEXPORT_ERROR_CREATING_ZIP_ENTRY_FOR_VFS_RESOURCE_1";
087:
088:            /** Message constant for key in the resource bundle. */
089:            public static final String ERR_IMPORTEXPORT_ERROR_EXPORTING_TO_FILE_1 = "ERR_IMPORTEXPORT_ERROR_EXPORTING_TO_FILE_1";
090:
091:            /** Message constant for key in the resource bundle. */
092:            public static final String ERR_IMPORTEXPORT_ERROR_EXPORTING_USER_1 = "ERR_IMPORTEXPORT_ERROR_EXPORTING_USER_1";
093:
094:            /** Message constant for key in the resource bundle. */
095:            public static final String ERR_IMPORTEXPORT_ERROR_IMPORT_FILE_DOES_NOT_EXIST_1 = "ERR_IMPORTEXPORT_ERROR_IMPORT_FILE_DOES_NOT_EXIST_1";
096:
097:            /** Message constant for key in the resource bundle. */
098:            public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUP_1 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUP_1";
099:
100:            /** Message constant for key in the resource bundle. */
101:            public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUPS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUPS_0";
102:
103:            /** Message constant for key in the resource bundle. */
104:            public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_ORGUNITS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_ORGUNITS_0";
105:
106:            /** Message constant for key in the resource bundle. */
107:            public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_PROJECTS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_PROJECTS_0";
108:
109:            /** Message constant for key in the resource bundle. */
110:            public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCE_1 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCE_1";
111:
112:            /** Message constant for key in the resource bundle. */
113:            public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCES_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCES_0";
114:
115:            /** Message constant for key in the resource bundle. */
116:            public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_USER_1 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_USER_1";
117:
118:            /** Message constant for key in the resource bundle. */
119:            public static final String ERR_IMPORTEXPORT_ERROR_IMPORTING_USERS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_USERS_0";
120:
121:            /** Message constant for key in the resource bundle. */
122:            public static final String ERR_IMPORTEXPORT_ERROR_MERGING_PAGE_FILE_1 = "ERR_IMPORTEXPORT_ERROR_MERGING_PAGE_FILE_1";
123:
124:            /** Message constant for key in the resource bundle. */
125:            public static final String ERR_IMPORTEXPORT_ERROR_NO_HANDLER_FOUND_1 = "ERR_IMPORTEXPORT_ERROR_NO_HANDLER_FOUND_1";
126:
127:            /** Message constant for key in the resource bundle. */
128:            public static final String ERR_IMPORTEXPORT_ERROR_OPENING_ZIP_ARCHIVE_1 = "ERR_IMPORTEXPORT_ERROR_OPENING_ZIP_ARCHIVE_1";
129:
130:            /** Message constant for key in the resource bundle. */
131:            public static final String ERR_IMPORTEXPORT_ERROR_READING_FILE_1 = "ERR_IMPORTEXPORT_ERROR_READING_FILE_1";
132:
133:            /** Message constant for key in the resource bundle. */
134:            public static final String ERR_IMPORTEXPORT_ERROR_REMOVING_FOLDERS_OF_IMPORTED_BODY_FILES_0 = "ERR_IMPORTEXPORT_ERROR_REMOVING_FOLDERS_OF_IMPORTED_BODY_FILES_0";
135:
136:            /** Message constant for key in the resource bundle. */
137:            public static final String ERR_IMPORTEXPORT_FILE_NOT_FOUND_1 = "ERR_IMPORTEXPORT_FILE_NOT_FOUND_1";
138:
139:            /** Message constant for key in the resource bundle. */
140:            public static final String ERR_IMPORTEXPORT_LINK_CONVERSION_FAILED_2 = "ERR_IMPORTEXPORT_LINK_CONVERSION_FAILED_2";
141:
142:            /** Message constant for key in the resource bundle. */
143:            public static final String ERR_NOT_FOUND_ELEM_XMLTEMPLATE_0 = "ERR_NOT_FOUND_ELEM_XMLTEMPLATE_0";
144:
145:            /** Message constant for key in the resource bundle. */
146:            public static final String GUI_CMSIMPORTHANDLER_DEFAULT_DESC_0 = "GUI_CMSIMPORTHANDLER_DEFAULT_DESC_0";
147:
148:            /** Message constant for key in the resource bundle. */
149:            public static final String INIT_IMPORTEXPORT_ADDED_GROUP_TRANSLATION_2 = "INIT_IMPORTEXPORT_ADDED_GROUP_TRANSLATION_2";
150:
151:            /** Message constant for key in the resource bundle. */
152:            public static final String INIT_IMPORTEXPORT_ADDED_USER_TRANSLATION_2 = "INIT_IMPORTEXPORT_ADDED_USER_TRANSLATION_2";
153:
154:            /** Message constant for key in the resource bundle. */
155:            public static final String INIT_IMPORTEXPORT_INITIALIZING_0 = "INIT_IMPORTEXPORT_INITIALIZING_0";
156:
157:            /** Message constant for key in the resource bundle. */
158:            public static final String INIT_IMPORTEXPORT_OLD_CONTEXT_PATH_2 = "INIT_IMPORTEXPORT_OLD_CONTEXT_PATH_2";
159:
160:            /** Message constant for key in the resource bundle. */
161:            public static final String INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_DISABLED_0 = "INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_DISABLED_0";
162:
163:            /** Message constant for key in the resource bundle. */
164:            public static final String INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_ENABLED_0 = "INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_ENABLED_0";
165:
166:            /** Message constant for key in the resource bundle. */
167:            public static final String LOG_CONVERT_LINK_DOTS_OK_3 = "LOG_CONVERT_LINK_DOTS_OK_3";
168:
169:            /** Message constant for key in the resource bundle. */
170:            public static final String LOG_CONVERT_LINK_OK_3 = "LOG_CONVERT_LINK_OK_3";
171:
172:            /** Message constant for key in the resource bundle. */
173:            public static final String LOG_EXPORTING_OK_2 = "LOG_EXPORTING_OK_2";
174:
175:            /** Message constant for key in the resource bundle. */
176:            public static final String LOG_IMPORTEXPORT_ADDED_IMMUTABLE_RESOURCE_1 = "LOG_IMPORTEXPORT_ADDED_IMMUTABLE_RESOURCE_1";
177:
178:            /** Message constant for key in the resource bundle. */
179:            public static final String LOG_IMPORTEXPORT_ADDED_IMPORT_VERSION_1 = "LOG_IMPORTEXPORT_ADDED_IMPORT_VERSION_1";
180:
181:            /** Message constant for key in the resource bundle. */
182:            public static final String LOG_IMPORTEXPORT_ADDED_IMPORTEXPORT_HANDLER_1 = "LOG_IMPORTEXPORT_ADDED_IMPORTEXPORT_HANDLER_1";
183:
184:            /** Message constant for key in the resource bundle. */
185:            public static final String LOG_IMPORTEXPORT_ADDED_PRINCIPAL_TRANSLATION_3 = "LOG_IMPORTEXPORT_ADDED_PRINCIPAL_TRANSLATION_3";
186:
187:            /** Message constant for key in the resource bundle. */
188:            public static final String LOG_IMPORTEXPORT_CANNOT_CONVERT_XML_STRUCTURE_1 = "LOG_IMPORTEXPORT_CANNOT_CONVERT_XML_STRUCTURE_1";
189:
190:            /** Message constant for key in the resource bundle. */
191:            public static final String LOG_IMPORTEXPORT_END_CONVERTING_TO_XML_0 = "LOG_IMPORTEXPORT_END_CONVERTING_TO_XML_0";
192:
193:            /** Message constant for key in the resource bundle. */
194:            public static final String LOG_IMPORTEXPORT_END_IMPORTING_XML_PAGE_0 = "LOG_IMPORTEXPORT_END_IMPORTING_XML_PAGE_0";
195:
196:            /** Message constant for key in the resource bundle. */
197:            public static final String LOG_IMPORTEXPORT_END_MERGING_1 = "LOG_IMPORTEXPORT_END_MERGING_1";
198:
199:            /** Message constant for key in the resource bundle. */
200:            public static final String LOG_IMPORTEXPORT_ERROR_GETTING_WEBAPP_COMPATIBILITY_NAMES_0 = "LOG_IMPORTEXPORT_ERROR_GETTING_WEBAPP_COMPATIBILITY_NAMES_0";
201:
202:            /** Message constant for key in the resource bundle. */
203:            public static final String LOG_IMPORTEXPORT_ERROR_IMPORTING_ACE_1 = "LOG_IMPORTEXPORT_ERROR_IMPORTING_ACE_1";
204:
205:            /** Message constant for key in the resource bundle. */
206:            public static final String LOG_IMPORTEXPORT_ERROR_IMPORTING_RELATION_1 = "LOG_IMPORTEXPORT_ERROR_IMPORTING_RELATION_1";
207:
208:            /** Message constant for key in the resource bundle. */
209:            public static final String LOG_IMPORTEXPORT_ERROR_ON_TEST_IMMUTABLE_1 = "LOG_IMPORTEXPORT_ERROR_ON_TEST_IMMUTABLE_1";
210:
211:            /** Message constant for key in the resource bundle. */
212:            public static final String LOG_IMPORTEXPORT_ERROR_READING_MANIFEST_1 = "LOG_IMPORTEXPORT_ERROR_READING_MANIFEST_1";
213:
214:            /** Message constant for key in the resource bundle. */
215:            public static final String LOG_IMPORTEXPORT_FILE_NOT_FOUND_IN_ZIP_1 = "LOG_IMPORTEXPORT_FILE_NOT_FOUND_IN_ZIP_1";
216:
217:            /** Message constant for key in the resource bundle. */
218:            public static final String LOG_IMPORTEXPORT_IGNORING_PROPERTY_1 = "LOG_IMPORTEXPORT_IGNORING_PROPERTY_1";
219:
220:            /** Message constant for key in the resource bundle. */
221:            public static final String LOG_IMPORTEXPORT_IMMUTABLE_FLAG_SET_1 = "LOG_IMPORTEXPORT_IMMUTABLE_FLAG_SET_1";
222:
223:            /** Message constant for key in the resource bundle. */
224:            public static final String LOG_IMPORTEXPORT_IMMUTABLE_RESOURCES_SIZE_1 = "LOG_IMPORTEXPORT_IMMUTABLE_RESOURCES_SIZE_1";
225:
226:            /** Message constant for key in the resource bundle. */
227:            public static final String LOG_IMPORTEXPORT_ORIGINAL_RESOURCE_NAME_1 = "LOG_IMPORTEXPORT_ORIGINAL_RESOURCE_NAME_1";
228:
229:            /** Message constant for key in the resource bundle. */
230:            public static final String LOG_IMPORTEXPORT_RESOURCENAME_IMMUTABLE_1 = "LOG_IMPORTEXPORT_RESOURCENAME_IMMUTABLE_1";
231:
232:            /** Message constant for key in the resource bundle. */
233:            public static final String LOG_IMPORTEXPORT_REWRITING_1 = "LOG_IMPORTEXPORT_REWRITING_1";
234:
235:            /** Message constant for key in the resource bundle. */
236:            public static final String LOG_IMPORTEXPORT_SET_CONVERT_PARAMETER_1 = "LOG_IMPORTEXPORT_SET_CONVERT_PARAMETER_1";
237:
238:            /** Message constant for key in the resource bundle. */
239:            public static final String LOG_IMPORTEXPORT_SET_OLD_WEBAPP_URL_1 = "LOG_IMPORTEXPORT_SET_OLD_WEBAPP_URL_1";
240:
241:            /** Message constant for key in the resource bundle. */
242:            public static final String LOG_IMPORTEXPORT_SET_OVERWRITE_PARAMETER_1 = "LOG_IMPORTEXPORT_SET_OVERWRITE_PARAMETER_1";
243:
244:            /** Message constant for key in the resource bundle. */
245:            public static final String LOG_IMPORTEXPORT_START_CONVERTING_TO_XML_0 = "LOG_IMPORTEXPORT_START_CONVERTING_TO_XML_0";
246:
247:            /** Message constant for key in the resource bundle. */
248:            public static final String LOG_IMPORTEXPORT_START_IMPORTING_XML_PAGE_0 = "LOG_IMPORTEXPORT_START_IMPORTING_XML_PAGE_0";
249:
250:            /** Message constant for key in the resource bundle. */
251:            public static final String LOG_IMPORTEXPORT_START_MERGING_1 = "LOG_IMPORTEXPORT_START_MERGING_1";
252:
253:            /** Message constant for key in the resource bundle. */
254:            public static final String LOG_IMPORTEXPORT_TRANSLATED_RESOURCE_NAME_1 = "LOG_IMPORTEXPORT_TRANSLATED_RESOURCE_NAME_1";
255:
256:            /** Message constant for key in the resource bundle. */
257:            public static final String LOG_IMPORTEXPORT_UNABLE_TO_UNLOCK_RESOURCE_1 = "LOG_IMPORTEXPORT_UNABLE_TO_UNLOCK_RESOURCE_1";
258:
259:            /** Message constant for key in the resource bundle.<p> */
260:            public static final String LOG_IMPORTEXPORT_WARN_DELETE_RELATIONS_1 = "LOG_IMPORTEXPORT_WARN_DELETE_RELATIONS_1";
261:
262:            /** Message constant for key in the resource bundle. */
263:            public static final String LOG_IMPORTING_4 = "LOG_IMPORTING_4";
264:
265:            /** Message constant for key in the resource bundle. */
266:            public static final String LOG_MERGING_3 = "LOG_MERGING_3";
267:
268:            /** Message constant for key in the resource bundle. */
269:            public static final String LOG_SKIPPING_3 = "LOG_SKIPPING_3";
270:
271:            /** Message constant for key in the resource bundle. */
272:            public static final String RPT_CLEARCACHE_0 = "RPT_CLEARCACHE_0";
273:
274:            /** Message constant for key in the resource bundle. */
275:            public static final String RPT_CONVERT_LINK_0 = "RPT_CONVERT_LINK_0";
276:
277:            /** Message constant for key in the resource bundle. */
278:            public static final String RPT_CONVERT_LINK_NOTFOUND_1 = "RPT_CONVERT_LINK_NOTFOUND_1";
279:
280:            /** Message constant for key in the resource bundle. */
281:            public static final String RPT_DELFOLDER_0 = "RPT_DELFOLDER_0";
282:
283:            /** Message constant for key in the resource bundle. */
284:            public static final String RPT_DELFOLDER_START_0 = "RPT_DELFOLDER_START_0";
285:
286:            /** Message constant for key in the resource bundle. */
287:            public static final String RPT_END_IMPORT_RELATIONS_0 = "RPT_END_IMPORT_RELATIONS_0";
288:
289:            /** Message constant for key in the resource bundle. */
290:            public static final String RPT_END_PARSE_LINKS_0 = "RPT_END_PARSE_LINKS_0";
291:
292:            /** Message constant for key in the resource bundle. */
293:            public static final String RPT_EXPORT_0 = "RPT_EXPORT_0";
294:
295:            /** Message constant for key in the resource bundle. */
296:            public static final String RPT_EXPORT_DB_BEGIN_0 = "RPT_EXPORT_DB_BEGIN_0";
297:
298:            /** Message constant for key in the resource bundle. */
299:            public static final String RPT_EXPORT_DB_END_0 = "RPT_EXPORT_DB_END_0";
300:
301:            /** Message constant for key in the resource bundle. */
302:            public static final String RPT_EXPORT_GROUP_0 = "RPT_EXPORT_GROUP_0";
303:
304:            /** Message constant for key in the resource bundle. */
305:            public static final String RPT_EXPORT_ORGUNIT_0 = "RPT_EXPORT_ORGUNIT_0";
306:
307:            /** Message constant for key in the resource bundle. */
308:            public static final String RPT_EXPORT_PROJECT_0 = "RPT_EXPORT_PROJECT_0";
309:
310:            /** Message constant for key in the resource bundle. */
311:            public static final String RPT_EXPORT_USER_0 = "RPT_EXPORT_USER_0";
312:
313:            /** Message constant for key in the resource bundle. */
314:            public static final String RPT_IMPORT_ACL_DATA_FAILED_0 = "RPT_IMPORT_ACL_DATA_FAILED_0";
315:
316:            /** Message constant for key in the resource bundle. */
317:            public static final String RPT_IMPORT_DB_BEGIN_0 = "RPT_IMPORT_DB_BEGIN_0";
318:
319:            /** Message constant for key in the resource bundle. */
320:            public static final String RPT_IMPORT_DB_END_0 = "RPT_IMPORT_DB_END_0";
321:
322:            /** Message constant for key in the resource bundle. */
323:            public static final String RPT_IMPORT_DB_NO_CLASS_0 = "RPT_IMPORT_DB_NO_CLASS_0";
324:
325:            /** Message constant for key in the resource bundle. */
326:            public static final String RPT_IMPORT_GROUP_0 = "RPT_IMPORT_GROUP_0";
327:
328:            /** Message constant for key in the resource bundle. */
329:            public static final String RPT_IMPORT_ORGUNIT_0 = "RPT_IMPORT_ORGUNIT_0";
330:
331:            /** Message constant for key in the resource bundle. */
332:            public static final String RPT_IMPORT_PROJECT_0 = "RPT_IMPORT_PROJECT_0";
333:
334:            /** Message constant for key in the resource bundle. */
335:            public static final String RPT_IMPORT_USER_0 = "RPT_IMPORT_USER_0";
336:
337:            /** Message constant for key in the resource bundle. */
338:            public static final String RPT_IMPORT_VERSION_1 = "RPT_IMPORT_VERSION_1";
339:
340:            /** Message constant for key in the resource bundle. */
341:            public static final String RPT_IMPORTING_0 = "RPT_IMPORTING_0";
342:
343:            /** Message constant for key in the resource bundle. */
344:            public static final String RPT_IMPORTING_RELATIONS_FOR_2 = "RPT_IMPORTING_RELATIONS_FOR_2";
345:
346:            /** Message constant for key in the resource bundle. */
347:            public static final String RPT_MERGE_0 = "RPT_MERGE_0";
348:
349:            /** Message constant for key in the resource bundle. */
350:            public static final String RPT_MERGE_START_0 = "RPT_MERGE_START_0";
351:
352:            /** Message constant for key in the resource bundle. */
353:            public static final String RPT_NOT_CONVERTED_0 = "RPT_NOT_CONVERTED_0";
354:
355:            /** Message constant for key in the resource bundle. */
356:            public static final String RPT_NOT_CREATED_0 = "RPT_NOT_CREATED_0";
357:
358:            /** Message constant for key in the resource bundle. */
359:            public static final String RPT_PARSE_LINKS_FOR_1 = "RPT_PARSE_LINKS_FOR_1";
360:
361:            /** Message constant for key in the resource bundle. */
362:            public static final String RPT_SKIPPING_0 = "RPT_SKIPPING_0";
363:
364:            /** Message constant for key in the resource bundle. */
365:            public static final String RPT_START_IMPORT_RELATIONS_0 = "RPT_START_IMPORT_RELATIONS_0";
366:
367:            /** Message constant for key in the resource bundle. */
368:            public static final String RPT_START_PARSE_LINKS_0 = "RPT_START_PARSE_LINKS_0";
369:
370:            /** Message constant for key in the resource bundle. */
371:            public static final String RPT_STORING_LINK_0 = "RPT_STORING_LINK_0";
372:
373:            /** Message constant for key in the resource bundle. */
374:            public static final String RPT_USER_COULDNT_BE_ADDED_TO_GROUP_2 = "RPT_USER_COULDNT_BE_ADDED_TO_GROUP_2";
375:
376:            /** Message constant for key in the resource bundle. */
377:            public static final String RPT_USER_COULDNT_BE_ADDED_TO_ROLE_2 = "RPT_USER_COULDNT_BE_ADDED_TO_ROLE_2";
378:
379:            /** Name of the used resource bundle. */
380:            private static final String BUNDLE_NAME = "org.opencms.importexport.messages";
381:
382:            /** Static instance member. */
383:            private static final I_CmsMessageBundle INSTANCE = new Messages();
384:
385:            /**
386:             * Hides the public constructor for this utility class.<p>
387:             */
388:            private Messages() {
389:
390:                // hide the constructor
391:            }
392:
393:            /**
394:             * Returns an instance of this localized message accessor.<p>
395:             * 
396:             * @return an instance of this localized message accessor
397:             */
398:            public static I_CmsMessageBundle get() {
399:
400:                return INSTANCE;
401:            }
402:
403:            /**
404:             * Returns the bundle name for this OpenCms package.<p>
405:             * 
406:             * @return the bundle name for this OpenCms package
407:             */
408:            public String getBundleName() {
409:
410:                return BUNDLE_NAME;
411:            }
412:
413:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.