KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencms > workplace > tools > database > Messages


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src-modules/org/opencms/workplace/tools/database/Messages.java,v $
3  * Date : $Date: 2006/09/27 10:22:19 $
4  * Version: $Revision: 1.12 $
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.workplace.tools.database;
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 Andreas Zahner
41  *
42  * @version $Revision: 1.12 $
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_ACTION_FILE_EXPORT_0 = "ERR_ACTION_FILE_EXPORT_0";
50
51     /** Message constant for key in the resource bundle. */
52     public static final String JavaDoc ERR_ACTION_FILE_UPLOAD_1 = "ERR_ACTION_FILE_UPLOAD_1";
53
54     /** Message constant for key in the resource bundle. */
55     public static final String JavaDoc ERR_FILE_NOT_FOUND_1 = "ERR_FILE_NOT_FOUND_1";
56
57     /** Message constant for key in the resource bundle. */
58     public static final String JavaDoc ERR_FILE_NOT_SPECIFIED_0 = "ERR_FILE_NOT_SPECIFIED_0";
59
60     /** Message constant for key in the resource bundle. */
61     public static final String JavaDoc ERR_FILE_NOT_WRITTEN_0 = "ERR_FILE_NOT_WRITTEN_0";
62
63     /** Message constant for key in the resource bundle. */
64     public static final String JavaDoc ERR_FOLDER_NOT_CREATED_0 = "ERR_FOLDER_NOT_CREATED_0";
65
66     /** Message constant for key in the resource bundle. */
67     public static final String JavaDoc ERR_GET_FILE_BYTES_1 = "ERR_GET_FILE_BYTES_1";
68
69     /** Message constant for key in the resource bundle. */
70     public static final String JavaDoc ERR_HTMLIMPORT_PARSE_1 = "ERR_HTMLIMPORT_PARSE_1";
71
72     /** Message constant for key in the resource bundle. */
73     public static final String JavaDoc GUI_BUTTON_SEARCH_0 = "GUI_BUTTON_SEARCH_0";
74
75     /** Message constant for key in the resource bundle. */
76     public static final String JavaDoc GUI_DATABASE_ADMIN_TOOL_GROUP_0 = "GUI_DATABASE_ADMIN_TOOL_GROUP_0";
77
78     /** Message constant for key in the resource bundle. */
79     public static final String JavaDoc GUI_DATABASE_ADMIN_TOOL_HELP_0 = "GUI_DATABASE_ADMIN_TOOL_HELP_0";
80
81     /** Message constant for key in the resource bundle. */
82     public static final String JavaDoc GUI_DATABASE_ADMIN_TOOL_NAME_0 = "GUI_DATABASE_ADMIN_TOOL_NAME_0";
83
84     /** Message constant for key in the resource bundle. */
85     public static final String JavaDoc GUI_DATABASE_EXPORT_FILE_BLOCK_0 = "GUI_DATABASE_EXPORT_FILE_BLOCK_0";
86
87     /** Message constant for key in the resource bundle. */
88     public static final String JavaDoc GUI_DATABASE_EXPORT_RESOURCES_BLOCK_0 = "GUI_DATABASE_EXPORT_RESOURCES_BLOCK_0";
89
90     /** Message constant for key in the resource bundle. */
91     public static final String JavaDoc GUI_DATABASE_EXPORT_SETTINGS_BLOCK_0 = "GUI_DATABASE_EXPORT_SETTINGS_BLOCK_0";
92
93     /** Message constant for key in the resource bundle. */
94     public static final String JavaDoc GUI_DATABASE_IMPORT_BLOCK_0 = "GUI_DATABASE_IMPORT_BLOCK_0";
95
96     /** Message constant for key in the resource bundle. */
97     public static final String JavaDoc GUI_DATABASE_IMPORT_FILE_0 = "GUI_DATABASE_IMPORT_FILE_0";
98
99     /** Message constant for key in the resource bundle. */
100     public static final String JavaDoc GUI_EDITOR_HELP_EXPORTFILE_1 = "GUI_EDITOR_HELP_EXPORTFILE_1";
101
102     /** Message constant for key in the resource bundle. */
103     public static final String JavaDoc GUI_EXPORTSERVER_ADMIN_TOOL_HELP_0 = "GUI_EXPORTSERVER_ADMIN_TOOL_HELP_0";
104
105     /** Message constant for key in the resource bundle. */
106     public static final String JavaDoc GUI_EXPORTSERVER_ADMIN_TOOL_NAME_0 = "GUI_EXPORTSERVER_ADMIN_TOOL_NAME_0";
107
108     /** Message constant for key in the resource bundle. */
109     public static final String JavaDoc GUI_EXTENDEDTOOLS_ADMIN_TOOL_GROUP_0 = "GUI_EXTENDEDTOOLS_ADMIN_TOOL_GROUP_0";
110
111     /** Message constant for key in the resource bundle. */
112     public static final String JavaDoc GUI_HTMLIMPORT_ADMIN_TOOL_HELP_0 = "GUI_HTMLIMPORT_ADMIN_TOOL_HELP_0";
113
114     /** Message constant for key in the resource bundle. */
115     public static final String JavaDoc GUI_HTMLIMPORT_ADMIN_TOOL_NAME_0 = "GUI_HTMLIMPORT_ADMIN_TOOL_NAME_0";
116
117     /** Message constant for key in the resource bundle. */
118     public static final String JavaDoc GUI_HTMLIMPORT_CONSTRAINT_OFFLINE_0 = "GUI_HTMLIMPORT_CONSTRAINT_OFFLINE_0";
119
120     /** Message constant for key in the resource bundle. */
121     public static final String JavaDoc GUI_HTMLIMPORT_DESTDIR_1 = "GUI_HTMLIMPORT_DESTDIR_1";
122
123     /** Message constant for key in the resource bundle. */
124     public static final String JavaDoc GUI_HTMLIMPORT_DIALOG_TITLE_0 = "GUI_HTMLIMPORT_DIALOG_TITLE_0";
125
126     /** Message constant for key in the resource bundle. */
127     public static final String JavaDoc GUI_HTMLIMPORT_DOWNGALLERY_1 = "GUI_HTMLIMPORT_DOWNGALLERY_1";
128
129     /** Message constant for key in the resource bundle. */
130     public static final String JavaDoc GUI_HTMLIMPORT_DOWNGALLERY_INVALID_1 = "GUI_HTMLIMPORT_DOWNGALLERY_INVALID_1";
131
132     /** Message constant for key in the resource bundle. */
133     public static final String JavaDoc GUI_HTMLIMPORT_IMGGALLERY_1 = "GUI_HTMLIMPORT_IMGGALLERY_1";
134
135     /** Message constant for key in the resource bundle. */
136     public static final String JavaDoc GUI_HTMLIMPORT_IMGGALLERY_INVALID_1 = "GUI_HTMLIMPORT_IMGGALLERY_INVALID_1";
137
138     /** Message constant for key in the resource bundle. */
139     public static final String JavaDoc GUI_HTMLIMPORT_INPUTDIR_1 = "GUI_HTMLIMPORT_INPUTDIR_1";
140
141     /** Message constant for key in the resource bundle. */
142     public static final String JavaDoc GUI_HTMLIMPORT_INVALID_ELEM_2 = "GUI_HTMLIMPORT_INVALID_ELEM_2";
143
144     /** Message constant for key in the resource bundle. */
145     public static final String JavaDoc GUI_HTMLIMPORT_LINKGALLERY_1 = "GUI_HTMLIMPORT_LINKGALLERY_1";
146
147     /** Message constant for key in the resource bundle. */
148     public static final String JavaDoc GUI_HTMLIMPORT_LINKGALLERY_INVALID_1 = "GUI_HTMLIMPORT_LINKGALLERY_INVALID_1";
149
150     /** Message constant for key in the resource bundle. */
151     public static final String JavaDoc GUI_HTMLIMPORT_TEMPLATE_1 = "GUI_HTMLIMPORT_TEMPLATE_1";
152
153     /** Message constant for key in the resource bundle. */
154     public static final String JavaDoc GUI_IMPORTEXPORT_ADMIN_TOOL_GROUP_0 = "GUI_IMPORTEXPORT_ADMIN_TOOL_GROUP_0";
155
156     /** Message constant for key in the resource bundle. */
157     public static final String JavaDoc GUI_IMPORTHTTP_ADMIN_TOOL_HELP_0 = "GUI_IMPORTHTTP_ADMIN_TOOL_HELP_0";
158
159     /** Message constant for key in the resource bundle. */
160     public static final String JavaDoc GUI_IMPORTHTTP_ADMIN_TOOL_NAME_0 = "GUI_IMPORTHTTP_ADMIN_TOOL_NAME_0";
161
162     /** Message constant for key in the resource bundle. */
163     public static final String JavaDoc GUI_IMPORTSERVER_ADMIN_TOOL_HELP_0 = "GUI_IMPORTSERVER_ADMIN_TOOL_HELP_0";
164
165     /** Message constant for key in the resource bundle. */
166     public static final String JavaDoc GUI_IMPORTSERVER_ADMIN_TOOL_NAME_0 = "GUI_IMPORTSERVER_ADMIN_TOOL_NAME_0";
167
168     /** Message constant for key in the resource bundle. */
169     public static final String JavaDoc GUI_IMPORTSERVER_NO_DB_EXPORTS_0 = "GUI_IMPORTSERVER_NO_DB_EXPORTS_0";
170
171     /** Message constant for key in the resource bundle. */
172     public static final String JavaDoc GUI_MESSAGEBOX_STATICEXPORT1_0 = "GUI_MESSAGEBOX_STATICEXPORT1_0";
173
174     /** Message constant for key in the resource bundle. */
175     public static final String JavaDoc GUI_STATEXP_ADMIN_TOOL_HELP_0 = "GUI_STATEXP_ADMIN_TOOL_HELP_0";
176
177     /** Message constant for key in the resource bundle. */
178     public static final String JavaDoc GUI_STATEXP_ADMIN_TOOL_NAME_0 = "GUI_STATEXP_ADMIN_TOOL_NAME_0";
179
180     /** Message constant for key in the resource bundle. */
181     public static final String JavaDoc GUI_STATEXP_THREAD_NAME_0 = "GUI_STATEXP_THREAD_NAME_0";
182
183     /** Message constant for key in the resource bundle. */
184     public static final String JavaDoc GUI_TITLE_STATICEXPORT_0 = "GUI_TITLE_STATICEXPORT_0";
185
186     /** Message constant for key in the resource bundle. */
187     public static final String JavaDoc LOG_HTMLIMPORT_CONVERSION_ERROR_0 = "LOG_HTMLIMPORT_CONVERSION_ERROR_0";
188
189     /** Message constant for key in the resource bundle. */
190     public static final String JavaDoc LOG_HTMLIMPORT_CONVERSION_ERROR_1 = "LOG_HTMLIMPORT_CONVERSION_ERROR_1";
191
192     /** Message constant for key in the resource bundle. */
193     public static final String JavaDoc RPT_ARROW_RIGHT_0 = "RPT_ARROW_RIGHT_0";
194
195     /** Message constant for key in the resource bundle. */
196     public static final String JavaDoc RPT_CREATE_EXTERNAL_LINK_0 = "RPT_CREATE_EXTERNAL_LINK_0";
197
198     /** Message constant for key in the resource bundle. */
199     public static final String JavaDoc RPT_CREATE_FILE_0 = "RPT_CREATE_FILE_0";
200
201     /** Message constant for key in the resource bundle. */
202     public static final String JavaDoc RPT_CREATE_FOLDER_0 = "RPT_CREATE_FOLDER_0";
203
204     /** Message constant for key in the resource bundle. */
205     public static final String JavaDoc RPT_CREATE_INDEX_0 = "RPT_CREATE_INDEX_0";
206
207     /** Message constant for key in the resource bundle. */
208     public static final String JavaDoc RPT_HTML_IMPORT_BEGIN_0 = "RPT_HTML_IMPORT_BEGIN_0";
209
210     /** Message constant for key in the resource bundle. */
211     public static final String JavaDoc RPT_HTML_IMPORT_END_0 = "RPT_HTML_IMPORT_END_0";
212
213     /** Message constant for key in the resource bundle. */
214     public static final String JavaDoc RPT_IMPORT_0 = "RPT_IMPORT_0";
215
216     /** Message constant for key in the resource bundle. */
217     public static final String JavaDoc RPT_OVERWRITE_0 = "RPT_OVERWRITE_0";
218
219     /** Message constant for key in the resource bundle. */
220     public static final String JavaDoc RPT_SKIP_EXTERNAL_0 = "RPT_SKIP_EXTERNAL_0";
221
222     /** Name of the used resource bundle. */
223     private static final String JavaDoc BUNDLE_NAME = "org.opencms.workplace.tools.database.messages";
224
225     /** Static instance member. */
226     private static final I_CmsMessageBundle INSTANCE = new Messages();
227
228     /**
229      * Hides the public constructor for this utility class.<p>
230      */

231     private Messages() {
232
233         // hide the constructor
234
}
235
236     /**
237      * Returns an instance of this localized message accessor.<p>
238      *
239      * @return an instance of this localized message accessor
240      */

241     public static I_CmsMessageBundle get() {
242
243         return INSTANCE;
244     }
245
246     /**
247      * Returns the bundle name for this OpenCms package.<p>
248      *
249      * @return the bundle name for this OpenCms package
250      */

251     public String JavaDoc getBundleName() {
252
253         return BUNDLE_NAME;
254     }
255 }
Popular Tags