KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/importexport/Messages.java,v $
3  * Date : $Date: 2005/06/23 11:11:23 $
4  * Version: $Revision: 1.13 $
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  * For further information about Alkacon Software GmbH, please see the
22  * company website: http://www.alkacon.com
23  *
24  * For further information about OpenCms, please see the
25  * project website: http://www.opencms.org
26  *
27  * You should have received a copy of the GNU Lesser General Public
28  * License along with this library; if not, write to the Free Software
29  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30  */

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

47 public final class Messages extends A_CmsMessageBundle {
48
49     /** Message constant for key in the resource bundle. */
50     public static final String JavaDoc ERR_BAD_CONTENT_AGE_1 = "ERR_BAD_CONTENT_AGE_1";
51
52     /** Message constant for key in the resource bundle. */
53     public static final String JavaDoc ERR_BAD_FILE_NAME_1 = "ERR_BAD_FILE_NAME_1";
54
55     /** Message constant for key in the resource bundle. */
56     public static final String JavaDoc ERR_BODY_CONTENT_NOT_FOUND_0 = "ERR_BODY_CONTENT_NOT_FOUND_0";
57
58     /** Message constant for key in the resource bundle. */
59     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_ADDING_CHILD_RESOURCES_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_CHILD_RESOURCES_1";
60
61     /** Message constant for key in the resource bundle. */
62     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_ADDING_FILE_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_FILE_1";
63
64     /** Message constant for key in the resource bundle. */
65     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_ADDING_PARENT_FOLDERS_1 = "ERR_IMPORTEXPORT_ERROR_ADDING_PARENT_FOLDERS_1";
66
67     /** Message constant for key in the resource bundle. */
68     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_APPENDING_RESOURCE_TO_MANIFEST_1 = "ERR_IMPORTEXPORT_ERROR_APPENDING_RESOURCE_TO_MANIFEST_1";
69
70     /** Message constant for key in the resource bundle. */
71     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_CANNOT_MERGE_PAGE_FILE_3 = "ERR_IMPORTEXPORT_ERROR_CANNOT_MERGE_PAGE_FILE_3";
72
73     /** Message constant for key in the resource bundle. */
74     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_CLOSING_ZIP_ARCHIVE_1 = "ERR_IMPORTEXPORT_ERROR_CLOSING_ZIP_ARCHIVE_1";
75
76     /** Message constant for key in the resource bundle. */
77     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_COPYING_PROPERTY_DEFINITIONS_0 = "ERR_IMPORTEXPORT_ERROR_COPYING_PROPERTY_DEFINITIONS_0";
78
79     /** Message constant for key in the resource bundle. */
80     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_CREATING_DIGEST_1 = "ERR_IMPORTEXPORT_ERROR_CREATING_DIGEST_1";
81
82     /** Message constant for key in the resource bundle. */
83     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_CREATING_ZIP_ENTRY_FOR_VFS_RESOURCE_1 = "ERR_IMPORTEXPORT_ERROR_CREATING_ZIP_ENTRY_FOR_VFS_RESOURCE_1";
84
85     /** Message constant for key in the resource bundle. */
86     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_EXPORTING_TO_FILE_1 = "ERR_IMPORTEXPORT_ERROR_EXPORTING_TO_FILE_1";
87
88     /** Message constant for key in the resource bundle. */
89     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_EXPORTING_USER_1 = "ERR_IMPORTEXPORT_ERROR_EXPORTING_USER_1";
90
91     /** Message constant for key in the resource bundle. */
92     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_IMPORT_FILE_DOES_NOT_EXIST_1 = "ERR_IMPORTEXPORT_ERROR_IMPORT_FILE_DOES_NOT_EXIST_1";
93
94     /** Message constant for key in the resource bundle. */
95     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUP_1 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUP_1";
96
97     /** Message constant for key in the resource bundle. */
98     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUPS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_GROUPS_0";
99
100     /** Message constant for key in the resource bundle. */
101     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCE_1 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCE_1";
102
103     /** Message constant for key in the resource bundle. */
104     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCES_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_RESOURCES_0";
105
106     /** Message constant for key in the resource bundle. */
107     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_IMPORTING_USER_1 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_USER_1";
108
109     /** Message constant for key in the resource bundle. */
110     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_IMPORTING_USERS_0 = "ERR_IMPORTEXPORT_ERROR_IMPORTING_USERS_0";
111
112     /** Message constant for key in the resource bundle. */
113     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_MERGING_PAGE_FILE_1 = "ERR_IMPORTEXPORT_ERROR_MERGING_PAGE_FILE_1";
114
115     /** Message constant for key in the resource bundle. */
116     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_NO_HANDLER_FOUND_1 = "ERR_IMPORTEXPORT_ERROR_NO_HANDLER_FOUND_1";
117
118     /** Message constant for key in the resource bundle. */
119     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_OPENING_ZIP_ARCHIVE_1 = "ERR_IMPORTEXPORT_ERROR_OPENING_ZIP_ARCHIVE_1";
120
121     /** Message constant for key in the resource bundle. */
122     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_READING_FILE_1 = "ERR_IMPORTEXPORT_ERROR_READING_FILE_1";
123
124     /** Message constant for key in the resource bundle. */
125     public static final String JavaDoc ERR_IMPORTEXPORT_ERROR_REMOVING_FOLDERS_OF_IMPORTED_BODY_FILES_0 = "ERR_IMPORTEXPORT_ERROR_REMOVING_FOLDERS_OF_IMPORTED_BODY_FILES_0";
126
127     /** Message constant for key in the resource bundle. */
128     public static final String JavaDoc ERR_IMPORTEXPORT_FILE_NOT_FOUND_1 = "ERR_IMPORTEXPORT_FILE_NOT_FOUND_1";
129
130     /** Message constant for key in the resource bundle. */
131     public static final String JavaDoc ERR_IMPORTEXPORT_LINK_CONVERSION_FAILED_2 = "ERR_IMPORTEXPORT_LINK_CONVERSION_FAILED_2";
132
133     /** Message constant for key in the resource bundle. */
134     public static final String JavaDoc ERR_NOT_FOUND_ELEM_XMLTEMPLATE_0 = "ERR_NOT_FOUND_ELEM_XMLTEMPLATE_0";
135
136     /** Message constant for key in the resource bundle. */
137     public static final String JavaDoc GUI_CMSIMPORTHANDLER_DEFAULT_DESC_0 = "GUI_CMSIMPORTHANDLER_DEFAULT_DESC_0";
138
139     /** Message constant for key in the resource bundle. */
140     public static final String JavaDoc INIT_IMPORTEXPORT_ADDED_GROUP_TRANSLATION_2 = "INIT_IMPORTEXPORT_ADDED_GROUP_TRANSLATION_2";
141
142     /** Message constant for key in the resource bundle. */
143     public static final String JavaDoc INIT_IMPORTEXPORT_ADDED_USER_TRANSLATION_2 = "INIT_IMPORTEXPORT_ADDED_USER_TRANSLATION_2";
144
145     /** Message constant for key in the resource bundle. */
146     public static final String JavaDoc INIT_IMPORTEXPORT_INITIALIZING_0 = "INIT_IMPORTEXPORT_INITIALIZING_0";
147
148     /** Message constant for key in the resource bundle. */
149     public static final String JavaDoc INIT_IMPORTEXPORT_OLD_CONTEXT_PATH_2 = "INIT_IMPORTEXPORT_OLD_CONTEXT_PATH_2";
150
151     /** Message constant for key in the resource bundle. */
152     public static final String JavaDoc INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_DISABLED_0 = "INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_DISABLED_0";
153
154     /** Message constant for key in the resource bundle. */
155     public static final String JavaDoc INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_ENABLED_0 = "INIT_IMPORTEXPORT_OLD_CONTEXT_SUPPORT_ENABLED_0";
156
157     /** Message constant for key in the resource bundle. */
158     public static final String JavaDoc LOG_CONVERT_LINK_DOTS_OK_3 = "LOG_CONVERT_LINK_DOTS_OK_3";
159
160     /** Message constant for key in the resource bundle. */
161     public static final String JavaDoc LOG_CONVERT_LINK_OK_3 = "LOG_CONVERT_LINK_OK_3";
162
163     /** Message constant for key in the resource bundle. */
164     public static final String JavaDoc LOG_EXPORTING_OK_2 = "LOG_EXPORTING_OK_2";
165
166     /** Message constant for key in the resource bundle. */
167     public static final String JavaDoc LOG_IMPORTEXPORT_ADDED_IMMUTABLE_RESOURCE_1 = "LOG_IMPORTEXPORT_ADDED_IMMUTABLE_RESOURCE_1";
168
169     /** Message constant for key in the resource bundle. */
170     public static final String JavaDoc LOG_IMPORTEXPORT_ADDED_IMPORT_VERSION_1 = "LOG_IMPORTEXPORT_ADDED_IMPORT_VERSION_1";
171
172     /** Message constant for key in the resource bundle. */
173     public static final String JavaDoc LOG_IMPORTEXPORT_ADDED_IMPORTEXPORT_HANDLER_1 = "LOG_IMPORTEXPORT_ADDED_IMPORTEXPORT_HANDLER_1";
174
175     /** Message constant for key in the resource bundle. */
176     public static final String JavaDoc LOG_IMPORTEXPORT_ADDED_PRINCIPAL_TRANSLATION_3 = "LOG_IMPORTEXPORT_ADDED_PRINCIPAL_TRANSLATION_3";
177
178     /** Message constant for key in the resource bundle. */
179     public static final String JavaDoc LOG_IMPORTEXPORT_CANNOT_CONVERT_XML_STRUCTURE_1 = "LOG_IMPORTEXPORT_CANNOT_CONVERT_XML_STRUCTURE_1";
180
181     /** Message constant for key in the resource bundle. */
182     public static final String JavaDoc LOG_IMPORTEXPORT_END_CONVERTING_TO_XML_0 = "LOG_IMPORTEXPORT_END_CONVERTING_TO_XML_0";
183
184     /** Message constant for key in the resource bundle. */
185     public static final String JavaDoc LOG_IMPORTEXPORT_END_IMPORTING_XML_PAGE_0 = "LOG_IMPORTEXPORT_END_IMPORTING_XML_PAGE_0";
186
187     /** Message constant for key in the resource bundle. */
188     public static final String JavaDoc LOG_IMPORTEXPORT_END_MERGING_1 = "LOG_IMPORTEXPORT_END_MERGING_1";
189
190     /** Message constant for key in the resource bundle. */
191     public static final String JavaDoc LOG_IMPORTEXPORT_ERROR_GETTING_WEBAPP_COMPATIBILITY_NAMES_0 = "LOG_IMPORTEXPORT_ERROR_GETTING_WEBAPP_COMPATIBILITY_NAMES_0";
192
193     /** Message constant for key in the resource bundle. */
194     public static final String JavaDoc LOG_IMPORTEXPORT_ERROR_IMPORTING_ACE_1 = "LOG_IMPORTEXPORT_ERROR_IMPORTING_ACE_1";
195
196     /** Message constant for key in the resource bundle. */
197     public static final String JavaDoc LOG_IMPORTEXPORT_ERROR_ON_TEST_IMMUTABLE_1 = "LOG_IMPORTEXPORT_ERROR_ON_TEST_IMMUTABLE_1";
198
199     /** Message constant for key in the resource bundle. */
200     public static final String JavaDoc LOG_IMPORTEXPORT_ERROR_READING_MANIFEST_1 = "LOG_IMPORTEXPORT_ERROR_READING_MANIFEST_1";
201
202     /** Message constant for key in the resource bundle. */
203     public static final String JavaDoc LOG_IMPORTEXPORT_FILE_NOT_FOUND_IN_ZIP_1 = "LOG_IMPORTEXPORT_FILE_NOT_FOUND_IN_ZIP_1";
204
205     /** Message constant for key in the resource bundle. */
206     public static final String JavaDoc LOG_IMPORTEXPORT_IGNORING_PROPERTY_1 = "LOG_IMPORTEXPORT_IGNORING_PROPERTY_1";
207
208     /** Message constant for key in the resource bundle. */
209     public static final String JavaDoc LOG_IMPORTEXPORT_IMMUTABLE_FLAG_SET_1 = "LOG_IMPORTEXPORT_IMMUTABLE_FLAG_SET_1";
210
211     /** Message constant for key in the resource bundle. */
212     public static final String JavaDoc LOG_IMPORTEXPORT_IMMUTABLE_RESOURCES_SIZE_1 = "LOG_IMPORTEXPORT_IMMUTABLE_RESOURCES_SIZE_1";
213
214     /** Message constant for key in the resource bundle. */
215     public static final String JavaDoc LOG_IMPORTEXPORT_ORIGINAL_RESOURCE_NAME_1 = "LOG_IMPORTEXPORT_ORIGINAL_RESOURCE_NAME_1";
216
217     /** Message constant for key in the resource bundle. */
218     public static final String JavaDoc LOG_IMPORTEXPORT_RESOURCENAME_IMMUTABLE_1 = "LOG_IMPORTEXPORT_RESOURCENAME_IMMUTABLE_1";
219
220     /** Message constant for key in the resource bundle. */
221     public static final String JavaDoc LOG_IMPORTEXPORT_SET_CONVERT_PARAMETER_1 = "LOG_IMPORTEXPORT_SET_CONVERT_PARAMETER_1";
222
223     /** Message constant for key in the resource bundle. */
224     public static final String JavaDoc LOG_IMPORTEXPORT_SET_OLD_WEBAPP_URL_1 = "LOG_IMPORTEXPORT_SET_OLD_WEBAPP_URL_1";
225
226     /** Message constant for key in the resource bundle. */
227     public static final String JavaDoc LOG_IMPORTEXPORT_SET_OVERWRITE_PARAMETER_1 = "LOG_IMPORTEXPORT_SET_OVERWRITE_PARAMETER_1";
228
229     /** Message constant for key in the resource bundle. */
230     public static final String JavaDoc LOG_IMPORTEXPORT_START_CONVERTING_TO_XML_0 = "LOG_IMPORTEXPORT_START_CONVERTING_TO_XML_0";
231
232     /** Message constant for key in the resource bundle. */
233     public static final String JavaDoc LOG_IMPORTEXPORT_START_IMPORTING_XML_PAGE_0 = "LOG_IMPORTEXPORT_START_IMPORTING_XML_PAGE_0";
234
235     /** Message constant for key in the resource bundle. */
236     public static final String JavaDoc LOG_IMPORTEXPORT_START_MERGING_1 = "LOG_IMPORTEXPORT_START_MERGING_1";
237
238     /** Message constant for key in the resource bundle. */
239     public static final String JavaDoc LOG_IMPORTEXPORT_TRANSLATED_RESOURCE_NAME_1 = "LOG_IMPORTEXPORT_TRANSLATED_RESOURCE_NAME_1";
240
241     /** Message constant for key in the resource bundle. */
242     public static final String JavaDoc LOG_IMPORTEXPORT_UNABLE_TO_UNLOCK_RESOURCE_1 = "LOG_IMPORTEXPORT_UNABLE_TO_UNLOCK_RESOURCE_1";
243
244     /** Message constant for key in the resource bundle. */
245     public static final String JavaDoc LOG_IMPORTING_4 = "LOG_IMPORTING_4";
246
247     /** Message constant for key in the resource bundle. */
248     public static final String JavaDoc LOG_MERGING_3 = "LOG_MERGING_3";
249
250     /** Message constant for key in the resource bundle. */
251     public static final String JavaDoc LOG_SKIPPING_3 = "LOG_SKIPPING_3";
252
253     /** Message constant for key in the resource bundle. */
254     public static final String JavaDoc RPT_CLEARCACHE_0 = "RPT_CLEARCACHE_0";
255
256     /** Message constant for key in the resource bundle. */
257     public static final String JavaDoc RPT_CONVERT_LINK_0 = "RPT_CONVERT_LINK_0";
258
259     /** Message constant for key in the resource bundle. */
260     public static final String JavaDoc RPT_CONVERT_LINK_NOTFOUND_1 = "RPT_CONVERT_LINK_NOTFOUND_1";
261
262     /** Message constant for key in the resource bundle. */
263     public static final String JavaDoc RPT_DELFOLDER_0 = "RPT_DELFOLDER_0";
264
265     /** Message constant for key in the resource bundle. */
266     public static final String JavaDoc RPT_DELFOLDER_START_0 = "RPT_DELFOLDER_START_0";
267
268     /** Message constant for key in the resource bundle. */
269     public static final String JavaDoc RPT_EXPORT_0 = "RPT_EXPORT_0";
270
271     /** Message constant for key in the resource bundle. */
272     public static final String JavaDoc RPT_EXPORT_DB_BEGIN_0 = "RPT_EXPORT_DB_BEGIN_0";
273
274     /** Message constant for key in the resource bundle. */
275     public static final String JavaDoc RPT_EXPORT_DB_END_0 = "RPT_EXPORT_DB_END_0";
276
277     /** Message constant for key in the resource bundle. */
278     public static final String JavaDoc RPT_EXPORT_GROUP_0 = "RPT_EXPORT_GROUP_0";
279
280     /** Message constant for key in the resource bundle. */
281     public static final String JavaDoc RPT_EXPORT_USER_0 = "RPT_EXPORT_USER_0";
282
283     /** Message constant for key in the resource bundle. */
284     public static final String JavaDoc RPT_IMPORT_ACL_DATA_FAILED_0 = "RPT_IMPORT_ACL_DATA_FAILED_0";
285
286     /** Message constant for key in the resource bundle. */
287     public static final String JavaDoc RPT_IMPORT_DB_BEGIN_0 = "RPT_IMPORT_DB_BEGIN_0";
288
289     /** Message constant for key in the resource bundle. */
290     public static final String JavaDoc RPT_IMPORT_DB_END_0 = "RPT_IMPORT_DB_END_0";
291
292     /** Message constant for key in the resource bundle. */
293     public static final String JavaDoc RPT_IMPORT_DB_NO_CLASS_0 = "RPT_IMPORT_DB_NO_CLASS_0";
294
295     /** Message constant for key in the resource bundle. */
296     public static final String JavaDoc RPT_IMPORT_GROUP_0 = "RPT_IMPORT_GROUP_0";
297
298     /** Message constant for key in the resource bundle. */
299     public static final String JavaDoc RPT_IMPORT_USER_0 = "RPT_IMPORT_USER_0";
300
301     /** Message constant for key in the resource bundle. */
302     public static final String JavaDoc RPT_IMPORT_VERSION_1 = "RPT_IMPORT_VERSION_1";
303
304     /** Message constant for key in the resource bundle. */
305     public static final String JavaDoc RPT_IMPORTING_0 = "RPT_IMPORTING_0";
306
307     /** Message constant for key in the resource bundle. */
308     public static final String JavaDoc RPT_MERGE_0 = "RPT_MERGE_0";
309
310     /** Message constant for key in the resource bundle. */
311     public static final String JavaDoc RPT_MERGE_START_0 = "RPT_MERGE_START_0";
312
313     /** Message constant for key in the resource bundle. */
314     public static final String JavaDoc RPT_NOT_CONVERTED_0 = "RPT_NOT_CONVERTED_0";
315
316     /** Message constant for key in the resource bundle. */
317     public static final String JavaDoc RPT_NOT_CREATED_0 = "RPT_NOT_CREATED_0";
318
319     /** Message constant for key in the resource bundle. */
320     public static final String JavaDoc RPT_SKIPPING_0 = "RPT_SKIPPING_0";
321
322     /** Message constant for key in the resource bundle. */
323     public static final String JavaDoc RPT_STORING_LINK_0 = "RPT_STORING_LINK_0";
324
325     /** Name of the used resource bundle. */
326     private static final String JavaDoc BUNDLE_NAME = "org.opencms.importexport.messages";
327
328     /** Static instance member. */
329     private static final I_CmsMessageBundle INSTANCE = new Messages();
330
331     /**
332      * Hides the public constructor for this utility class.<p>
333      */

334     private Messages() {
335
336         // hide the constructor
337
}
338
339     /**
340      * Returns an instance of this localized message accessor.<p>
341      *
342      * @return an instance of this localized message accessor
343      */

344     public static I_CmsMessageBundle get() {
345
346         return INSTANCE;
347     }
348
349     /**
350      * Returns the bundle name for this OpenCms package.<p>
351      *
352      * @return the bundle name for this OpenCms package
353      */

354     public String JavaDoc getBundleName() {
355
356         return BUNDLE_NAME;
357     }
358
359 }
360
Popular Tags