001: /*
002: * File : $Source: /usr/local/cvs/opencms/src/org/opencms/search/Messages.java,v $
003: * Date : $Date: 2008-02-27 12:05:38 $
004: * Version: $Revision: 1.21 $
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.search;
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 Jan Baudisch
041: * @author Achim Westermann
042: *
043: * @version $Revision: 1.21 $
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_ANALYZER_NOT_FOUND_1 = "ERR_ANALYZER_NOT_FOUND_1";
051:
052: /** Message constant for key in the resource bundle. */
053: public static final String ERR_CONFIGURATION_FIELD_DELETE_2 = "ERR_CONFIGURATION_FIELD_DELETE_2";
054:
055: /** Message constant for key in the resource bundle. */
056: public static final String ERR_CREATING_INDEX_DOC_0 = "ERR_CREATING_INDEX_DOC_0";
057:
058: /** Message constant for key in the resource bundle. */
059: public static final String ERR_DOCCLASS_INIT_1 = "ERR_DOCCLASS_INIT_1";
060:
061: /** Message constant for key in the resource bundle. */
062: public static final String ERR_DOCCLASS_NOT_FOUND_1 = "ERR_DOCCLASS_NOT_FOUND_1";
063:
064: /** Message constant for key in the resource bundle. */
065: public static final String ERR_DOCTYPE_NO_CLASS_DEF_0 = "ERR_DOCTYPE_NO_CLASS_DEF_0";
066:
067: /** Message constant for key in the resource bundle. */
068: public static final String ERR_DOCTYPE_NO_NAME_0 = "ERR_DOCTYPE_NO_NAME_0";
069:
070: /** Message constant for key in the resource bundle. */
071: public static final String ERR_DOCTYPE_NO_RESOURCETYPE_DEF_0 = "ERR_DOCTYPE_NO_RESOURCETYPE_DEF_0";
072:
073: /** Message constant for key in the resource bundle. */
074: public static final String ERR_EVENT_REBUILD_SEARCHINDEX_1 = "ERR_EVENT_REBUILD_SEARCHINDEX_1";
075:
076: /** Message constant for key in the resource bundle. */
077: public static final String ERR_FIELD_CONFIGURATION_UNKNOWN_2 = "ERR_FIELD_CONFIGURATION_UNKNOWN_2";
078:
079: /** Message constant for key in the resource bundle. */
080: public static final String ERR_FIELD_MAPPING_DELETE_2 = "ERR_FIELD_MAPPING_DELETE_2";
081:
082: /** Message constant for key in the resource bundle. */
083: public static final String ERR_FIELD_TYPE_UNKNOWN_1 = "ERR_FIELD_TYPE_UNKNOWN_1";
084:
085: /** Message constant for key in the resource bundle. */
086: public static final String ERR_INDEX_CONFIGURATION_DELETE_2 = "ERR_INDEX_CONFIGURATION_DELETE_2";
087:
088: /** Message constant for key in the resource bundle. */
089: public static final String ERR_INDEX_CONFIGURATION_DELETE_STANDARD_1 = "ERR_INDEX_CONFIGURATION_DELETE_STANDARD_1";
090:
091: /** Message constant for key in the resource bundle. */
092: public static final String ERR_INDEX_LOCK_FAILED_1 = "ERR_INDEX_LOCK_FAILED_1";
093:
094: /** Message constant for key in the resource bundle. */
095: public static final String ERR_INDEX_NOT_FOUND_1 = "ERR_INDEX_NOT_FOUND_1";
096:
097: /** Message constant for key in the resource bundle. */
098: public static final String ERR_INDEX_NULL_0 = "ERR_INDEX_NULL_0";
099:
100: /** Message constant for key in the resource bundle. */
101: public static final String ERR_INDEX_REBUILD_ALL_1 = "ERR_INDEX_REBUILD_ALL_1";
102:
103: /** Message constant for key in the resource bundle. */
104: public static final String ERR_INDEX_RESOURCE_FAILED_2 = "ERR_INDEX_RESOURCE_FAILED_2";
105:
106: /** Message constant for key in the resource bundle. */
107: public static final String ERR_INDEX_SOURCE_ASSOCIATION_1 = "ERR_INDEX_SOURCE_ASSOCIATION_1";
108:
109: /** Message constant for key in the resource bundle. */
110: public static final String ERR_INDEX_SOURCE_DELETE_2 = "ERR_INDEX_SOURCE_DELETE_2";
111:
112: /** Message constant for key in the resource bundle. */
113: public static final String ERR_INDEXSOURCE_CREATE_INVALID_NAME_1 = "ERR_INDEXSOURCE_CREATE_INVALID_NAME_1";
114:
115: /** Message constant for key in the resource bundle. */
116: public static final String ERR_INDEXSOURCE_CREATE_MISSING_NAME_0 = "ERR_INDEXSOURCE_CREATE_MISSING_NAME_0";
117:
118: /** Message constant for key in the resource bundle. */
119: public static final String ERR_INDEXSOURCE_INDEXER_CLASS_NAME_2 = "ERR_INDEXSOURCE_INDEXER_CLASS_NAME_2";
120:
121: /** Message constant for key in the resource bundle. */
122: public static final String ERR_IO_INDEX_WRITER_OPEN_2 = "ERR_IO_INDEX_WRITER_OPEN_2";
123:
124: /** Message constant for key in the resource bundle. */
125: public static final String ERR_LOAD_ANALYZER_1 = "ERR_LOAD_ANALYZER_1";
126:
127: /** Message constant for key in the resource bundle. */
128: public static final String ERR_QUERY_TOO_SHORT_1 = "ERR_QUERY_TOO_SHORT_1";
129:
130: /** Message constant for key in the resource bundle. */
131: public static final String ERR_SEARCH_PARAMS_1 = "ERR_SEARCH_PARAMS_1";
132:
133: /** Message constant for key in the resource bundle. */
134: public static final String ERR_SEARCHINDEX_CREATE_INVALID_NAME_1 = "ERR_SEARCHINDEX_CREATE_INVALID_NAME_1";
135:
136: /** Message constant for key in the resource bundle. */
137: public static final String ERR_SEARCHINDEX_CREATE_MISSING_NAME_0 = "ERR_SEARCHINDEX_CREATE_MISSING_NAME_0";
138:
139: /** Message constant for key in the resource bundle. */
140: public static final String GUI_HELP_BUTTON_BACK_0 = "GUI_HELP_BUTTON_BACK_0";
141:
142: /** Message constant for key in the resource bundle. */
143: public static final String GUI_HELP_BUTTON_CLOSE_0 = "GUI_HELP_BUTTON_CLOSE_0";
144:
145: /** Message constant for key in the resource bundle. */
146: public static final String GUI_HELP_BUTTON_CONTENTS_0 = "GUI_HELP_BUTTON_CONTENTS_0";
147:
148: /** Message constant for key in the resource bundle. */
149: public static final String GUI_HELP_BUTTON_NEXT_0 = "GUI_HELP_BUTTON_NEXT_0";
150:
151: /** Message constant for key in the resource bundle. */
152: public static final String GUI_HELP_BUTTON_SEARCH_0 = "GUI_HELP_BUTTON_SEARCH_0";
153:
154: /** Message constant for key in the resource bundle. */
155: public static final String GUI_HELP_SEARCH_NOMATCH_1 = "GUI_HELP_SEARCH_NOMATCH_1";
156:
157: /** Message constant for key in the resource bundle. */
158: public static final String GUI_HELP_SEARCH_RESULT_START_0 = "GUI_HELP_SEARCH_RESULT_START_0";
159:
160: /** Message constant for key in the resource bundle. */
161: public static final String GUI_HELP_SEARCH_RESULT_TITLE_0 = "GUI_HELP_SEARCH_RESULT_TITLE_0";
162:
163: /** Message constant for key in the resource bundle. */
164: public static final String GUI_HELP_SEARCH_UNAVAILABLE_0 = "GUI_HELP_SEARCH_UNAVAILABLE_0";
165:
166: /** Message constant for key in the resource bundle. */
167: public static final String INIT_ADD_ANALYZER_2 = "INIT_ADD_ANALYZER_2";
168:
169: /** Message constant for key in the resource bundle. */
170: public static final String INIT_ADD_SEARCH_INDEX_2 = "INIT_ADD_SEARCH_INDEX_2";
171:
172: /** Message constant for key in the resource bundle. */
173: public static final String INIT_INDEX_CONFIGURED_2 = "INIT_INDEX_CONFIGURED_2";
174:
175: /** Message constant for key in the resource bundle. */
176: public static final String INIT_INDEX_NOT_CONFIGURED_2 = "INIT_INDEX_NOT_CONFIGURED_2";
177:
178: /** Message constant for key in the resource bundle. */
179: public static final String INIT_SEARCH_DOC_TYPES_2 = "INIT_SEARCH_DOC_TYPES_2";
180:
181: /** Message constant for key in the resource bundle. */
182: public static final String INIT_SEARCH_INDEX_SOURCE_2 = "INIT_SEARCH_INDEX_SOURCE_2";
183:
184: /** Message constant for key in the resource bundle. */
185: public static final String INIT_SEARCH_INIT_FAILED_1 = "INIT_SEARCH_INIT_FAILED_1";
186:
187: /** Message constant for key in the resource bundle. */
188: public static final String INIT_START_SEARCH_CONFIG_0 = "INIT_START_SEARCH_CONFIG_0";
189:
190: /** Message constant for key in the resource bundle. */
191: public static final String LOG_ABANDONED_THREAD_FINISHED_1 = "LOG_ABANDONED_THREAD_FINISHED_1";
192:
193: /** Message constant for key in the resource bundle. */
194: public static final String LOG_BASE_QUERY_1 = "LOG_BASE_QUERY_1";
195:
196: /** Message constant for key in the resource bundle. */
197: public static final String LOG_FIELDS_QUERY_1 = "LOG_FIELDS_QUERY_1";
198:
199: /** Message constant for key in the resource bundle. */
200: public static final String LOG_CREATING_INDEX_DOC_0 = "LOG_CREATING_INDEX_DOC_0";
201:
202: /** Message constant for key in the resource bundle. */
203: public static final String LOG_DOCTYPE_CONFIG_FAILED_1 = "LOG_DOCTYPE_CONFIG_FAILED_1";
204:
205: /** Message constant for key in the resource bundle. */
206: public static final String LOG_EVENT_CLEAR_CACHES_0 = "LOG_EVENT_CLEAR_CACHES_0";
207:
208: /** Message constant for key in the resource bundle. */
209: public static final String LOG_EVENT_PUBLISH_PROJECT_1 = "LOG_EVENT_PUBLISH_PROJECT_1";
210:
211: /** Message constant for key in the resource bundle. */
212: public static final String LOG_EVENT_PUBLISH_PROJECT_FINISHED_1 = "LOG_EVENT_PUBLISH_PROJECT_FINISHED_1";
213:
214: /** Message constant for key in the resource bundle. */
215: public static final String LOG_EVENT_REBUILD_SEARCHINDEX_1 = "LOG_EVENT_REBUILD_SEARCHINDEX_1";
216:
217: /** Message constant for key in the resource bundle. */
218: public static final String LOG_INDEX_ACCESS_FAILED_1 = "LOG_INDEX_ACCESS_FAILED_1";
219:
220: /** Message constant for key in the resource bundle. */
221: public static final String LOG_INDEXER_CREATION_FAILED_1 = "LOG_INDEXER_CREATION_FAILED_1";
222:
223: /** Message constant for key in the resource bundle. */
224: public static final String LOG_INDEXING_TIMEOUT_1 = "LOG_INDEXING_TIMEOUT_1";
225:
226: /** Message constant for key in the resource bundle. */
227: public static final String LOG_INDEXING_WITH_FACTORY_2 = "LOG_INDEXING_WITH_FACTORY_2";
228:
229: /** Message constant for key in the resource bundle. */
230: public static final String LOG_IO_INDEX_DOCUMENT_DELETE_2 = "LOG_IO_INDEX_DOCUMENT_DELETE_2";
231:
232: /** Message constant for key in the resource bundle. */
233: public static final String LOG_IO_INDEX_READER_CLOSE_2 = "LOG_IO_INDEX_READER_CLOSE_2";
234:
235: /** Message constant for key in the resource bundle. */
236: public static final String LOG_IO_INDEX_READER_OPEN_2 = "LOG_IO_INDEX_READER_OPEN_2";
237:
238: /** Message constant for key in the resource bundle. */
239: public static final String LOG_IO_INDEX_WRITER_CLOSE_2 = "LOG_IO_INDEX_WRITER_CLOSE_2";
240:
241: /** Message constant for key in the resource bundle. */
242: public static final String LOG_IO_INDEX_WRITER_OPTIMIZE_1 = "LOG_IO_INDEX_WRITER_OPTIMIZE_1";
243:
244: /** Message constant for key in the resource bundle. */
245: public static final String LOG_NO_INDEX_WITH_NAME_1 = "LOG_NO_INDEX_WITH_NAME_1";
246:
247: /** Message constant for key in the resource bundle. */
248: public static final String LOG_PARSE_EXCERPT_LENGTH_FAILED_2 = "LOG_PARSE_EXCERPT_LENGTH_FAILED_2";
249:
250: /** Message constant for key in the resource bundle. */
251: public static final String LOG_PARSE_EXTRACTION_CACHE_AGE_FAILED_2 = "LOG_PARSE_EXTRACTION_CACHE_AGE_FAILED_2";
252:
253: /** Message constant for key in the resource bundle. */
254: public static final String LOG_PARSE_TIMEOUT_FAILED_2 = "LOG_PARSE_TIMEOUT_FAILED_2";
255:
256: /** Message constant for key in the resource bundle. */
257: public static final String LOG_READ_CATEGORY_FAILED_1 = "LOG_READ_CATEGORY_FAILED_1";
258:
259: /** Message constant for key in the resource bundle. */
260: public static final String LOG_READING_CHANGED_RESOURCES_FAILED_1 = "LOG_READING_CHANGED_RESOURCES_FAILED_1";
261:
262: /** Message constant for key in the resource bundle. */
263: public static final String LOG_REBUILD_INDEX_FAILED_1 = "LOG_REBUILD_INDEX_FAILED_1";
264:
265: /** Message constant for key in the resource bundle. */
266: public static final String LOG_REBUILD_INDEXES_FINISHED_1 = "LOG_REBUILD_INDEXES_FINISHED_1";
267:
268: /** Message constant for key in the resource bundle. */
269: public static final String LOG_REMOVE_FIELD_MAPPING_INDEX_2 = "LOG_REMOVE_FIELD_MAPPING_INDEX_2";
270:
271: /** Message constant for key in the resource bundle. */
272: public static final String LOG_REMOVE_FIELDCONFIGURATION_FIELD_INDEX_2 = "LOG_REMOVE_FIELDCONFIGURATION_FIELD_INDEX_2";
273:
274: /** Message constant for key in the resource bundle. */
275: public static final String LOG_REMOVE_SEARCH_INDEX_2 = "LOG_REMOVE_SEARCH_INDEX_2";
276:
277: /** Message constant for key in the resource bundle. */
278: public static final String LOG_RESULT_ITERATION_FAILED_0 = "LOG_RESULT_ITERATION_FAILED_0";
279:
280: /** Message constant for key in the resource bundle. */
281: public static final String LOG_REWRITTEN_QUERY_1 = "LOG_REWRITTEN_QUERY_1";
282:
283: /** Message constant for key in the resource bundle. */
284: public static final String LOG_SEARCH_PARAMS_2 = "LOG_SEARCH_PARAMS_2";
285:
286: /** Message constant for key in the resource bundle. */
287: public static final String LOG_SEARCH_PRIORITY_TOO_HIGH_2 = "LOG_SEARCH_PRIORITY_TOO_HIGH_2";
288:
289: /** Message constant for key in the resource bundle. */
290: public static final String LOG_SEARCH_PRIORITY_TOO_LOW_2 = "LOG_SEARCH_PRIORITY_TOO_LOW_2";
291:
292: /** Message constant for key in the resource bundle. */
293: public static final String LOG_SEARCHINDEX_CREATE_BAD_PROJECT_2 = "LOG_SEARCHINDEX_CREATE_BAD_PROJECT_2";
294:
295: /** Message constant for key in the resource bundle. */
296: public static final String LOG_SEARCHINDEX_DISABLED_1 = "LOG_SEARCHINDEX_DISABLED_1";
297:
298: /** Message constant for key in the resource bundle. */
299: public static final String LOG_SEARCHING_FAILED_0 = "LOG_SEARCHING_FAILED_0";
300:
301: /** Message constant for key in the resource bundle. */
302: public static final String LOG_SKIPPED_1 = "LOG_SKIPPED_1";
303:
304: /** Message constant for key in the resource bundle. */
305: public static final String LOG_STAT_RESULTS_TIME_4 = "LOG_STAT_RESULTS_TIME_4";
306:
307: /** Message constant for key in the resource bundle. */
308: public static final String LOG_THREADS_FINISHED_0 = "LOG_THREADS_FINISHED_0";
309:
310: /** Message constant for key in the resource bundle. */
311: public static final String LOG_UNABLE_TO_READ_PROPERTY_1 = "LOG_UNABLE_TO_READ_PROPERTY_1";
312:
313: /** Message constant for key in the resource bundle. */
314: public static final String LOG_UNABLE_TO_READ_RESOURCE_2 = "LOG_UNABLE_TO_READ_RESOURCE_2";
315:
316: /** Message constant for key in the resource bundle. */
317: public static final String LOG_UNABLE_TO_READ_SIBLINGS_1 = "LOG_UNABLE_TO_READ_SIBLINGS_1";
318:
319: /** Message constant for key in the resource bundle. */
320: public static final String LOG_UNABLE_TO_READ_SOURCE_2 = "LOG_UNABLE_TO_READ_SOURCE_2";
321:
322: /** Message constant for key in the resource bundle. */
323: public static final String LOG_UPDATE_INDEX_FAILED_1 = "LOG_UPDATE_INDEX_FAILED_1";
324:
325: /** Message constant for key in the resource bundle. */
326: public static final String LOG_WAITING_ABANDONED_THREADS_2 = "LOG_WAITING_ABANDONED_THREADS_2";
327:
328: /** Message constant for key in the resource bundle. */
329: public static final String LOG_WRITE_SUCCESS_0 = "LOG_WRITE_SUCCESS_0";
330:
331: /** Message constant for key in the resource bundle. */
332: public static final String LOG_WRITING_INDEX_TO_WRITER_1 = "LOG_WRITING_INDEX_TO_WRITER_1";
333:
334: /** Message constant for key in the resource bundle. */
335: public static final String RPT_SEARCH_INDEXING_FAILED_0 = "RPT_SEARCH_INDEXING_FAILED_0";
336:
337: /** Message constant for key in the resource bundle. */
338: public static final String RPT_SEARCH_INDEXING_FILE_BEGIN_0 = "RPT_SEARCH_INDEXING_FILE_BEGIN_0";
339:
340: /** Message constant for key in the resource bundle. */
341: public static final String RPT_SEARCH_INDEXING_LOCK_WAIT_2 = "RPT_SEARCH_INDEXING_LOCK_WAIT_2";
342:
343: /** Message constant for key in the resource bundle. */
344: public static final String RPT_SEARCH_INDEXING_REBUILD_BEGIN_1 = "RPT_SEARCH_INDEXING_REBUILD_BEGIN_1";
345:
346: /** Message constant for key in the resource bundle. */
347: public static final String RPT_SEARCH_INDEXING_REBUILD_END_1 = "RPT_SEARCH_INDEXING_REBUILD_END_1";
348:
349: /** Message constant for key in the resource bundle. */
350: public static final String RPT_SEARCH_INDEXING_STATS_4 = "RPT_SEARCH_INDEXING_STATS_4";
351:
352: /** Message constant for key in the resource bundle. */
353: public static final String RPT_SEARCH_INDEXING_TIMEOUT_1 = "RPT_SEARCH_INDEXING_TIMEOUT_1";
354:
355: /** Message constant for key in the resource bundle. */
356: public static final String RPT_SEARCH_INDEXING_UPDATE_BEGIN_1 = "RPT_SEARCH_INDEXING_UPDATE_BEGIN_1";
357:
358: /** Message constant for key in the resource bundle. */
359: public static final String RPT_SEARCH_INDEXING_UPDATE_END_1 = "RPT_SEARCH_INDEXING_UPDATE_END_1";
360:
361: /** Message constant for key in the resource bundle. */
362: public static final String RPT_UNABLE_TO_READ_SOURCE_2 = "RPT_UNABLE_TO_READ_SOURCE_2";
363:
364: /** Name of the used resource bundle. */
365: private static final String BUNDLE_NAME = "org.opencms.search.messages";
366:
367: /** Static instance member. */
368: private static final I_CmsMessageBundle INSTANCE = new Messages();
369:
370: /**
371: * Hides the public constructor for this utility class.<p>
372: */
373: private Messages() {
374:
375: // hide the constructor
376: }
377:
378: /**
379: * Returns an instance of this localized message accessor.<p>
380: *
381: * @return an instance of this localized message accessor
382: */
383: public static I_CmsMessageBundle get() {
384:
385: return INSTANCE;
386: }
387:
388: /**
389: * Returns the bundle name for this OpenCms package.<p>
390: *
391: * @return the bundle name for this OpenCms package
392: */
393: public String getBundleName() {
394:
395: return BUNDLE_NAME;
396: }
397: }
|