View Javadoc
1   /*
2    * Copyright 2012-2025 CodeLibs Project and the Others.
3    *
4    * Licensed under the Apache License, Version 2.0 (the "License");
5    * you may not use this file except in compliance with the License.
6    * You may obtain a copy of the License at
7    *
8    *     http://www.apache.org/licenses/LICENSE-2.0
9    *
10   * Unless required by applicable law or agreed to in writing, software
11   * distributed under the License is distributed on an "AS IS" BASIS,
12   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
13   * either express or implied. See the License for the specific language
14   * governing permissions and limitations under the License.
15   */
16  package org.codelibs.fess.mylasta.action;
17  
18  import org.lastaflute.core.message.UserMessages;
19  
20  /**
21   * The keys for message.
22   * @author FreeGen
23   */
24  public class FessLabels extends UserMessages {
25  
26      /** The serial version UID for object serialization. (Default) */
27      private static final long serialVersionUID = 1L;
28  
29      /** The key of the message: Realm */
30      public static final String LABELS_AUTH_REALM = "{labels.authRealm}";
31  
32      /** The key of the message: Status */
33      public static final String LABELS_AVAILABLE = "{labels.available}";
34  
35      /** The key of the message: Created By */
36      public static final String LABELS_CREATED_BY = "{labels.createdBy}";
37  
38      /** The key of the message: Created Time */
39      public static final String LABELS_CREATED_TIME = "{labels.createdTime}";
40  
41      /** The key of the message: Depth */
42      public static final String LABELS_DEPTH = "{labels.depth}";
43  
44      /** The key of the message: Excluded Paths for Crawling */
45      public static final String LABELS_EXCLUDED_PATHS = "{labels.excludedPaths}";
46  
47      /** The key of the message: Excluded URLs for Crawling */
48      public static final String LABELS_EXCLUDED_URLS = "{labels.excludedUrls}";
49  
50      /** The key of the message: Excluded Paths for Searching */
51      public static final String LABELS_EXCLUDED_DOC_PATHS = "{labels.excludedDocPaths}";
52  
53      /** The key of the message: Excluded URLs for Searching */
54      public static final String LABELS_EXCLUDED_DOC_URLS = "{labels.excludedDocUrls}";
55  
56      /** The key of the message: Hostname */
57      public static final String LABELS_HOSTNAME = "{labels.hostname}";
58  
59      /** The key of the message: ID */
60      public static final String LABELS_ID = "{labels.id}";
61  
62      /** The key of the message: Included Paths for Crawling */
63      public static final String LABELS_INCLUDED_PATHS = "{labels.includedPaths}";
64  
65      /** The key of the message: Included URLs for Crawling */
66      public static final String LABELS_INCLUDED_URLS = "{labels.includedUrls}";
67  
68      /** The key of the message: Included Paths for Searching */
69      public static final String LABELS_INCLUDED_DOC_PATHS = "{labels.includedDocPaths}";
70  
71      /** The key of the message: Included URLs for Searching */
72      public static final String LABELS_INCLUDED_DOC_URLS = "{labels.includedDocUrls}";
73  
74      /** The key of the message: Max Access Count */
75      public static final String LABELS_MAX_ACCESS_COUNT = "{labels.maxAccessCount}";
76  
77      /** The key of the message: Name */
78      public static final String LABELS_NAME = "{labels.name}";
79  
80      /** The key of the message: Number of Threads */
81      public static final String LABELS_NUM_OF_THREAD = "{labels.numOfThread}";
82  
83      /** The key of the message: Duplicate Host Name */
84      public static final String LABELS_DUPLICATE_HOST_NAME = "{labels.duplicateHostName}";
85  
86      /** The key of the message: Page Number */
87      public static final String LABELS_PAGE_NUMBER = "{labels.pageNumber}";
88  
89      /** The key of the message: Password */
90      public static final String LABELS_PASSWORD = "{labels.password}";
91  
92      /** The key of the message: Paths */
93      public static final String LABELS_PATHS = "{labels.paths}";
94  
95      /** The key of the message: Port */
96      public static final String LABELS_PORT = "{labels.port}";
97  
98      /** The key of the message: Regex */
99      public static final String LABELS_REGEX = "{labels.regex}";
100 
101     /** The key of the message: Regular Name */
102     public static final String LABELS_REGULAR_NAME = "{labels.regularName}";
103 
104     /** The key of the message: Replacement */
105     public static final String LABELS_REPLACEMENT = "{labels.replacement}";
106 
107     /** The key of the message: Session ID */
108     public static final String LABELS_SESSION_ID = "{labels.sessionId}";
109 
110     /** The key of the message: Sort Order */
111     public static final String LABELS_SORT_ORDER = "{labels.sortOrder}";
112 
113     /** The key of the message: Updated By */
114     public static final String LABELS_UPDATED_BY = "{labels.updatedBy}";
115 
116     /** The key of the message: Updated Time */
117     public static final String LABELS_UPDATED_TIME = "{labels.updatedTime}";
118 
119     /** The key of the message: URLs */
120     public static final String LABELS_URLS = "{labels.urls}";
121 
122     /** The key of the message: User Agent */
123     public static final String LABELS_USER_AGENT = "{labels.userAgent}";
124 
125     /** The key of the message: Username */
126     public static final String LABELS_USERNAME = "{labels.username}";
127 
128     /** The key of the message: Value */
129     public static final String LABELS_VALUE = "{labels.value}";
130 
131     /** The key of the message: Version No */
132     public static final String LABELS_VERSION_NO = "{labels.versionNo}";
133 
134     /** The key of the message: Schedule */
135     public static final String LABELS_CRON_EXPRESSION = "{labels.cronExpression}";
136 
137     /** The key of the message: Delete documents older than specified days */
138     public static final String LABELS_DAY_FOR_CLEANUP = "{labels.dayForCleanup}";
139 
140     /** The key of the message: Concurrent Crawling Count */
141     public static final String LABELS_CRAWLING_THREAD_COUNT = "{labels.crawlingThreadCount}";
142 
143     /** The key of the message: Boost */
144     public static final String LABELS_BOOST = "{labels.boost}";
145 
146     /** The key of the message: Name */
147     public static final String LABELS_CRAWLING_CONFIG_NAME = "{labels.crawlingConfigName}";
148 
149     /** The key of the message: Path to Crawl */
150     public static final String LABELS_CRAWLING_CONFIG_PATH = "{labels.crawlingConfigPath}";
151 
152     /** The key of the message: Process Type */
153     public static final String LABELS_PROCESS_TYPE = "{labels.processType}";
154 
155     /** The key of the message: Parameters */
156     public static final String LABELS_PARAMETERS = "{labels.parameters}";
157 
158     /** The key of the message: File to Upload */
159     public static final String LABELS_DESIGN_FILE = "{labels.designFile}";
160 
161     /** The key of the message: Bulk File */
162     public static final String LABELS_BULK_FILE = "{labels.bulkFile}";
163 
164     /** The key of the message: Append Search Parameters */
165     public static final String LABELS_APPEND_QUERY_PARAMETER = "{labels.appendQueryParameter}";
166 
167     /** The key of the message: Config ID */
168     public static final String LABELS_CONFIG_ID = "{labels.configId}";
169 
170     /** The key of the message: Config Parameter */
171     public static final String LABELS_CONFIG_PARAMETER = "{labels.configParameter}";
172 
173     /** The key of the message: Content */
174     public static final String LABELS_CONTENT = "{labels.content}";
175 
176     /** The key of the message: CSV Encoding */
177     public static final String LABELS_CSV_FILE_ENCODING = "{labels.csvFileEncoding}";
178 
179     /** The key of the message: Default Label */
180     public static final String LABELS_DEFAULT_LABEL_VALUE = "{labels.defaultLabelValue}";
181 
182     /** The key of the message: File Name */
183     public static final String LABELS_DESIGN_FILE_NAME = "{labels.designFileName}";
184 
185     /** The key of the message: Check Last Modified */
186     public static final String LABELS_INCREMENTAL_CRAWLING = "{labels.incrementalCrawling}";
187 
188     /** The key of the message: Error Count */
189     public static final String LABELS_ERROR_COUNT = "{labels.errorCount}";
190 
191     /** The key of the message: Error Log */
192     public static final String LABELS_ERROR_LOG = "{labels.errorLog}";
193 
194     /** The key of the message: Error Name */
195     public static final String LABELS_ERROR_NAME = "{labels.errorName}";
196 
197     /** The key of the message: Expired Time */
198     public static final String LABELS_EXPIRED_TIME = "{labels.expiredTime}";
199 
200     /** The key of the message: Expires */
201     public static final String LABELS_EXPIRES = "{labels.expires}";
202 
203     /** The key of the message: Failure Count */
204     public static final String LABELS_FAILURE_COUNT_THRESHOLD = "{labels.failureCountThreshold}";
205 
206     /** The key of the message: File Crawl Config Name */
207     public static final String LABELS_FILE_CONFIG_NAME = "{labels.fileConfigName}";
208 
209     /** The key of the message: File Name */
210     public static final String LABELS_FILE_NAME = "{labels.fileName}";
211 
212     /** The key of the message: Handler Name */
213     public static final String LABELS_HANDLER_NAME = "{labels.handlerName}";
214 
215     /** The key of the message: Parameter */
216     public static final String LABELS_HANDLER_PARAMETER = "{labels.handlerParameter}";
217 
218     /** The key of the message: Script */
219     public static final String LABELS_HANDLER_SCRIPT = "{labels.handlerScript}";
220 
221     /** The key of the message: Popular Word */
222     public static final String LABELS_POPULAR_WORD = "{labels.popularWord}";
223 
224     /** The key of the message: Ignored Failure Type */
225     public static final String LABELS_IGNORE_FAILURE_TYPE = "{labels.ignoreFailureType}";
226 
227     /** The key of the message: Last Access Time */
228     public static final String LABELS_LAST_ACCESS_TIME = "{labels.lastAccessTime}";
229 
230     /** The key of the message: Notification To */
231     public static final String LABELS_NOTIFICATION_TO = "{labels.notificationTo}";
232 
233     /** The key of the message: Num */
234     public static final String LABELS_NUM = "{labels.num}";
235 
236     /** The key of the message: Page Number */
237     public static final String LABELS_PN = "{labels.pn}";
238 
239     /** The key of the message: Scheme */
240     public static final String LABELS_PROTOCOL_SCHEME = "{labels.protocolScheme}";
241 
242     /** The key of the message: Purge Bots */
243     public static final String LABELS_PURGE_BY_BOTS = "{labels.purgeByBots}";
244 
245     /** The key of the message: Log Level */
246     public static final String LABELS_LOG_LEVEL = "{labels.logLevel}";
247 
248     /** The key of the message: Purge Search Log */
249     public static final String LABELS_PURGE_SEARCH_LOG_DAY = "{labels.purgeSearchLogDay}";
250 
251     /** The key of the message: Query */
252     public static final String LABELS_QUERY = "{labels.query}";
253 
254     /** The key of the message: Query ID */
255     public static final String LABELS_QUERY_ID = "{labels.queryId}";
256 
257     /** The key of the message: rt */
258     public static final String LABELS_RT = "{labels.rt}";
259 
260     /** The key of the message: Search Log */
261     public static final String LABELS_SEARCH_LOG = "{labels.searchLog}";
262 
263     /** The key of the message: Sort */
264     public static final String LABELS_SORT = "{labels.sort}";
265 
266     /** The key of the message: Start */
267     public static final String LABELS_START = "{labels.start}";
268 
269     /** The key of the message: Login Required */
270     public static final String LABELS_LOGIN_REQUIRED = "{labels.loginRequired}";
271 
272     /** The key of the message: Show Login Link */
273     public static final String LABELS_LOGIN_LINK = "{labels.loginLink}";
274 
275     /** The key of the message: Thread Name */
276     public static final String LABELS_THREAD_NAME = "{labels.threadName}";
277 
278     /** The key of the message: URL */
279     public static final String LABELS_URL = "{labels.url}";
280 
281     /** The key of the message: Favorite Log */
282     public static final String LABELS_USER_FAVORITE = "{labels.userFavorite}";
283 
284     /** The key of the message: User Info */
285     public static final String LABELS_USER_INFO = "{labels.userInfo}";
286 
287     /** The key of the message: JSON Response */
288     public static final String LABELS_WEB_API_JSON = "{labels.webApiJson}";
289 
290     /** The key of the message: Web Crawl Config Name */
291     public static final String LABELS_WEB_CONFIG_NAME = "{labels.webConfigName}";
292 
293     /** The key of the message: All Languages */
294     public static final String LABELS_ALL_LANGUAGES = "{labels.allLanguages}";
295 
296     /** The key of the message: Dictionary ID */
297     public static final String LABELS_DICT_ID = "{labels.dictId}";
298 
299     /** The key of the message: Document ID */
300     public static final String LABELS_DOC_ID = "{labels.docId}";
301 
302     /** The key of the message: End Time */
303     public static final String LABELS_END_TIME = "{labels.endTime}";
304 
305     /** The key of the message: hq */
306     public static final String LABELS_HQ = "{labels.hq}";
307 
308     /** The key of the message: Inputs */
309     public static final String LABELS_INPUTS = "{labels.inputs}";
310 
311     /** The key of the message: Logging */
312     public static final String LABELS_JOB_LOGGING = "{labels.jobLogging}";
313 
314     /** The key of the message: Name */
315     public static final String LABELS_JOB_NAME = "{labels.jobName}";
316 
317     /** The key of the message: Status */
318     public static final String LABELS_JOB_STATUS = "{labels.jobStatus}";
319 
320     /** The key of the message: Labels */
321     public static final String LABELS_LABEL_TYPE_IDS = "{labels.labelTypeIds}";
322 
323     /** The key of the message: Language */
324     public static final String LABELS_LANG = "{labels.lang}";
325 
326     /** The key of the message: Outputs */
327     public static final String LABELS_OUTPUTS = "{labels.outputs}";
328 
329     /** The key of the message: Part-of-speech */
330     public static final String LABELS_POS = "{labels.pos}";
331 
332     /** The key of the message: Delete old job logs */
333     public static final String LABELS_PURGE_JOB_LOG_DAY = "{labels.purgeJobLogDay}";
334 
335     /** The key of the message: Delete old user logs */
336     public static final String LABELS_PURGE_USER_INFO_DAY = "{labels.purgeUserInfoDay}";
337 
338     /** The key of the message: Reading */
339     public static final String LABELS_READING = "{labels.reading}";
340 
341     /** The key of the message: Role IDs */
342     public static final String LABELS_ROLE_TYPE_IDS = "{labels.roleTypeIds}";
343 
344     /** The key of the message: Script */
345     public static final String LABELS_SCRIPT_DATA = "{labels.scriptData}";
346 
347     /** The key of the message: Result */
348     public static final String LABELS_SCRIPT_RESULT = "{labels.scriptResult}";
349 
350     /** The key of the message: Execution Method */
351     public static final String LABELS_SCRIPT_TYPE = "{labels.scriptType}";
352 
353     /** The key of the message: Segmentation */
354     public static final String LABELS_SEGMENTATION = "{labels.segmentation}";
355 
356     /** The key of the message: Start Time */
357     public static final String LABELS_START_TIME = "{labels.startTime}";
358 
359     /** The key of the message: Target */
360     public static final String LABELS_TARGET = "{labels.target}";
361 
362     /** The key of the message: Token */
363     public static final String LABELS_TOKEN = "{labels.token}";
364 
365     /** The key of the message: Synonym File */
366     public static final String LABELS_SYNONYM_FILE = "{labels.synonymFile}";
367 
368     /** The key of the message: Stopwords File */
369     public static final String LABELS_STOPWORDS_FILE = "{labels.stopwordsFile}";
370 
371     /** The key of the message: Stemmer Override File */
372     public static final String LABELS_STEMMER_OVERRIDE_FILE = "{labels.stemmerOverrideFile}";
373 
374     /** The key of the message: Mapping File */
375     public static final String LABELS_MAPPING_FILE = "{labels.mappingFile}";
376 
377     /** The key of the message: Protwords File */
378     public static final String LABELS_PROTWORDS_FILE = "{labels.protwordsFile}";
379 
380     /** The key of the message: Kuromoji File */
381     public static final String LABELS_KUROMOJI_FILE = "{labels.kuromojiFile}";
382 
383     /** The key of the message: Elevate Word File */
384     public static final String LABELS_ELEVATE_WORD_FILE = "{labels.elevateWordFile}";
385 
386     /** The key of the message: Bad Word File */
387     public static final String LABELS_BAD_WORD_FILE = "{labels.badWordFile}";
388 
389     /** The key of the message: Condition */
390     public static final String LABELS_URL_EXPR = "{labels.urlExpr}";
391 
392     /** The key of the message: Boost Expression */
393     public static final String LABELS_BOOST_EXPR = "{labels.boostExpr}";
394 
395     /** The key of the message: Confirm */
396     public static final String LABELS_CONFIRM_PASSWORD = "{labels.confirmPassword}";
397 
398     /** The key of the message: Crawler */
399     public static final String LABELS_CRAWLER = "{labels.crawler}";
400 
401     /** The key of the message: Mode */
402     public static final String LABELS_CRUD_MODE = "{labels.crudMode}";
403 
404     /** The key of the message: Max Error Count */
405     public static final String LABELS_ERROR_COUNT_MAX = "{labels.errorCountMax}";
406 
407     /** The key of the message: Min Error Count */
408     public static final String LABELS_ERROR_COUNT_MIN = "{labels.errorCountMin}";
409 
410     /** The key of the message: Facet */
411     public static final String LABELS_FACET = "{labels.facet}";
412 
413     /** The key of the message: Geo */
414     public static final String LABELS_GEO = "{labels.geo}";
415 
416     /** The key of the message: Groups */
417     public static final String LABELS_GROUPS = "{labels.groups}";
418 
419     /** The key of the message: Hash */
420     public static final String LABELS_HASH = "{labels.hash}";
421 
422     /** The key of the message: Max Size */
423     public static final String LABELS_MAX_SIZE = "{labels.maxSize}";
424 
425     /** The key of the message: Order */
426     public static final String LABELS_ORDER = "{labels.order}";
427 
428     /** The key of the message: Delete old suggest info */
429     public static final String LABELS_PURGE_SUGGEST_SEARCH_LOG_DAY = "{labels.purgeSuggestSearchLogDay}";
430 
431     /** The key of the message: Query */
432     public static final String LABELS_Q = "{labels.q}";
433 
434     /** The key of the message: Roles */
435     public static final String LABELS_ROLES = "{labels.roles}";
436 
437     /** The key of the message: Suggest Search Log */
438     public static final String LABELS_SUGGEST_SEARCH_LOG = "{labels.suggestSearchLog}";
439 
440     /** The key of the message: Suggest Word */
441     public static final String LABELS_SUGGEST_WORD = "{labels.suggestWord}";
442 
443     /** The key of the message: Label */
444     public static final String LABELS_TARGET_LABEL = "{labels.targetLabel}";
445 
446     /** The key of the message: Term */
447     public static final String LABELS_TERM = "{labels.term}";
448 
449     /** The key of the message: Fields */
450     public static final String LABELS_FIELDS = "{labels.fields}";
451 
452     /** The key of the message: Extended Query */
453     public static final String LABELS_ex_q = "{labels.ex_q}";
454 
455     /** The key of the message: Current Password */
456     public static final String LABELS_OLD_PASSWORD = "{labels.oldPassword}";
457 
458     /** The key of the message: New Password */
459     public static final String LABELS_NEW_PASSWORD = "{labels.newPassword}";
460 
461     /** The key of the message: New Password (Confirm) */
462     public static final String LABELS_CONFIRM_NEW_PASSWORD = "{labels.confirmNewPassword}";
463 
464     /** The key of the message: System */
465     public static final String LABELS_menu_system = "{labels.menu_system}";
466 
467     /** The key of the message: Wizard */
468     public static final String LABELS_menu_wizard = "{labels.menu_wizard}";
469 
470     /** The key of the message: General */
471     public static final String LABELS_menu_crawl_config = "{labels.menu_crawl_config}";
472 
473     /** The key of the message: Scheduler */
474     public static final String LABELS_menu_scheduler_config = "{labels.menu_scheduler_config}";
475 
476     /** The key of the message: Dashboard */
477     public static final String LABELS_menu_dashboard_config = "{labels.menu_dashboard_config}";
478 
479     /** The key of the message: Page Design */
480     public static final String LABELS_menu_design = "{labels.menu_design}";
481 
482     /** The key of the message: Dictionary */
483     public static final String LABELS_menu_dict = "{labels.menu_dict}";
484 
485     /** The key of the message: Backup/Restore */
486     public static final String LABELS_menu_data = "{labels.menu_data}";
487 
488     /** The key of the message: Crawler */
489     public static final String LABELS_menu_crawl = "{labels.menu_crawl}";
490 
491     /** The key of the message: Web */
492     public static final String LABELS_menu_web = "{labels.menu_web}";
493 
494     /** The key of the message: File System */
495     public static final String LABELS_menu_file_system = "{labels.menu_file_system}";
496 
497     /** The key of the message: Data Store */
498     public static final String LABELS_menu_data_store = "{labels.menu_data_store}";
499 
500     /** The key of the message: Label */
501     public static final String LABELS_menu_label_type = "{labels.menu_label_type}";
502 
503     /** The key of the message: Key Match */
504     public static final String LABELS_menu_key_match = "{labels.menu_key_match}";
505 
506     /** The key of the message: Document Boost */
507     public static final String LABELS_menu_boost_document_rule = "{labels.menu_boost_document_rule}";
508 
509     /** The key of the message: Path Mapping */
510     public static final String LABELS_menu_path_mapping = "{labels.menu_path_mapping}";
511 
512     /** The key of the message: Web Authentication */
513     public static final String LABELS_menu_web_authentication = "{labels.menu_web_authentication}";
514 
515     /** The key of the message: File Authentication */
516     public static final String LABELS_menu_file_authentication = "{labels.menu_file_authentication}";
517 
518     /** The key of the message: Request Header */
519     public static final String LABELS_menu_request_header = "{labels.menu_request_header}";
520 
521     /** The key of the message: Duplicate Host */
522     public static final String LABELS_menu_duplicate_host = "{labels.menu_duplicate_host}";
523 
524     /** The key of the message: User */
525     public static final String LABELS_menu_user = "{labels.menu_user}";
526 
527     /** The key of the message: Role */
528     public static final String LABELS_menu_role = "{labels.menu_role}";
529 
530     /** The key of the message: Group */
531     public static final String LABELS_menu_group = "{labels.menu_group}";
532 
533     /** The key of the message: Suggest */
534     public static final String LABELS_menu_suggest = "{labels.menu_suggest}";
535 
536     /** The key of the message: Suggest Word */
537     public static final String LABELS_menu_suggest_word = "{labels.menu_suggest_word}";
538 
539     /** The key of the message: Elevate Word */
540     public static final String LABELS_menu_elevate_word = "{labels.menu_elevate_word}";
541 
542     /** The key of the message: Bad Word */
543     public static final String LABELS_menu_bad_word = "{labels.menu_bad_word}";
544 
545     /** The key of the message: System Info */
546     public static final String LABELS_menu_system_log = "{labels.menu_system_log}";
547 
548     /** The key of the message: Config Info */
549     public static final String LABELS_menu_system_info = "{labels.menu_system_info}";
550 
551     /** The key of the message: Crawling Info */
552     public static final String LABELS_menu_crawling_info = "{labels.menu_crawling_info}";
553 
554     /** The key of the message: Log File */
555     public static final String LABELS_menu_log = "{labels.menu_log}";
556 
557     /** The key of the message: Job Log */
558     public static final String LABELS_menu_jobLog = "{labels.menu_jobLog}";
559 
560     /** The key of the message: Search Log */
561     public static final String LABELS_menu_searchLog = "{labels.menu_searchLog}";
562 
563     /** The key of the message: Failure URL */
564     public static final String LABELS_menu_failure_url = "{labels.menu_failure_url}";
565 
566     /** The key of the message: Search */
567     public static final String LABELS_menu_search_list = "{labels.menu_search_list}";
568 
569     /** The key of the message: Backup */
570     public static final String LABELS_menu_backup = "{labels.menu_backup}";
571 
572     /** The key of the message: Access Token */
573     public static final String LABELS_menu_access_token = "{labels.menu_access_token}";
574 
575     /** The key of the message: Maintenance */
576     public static final String LABELS_menu_maintenance = "{labels.menu_maintenance}";
577 
578     /** The key of the message: Related Content */
579     public static final String LABELS_menu_related_content = "{labels.menu_related_content}";
580 
581     /** The key of the message: Related Query */
582     public static final String LABELS_menu_related_query = "{labels.menu_related_query}";
583 
584     /** The key of the message: Search... */
585     public static final String LABELS_SIDEBAR_placeholder_search = "{labels.sidebar.placeholder_search}";
586 
587     /** The key of the message: Plugin */
588     public static final String LABELS_menu_plugin = "{labels.menu_plugin}";
589 
590     /** The key of the message: Storage */
591     public static final String LABELS_menu_storage = "{labels.menu_storage}";
592 
593     /** The key of the message: Menu */
594     public static final String LABELS_SIDEBAR_MENU = "{labels.sidebar.menu}";
595 
596     /** The key of the message: ©2026 <a href="https://github.com/codelibs">CodeLibs Project</a>. */
597     public static final String LABELS_FOOTER_COPYRIGHT = "{labels.footer.copyright}";
598 
599     /** The key of the message: Search */
600     public static final String LABELS_SEARCH = "{labels.search}";
601 
602     /** The key of the message: Showing similar results. */
603     public static final String LABELS_similar_doc_result_status = "{labels.similar_doc_result_status}";
604 
605     /** The key of the message: Results <b>{2}</b> - <b>{3}</b> of <b>{1}</b> for <b>{0}</b> */
606     public static final String LABELS_search_result_status = "{labels.search_result_status}";
607 
608     /** The key of the message: Results <b>{2}</b> - <b>{3}</b> of over <b>{1}</b> for <b>{0}</b> */
609     public static final String LABELS_search_result_status_over = "{labels.search_result_status_over}";
610 
611     /** The key of the message: ({0} seconds) */
612     public static final String LABELS_search_result_time = "{labels.search_result_time}";
613 
614     /** The key of the message: Prev */
615     public static final String LABELS_prev_page = "{labels.prev_page}";
616 
617     /** The key of the message: Next */
618     public static final String LABELS_next_page = "{labels.next_page}";
619 
620     /** The key of the message: Your search - <b>{0}</b> - did not match any documents. */
621     public static final String LABELS_did_not_match = "{labels.did_not_match}";
622 
623     /** The key of the message: Try different keywords or check your spelling. */
624     public static final String LABELS_did_not_match_suggestion = "{labels.did_not_match_suggestion}";
625 
626     /** The key of the message: Fess */
627     public static final String LABELS_search_title = "{labels.search_title}";
628 
629     /** The key of the message: Popular Words: */
630     public static final String LABELS_search_popular_word_word = "{labels.search_popular_word_word}";
631 
632     /** The key of the message: Related Words: */
633     public static final String LABELS_search_related_queries = "{labels.search_related_queries}";
634 
635     /** The key of the message: -  Sort  - */
636     public static final String LABELS_search_result_select_sort = "{labels.search_result_select_sort}";
637 
638     /** The key of the message: - Display Count - */
639     public static final String LABELS_search_result_select_num = "{labels.search_result_select_num}";
640 
641     /** The key of the message: by Score */
642     public static final String LABELS_search_result_sort_score_desc = "{labels.search_result_sort_score_desc}";
643 
644     /** The key of the message: by Filename (asc) */
645     public static final String LABELS_search_result_sort_filename_asc = "{labels.search_result_sort_filename_asc}";
646 
647     /** The key of the message: by Filename (desc) */
648     public static final String LABELS_search_result_sort_filename_desc = "{labels.search_result_sort_filename_desc}";
649 
650     /** The key of the message: by Date (asc) */
651     public static final String LABELS_search_result_sort_created_asc = "{labels.search_result_sort_created_asc}";
652 
653     /** The key of the message: by Date (desc) */
654     public static final String LABELS_search_result_sort_created_desc = "{labels.search_result_sort_created_desc}";
655 
656     /** The key of the message: by Size (asc) */
657     public static final String LABELS_search_result_sort_content_length_asc = "{labels.search_result_sort_content_length_asc}";
658 
659     /** The key of the message: by Size (desc) */
660     public static final String LABELS_search_result_sort_content_length_desc = "{labels.search_result_sort_content_length_desc}";
661 
662     /** The key of the message: by Last Modified (asc) */
663     public static final String LABELS_search_result_sort_last_modified_asc = "{labels.search_result_sort_last_modified_asc}";
664 
665     /** The key of the message: by Last Modified (desc) */
666     public static final String LABELS_search_result_sort_last_modified_desc = "{labels.search_result_sort_last_modified_desc}";
667 
668     /** The key of the message: by Click Count (asc) */
669     public static final String LABELS_search_result_sort_click_count_asc = "{labels.search_result_sort_click_count_asc}";
670 
671     /** The key of the message: by Click Count (desc) */
672     public static final String LABELS_search_result_sort_click_count_desc = "{labels.search_result_sort_click_count_desc}";
673 
674     /** The key of the message: by Favorite Count (asc) */
675     public static final String LABELS_search_result_sort_favorite_count_asc = "{labels.search_result_sort_favorite_count_asc}";
676 
677     /** The key of the message: by Favorite Count (desc) */
678     public static final String LABELS_search_result_sort_favorite_count_desc = "{labels.search_result_sort_favorite_count_desc}";
679 
680     /** The key of the message: Multiple */
681     public static final String LABELS_search_result_sort_multiple = "{labels.search_result_sort_multiple}";
682 
683     /** The key of the message: {0} bytes */
684     public static final String LABELS_search_result_size = "{labels.search_result_size}";
685 
686     /** The key of the message: Created: */
687     public static final String LABELS_search_result_created = "{labels.search_result_created}";
688 
689     /** The key of the message: Last Modified: */
690     public static final String LABELS_search_result_last_modified = "{labels.search_result_last_modified}";
691 
692     /** The key of the message: Like */
693     public static final String LABELS_search_result_favorite = "{labels.search_result_favorite}";
694 
695     /** The key of the message: Liked */
696     public static final String LABELS_search_result_favorited = "{labels.search_result_favorited}";
697 
698     /** The key of the message: Click Count ({0}) */
699     public static final String LABELS_search_click_count = "{labels.search_click_count}";
700 
701     /** The key of the message: {0} views */
702     public static final String LABELS_search_click_views = "{labels.search_click_views}";
703 
704     /** The key of the message: More.. */
705     public static final String LABELS_search_result_more = "{labels.search_result_more}";
706 
707     /** The key of the message: Cache */
708     public static final String LABELS_search_result_cache = "{labels.search_result_cache}";
709 
710     /** The key of the message: Similar Results ({0}) */
711     public static final String LABELS_search_result_similar = "{labels.search_result_similar}";
712 
713     /** The key of the message: Label */
714     public static final String LABELS_facet_label_title = "{labels.facet_label_title}";
715 
716     /** The key of the message: Time */
717     public static final String LABELS_facet_timestamp_title = "{labels.facet_timestamp_title}";
718 
719     /** The key of the message: Within 24 hours */
720     public static final String LABELS_facet_timestamp_1day = "{labels.facet_timestamp_1day}";
721 
722     /** The key of the message: Within a week */
723     public static final String LABELS_facet_timestamp_1week = "{labels.facet_timestamp_1week}";
724 
725     /** The key of the message: Within a month */
726     public static final String LABELS_facet_timestamp_1month = "{labels.facet_timestamp_1month}";
727 
728     /** The key of the message: Within a year */
729     public static final String LABELS_facet_timestamp_1year = "{labels.facet_timestamp_1year}";
730 
731     /** The key of the message: Within 3 months */
732     public static final String LABELS_facet_timestamp_3month = "{labels.facet_timestamp_3month}";
733 
734     /** The key of the message: Within 6 months */
735     public static final String LABELS_facet_timestamp_6month = "{labels.facet_timestamp_6month}";
736 
737     /** The key of the message: Within 2 years */
738     public static final String LABELS_facet_timestamp_2year = "{labels.facet_timestamp_2year}";
739 
740     /** The key of the message: Within 3 years */
741     public static final String LABELS_facet_timestamp_3year = "{labels.facet_timestamp_3year}";
742 
743     /** The key of the message: Size */
744     public static final String LABELS_facet_contentLength_title = "{labels.facet_contentLength_title}";
745 
746     /** The key of the message:   - 10KB */
747     public static final String LABELS_facet_contentLength_10k = "{labels.facet_contentLength_10k}";
748 
749     /** The key of the message: 10KB - 100KB */
750     public static final String LABELS_facet_contentLength_10kto100k = "{labels.facet_contentLength_10kto100k}";
751 
752     /** The key of the message: 100KB - 500KB */
753     public static final String LABELS_facet_contentLength_100kto500k = "{labels.facet_contentLength_100kto500k}";
754 
755     /** The key of the message: 500KB - 1MB */
756     public static final String LABELS_facet_contentLength_500kto1m = "{labels.facet_contentLength_500kto1m}";
757 
758     /** The key of the message: 1MB -   */
759     public static final String LABELS_facet_contentLength_1m = "{labels.facet_contentLength_1m}";
760 
761     /** The key of the message: 10KB - 50KB */
762     public static final String LABELS_facet_contentLength_10kto50k = "{labels.facet_contentLength_10kto50k}";
763 
764     /** The key of the message: 50KB - 100KB */
765     public static final String LABELS_facet_contentLength_50kto100k = "{labels.facet_contentLength_50kto100k}";
766 
767     /** The key of the message: 100KB - 250KB */
768     public static final String LABELS_facet_contentLength_100kto250k = "{labels.facet_contentLength_100kto250k}";
769 
770     /** The key of the message: 250KB - 500KB */
771     public static final String LABELS_facet_contentLength_250kto500k = "{labels.facet_contentLength_250kto500k}";
772 
773     /** The key of the message: 1MB - 5MB */
774     public static final String LABELS_facet_contentLength_1mto5m = "{labels.facet_contentLength_1mto5m}";
775 
776     /** The key of the message: 5MB -   */
777     public static final String LABELS_facet_contentLength_5m = "{labels.facet_contentLength_5m}";
778 
779     /** The key of the message: File Type */
780     public static final String LABELS_facet_filetype_title = "{labels.facet_filetype_title}";
781 
782     /** The key of the message: HTML */
783     public static final String LABELS_facet_filetype_html = "{labels.facet_filetype_html}";
784 
785     /** The key of the message: MS Word */
786     public static final String LABELS_facet_filetype_word = "{labels.facet_filetype_word}";
787 
788     /** The key of the message: MS Excel */
789     public static final String LABELS_facet_filetype_excel = "{labels.facet_filetype_excel}";
790 
791     /** The key of the message: MS PowerPoint */
792     public static final String LABELS_facet_filetype_powerpoint = "{labels.facet_filetype_powerpoint}";
793 
794     /** The key of the message: ODF Word */
795     public static final String LABELS_facet_filetype_odt = "{labels.facet_filetype_odt}";
796 
797     /** The key of the message: ODF Spreadsheet */
798     public static final String LABELS_facet_filetype_ods = "{labels.facet_filetype_ods}";
799 
800     /** The key of the message: ODF Presentation */
801     public static final String LABELS_facet_filetype_odp = "{labels.facet_filetype_odp}";
802 
803     /** The key of the message: PDF */
804     public static final String LABELS_facet_filetype_pdf = "{labels.facet_filetype_pdf}";
805 
806     /** The key of the message: FictionBook */
807     public static final String LABELS_facet_filetype_fb2 = "{labels.facet_filetype_fb2}";
808 
809     /** The key of the message: EPUB */
810     public static final String LABELS_facet_filetype_epub = "{labels.facet_filetype_epub}";
811 
812     /** The key of the message: iBooks */
813     public static final String LABELS_facet_filetype_ibooks = "{labels.facet_filetype_ibooks}";
814 
815     /** The key of the message: Text */
816     public static final String LABELS_facet_filetype_txt = "{labels.facet_filetype_txt}";
817 
818     /** The key of the message: Rich Text */
819     public static final String LABELS_facet_filetype_rtf = "{labels.facet_filetype_rtf}";
820 
821     /** The key of the message: Compiled HTML Help */
822     public static final String LABELS_facet_filetype_chm = "{labels.facet_filetype_chm}";
823 
824     /** The key of the message: ZIP Archive */
825     public static final String LABELS_facet_filetype_zip = "{labels.facet_filetype_zip}";
826 
827     /** The key of the message: 7z Archive */
828     public static final String LABELS_facet_filetype_7z = "{labels.facet_filetype_7z}";
829 
830     /** The key of the message: BZIP Archive */
831     public static final String LABELS_facet_filetype_bz = "{labels.facet_filetype_bz}";
832 
833     /** The key of the message: BZIP2 Archive */
834     public static final String LABELS_facet_filetype_bz2 = "{labels.facet_filetype_bz2}";
835 
836     /** The key of the message: TAR Archive */
837     public static final String LABELS_facet_filetype_tar = "{labels.facet_filetype_tar}";
838 
839     /** The key of the message: RAR Archive */
840     public static final String LABELS_facet_filetype_rar = "{labels.facet_filetype_rar}";
841 
842     /** The key of the message: 3gp Video */
843     public static final String LABELS_facet_filetype_3gp = "{labels.facet_filetype_3gp}";
844 
845     /** The key of the message: 3g2 Video */
846     public static final String LABELS_facet_filetype_3g2 = "{labels.facet_filetype_3g2}";
847 
848     /** The key of the message: AVI Video */
849     public static final String LABELS_facet_filetype_avi = "{labels.facet_filetype_avi}";
850 
851     /** The key of the message: FLV Video */
852     public static final String LABELS_facet_filetype_flv = "{labels.facet_filetype_flv}";
853 
854     /** The key of the message: MPEG Video */
855     public static final String LABELS_facet_filetype_mpeg = "{labels.facet_filetype_mpeg}";
856 
857     /** The key of the message: MP4 Video */
858     public static final String LABELS_facet_filetype_mp4 = "{labels.facet_filetype_mp4}";
859 
860     /** The key of the message: OGV Video */
861     public static final String LABELS_facet_filetype_ogv = "{labels.facet_filetype_ogv}";
862 
863     /** The key of the message: QuickTime Video */
864     public static final String LABELS_facet_filetype_qt = "{labels.facet_filetype_qt}";
865 
866     /** The key of the message: M4V Video */
867     public static final String LABELS_facet_filetype_m4v = "{labels.facet_filetype_m4v}";
868 
869     /** The key of the message: OGG Audio */
870     public static final String LABELS_facet_filetype_ogg = "{labels.facet_filetype_ogg}";
871 
872     /** The key of the message: WAV Audio */
873     public static final String LABELS_facet_filetype_wav = "{labels.facet_filetype_wav}";
874 
875     /** The key of the message: WebP Audio */
876     public static final String LABELS_facet_filetype_webp = "{labels.facet_filetype_webp}";
877 
878     /** The key of the message: AIF Audio */
879     public static final String LABELS_facet_filetype_aif = "{labels.facet_filetype_aif}";
880 
881     /** The key of the message: MIDI Audio */
882     public static final String LABELS_facet_filetype_midi = "{labels.facet_filetype_midi}";
883 
884     /** The key of the message: MPGA Audio */
885     public static final String LABELS_facet_filetype_mpga = "{labels.facet_filetype_mpga}";
886 
887     /** The key of the message: MP4A Audio */
888     public static final String LABELS_facet_filetype_mp4a = "{labels.facet_filetype_mp4a}";
889 
890     /** The key of the message: OGA Audio */
891     public static final String LABELS_facet_filetype_oga = "{labels.facet_filetype_oga}";
892 
893     /** The key of the message: WEBP Image */
894     public static final String LABELS_facet_filetype_wepb = "{labels.facet_filetype_wepb}";
895 
896     /** The key of the message: BMP Image */
897     public static final String LABELS_facet_filetype_bmp = "{labels.facet_filetype_bmp}";
898 
899     /** The key of the message: ICO Image */
900     public static final String LABELS_facet_filetype_ico = "{labels.facet_filetype_ico}";
901 
902     /** The key of the message: PNG Image */
903     public static final String LABELS_facet_filetype_png = "{labels.facet_filetype_png}";
904 
905     /** The key of the message: SVG Image */
906     public static final String LABELS_facet_filetype_svg = "{labels.facet_filetype_svg}";
907 
908     /** The key of the message: TIFF Image */
909     public static final String LABELS_facet_filetype_tiff = "{labels.facet_filetype_tiff}";
910 
911     /** The key of the message: JPEG Image */
912     public static final String LABELS_facet_filetype_jpg = "{labels.facet_filetype_jpg}";
913 
914     /** The key of the message: Archive */
915     public static final String LABELS_facet_filetype_archive = "{labels.facet_filetype_archive}";
916 
917     /** The key of the message: Batch File */
918     public static final String LABELS_facet_filetype_bat = "{labels.facet_filetype_bat}";
919 
920     /** The key of the message: C */
921     public static final String LABELS_facet_filetype_c = "{labels.facet_filetype_c}";
922 
923     /** The key of the message: C++ */
924     public static final String LABELS_facet_filetype_cpp = "{labels.facet_filetype_cpp}";
925 
926     /** The key of the message: C# */
927     public static final String LABELS_facet_filetype_csharp = "{labels.facet_filetype_csharp}";
928 
929     /** The key of the message: CSS */
930     public static final String LABELS_facet_filetype_css = "{labels.facet_filetype_css}";
931 
932     /** The key of the message: Go */
933     public static final String LABELS_facet_filetype_go = "{labels.facet_filetype_go}";
934 
935     /** The key of the message: Groovy */
936     public static final String LABELS_facet_filetype_groovy = "{labels.facet_filetype_groovy}";
937 
938     /** The key of the message: Haskell */
939     public static final String LABELS_facet_filetype_haskell = "{labels.facet_filetype_haskell}";
940 
941     /** The key of the message: Image */
942     public static final String LABELS_facet_filetype_image = "{labels.facet_filetype_image}";
943 
944     /** The key of the message: Java */
945     public static final String LABELS_facet_filetype_java = "{labels.facet_filetype_java}";
946 
947     /** The key of the message: JavaScript */
948     public static final String LABELS_facet_filetype_javascript = "{labels.facet_filetype_javascript}";
949 
950     /** The key of the message: Json */
951     public static final String LABELS_facet_filetype_json = "{labels.facet_filetype_json}";
952 
953     /** The key of the message: OCaml */
954     public static final String LABELS_facet_filetype_ocaml = "{labels.facet_filetype_ocaml}";
955 
956     /** The key of the message: Perl */
957     public static final String LABELS_facet_filetype_perl = "{labels.facet_filetype_perl}";
958 
959     /** The key of the message: PHP */
960     public static final String LABELS_facet_filetype_php = "{labels.facet_filetype_php}";
961 
962     /** The key of the message: Properties File */
963     public static final String LABELS_facet_filetype_properties = "{labels.facet_filetype_properties}";
964 
965     /** The key of the message: Python */
966     public static final String LABELS_facet_filetype_python = "{labels.facet_filetype_python}";
967 
968     /** The key of the message: Ruby */
969     public static final String LABELS_facet_filetype_ruby = "{labels.facet_filetype_ruby}";
970 
971     /** The key of the message: Scala */
972     public static final String LABELS_facet_filetype_scala = "{labels.facet_filetype_scala}";
973 
974     /** The key of the message: Shell Script */
975     public static final String LABELS_facet_filetype_shell = "{labels.facet_filetype_shell}";
976 
977     /** The key of the message: Visual Basic */
978     public static final String LABELS_facet_filetype_vb = "{labels.facet_filetype_vb}";
979 
980     /** The key of the message: Others */
981     public static final String LABELS_facet_filetype_others = "{labels.facet_filetype_others}";
982 
983     /** The key of the message: Reset */
984     public static final String LABELS_facet_label_reset = "{labels.facet_label_reset}";
985 
986     /** The key of the message: Filter */
987     public static final String LABELS_facet_filter_button = "{labels.facet_filter_button}";
988 
989     /** The key of the message: All */
990     public static final String LABELS_searchoptions_all = "{labels.searchoptions_all}";
991 
992     /** The key of the message: Score */
993     public static final String LABELS_searchoptions_score = "{labels.searchoptions_score}";
994 
995     /** The key of the message: Sort */
996     public static final String LABELS_searchoptions_menu_sort = "{labels.searchoptions_menu_sort}";
997 
998     /** The key of the message: Num */
999     public static final String LABELS_searchoptions_menu_num = "{labels.searchoptions_menu_num}";
1000 
1001     /** The key of the message: {0} results */
1002     public static final String LABELS_searchoptions_num = "{labels.searchoptions_num}";
1003 
1004     /** The key of the message: Language */
1005     public static final String LABELS_searchoptions_menu_lang = "{labels.searchoptions_menu_lang}";
1006 
1007     /** The key of the message: Labels */
1008     public static final String LABELS_searchoptions_menu_labels = "{labels.searchoptions_menu_labels}";
1009 
1010     /** The key of the message: Error */
1011     public static final String LABELS_error_title = "{labels.error_title}";
1012 
1013     /** The key of the message: System Error */
1014     public static final String LABELS_system_error_title = "{labels.system_error_title}";
1015 
1016     /** The key of the message: Please contact your site administrator. */
1017     public static final String LABELS_contact_site_admin = "{labels.contact_site_admin}";
1018 
1019     /** The key of the message: Invalid Request Format. */
1020     public static final String LABELS_request_error_title = "{labels.request_error_title}";
1021 
1022     /** The key of the message: Your request to the URL is invalid. */
1023     public static final String LABELS_bad_request = "{labels.bad_request}";
1024 
1025     /** The key of the message: Page Not Found. */
1026     public static final String LABELS_page_not_found_title = "{labels.page_not_found_title}";
1027 
1028     /** The key of the message: Please check the URL. */
1029     public static final String LABELS_check_url = "{labels.check_url}";
1030 
1031     /** The key of the message: Service Temporarily Unavailable */
1032     public static final String LABELS_busy_title = "{labels.busy_title}";
1033 
1034     /** The key of the message: The server is currently experiencing high load. Please try again later. */
1035     public static final String LABELS_busy_message = "{labels.busy_message}";
1036 
1037     /** The key of the message: Username */
1038     public static final String LABELS_user_name = "{labels.user_name}";
1039 
1040     /** The key of the message: Login */
1041     public static final String LABELS_LOGIN = "{labels.login}";
1042 
1043     /** The key of the message: Username */
1044     public static final String LABELS_LOGIN_placeholder_username = "{labels.login.placeholder_username}";
1045 
1046     /** The key of the message: Password */
1047     public static final String LABELS_LOGIN_placeholder_password = "{labels.login.placeholder_password}";
1048 
1049     /** The key of the message: Login */
1050     public static final String LABELS_LOGIN_TITLE = "{labels.login.title}";
1051 
1052     /** The key of the message: Label */
1053     public static final String LABELS_index_label = "{labels.index_label}";
1054 
1055     /** The key of the message: Preferred Language */
1056     public static final String LABELS_index_lang = "{labels.index_lang}";
1057 
1058     /** The key of the message: Sort */
1059     public static final String LABELS_index_sort = "{labels.index_sort}";
1060 
1061     /** The key of the message: Display Count */
1062     public static final String LABELS_index_num = "{labels.index_num}";
1063 
1064     /** The key of the message: Logout */
1065     public static final String LABELS_logout_title = "{labels.logout_title}";
1066 
1067     /** The key of the message: Logout */
1068     public static final String LABELS_LOGOUT = "{labels.logout}";
1069 
1070     /** The key of the message: Do you want to logout? */
1071     public static final String LABELS_do_you_want_to_logout = "{labels.do_you_want_to_logout}";
1072 
1073     /** The key of the message: Logout */
1074     public static final String LABELS_logout_button = "{labels.logout_button}";
1075 
1076     /** The key of the message: Change Password */
1077     public static final String LABELS_PROFILE = "{labels.profile}";
1078 
1079     /** The key of the message: Administration */
1080     public static final String LABELS_ADMINISTRATION = "{labels.administration}";
1081 
1082     /** The key of the message: Settings */
1083     public static final String LABELS_profile_button = "{labels.profile_button}";
1084 
1085     /** The key of the message: Settings */
1086     public static final String LABELS_PROFILE_TITLE = "{labels.profile.title}";
1087 
1088     /** The key of the message: Update */
1089     public static final String LABELS_PROFILE_UPDATE = "{labels.profile.update}";
1090 
1091     /** The key of the message: Back */
1092     public static final String LABELS_PROFILE_BACK = "{labels.profile.back}";
1093 
1094     /** The key of the message: Current Password */
1095     public static final String LABELS_PROFILE_placeholder_old_password = "{labels.profile.placeholder_old_password}";
1096 
1097     /** The key of the message: New Password */
1098     public static final String LABELS_PROFILE_placeholder_new_password = "{labels.profile.placeholder_new_password}";
1099 
1100     /** The key of the message: Confirm New Password */
1101     public static final String LABELS_PROFILE_placeholder_confirm_new_password = "{labels.profile.placeholder_confirm_new_password}";
1102 
1103     /** The key of the message: Search */
1104     public static final String LABELS_TOP_SEARCH = "{labels.top.search}";
1105 
1106     /** The key of the message: Fess */
1107     public static final String LABELS_index_title = "{labels.index_title}";
1108 
1109     /** The key of the message: Search */
1110     public static final String LABELS_index_form_search_btn = "{labels.index_form_search_btn}";
1111 
1112     /** The key of the message: Search */
1113     public static final String LABELS_index_osdd_title = "{labels.index_osdd_title}";
1114 
1115     /** The key of the message: Options */
1116     public static final String LABELS_index_form_option_btn = "{labels.index_form_option_btn}";
1117 
1118     /** The key of the message: Help */
1119     public static final String LABELS_index_help = "{labels.index_help}";
1120 
1121     /** The key of the message: Search Options */
1122     public static final String LABELS_search_options = "{labels.search_options}";
1123 
1124     /** The key of the message: Close */
1125     public static final String LABELS_search_options_close = "{labels.search_options_close}";
1126 
1127     /** The key of the message: Clear */
1128     public static final String LABELS_search_options_clear = "{labels.search_options_clear}";
1129 
1130     /** The key of the message: This is a cache of {0}. It is a snapshot of the page as it appeared on {1}. */
1131     public static final String LABELS_search_cache_msg = "{labels.search_cache_msg}";
1132 
1133     /** The key of the message: Unknown */
1134     public static final String LABELS_search_unknown = "{labels.search_unknown}";
1135 
1136     /** The key of the message: Back to Top */
1137     public static final String LABELS_footer_back_to_top = "{labels.footer_back_to_top}";
1138 
1139     /** The key of the message: Fess */
1140     public static final String LABELS_header_brand_name = "{labels.header_brand_name}";
1141 
1142     /** The key of the message: Options */
1143     public static final String LABELS_header_form_option_btn = "{labels.header_form_option_btn}";
1144 
1145     /** The key of the message: File Crawling */
1146     public static final String LABELS_file_crawling_configuration = "{labels.file_crawling_configuration}";
1147 
1148     /** The key of the message: File Crawling Config */
1149     public static final String LABELS_file_crawling_title_details = "{labels.file_crawling_title_details}";
1150 
1151     /** The key of the message: Included Paths */
1152     public static final String LABELS_included_paths = "{labels.included_paths}";
1153 
1154     /** The key of the message: Excluded Paths */
1155     public static final String LABELS_excluded_paths = "{labels.excluded_paths}";
1156 
1157     /** The key of the message: Included Doc Paths */
1158     public static final String LABELS_included_doc_paths = "{labels.included_doc_paths}";
1159 
1160     /** The key of the message: Excluded Doc Paths */
1161     public static final String LABELS_excluded_doc_paths = "{labels.excluded_doc_paths}";
1162 
1163     /** The key of the message: Config Parameters */
1164     public static final String LABELS_config_parameter = "{labels.config_parameter}";
1165 
1166     /** The key of the message: Max Access Count */
1167     public static final String LABELS_max_access_count = "{labels.max_access_count}";
1168 
1169     /** The key of the message: Number of Threads */
1170     public static final String LABELS_number_of_thread = "{labels.number_of_thread}";
1171 
1172     /** The key of the message: Interval */
1173     public static final String LABELS_interval_time = "{labels.interval_time}";
1174 
1175     /** The key of the message: msec */
1176     public static final String LABELS_MILLISEC = "{labels.millisec}";
1177 
1178     /** The key of the message: Permissions */
1179     public static final String LABELS_PERMISSIONS = "{labels.permissions}";
1180 
1181     /** The key of the message: Virtual Hosts */
1182     public static final String LABELS_virtual_hosts = "{labels.virtual_hosts}";
1183 
1184     /** The key of the message: Virtual Host */
1185     public static final String LABELS_virtual_host = "{labels.virtual_host}";
1186 
1187     /** The key of the message: Label */
1188     public static final String LABELS_label_type = "{labels.label_type}";
1189 
1190     /** The key of the message: Create */
1191     public static final String LABELS_file_crawling_button_create = "{labels.file_crawling_button_create}";
1192 
1193     /** The key of the message: Create New Job */
1194     public static final String LABELS_file_crawling_button_create_job = "{labels.file_crawling_button_create_job}";
1195 
1196     /** The key of the message: Web Crawling */
1197     public static final String LABELS_web_crawling_configuration = "{labels.web_crawling_configuration}";
1198 
1199     /** The key of the message: Web Crawling Config */
1200     public static final String LABELS_web_crawling_title_details = "{labels.web_crawling_title_details}";
1201 
1202     /** The key of the message: Included URLs */
1203     public static final String LABELS_included_urls = "{labels.included_urls}";
1204 
1205     /** The key of the message: Excluded URLs */
1206     public static final String LABELS_excluded_urls = "{labels.excluded_urls}";
1207 
1208     /** The key of the message: Included Doc URLs */
1209     public static final String LABELS_included_doc_urls = "{labels.included_doc_urls}";
1210 
1211     /** The key of the message: Excluded Doc URLs */
1212     public static final String LABELS_excluded_doc_urls = "{labels.excluded_doc_urls}";
1213 
1214     /** The key of the message: User Agent */
1215     public static final String LABELS_user_agent = "{labels.user_agent}";
1216 
1217     /** The key of the message: Create */
1218     public static final String LABELS_web_crawling_button_create = "{labels.web_crawling_button_create}";
1219 
1220     /** The key of the message: Create New Job */
1221     public static final String LABELS_web_crawling_button_create_job = "{labels.web_crawling_button_create_job}";
1222 
1223     /** The key of the message: General Config */
1224     public static final String LABELS_crawler_configuration = "{labels.crawler_configuration}";
1225 
1226     /** The key of the message: General Config */
1227     public static final String LABELS_crawler_title_edit = "{labels.crawler_title_edit}";
1228 
1229     /** The key of the message: Schedule */
1230     public static final String LABELS_SCHEDULE = "{labels.schedule}";
1231 
1232     /** The key of the message: Enabled */
1233     public static final String LABELS_ENABLED = "{labels.enabled}";
1234 
1235     /** The key of the message: Delete old documents */
1236     public static final String LABELS_day_for_cleanup = "{labels.day_for_cleanup}";
1237 
1238     /** The key of the message: days */
1239     public static final String LABELS_DAY = "{labels.day}";
1240 
1241     /** The key of the message: Update */
1242     public static final String LABELS_crawl_button_update = "{labels.crawl_button_update}";
1243 
1244     /** The key of the message: None */
1245     public static final String LABELS_NONE = "{labels.none}";
1246 
1247     /** The key of the message: Concurrent Crawler Config */
1248     public static final String LABELS_crawling_thread_count = "{labels.crawling_thread_count}";
1249 
1250     /** The key of the message: Check Last Modified */
1251     public static final String LABELS_incremental_crawling = "{labels.incremental_crawling}";
1252 
1253     /** The key of the message: Search Log */
1254     public static final String LABELS_search_log_enabled = "{labels.search_log_enabled}";
1255 
1256     /** The key of the message: User Log */
1257     public static final String LABELS_user_info_enabled = "{labels.user_info_enabled}";
1258 
1259     /** The key of the message: Favorite Log */
1260     public static final String LABELS_user_favorite_enabled = "{labels.user_favorite_enabled}";
1261 
1262     /** The key of the message: JSON Response */
1263     public static final String LABELS_web_api_json_enabled = "{labels.web_api_json_enabled}";
1264 
1265     /** The key of the message: System Property */
1266     public static final String LABELS_app_value = "{labels.app_value}";
1267 
1268     /** The key of the message: Default Label Value */
1269     public static final String LABELS_default_label_value = "{labels.default_label_value}";
1270 
1271     /** The key of the message: Default Sort Value */
1272     public static final String LABELS_default_sort_value = "{labels.default_sort_value}";
1273 
1274     /** The key of the message: Virtual Host */
1275     public static final String LABELS_virtual_host_value = "{labels.virtual_host_value}";
1276 
1277     /** The key of the message: Append Search Parameters */
1278     public static final String LABELS_append_query_param_enabled = "{labels.append_query_param_enabled}";
1279 
1280     /** The key of the message: Login Required */
1281     public static final String LABELS_login_required = "{labels.login_required}";
1282 
1283     /** The key of the message: Collapse Duplicate Results */
1284     public static final String LABELS_result_collapsed = "{labels.result_collapsed}";
1285 
1286     /** The key of the message: Show Login Link */
1287     public static final String LABELS_login_link = "{labels.login_link}";
1288 
1289     /** The key of the message: Show Thumbnail */
1290     public static final String LABELS_THUMBNAIL = "{labels.thumbnail}";
1291 
1292     /** The key of the message: Ignore Failure Types */
1293     public static final String LABELS_ignore_failure_type = "{labels.ignore_failure_type}";
1294 
1295     /** The key of the message: Failure Count Threshold */
1296     public static final String LABELS_failure_count_threshold = "{labels.failure_count_threshold}";
1297 
1298     /** The key of the message: Popular Word Response */
1299     public static final String LABELS_popular_word_word_enabled = "{labels.popular_word_word_enabled}";
1300 
1301     /** The key of the message: Web */
1302     public static final String LABELS_supported_search_web = "{labels.supported_search_web}";
1303 
1304     /** The key of the message: Unavailable */
1305     public static final String LABELS_supported_search_none = "{labels.supported_search_none}";
1306 
1307     /** The key of the message: Delete old search logs */
1308     public static final String LABELS_purge_search_log_day = "{labels.purge_search_log_day}";
1309 
1310     /** The key of the message: Delete old job logs */
1311     public static final String LABELS_purge_job_log_day = "{labels.purge_job_log_day}";
1312 
1313     /** The key of the message: Delete old user logs */
1314     public static final String LABELS_purge_user_info_day = "{labels.purge_user_info_day}";
1315 
1316     /** The key of the message: Bot names to delete logs */
1317     public static final String LABELS_purge_by_bots = "{labels.purge_by_bots}";
1318 
1319     /** The key of the message: Log Level */
1320     public static final String LABELS_log_level = "{labels.log_level}";
1321 
1322     /** The key of the message: CSV File Encoding */
1323     public static final String LABELS_csv_file_encoding = "{labels.csv_file_encoding}";
1324 
1325     /** The key of the message: Notification Mail */
1326     public static final String LABELS_notification_to = "{labels.notification_to}";
1327 
1328     /** The key of the message: Path Mapping */
1329     public static final String LABELS_pathmap_configuration = "{labels.pathmap_configuration}";
1330 
1331     /** The key of the message: Path Mapping */
1332     public static final String LABELS_pathmap_title_details = "{labels.pathmap_title_details}";
1333 
1334     /** The key of the message: Disabled */
1335     public static final String LABELS_DISABLED = "{labels.disabled}";
1336 
1337     /** The key of the message: Crawling */
1338     public static final String LABELS_pathmap_pt_crawling = "{labels.pathmap_pt_crawling}";
1339 
1340     /** The key of the message: Displaying */
1341     public static final String LABELS_pathmap_pt_displaying = "{labels.pathmap_pt_displaying}";
1342 
1343     /** The key of the message: Crawling/Displaying */
1344     public static final String LABELS_pathmap_pt_both = "{labels.pathmap_pt_both}";
1345 
1346     /** The key of the message: Extracted URL Conversion */
1347     public static final String LABELS_pathmap_pt_stored = "{labels.pathmap_pt_stored}";
1348 
1349     /** The key of the message: Regular Name */
1350     public static final String LABELS_regular_name = "{labels.regular_name}";
1351 
1352     /** The key of the message: Duplicate Name */
1353     public static final String LABELS_duplicate_name = "{labels.duplicate_name}";
1354 
1355     /** The key of the message: Duplicate Host */
1356     public static final String LABELS_duplicate_host_configuration = "{labels.duplicate_host_configuration}";
1357 
1358     /** The key of the message: Duplicate Host */
1359     public static final String LABELS_duplicate_host_title_details = "{labels.duplicate_host_title_details}";
1360 
1361     /** The key of the message: System Config */
1362     public static final String LABELS_dashboard_title_configuration = "{labels.dashboard_title_configuration}";
1363 
1364     /** The key of the message: Dashboard Plugin */
1365     public static final String LABELS_dashboard_plugin = "{labels.dashboard_plugin}";
1366 
1367     /** The key of the message: Web Config List */
1368     public static final String LABELS_web_config_list = "{labels.web_config_list}";
1369 
1370     /** The key of the message: Access Token Details */
1371     public static final String LABELS_access_token_details = "{labels.access_token_details}";
1372 
1373     /** The key of the message: Bad Word Details */
1374     public static final String LABELS_bad_word_details = "{labels.bad_word_details}";
1375 
1376     /** The key of the message: Boost Document Rule Details */
1377     public static final String LABELS_boost_document_rule_details = "{labels.boost_document_rule_details}";
1378 
1379     /** The key of the message: Crawling Info Details */
1380     public static final String LABELS_crawling_info_details = "{labels.crawling_info_details}";
1381 
1382     /** The key of the message: Data Config Details */
1383     public static final String LABELS_data_config_details = "{labels.data_config_details}";
1384 
1385     /** The key of the message: Kuromoji Dictionary Details */
1386     public static final String LABELS_dict_kuromoji_details = "{labels.dict_kuromoji_details}";
1387 
1388     /** The key of the message: Mapping Dictionary Details */
1389     public static final String LABELS_dict_mapping_details = "{labels.dict_mapping_details}";
1390 
1391     /** The key of the message: Protected Words Dictionary Details */
1392     public static final String LABELS_dict_protwords_details = "{labels.dict_protwords_details}";
1393 
1394     /** The key of the message: Stemmer Override Dictionary Details */
1395     public static final String LABELS_dict_stemmeroverride_details = "{labels.dict_stemmeroverride_details}";
1396 
1397     /** The key of the message: Stop Words Dictionary Details */
1398     public static final String LABELS_dict_stopwords_details = "{labels.dict_stopwords_details}";
1399 
1400     /** The key of the message: Synonym Dictionary Details */
1401     public static final String LABELS_dict_synonym_details = "{labels.dict_synonym_details}";
1402 
1403     /** The key of the message: Duplicate Host Details */
1404     public static final String LABELS_duplicate_host_details = "{labels.duplicate_host_details}";
1405 
1406     /** The key of the message: Elevate Word Details */
1407     public static final String LABELS_elevate_word_details = "{labels.elevate_word_details}";
1408 
1409     /** The key of the message: Failure URL Details */
1410     public static final String LABELS_failure_url_details = "{labels.failure_url_details}";
1411 
1412     /** The key of the message: File Authentication Details */
1413     public static final String LABELS_file_auth_details = "{labels.file_auth_details}";
1414 
1415     /** The key of the message: File Config Details */
1416     public static final String LABELS_file_config_details = "{labels.file_config_details}";
1417 
1418     /** The key of the message: Group Details */
1419     public static final String LABELS_group_details = "{labels.group_details}";
1420 
1421     /** The key of the message: Job Log Details */
1422     public static final String LABELS_job_log_details = "{labels.job_log_details}";
1423 
1424     /** The key of the message: Key Match Details */
1425     public static final String LABELS_key_match_details = "{labels.key_match_details}";
1426 
1427     /** The key of the message: Label Type Details */
1428     public static final String LABELS_labeltype_details = "{labels.labeltype_details}";
1429 
1430     /** The key of the message: Path Mapping Details */
1431     public static final String LABELS_pathmap_details = "{labels.pathmap_details}";
1432 
1433     /** The key of the message: Related Content Details */
1434     public static final String LABELS_related_content_details = "{labels.related_content_details}";
1435 
1436     /** The key of the message: Related Query Details */
1437     public static final String LABELS_related_query_details = "{labels.related_query_details}";
1438 
1439     /** The key of the message: Request Header Details */
1440     public static final String LABELS_request_header_details = "{labels.request_header_details}";
1441 
1442     /** The key of the message: Role Details */
1443     public static final String LABELS_role_details = "{labels.role_details}";
1444 
1445     /** The key of the message: Scheduled Job Details */
1446     public static final String LABELS_scheduledjob_details = "{labels.scheduledjob_details}";
1447 
1448     /** The key of the message: Search Log Details */
1449     public static final String LABELS_search_log_details = "{labels.search_log_details}";
1450 
1451     /** The key of the message: User Details */
1452     public static final String LABELS_user_details = "{labels.user_details}";
1453 
1454     /** The key of the message: Web Authentication Details */
1455     public static final String LABELS_web_auth_details = "{labels.web_auth_details}";
1456 
1457     /** The key of the message: Web Config Details */
1458     public static final String LABELS_web_config_details = "{labels.web_config_details}";
1459 
1460     /** The key of the message: Web Authentication List */
1461     public static final String LABELS_web_auth_list = "{labels.web_auth_list}";
1462 
1463     /** The key of the message: User List */
1464     public static final String LABELS_user_list = "{labels.user_list}";
1465 
1466     /** The key of the message: Suggest Word List */
1467     public static final String LABELS_suggest_word_list = "{labels.suggest_word_list}";
1468 
1469     /** The key of the message: Storage List */
1470     public static final String LABELS_storage_list = "{labels.storage_list}";
1471 
1472     /** The key of the message: Search Log List */
1473     public static final String LABELS_search_log_list = "{labels.search_log_list}";
1474 
1475     /** The key of the message: Scheduled Job List */
1476     public static final String LABELS_scheduledjob_list = "{labels.scheduledjob_list}";
1477 
1478     /** The key of the message: Role List */
1479     public static final String LABELS_role_list = "{labels.role_list}";
1480 
1481     /** The key of the message: Request Header List */
1482     public static final String LABELS_request_header_list = "{labels.request_header_list}";
1483 
1484     /** The key of the message: Related Query List */
1485     public static final String LABELS_related_query_list = "{labels.related_query_list}";
1486 
1487     /** The key of the message: Related Content List */
1488     public static final String LABELS_related_content_list = "{labels.related_content_list}";
1489 
1490     /** The key of the message: Plugin List */
1491     public static final String LABELS_plugin_list = "{labels.plugin_list}";
1492 
1493     /** The key of the message: Path Mapping List */
1494     public static final String LABELS_pathmap_list = "{labels.pathmap_list}";
1495 
1496     /** The key of the message: Log File List */
1497     public static final String LABELS_log_file_list = "{labels.log_file_list}";
1498 
1499     /** The key of the message: Label Type List */
1500     public static final String LABELS_labeltype_list = "{labels.labeltype_list}";
1501 
1502     /** The key of the message: Key Match List */
1503     public static final String LABELS_key_match_list = "{labels.key_match_list}";
1504 
1505     /** The key of the message: Job Log List */
1506     public static final String LABELS_job_log_list = "{labels.job_log_list}";
1507 
1508     /** The key of the message: Group List */
1509     public static final String LABELS_group_list = "{labels.group_list}";
1510 
1511     /** The key of the message: File Config List */
1512     public static final String LABELS_file_config_list = "{labels.file_config_list}";
1513 
1514     /** The key of the message: File Authentication List */
1515     public static final String LABELS_file_auth_list = "{labels.file_auth_list}";
1516 
1517     /** The key of the message: Failure URL List */
1518     public static final String LABELS_failure_url_list = "{labels.failure_url_list}";
1519 
1520     /** The key of the message: Elevate Word List */
1521     public static final String LABELS_elevate_word_list = "{labels.elevate_word_list}";
1522 
1523     /** The key of the message: Duplicate Host List */
1524     public static final String LABELS_duplicate_host_list = "{labels.duplicate_host_list}";
1525 
1526     /** The key of the message: Synonym Dictionary List */
1527     public static final String LABELS_dict_synonym_list = "{labels.dict_synonym_list}";
1528 
1529     /** The key of the message: Stop Words Dictionary List */
1530     public static final String LABELS_dict_stopwords_list = "{labels.dict_stopwords_list}";
1531 
1532     /** The key of the message: Stemmer Override Dictionary List */
1533     public static final String LABELS_dict_stemmeroverride_list = "{labels.dict_stemmeroverride_list}";
1534 
1535     /** The key of the message: Protected Words Dictionary List */
1536     public static final String LABELS_dict_protwords_list = "{labels.dict_protwords_list}";
1537 
1538     /** The key of the message: Mapping Dictionary List */
1539     public static final String LABELS_dict_mapping_list = "{labels.dict_mapping_list}";
1540 
1541     /** The key of the message: Kuromoji Dictionary List */
1542     public static final String LABELS_dict_kuromoji_list = "{labels.dict_kuromoji_list}";
1543 
1544     /** The key of the message: Data Config List */
1545     public static final String LABELS_data_config_list = "{labels.data_config_list}";
1546 
1547     /** The key of the message: Crawling Info List */
1548     public static final String LABELS_crawling_info_list = "{labels.crawling_info_list}";
1549 
1550     /** The key of the message: Boost Document Rule List */
1551     public static final String LABELS_boost_document_rule_list = "{labels.boost_document_rule_list}";
1552 
1553     /** The key of the message: Bad Word List */
1554     public static final String LABELS_bad_word_list = "{labels.bad_word_list}";
1555 
1556     /** The key of the message: Backup List */
1557     public static final String LABELS_backup_list = "{labels.backup_list}";
1558 
1559     /** The key of the message: Access Token List */
1560     public static final String LABELS_access_token_list = "{labels.access_token_list}";
1561 
1562     /** The key of the message: Suggest from Search Terms */
1563     public static final String LABELS_suggest_search_log_enabled = "{labels.suggest_search_log_enabled}";
1564 
1565     /** The key of the message: Suggest from Documents */
1566     public static final String LABELS_suggest_documents_enabled = "{labels.suggest_documents_enabled}";
1567 
1568     /** The key of the message: Delete old suggest info */
1569     public static final String LABELS_purge_suggest_search_log_day = "{labels.purge_suggest_search_log_day}";
1570 
1571     /** The key of the message: Crawling Info */
1572     public static final String LABELS_crawling_info_title = "{labels.crawling_info_title}";
1573 
1574     /** The key of the message: Crawling Info */
1575     public static final String LABELS_crawling_info_title_confirm = "{labels.crawling_info_title_confirm}";
1576 
1577     /** The key of the message: Back */
1578     public static final String LABELS_crawling_info_button_back = "{labels.crawling_info_button_back}";
1579 
1580     /** The key of the message: Delete */
1581     public static final String LABELS_crawling_info_button_delete = "{labels.crawling_info_button_delete}";
1582 
1583     /** The key of the message: Crawling Info */
1584     public static final String LABELS_crawling_info_configuration = "{labels.crawling_info_configuration}";
1585 
1586     /** The key of the message: Search */
1587     public static final String LABELS_crawling_info_search = "{labels.crawling_info_search}";
1588 
1589     /** The key of the message: Reset */
1590     public static final String LABELS_crawling_info_reset = "{labels.crawling_info_reset}";
1591 
1592     /** The key of the message: Crawling Info */
1593     public static final String LABELS_crawling_info_link_top = "{labels.crawling_info_link_top}";
1594 
1595     /** The key of the message: Details */
1596     public static final String LABELS_crawling_info_link_details = "{labels.crawling_info_link_details}";
1597 
1598     /** The key of the message: Create */
1599     public static final String LABELS_crawling_info_link_create = "{labels.crawling_info_link_create}";
1600 
1601     /** The key of the message: Edit */
1602     public static final String LABELS_crawling_info_link_update = "{labels.crawling_info_link_update}";
1603 
1604     /** The key of the message: Delete */
1605     public static final String LABELS_crawling_info_link_delete = "{labels.crawling_info_link_delete}";
1606 
1607     /** The key of the message: Session ID */
1608     public static final String LABELS_crawling_info_session_id_search = "{labels.crawling_info_session_id_search}";
1609 
1610     /** The key of the message: Session ID */
1611     public static final String LABELS_crawling_info_session_id = "{labels.crawling_info_session_id}";
1612 
1613     /** The key of the message: Created */
1614     public static final String LABELS_crawling_info_created_time = "{labels.crawling_info_created_time}";
1615 
1616     /** The key of the message: Delete All */
1617     public static final String LABELS_crawling_info_delete_all_link = "{labels.crawling_info_delete_all_link}";
1618 
1619     /** The key of the message: Are you sure you want to delete all? */
1620     public static final String LABELS_crawling_info_delete_all_confirmation = "{labels.crawling_info_delete_all_confirmation}";
1621 
1622     /** The key of the message: Cancel */
1623     public static final String LABELS_crawling_info_delete_all_cancel = "{labels.crawling_info_delete_all_cancel}";
1624 
1625     /** The key of the message: Thread Dump */
1626     public static final String LABELS_crawling_info_thread_dump = "{labels.crawling_info_thread_dump}";
1627 
1628     /** The key of the message: Crawler Start Time */
1629     public static final String LABELS_crawling_info_CrawlerStartTime = "{labels.crawling_info_CrawlerStartTime}";
1630 
1631     /** The key of the message: Crawler End Time */
1632     public static final String LABELS_crawling_info_CrawlerEndTime = "{labels.crawling_info_CrawlerEndTime}";
1633 
1634     /** The key of the message: Crawler Execution Time */
1635     public static final String LABELS_crawling_info_CrawlerExecTime = "{labels.crawling_info_CrawlerExecTime}";
1636 
1637     /** The key of the message: Crawler Status */
1638     public static final String LABELS_crawling_info_CrawlerStatus = "{labels.crawling_info_CrawlerStatus}";
1639 
1640     /** The key of the message: Crawl Execution Time (Web/File) */
1641     public static final String LABELS_crawling_info_WebFsCrawlExecTime = "{labels.crawling_info_WebFsCrawlExecTime}";
1642 
1643     /** The key of the message: Crawl Start Time (Web/File) */
1644     public static final String LABELS_crawling_info_WebFsCrawlStartTime = "{labels.crawling_info_WebFsCrawlStartTime}";
1645 
1646     /** The key of the message: Crawl End Time (Web/File) */
1647     public static final String LABELS_crawling_info_WebFsCrawlEndTime = "{labels.crawling_info_WebFsCrawlEndTime}";
1648 
1649     /** The key of the message: Indexing Execution Time (Web/File) */
1650     public static final String LABELS_crawling_info_WebFsIndexExecTime = "{labels.crawling_info_WebFsIndexExecTime}";
1651 
1652     /** The key of the message: Index Size (Web/File) */
1653     public static final String LABELS_crawling_info_WebFsIndexSize = "{labels.crawling_info_WebFsIndexSize}";
1654 
1655     /** The key of the message: Crawl Execution Time (Data Store) */
1656     public static final String LABELS_crawling_info_DataCrawlExecTime = "{labels.crawling_info_DataCrawlExecTime}";
1657 
1658     /** The key of the message: Crawl Start Time (Data Store) */
1659     public static final String LABELS_crawling_info_DataCrawlStartTime = "{labels.crawling_info_DataCrawlStartTime}";
1660 
1661     /** The key of the message: Crawl End Time (Data Store) */
1662     public static final String LABELS_crawling_info_DataCrawlEndTime = "{labels.crawling_info_DataCrawlEndTime}";
1663 
1664     /** The key of the message: Indexing Execution Time (Data Store) */
1665     public static final String LABELS_crawling_info_DataIndexExecTime = "{labels.crawling_info_DataIndexExecTime}";
1666 
1667     /** The key of the message: Index Size (Data Store) */
1668     public static final String LABELS_crawling_info_DataIndexSize = "{labels.crawling_info_DataIndexSize}";
1669 
1670     /** The key of the message: Web Authentication */
1671     public static final String LABELS_webauth_configuration = "{labels.webauth_configuration}";
1672 
1673     /** The key of the message: Hostname */
1674     public static final String LABELS_webauth_list_hostname = "{labels.webauth_list_hostname}";
1675 
1676     /** The key of the message: Config Name */
1677     public static final String LABELS_webauth_list_web_crawling_config = "{labels.webauth_list_web_crawling_config}";
1678 
1679     /** The key of the message: Any */
1680     public static final String LABELS_webauth_any = "{labels.webauth_any}";
1681 
1682     /** The key of the message: Create New Web Config */
1683     public static final String LABELS_webauth_create_web_config = "{labels.webauth_create_web_config}";
1684 
1685     /** The key of the message: Web Authentication */
1686     public static final String LABELS_webauth_title_details = "{labels.webauth_title_details}";
1687 
1688     /** The key of the message: Hostname */
1689     public static final String LABELS_webauth_hostname = "{labels.webauth_hostname}";
1690 
1691     /** The key of the message: Port */
1692     public static final String LABELS_webauth_port = "{labels.webauth_port}";
1693 
1694     /** The key of the message: Realm */
1695     public static final String LABELS_webauth_realm = "{labels.webauth_realm}";
1696 
1697     /** The key of the message: Scheme */
1698     public static final String LABELS_webauth_scheme = "{labels.webauth_scheme}";
1699 
1700     /** The key of the message: Username */
1701     public static final String LABELS_webauth_username = "{labels.webauth_username}";
1702 
1703     /** The key of the message: Password */
1704     public static final String LABELS_webauth_password = "{labels.webauth_password}";
1705 
1706     /** The key of the message: Parameters */
1707     public static final String LABELS_webauth_parameters = "{labels.webauth_parameters}";
1708 
1709     /** The key of the message: Web Config */
1710     public static final String LABELS_webauth_web_crawling_config = "{labels.webauth_web_crawling_config}";
1711 
1712     /** The key of the message: Basic */
1713     public static final String LABELS_webauth_scheme_basic = "{labels.webauth_scheme_basic}";
1714 
1715     /** The key of the message: Digest */
1716     public static final String LABELS_webauth_scheme_digest = "{labels.webauth_scheme_digest}";
1717 
1718     /** The key of the message: NTLM */
1719     public static final String LABELS_webauth_scheme_ntlm = "{labels.webauth_scheme_ntlm}";
1720 
1721     /** The key of the message: Form */
1722     public static final String LABELS_webauth_scheme_form = "{labels.webauth_scheme_form}";
1723 
1724     /** The key of the message: Log Files */
1725     public static final String LABELS_log_configuration = "{labels.log_configuration}";
1726 
1727     /** The key of the message: File Name */
1728     public static final String LABELS_log_file_name = "{labels.log_file_name}";
1729 
1730     /** The key of the message: Timestamp */
1731     public static final String LABELS_log_file_date = "{labels.log_file_date}";
1732 
1733     /** The key of the message: Label */
1734     public static final String LABELS_labeltype_configuration = "{labels.labeltype_configuration}";
1735 
1736     /** The key of the message: Label */
1737     public static final String LABELS_labeltype_title_details = "{labels.labeltype_title_details}";
1738 
1739     /** The key of the message: Name */
1740     public static final String LABELS_labeltype_name = "{labels.labeltype_name}";
1741 
1742     /** The key of the message: Value */
1743     public static final String LABELS_labeltype_value = "{labels.labeltype_value}";
1744 
1745     /** The key of the message: Included Paths */
1746     public static final String LABELS_labeltype_included_paths = "{labels.labeltype_included_paths}";
1747 
1748     /** The key of the message: Excluded Paths */
1749     public static final String LABELS_labeltype_excluded_paths = "{labels.labeltype_excluded_paths}";
1750 
1751     /** The key of the message: Role */
1752     public static final String LABELS_roletype_configuration = "{labels.roletype_configuration}";
1753 
1754     /** The key of the message: Role */
1755     public static final String LABELS_roletype_title_details = "{labels.roletype_title_details}";
1756 
1757     /** The key of the message: Name */
1758     public static final String LABELS_roletype_name = "{labels.roletype_name}";
1759 
1760     /** The key of the message: Value */
1761     public static final String LABELS_roletype_value = "{labels.roletype_value}";
1762 
1763     /** The key of the message: Request Header */
1764     public static final String LABELS_reqheader_configuration = "{labels.reqheader_configuration}";
1765 
1766     /** The key of the message: Name */
1767     public static final String LABELS_reqheader_list_name = "{labels.reqheader_list_name}";
1768 
1769     /** The key of the message: Config Name */
1770     public static final String LABELS_reqheader_list_web_crawling_config = "{labels.reqheader_list_web_crawling_config}";
1771 
1772     /** The key of the message: Create New Web Config */
1773     public static final String LABELS_reqheader_create_web_config = "{labels.reqheader_create_web_config}";
1774 
1775     /** The key of the message: Request Header */
1776     public static final String LABELS_reqheader_title_details = "{labels.reqheader_title_details}";
1777 
1778     /** The key of the message: Name */
1779     public static final String LABELS_reqheader_name = "{labels.reqheader_name}";
1780 
1781     /** The key of the message: Value */
1782     public static final String LABELS_reqheader_value = "{labels.reqheader_value}";
1783 
1784     /** The key of the message: Web Config */
1785     public static final String LABELS_reqheader_web_crawling_config = "{labels.reqheader_web_crawling_config}";
1786 
1787     /** The key of the message: Key Match */
1788     public static final String LABELS_key_match_configuration = "{labels.key_match_configuration}";
1789 
1790     /** The key of the message: Term */
1791     public static final String LABELS_key_match_list_term = "{labels.key_match_list_term}";
1792 
1793     /** The key of the message: Query */
1794     public static final String LABELS_key_match_list_query = "{labels.key_match_list_query}";
1795 
1796     /** The key of the message: Term */
1797     public static final String LABELS_key_match_term = "{labels.key_match_term}";
1798 
1799     /** The key of the message: Query */
1800     public static final String LABELS_key_match_query = "{labels.key_match_query}";
1801 
1802     /** The key of the message: Size */
1803     public static final String LABELS_key_match_size = "{labels.key_match_size}";
1804 
1805     /** The key of the message: Boost */
1806     public static final String LABELS_key_match_boost = "{labels.key_match_boost}";
1807 
1808     /** The key of the message: URLs */
1809     public static final String LABELS_key_match_urls = "{labels.key_match_urls}";
1810 
1811     /** The key of the message: Key Match */
1812     public static final String LABELS_key_match_title_details = "{labels.key_match_title_details}";
1813 
1814     /** The key of the message: Page Design */
1815     public static final String LABELS_design_configuration = "{labels.design_configuration}";
1816 
1817     /** The key of the message: File to Upload */
1818     public static final String LABELS_design_title_file_upload = "{labels.design_title_file_upload}";
1819 
1820     /** The key of the message: File Manager */
1821     public static final String LABELS_design_title_file = "{labels.design_title_file}";
1822 
1823     /** The key of the message: Upload File */
1824     public static final String LABELS_design_file = "{labels.design_file}";
1825 
1826     /** The key of the message: File Name (optional) */
1827     public static final String LABELS_design_file_name = "{labels.design_file_name}";
1828 
1829     /** The key of the message: Upload */
1830     public static final String LABELS_design_button_upload = "{labels.design_button_upload}";
1831 
1832     /** The key of the message: View Page File */
1833     public static final String LABELS_design_file_title_edit = "{labels.design_file_title_edit}";
1834 
1835     /** The key of the message: Edit */
1836     public static final String LABELS_design_edit_button = "{labels.design_edit_button}";
1837 
1838     /** The key of the message: Download */
1839     public static final String LABELS_design_download_button = "{labels.design_download_button}";
1840 
1841     /** The key of the message: Delete */
1842     public static final String LABELS_design_delete_button = "{labels.design_delete_button}";
1843 
1844     /** The key of the message: Use Default */
1845     public static final String LABELS_design_use_default_button = "{labels.design_use_default_button}";
1846 
1847     /** The key of the message: View Edit Page File */
1848     public static final String LABELS_design_title_edit_content = "{labels.design_title_edit_content}";
1849 
1850     /** The key of the message: Update */
1851     public static final String LABELS_design_button_update = "{labels.design_button_update}";
1852 
1853     /** The key of the message: Back */
1854     public static final String LABELS_design_button_back = "{labels.design_button_back}";
1855 
1856     /** The key of the message: Data Store Crawling */
1857     public static final String LABELS_data_crawling_configuration = "{labels.data_crawling_configuration}";
1858 
1859     /** The key of the message: Data Store Crawling Config */
1860     public static final String LABELS_data_crawling_title_details = "{labels.data_crawling_title_details}";
1861 
1862     /** The key of the message: Handler Name */
1863     public static final String LABELS_handler_name = "{labels.handler_name}";
1864 
1865     /** The key of the message: Parameters */
1866     public static final String LABELS_handler_parameter = "{labels.handler_parameter}";
1867 
1868     /** The key of the message: Script */
1869     public static final String LABELS_handler_script = "{labels.handler_script}";
1870 
1871     /** The key of the message: Create */
1872     public static final String LABELS_data_crawling_button_create = "{labels.data_crawling_button_create}";
1873 
1874     /** The key of the message: Create New Job */
1875     public static final String LABELS_data_crawling_button_create_job = "{labels.data_crawling_button_create_job}";
1876 
1877     /** The key of the message: Configuration Wizard */
1878     public static final String LABELS_wizard_title_configuration = "{labels.wizard_title_configuration}";
1879 
1880     /** The key of the message: Easy Setup */
1881     public static final String LABELS_wizard_start_title = "{labels.wizard_start_title}";
1882 
1883     /** The key of the message: You can create a crawl setting easily by using Configuration Wizard. */
1884     public static final String LABELS_wizard_start_desc = "{labels.wizard_start_desc}";
1885 
1886     /** The key of the message: Start Setup */
1887     public static final String LABELS_wizard_start_button = "{labels.wizard_start_button}";
1888 
1889     /** The key of the message: Cancel */
1890     public static final String LABELS_wizard_button_cancel = "{labels.wizard_button_cancel}";
1891 
1892     /** The key of the message: Crawl Config */
1893     public static final String LABELS_wizard_crawling_config_title = "{labels.wizard_crawling_config_title}";
1894 
1895     /** The key of the message: Crawl Setting */
1896     public static final String LABELS_wizard_crawling_setting_title = "{labels.wizard_crawling_setting_title}";
1897 
1898     /** The key of the message: Name */
1899     public static final String LABELS_wizard_crawling_config_name = "{labels.wizard_crawling_config_name}";
1900 
1901     /** The key of the message: Crawl Path */
1902     public static final String LABELS_wizard_crawling_config_path = "{labels.wizard_crawling_config_path}";
1903 
1904     /** The key of the message: Create Continuously */
1905     public static final String LABELS_wizard_button_register_again = "{labels.wizard_button_register_again}";
1906 
1907     /** The key of the message: Create */
1908     public static final String LABELS_wizard_button_register_next = "{labels.wizard_button_register_next}";
1909 
1910     /** The key of the message: Start Crawling */
1911     public static final String LABELS_wizard_start_crawling_title = "{labels.wizard_start_crawling_title}";
1912 
1913     /** The key of the message: Crawler */
1914     public static final String LABELS_wizard_start_crawler_title = "{labels.wizard_start_crawler_title}";
1915 
1916     /** The key of the message: You can start crawling now by clicking "Start Crawling" button. */
1917     public static final String LABELS_wizard_start_crawling_desc = "{labels.wizard_start_crawling_desc}";
1918 
1919     /** The key of the message: Start Crawling */
1920     public static final String LABELS_wizard_button_start_crawling = "{labels.wizard_button_start_crawling}";
1921 
1922     /** The key of the message: Skip */
1923     public static final String LABELS_wizard_button_finish = "{labels.wizard_button_finish}";
1924 
1925     /** The key of the message: Search */
1926     public static final String LABELS_search_list_configuration = "{labels.search_list_configuration}";
1927 
1928     /** The key of the message: Delete */
1929     public static final String LABELS_search_list_button_delete = "{labels.search_list_button_delete}";
1930 
1931     /** The key of the message: Are you sure you want to delete? */
1932     public static final String LABELS_search_list_delete_confirmation = "{labels.search_list_delete_confirmation}";
1933 
1934     /** The key of the message: Delete All by this Query */
1935     public static final String LABELS_search_list_button_delete_all = "{labels.search_list_button_delete_all}";
1936 
1937     /** The key of the message: Are you sure you want to delete all by this query? */
1938     public static final String LABELS_search_list_delete_all_confirmation = "{labels.search_list_delete_all_confirmation}";
1939 
1940     /** The key of the message: Cancel */
1941     public static final String LABELS_search_list_button_cancel = "{labels.search_list_button_cancel}";
1942 
1943     /** The key of the message: Failure URL */
1944     public static final String LABELS_failure_url_configuration = "{labels.failure_url_configuration}";
1945 
1946     /** The key of the message: URL */
1947     public static final String LABELS_failure_url_search_url = "{labels.failure_url_search_url}";
1948 
1949     /** The key of the message: Error Count */
1950     public static final String LABELS_failure_url_search_error_count = "{labels.failure_url_search_error_count}";
1951 
1952     /** The key of the message: Type */
1953     public static final String LABELS_failure_url_search_error_name = "{labels.failure_url_search_error_name}";
1954 
1955     /** The key of the message: URL */
1956     public static final String LABELS_failure_url_url = "{labels.failure_url_url}";
1957 
1958     /** The key of the message: Last Access Time */
1959     public static final String LABELS_failure_url_last_access_time = "{labels.failure_url_last_access_time}";
1960 
1961     /** The key of the message: List */
1962     public static final String LABELS_failure_url_link_list = "{labels.failure_url_link_list}";
1963 
1964     /** The key of the message: Details */
1965     public static final String LABELS_failure_url_link_details = "{labels.failure_url_link_details}";
1966 
1967     /** The key of the message: Delete */
1968     public static final String LABELS_failure_url_link_delete = "{labels.failure_url_link_delete}";
1969 
1970     /** The key of the message: Create */
1971     public static final String LABELS_failure_url_link_create = "{labels.failure_url_link_create}";
1972 
1973     /** The key of the message: Edit */
1974     public static final String LABELS_failure_url_link_update = "{labels.failure_url_link_update}";
1975 
1976     /** The key of the message: Delete All */
1977     public static final String LABELS_failure_url_delete_all_link = "{labels.failure_url_delete_all_link}";
1978 
1979     /** The key of the message: Are you sure you want to delete all? */
1980     public static final String LABELS_failure_url_delete_all_confirmation = "{labels.failure_url_delete_all_confirmation}";
1981 
1982     /** The key of the message: Cancel */
1983     public static final String LABELS_failure_url_delete_all_cancel = "{labels.failure_url_delete_all_cancel}";
1984 
1985     /** The key of the message: Error Count */
1986     public static final String LABELS_failure_url_error_count = "{labels.failure_url_error_count}";
1987 
1988     /** The key of the message: Failure URL Details */
1989     public static final String LABELS_failure_url_title_details = "{labels.failure_url_title_details}";
1990 
1991     /** The key of the message: ID */
1992     public static final String LABELS_failure_url_id = "{labels.failure_url_id}";
1993 
1994     /** The key of the message: Thread Name */
1995     public static final String LABELS_failure_url_thread_name = "{labels.failure_url_thread_name}";
1996 
1997     /** The key of the message: Type */
1998     public static final String LABELS_failure_url_error_name = "{labels.failure_url_error_name}";
1999 
2000     /** The key of the message: Log */
2001     public static final String LABELS_failure_url_error_log = "{labels.failure_url_error_log}";
2002 
2003     /** The key of the message: Web Crawl Config */
2004     public static final String LABELS_failure_url_web_config_name = "{labels.failure_url_web_config_name}";
2005 
2006     /** The key of the message: File Crawl Config */
2007     public static final String LABELS_failure_url_file_config_name = "{labels.failure_url_file_config_name}";
2008 
2009     /** The key of the message: System Info */
2010     public static final String LABELS_system_info_configuration = "{labels.system_info_configuration}";
2011 
2012     /** The key of the message: Environment Variable Properties */
2013     public static final String LABELS_system_info_env_title = "{labels.system_info_env_title}";
2014 
2015     /** The key of the message: System Properties */
2016     public static final String LABELS_system_info_prop_title = "{labels.system_info_prop_title}";
2017 
2018     /** The key of the message: App Properties */
2019     public static final String LABELS_system_info_fess_prop_title = "{labels.system_info_fess_prop_title}";
2020 
2021     /** The key of the message: Bug Report Properties */
2022     public static final String LABELS_system_info_bug_report_title = "{labels.system_info_bug_report_title}";
2023 
2024     /** The key of the message: system.properties does not exist. Default values are applied. */
2025     public static final String LABELS_system_info_system_properties_does_not_exist =
2026             "{labels.system_info_system_properties_does_not_exist}";
2027 
2028     /** The key of the message: File Authentication */
2029     public static final String LABELS_file_auth_configuration = "{labels.file_auth_configuration}";
2030 
2031     /** The key of the message: Hostname */
2032     public static final String LABELS_file_auth_list_hostname = "{labels.file_auth_list_hostname}";
2033 
2034     /** The key of the message: Config Name */
2035     public static final String LABELS_file_auth_list_file_crawling_config = "{labels.file_auth_list_file_crawling_config}";
2036 
2037     /** The key of the message: Any */
2038     public static final String LABELS_file_auth_any = "{labels.file_auth_any}";
2039 
2040     /** The key of the message: Create New File Crawl Config */
2041     public static final String LABELS_file_auth_create_file_config = "{labels.file_auth_create_file_config}";
2042 
2043     /** The key of the message: File Authentication */
2044     public static final String LABELS_file_auth_title_details = "{labels.file_auth_title_details}";
2045 
2046     /** The key of the message: Hostname */
2047     public static final String LABELS_file_auth_hostname = "{labels.file_auth_hostname}";
2048 
2049     /** The key of the message: Port */
2050     public static final String LABELS_file_auth_port = "{labels.file_auth_port}";
2051 
2052     /** The key of the message: Scheme */
2053     public static final String LABELS_file_auth_scheme = "{labels.file_auth_scheme}";
2054 
2055     /** The key of the message: Username */
2056     public static final String LABELS_file_auth_username = "{labels.file_auth_username}";
2057 
2058     /** The key of the message: Password */
2059     public static final String LABELS_file_auth_password = "{labels.file_auth_password}";
2060 
2061     /** The key of the message: Parameters */
2062     public static final String LABELS_file_auth_parameters = "{labels.file_auth_parameters}";
2063 
2064     /** The key of the message: File Crawl Config */
2065     public static final String LABELS_file_auth_file_crawling_config = "{labels.file_auth_file_crawling_config}";
2066 
2067     /** The key of the message: Samba */
2068     public static final String LABELS_file_auth_scheme_samba = "{labels.file_auth_scheme_samba}";
2069 
2070     /** The key of the message: FTP */
2071     public static final String LABELS_file_auth_scheme_ftp = "{labels.file_auth_scheme_ftp}";
2072 
2073     /** The key of the message: {0}/{1} ({2} items) */
2074     public static final String LABELS_pagination_page_guide_msg = "{labels.pagination_page_guide_msg}";
2075 
2076     /** The key of the message: Not registered. */
2077     public static final String LABELS_list_could_not_find_crud_table = "{labels.list_could_not_find_crud_table}";
2078 
2079     /** The key of the message: Job Scheduler */
2080     public static final String LABELS_scheduledjob_configuration = "{labels.scheduledjob_configuration}";
2081 
2082     /** The key of the message: Job */
2083     public static final String LABELS_scheduledjob_title_details = "{labels.scheduledjob_title_details}";
2084 
2085     /** The key of the message: Name */
2086     public static final String LABELS_scheduledjob_name = "{labels.scheduledjob_name}";
2087 
2088     /** The key of the message: Target */
2089     public static final String LABELS_scheduledjob_target = "{labels.scheduledjob_target}";
2090 
2091     /** The key of the message: Status */
2092     public static final String LABELS_scheduledjob_status = "{labels.scheduledjob_status}";
2093 
2094     /** The key of the message: Schedule */
2095     public static final String LABELS_scheduledjob_cronExpression = "{labels.scheduledjob_cronExpression}";
2096 
2097     /** The key of the message: Execution Method */
2098     public static final String LABELS_scheduledjob_scriptType = "{labels.scheduledjob_scriptType}";
2099 
2100     /** The key of the message: Script */
2101     public static final String LABELS_scheduledjob_scriptData = "{labels.scheduledjob_scriptData}";
2102 
2103     /** The key of the message: Logging */
2104     public static final String LABELS_scheduledjob_jobLogging = "{labels.scheduledjob_jobLogging}";
2105 
2106     /** The key of the message: Crawler Job */
2107     public static final String LABELS_scheduledjob_crawler = "{labels.scheduledjob_crawler}";
2108 
2109     /** The key of the message: Running */
2110     public static final String LABELS_scheduledjob_running = "{labels.scheduledjob_running}";
2111 
2112     /** The key of the message: Active */
2113     public static final String LABELS_scheduledjob_active = "{labels.scheduledjob_active}";
2114 
2115     /** The key of the message: Disabled */
2116     public static final String LABELS_scheduledjob_nojob = "{labels.scheduledjob_nojob}";
2117 
2118     /** The key of the message: Start Now */
2119     public static final String LABELS_scheduledjob_button_start = "{labels.scheduledjob_button_start}";
2120 
2121     /** The key of the message: Stop */
2122     public static final String LABELS_scheduledjob_button_stop = "{labels.scheduledjob_button_stop}";
2123 
2124     /** The key of the message: Back */
2125     public static final String LABELS_joblog_button_back = "{labels.joblog_button_back}";
2126 
2127     /** The key of the message: Delete */
2128     public static final String LABELS_joblog_button_delete = "{labels.joblog_button_delete}";
2129 
2130     /** The key of the message: Job Log */
2131     public static final String LABELS_joblog_configuration = "{labels.joblog_configuration}";
2132 
2133     /** The key of the message: End Time */
2134     public static final String LABELS_joblog_endTime = "{labels.joblog_endTime}";
2135 
2136     /** The key of the message: Name */
2137     public static final String LABELS_joblog_jobName = "{labels.joblog_jobName}";
2138 
2139     /** The key of the message: Status */
2140     public static final String LABELS_joblog_jobStatus = "{labels.joblog_jobStatus}";
2141 
2142     /** The key of the message: OK */
2143     public static final String LABELS_joblog_status_ok = "{labels.joblog_status_ok}";
2144 
2145     /** The key of the message: Fail */
2146     public static final String LABELS_joblog_status_fail = "{labels.joblog_status_fail}";
2147 
2148     /** The key of the message: Running */
2149     public static final String LABELS_joblog_status_running = "{labels.joblog_status_running}";
2150 
2151     /** The key of the message: Details */
2152     public static final String LABELS_joblog_link_details = "{labels.joblog_link_details}";
2153 
2154     /** The key of the message: List */
2155     public static final String LABELS_joblog_link_list = "{labels.joblog_link_list}";
2156 
2157     /** The key of the message: Script */
2158     public static final String LABELS_joblog_scriptData = "{labels.joblog_scriptData}";
2159 
2160     /** The key of the message: Result */
2161     public static final String LABELS_joblog_scriptResult = "{labels.joblog_scriptResult}";
2162 
2163     /** The key of the message: Execution Method */
2164     public static final String LABELS_joblog_scriptType = "{labels.joblog_scriptType}";
2165 
2166     /** The key of the message: Start Time */
2167     public static final String LABELS_joblog_startTime = "{labels.joblog_startTime}";
2168 
2169     /** The key of the message: Target */
2170     public static final String LABELS_joblog_target = "{labels.joblog_target}";
2171 
2172     /** The key of the message: Job Log Details */
2173     public static final String LABELS_joblog_title_details = "{labels.joblog_title_details}";
2174 
2175     /** The key of the message: Delete All */
2176     public static final String LABELS_joblog_delete_all_link = "{labels.joblog_delete_all_link}";
2177 
2178     /** The key of the message: Are you sure you want to delete all? */
2179     public static final String LABELS_joblog_delete_all_confirmation = "{labels.joblog_delete_all_confirmation}";
2180 
2181     /** The key of the message: Cancel */
2182     public static final String LABELS_joblog_delete_all_cancel = "{labels.joblog_delete_all_cancel}";
2183 
2184     /** The key of the message: Dictionary List */
2185     public static final String LABELS_dict_configuration = "{labels.dict_configuration}";
2186 
2187     /** The key of the message: Dictionary List */
2188     public static final String LABELS_dict_list_title = "{labels.dict_list_title}";
2189 
2190     /** The key of the message: Dictionary */
2191     public static final String LABELS_dict_list_link = "{labels.dict_list_link}";
2192 
2193     /** The key of the message: Name */
2194     public static final String LABELS_dictionary_name = "{labels.dictionary_name}";
2195 
2196     /** The key of the message: Type */
2197     public static final String LABELS_dictionary_type = "{labels.dictionary_type}";
2198 
2199     /** The key of the message: Synonym List */
2200     public static final String LABELS_dict_synonym_configuration = "{labels.dict_synonym_configuration}";
2201 
2202     /** The key of the message: Synonym List */
2203     public static final String LABELS_dict_synonym_title = "{labels.dict_synonym_title}";
2204 
2205     /** The key of the message: List */
2206     public static final String LABELS_dict_synonym_list_link = "{labels.dict_synonym_list_link}";
2207 
2208     /** The key of the message: Create New */
2209     public static final String LABELS_dict_synonym_link_create = "{labels.dict_synonym_link_create}";
2210 
2211     /** The key of the message: Edit */
2212     public static final String LABELS_dict_synonym_link_edit = "{labels.dict_synonym_link_edit}";
2213 
2214     /** The key of the message: Delete */
2215     public static final String LABELS_dict_synonym_link_delete = "{labels.dict_synonym_link_delete}";
2216 
2217     /** The key of the message: Details */
2218     public static final String LABELS_dict_synonym_link_details = "{labels.dict_synonym_link_details}";
2219 
2220     /** The key of the message: Download */
2221     public static final String LABELS_dict_synonym_link_download = "{labels.dict_synonym_link_download}";
2222 
2223     /** The key of the message: Upload */
2224     public static final String LABELS_dict_synonym_link_upload = "{labels.dict_synonym_link_upload}";
2225 
2226     /** The key of the message: Source */
2227     public static final String LABELS_dict_synonym_source = "{labels.dict_synonym_source}";
2228 
2229     /** The key of the message: Target */
2230     public static final String LABELS_dict_synonym_target = "{labels.dict_synonym_target}";
2231 
2232     /** The key of the message: Download */
2233     public static final String LABELS_dict_synonym_button_download = "{labels.dict_synonym_button_download}";
2234 
2235     /** The key of the message: Upload */
2236     public static final String LABELS_dict_synonym_button_upload = "{labels.dict_synonym_button_upload}";
2237 
2238     /** The key of the message: Synonym File */
2239     public static final String LABELS_dict_synonym_file = "{labels.dict_synonym_file}";
2240 
2241     /** The key of the message: Stemmer Override List */
2242     public static final String LABELS_dict_stemmeroverride_configuration = "{labels.dict_stemmeroverride_configuration}";
2243 
2244     /** The key of the message: Stemmer Override List */
2245     public static final String LABELS_dict_stemmeroverride_title = "{labels.dict_stemmeroverride_title}";
2246 
2247     /** The key of the message: List */
2248     public static final String LABELS_dict_stemmeroverride_list_link = "{labels.dict_stemmeroverride_list_link}";
2249 
2250     /** The key of the message: Create New */
2251     public static final String LABELS_dict_stemmeroverride_link_create = "{labels.dict_stemmeroverride_link_create}";
2252 
2253     /** The key of the message: Edit */
2254     public static final String LABELS_dict_stemmeroverride_link_edit = "{labels.dict_stemmeroverride_link_edit}";
2255 
2256     /** The key of the message: Delete */
2257     public static final String LABELS_dict_stemmeroverride_link_delete = "{labels.dict_stemmeroverride_link_delete}";
2258 
2259     /** The key of the message: Details */
2260     public static final String LABELS_dict_stemmeroverride_link_details = "{labels.dict_stemmeroverride_link_details}";
2261 
2262     /** The key of the message: Download */
2263     public static final String LABELS_dict_stemmeroverride_link_download = "{labels.dict_stemmeroverride_link_download}";
2264 
2265     /** The key of the message: Upload */
2266     public static final String LABELS_dict_stemmeroverride_link_upload = "{labels.dict_stemmeroverride_link_upload}";
2267 
2268     /** The key of the message: Source */
2269     public static final String LABELS_dict_stemmeroverride_source = "{labels.dict_stemmeroverride_source}";
2270 
2271     /** The key of the message: Target */
2272     public static final String LABELS_dict_stemmeroverride_target = "{labels.dict_stemmeroverride_target}";
2273 
2274     /** The key of the message: Download */
2275     public static final String LABELS_dict_stemmeroverride_button_download = "{labels.dict_stemmeroverride_button_download}";
2276 
2277     /** The key of the message: Upload */
2278     public static final String LABELS_dict_stemmeroverride_button_upload = "{labels.dict_stemmeroverride_button_upload}";
2279 
2280     /** The key of the message: Stemmer Override File */
2281     public static final String LABELS_dict_stemmeroverride_file = "{labels.dict_stemmeroverride_file}";
2282 
2283     /** The key of the message: Mapping Dictionary */
2284     public static final String LABELS_dict_mapping_configuration = "{labels.dict_mapping_configuration}";
2285 
2286     /** The key of the message: Mapping Dictionary */
2287     public static final String LABELS_dict_mapping_title = "{labels.dict_mapping_title}";
2288 
2289     /** The key of the message: List */
2290     public static final String LABELS_dict_mapping_list_link = "{labels.dict_mapping_list_link}";
2291 
2292     /** The key of the message: Create New */
2293     public static final String LABELS_dict_mapping_link_create = "{labels.dict_mapping_link_create}";
2294 
2295     /** The key of the message: Edit */
2296     public static final String LABELS_dict_mapping_link_edit = "{labels.dict_mapping_link_edit}";
2297 
2298     /** The key of the message: Delete */
2299     public static final String LABELS_dict_mapping_link_delete = "{labels.dict_mapping_link_delete}";
2300 
2301     /** The key of the message: Details */
2302     public static final String LABELS_dict_mapping_link_details = "{labels.dict_mapping_link_details}";
2303 
2304     /** The key of the message: Download */
2305     public static final String LABELS_dict_mapping_link_download = "{labels.dict_mapping_link_download}";
2306 
2307     /** The key of the message: Upload */
2308     public static final String LABELS_dict_mapping_link_upload = "{labels.dict_mapping_link_upload}";
2309 
2310     /** The key of the message: Source */
2311     public static final String LABELS_dict_mapping_source = "{labels.dict_mapping_source}";
2312 
2313     /** The key of the message: Target */
2314     public static final String LABELS_dict_mapping_target = "{labels.dict_mapping_target}";
2315 
2316     /** The key of the message: Download */
2317     public static final String LABELS_dict_mapping_button_download = "{labels.dict_mapping_button_download}";
2318 
2319     /** The key of the message: Upload */
2320     public static final String LABELS_dict_mapping_button_upload = "{labels.dict_mapping_button_upload}";
2321 
2322     /** The key of the message: Mapping File */
2323     public static final String LABELS_dict_mapping_file = "{labels.dict_mapping_file}";
2324 
2325     /** The key of the message: Kuromoji Word List */
2326     public static final String LABELS_dict_kuromoji_configuration = "{labels.dict_kuromoji_configuration}";
2327 
2328     /** The key of the message: Kuromoji Word List */
2329     public static final String LABELS_dict_kuromoji_title = "{labels.dict_kuromoji_title}";
2330 
2331     /** The key of the message: List */
2332     public static final String LABELS_dict_kuromoji_list_link = "{labels.dict_kuromoji_list_link}";
2333 
2334     /** The key of the message: Create New */
2335     public static final String LABELS_dict_kuromoji_link_create = "{labels.dict_kuromoji_link_create}";
2336 
2337     /** The key of the message: Edit */
2338     public static final String LABELS_dict_kuromoji_link_edit = "{labels.dict_kuromoji_link_edit}";
2339 
2340     /** The key of the message: Delete */
2341     public static final String LABELS_dict_kuromoji_link_delete = "{labels.dict_kuromoji_link_delete}";
2342 
2343     /** The key of the message: Details */
2344     public static final String LABELS_dict_kuromoji_link_details = "{labels.dict_kuromoji_link_details}";
2345 
2346     /** The key of the message: Download */
2347     public static final String LABELS_dict_kuromoji_link_download = "{labels.dict_kuromoji_link_download}";
2348 
2349     /** The key of the message: Upload */
2350     public static final String LABELS_dict_kuromoji_link_upload = "{labels.dict_kuromoji_link_upload}";
2351 
2352     /** The key of the message: Token */
2353     public static final String LABELS_dict_kuromoji_token = "{labels.dict_kuromoji_token}";
2354 
2355     /** The key of the message: Segmentation */
2356     public static final String LABELS_dict_kuromoji_segmentation = "{labels.dict_kuromoji_segmentation}";
2357 
2358     /** The key of the message: Reading */
2359     public static final String LABELS_dict_kuromoji_reading = "{labels.dict_kuromoji_reading}";
2360 
2361     /** The key of the message: Part-of-speech */
2362     public static final String LABELS_dict_kuromoji_pos = "{labels.dict_kuromoji_pos}";
2363 
2364     /** The key of the message: Download */
2365     public static final String LABELS_dict_kuromoji_button_download = "{labels.dict_kuromoji_button_download}";
2366 
2367     /** The key of the message: Upload */
2368     public static final String LABELS_dict_kuromoji_button_upload = "{labels.dict_kuromoji_button_upload}";
2369 
2370     /** The key of the message: Kuromoji File */
2371     public static final String LABELS_dict_kuromoji_file = "{labels.dict_kuromoji_file}";
2372 
2373     /** The key of the message: Protwords Word List */
2374     public static final String LABELS_dict_protwords_configuration = "{labels.dict_protwords_configuration}";
2375 
2376     /** The key of the message: Protwords Word List */
2377     public static final String LABELS_dict_protwords_title = "{labels.dict_protwords_title}";
2378 
2379     /** The key of the message: List */
2380     public static final String LABELS_dict_protwords_list_link = "{labels.dict_protwords_list_link}";
2381 
2382     /** The key of the message: Create New */
2383     public static final String LABELS_dict_protwords_link_create = "{labels.dict_protwords_link_create}";
2384 
2385     /** The key of the message: Edit */
2386     public static final String LABELS_dict_protwords_link_edit = "{labels.dict_protwords_link_edit}";
2387 
2388     /** The key of the message: Delete */
2389     public static final String LABELS_dict_protwords_link_delete = "{labels.dict_protwords_link_delete}";
2390 
2391     /** The key of the message: Details */
2392     public static final String LABELS_dict_protwords_link_details = "{labels.dict_protwords_link_details}";
2393 
2394     /** The key of the message: Download */
2395     public static final String LABELS_dict_protwords_link_download = "{labels.dict_protwords_link_download}";
2396 
2397     /** The key of the message: Upload */
2398     public static final String LABELS_dict_protwords_link_upload = "{labels.dict_protwords_link_upload}";
2399 
2400     /** The key of the message: Word Info */
2401     public static final String LABELS_dict_protwords_source = "{labels.dict_protwords_source}";
2402 
2403     /** The key of the message: Download */
2404     public static final String LABELS_dict_protwords_button_download = "{labels.dict_protwords_button_download}";
2405 
2406     /** The key of the message: Upload */
2407     public static final String LABELS_dict_protwords_button_upload = "{labels.dict_protwords_button_upload}";
2408 
2409     /** The key of the message: Protwords File */
2410     public static final String LABELS_dict_protwords_file = "{labels.dict_protwords_file}";
2411 
2412     /** The key of the message: Stopwords Word List */
2413     public static final String LABELS_dict_stopwords_configuration = "{labels.dict_stopwords_configuration}";
2414 
2415     /** The key of the message: Stopwords Word List */
2416     public static final String LABELS_dict_stopwords_title = "{labels.dict_stopwords_title}";
2417 
2418     /** The key of the message: List */
2419     public static final String LABELS_dict_stopwords_list_link = "{labels.dict_stopwords_list_link}";
2420 
2421     /** The key of the message: Create New */
2422     public static final String LABELS_dict_stopwords_link_create = "{labels.dict_stopwords_link_create}";
2423 
2424     /** The key of the message: Edit */
2425     public static final String LABELS_dict_stopwords_link_edit = "{labels.dict_stopwords_link_edit}";
2426 
2427     /** The key of the message: Delete */
2428     public static final String LABELS_dict_stopwords_link_delete = "{labels.dict_stopwords_link_delete}";
2429 
2430     /** The key of the message: Details */
2431     public static final String LABELS_dict_stopwords_link_details = "{labels.dict_stopwords_link_details}";
2432 
2433     /** The key of the message: Download */
2434     public static final String LABELS_dict_stopwords_link_download = "{labels.dict_stopwords_link_download}";
2435 
2436     /** The key of the message: Upload */
2437     public static final String LABELS_dict_stopwords_link_upload = "{labels.dict_stopwords_link_upload}";
2438 
2439     /** The key of the message: Word Info */
2440     public static final String LABELS_dict_stopwords_source = "{labels.dict_stopwords_source}";
2441 
2442     /** The key of the message: Download */
2443     public static final String LABELS_dict_stopwords_button_download = "{labels.dict_stopwords_button_download}";
2444 
2445     /** The key of the message: Upload */
2446     public static final String LABELS_dict_stopwords_button_upload = "{labels.dict_stopwords_button_upload}";
2447 
2448     /** The key of the message: Stopwords File */
2449     public static final String LABELS_dict_stopwords_file = "{labels.dict_stopwords_file}";
2450 
2451     /** The key of the message: Document Boost */
2452     public static final String LABELS_boost_document_rule_configuration = "{labels.boost_document_rule_configuration}";
2453 
2454     /** The key of the message: Document Boost */
2455     public static final String LABELS_boost_document_rule_title_details = "{labels.boost_document_rule_title_details}";
2456 
2457     /** The key of the message: Condition */
2458     public static final String LABELS_boost_document_rule_list_url_expr = "{labels.boost_document_rule_list_url_expr}";
2459 
2460     /** The key of the message: Condition */
2461     public static final String LABELS_boost_document_rule_url_expr = "{labels.boost_document_rule_url_expr}";
2462 
2463     /** The key of the message: Boost Expression */
2464     public static final String LABELS_boost_document_rule_boost_expr = "{labels.boost_document_rule_boost_expr}";
2465 
2466     /** The key of the message: Sort Order */
2467     public static final String LABELS_boost_document_rule_sort_order = "{labels.boost_document_rule_sort_order}";
2468 
2469     /** The key of the message: Access Token */
2470     public static final String LABELS_access_token_configuration = "{labels.access_token_configuration}";
2471 
2472     /** The key of the message: Access Token */
2473     public static final String LABELS_access_token_title_details = "{labels.access_token_title_details}";
2474 
2475     /** The key of the message: Name */
2476     public static final String LABELS_access_token_list_name = "{labels.access_token_list_name}";
2477 
2478     /** The key of the message: Name */
2479     public static final String LABELS_access_token_name = "{labels.access_token_name}";
2480 
2481     /** The key of the message: Token */
2482     public static final String LABELS_access_token_token = "{labels.access_token_token}";
2483 
2484     /** The key of the message: Expires */
2485     public static final String LABELS_access_token_expires = "{labels.access_token_expires}";
2486 
2487     /** The key of the message: Parameter Name */
2488     public static final String LABELS_access_token_parameter_name = "{labels.access_token_parameter_name}";
2489 
2490     /** The key of the message: Created Date */
2491     public static final String LABELS_access_token_updated_time = "{labels.access_token_updated_time}";
2492 
2493     /** The key of the message: Suggest Word */
2494     public static final String LABELS_suggest_word_configuration = "{labels.suggest_word_configuration}";
2495 
2496     /** The key of the message: Suggest Word */
2497     public static final String LABELS_suggest_word_title_details = "{labels.suggest_word_title_details}";
2498 
2499     /** The key of the message: Word Type */
2500     public static final String LABELS_suggest_word_type = "{labels.suggest_word_type}";
2501 
2502     /** The key of the message: Number of Words */
2503     public static final String LABELS_suggest_word_number = "{labels.suggest_word_number}";
2504 
2505     /** The key of the message: All */
2506     public static final String LABELS_suggest_word_type_all = "{labels.suggest_word_type_all}";
2507 
2508     /** The key of the message: Document */
2509     public static final String LABELS_suggest_word_type_document = "{labels.suggest_word_type_document}";
2510 
2511     /** The key of the message: Query */
2512     public static final String LABELS_suggest_word_type_query = "{labels.suggest_word_type_query}";
2513 
2514     /** The key of the message: Elevate Word */
2515     public static final String LABELS_elevate_word_configuration = "{labels.elevate_word_configuration}";
2516 
2517     /** The key of the message: Elevate Word */
2518     public static final String LABELS_elevate_word_title_details = "{labels.elevate_word_title_details}";
2519 
2520     /** The key of the message: List */
2521     public static final String LABELS_elevate_word_link_list = "{labels.elevate_word_link_list}";
2522 
2523     /** The key of the message: Create New */
2524     public static final String LABELS_elevate_word_link_create = "{labels.elevate_word_link_create}";
2525 
2526     /** The key of the message: Edit */
2527     public static final String LABELS_elevate_word_link_edit = "{labels.elevate_word_link_edit}";
2528 
2529     /** The key of the message: Delete */
2530     public static final String LABELS_elevate_word_link_delete = "{labels.elevate_word_link_delete}";
2531 
2532     /** The key of the message: Details */
2533     public static final String LABELS_elevate_word_link_details = "{labels.elevate_word_link_details}";
2534 
2535     /** The key of the message: Download */
2536     public static final String LABELS_elevate_word_link_download = "{labels.elevate_word_link_download}";
2537 
2538     /** The key of the message: Upload */
2539     public static final String LABELS_elevate_word_link_upload = "{labels.elevate_word_link_upload}";
2540 
2541     /** The key of the message: Download */
2542     public static final String LABELS_elevate_word_button_download = "{labels.elevate_word_button_download}";
2543 
2544     /** The key of the message: Upload */
2545     public static final String LABELS_elevate_word_button_upload = "{labels.elevate_word_button_upload}";
2546 
2547     /** The key of the message: Word */
2548     public static final String LABELS_elevate_word_list_suggest_word = "{labels.elevate_word_list_suggest_word}";
2549 
2550     /** The key of the message: Word */
2551     public static final String LABELS_elevate_word_suggest_word = "{labels.elevate_word_suggest_word}";
2552 
2553     /** The key of the message: Reading */
2554     public static final String LABELS_elevate_word_reading = "{labels.elevate_word_reading}";
2555 
2556     /** The key of the message: Permissions */
2557     public static final String LABELS_elevate_word_permissions = "{labels.elevate_word_permissions}";
2558 
2559     /** The key of the message: Boost */
2560     public static final String LABELS_elevate_word_boost = "{labels.elevate_word_boost}";
2561 
2562     /** The key of the message: Elevate Word File */
2563     public static final String LABELS_elevate_word_file = "{labels.elevate_word_file}";
2564 
2565     /** The key of the message: Bad Word */
2566     public static final String LABELS_bad_word_configuration = "{labels.bad_word_configuration}";
2567 
2568     /** The key of the message: Bad Word */
2569     public static final String LABELS_bad_word_title_details = "{labels.bad_word_title_details}";
2570 
2571     /** The key of the message: List */
2572     public static final String LABELS_bad_word_link_list = "{labels.bad_word_link_list}";
2573 
2574     /** The key of the message: Create New */
2575     public static final String LABELS_bad_word_link_create = "{labels.bad_word_link_create}";
2576 
2577     /** The key of the message: Edit */
2578     public static final String LABELS_bad_word_link_edit = "{labels.bad_word_link_edit}";
2579 
2580     /** The key of the message: Delete */
2581     public static final String LABELS_bad_word_link_delete = "{labels.bad_word_link_delete}";
2582 
2583     /** The key of the message: Details */
2584     public static final String LABELS_bad_word_link_details = "{labels.bad_word_link_details}";
2585 
2586     /** The key of the message: Download */
2587     public static final String LABELS_bad_word_link_download = "{labels.bad_word_link_download}";
2588 
2589     /** The key of the message: Upload */
2590     public static final String LABELS_bad_word_link_upload = "{labels.bad_word_link_upload}";
2591 
2592     /** The key of the message: Download */
2593     public static final String LABELS_bad_word_button_download = "{labels.bad_word_button_download}";
2594 
2595     /** The key of the message: Upload */
2596     public static final String LABELS_bad_word_button_upload = "{labels.bad_word_button_upload}";
2597 
2598     /** The key of the message: Bad Word */
2599     public static final String LABELS_bad_word_list_suggest_word = "{labels.bad_word_list_suggest_word}";
2600 
2601     /** The key of the message: Bad Word */
2602     public static final String LABELS_bad_word_suggest_word = "{labels.bad_word_suggest_word}";
2603 
2604     /** The key of the message: Bad Word File */
2605     public static final String LABELS_bad_word_file = "{labels.bad_word_file}";
2606 
2607     /** The key of the message: User */
2608     public static final String LABELS_user_configuration = "{labels.user_configuration}";
2609 
2610     /** The key of the message: Name */
2611     public static final String LABELS_user_list_name = "{labels.user_list_name}";
2612 
2613     /** The key of the message: Password */
2614     public static final String LABELS_user_password = "{labels.user_password}";
2615 
2616     /** The key of the message: Password (Confirm) */
2617     public static final String LABELS_user_confirm_password = "{labels.user_confirm_password}";
2618 
2619     /** The key of the message: User */
2620     public static final String LABELS_user_title_details = "{labels.user_title_details}";
2621 
2622     /** The key of the message: Role */
2623     public static final String LABELS_role_configuration = "{labels.role_configuration}";
2624 
2625     /** The key of the message: Name */
2626     public static final String LABELS_role_list_name = "{labels.role_list_name}";
2627 
2628     /** The key of the message: Name */
2629     public static final String LABELS_role_name = "{labels.role_name}";
2630 
2631     /** The key of the message: Role */
2632     public static final String LABELS_role_title_details = "{labels.role_title_details}";
2633 
2634     /** The key of the message: Group */
2635     public static final String LABELS_group_configuration = "{labels.group_configuration}";
2636 
2637     /** The key of the message: Name */
2638     public static final String LABELS_group_list_name = "{labels.group_list_name}";
2639 
2640     /** The key of the message: Name */
2641     public static final String LABELS_group_name = "{labels.group_name}";
2642 
2643     /** The key of the message: Group */
2644     public static final String LABELS_group_title_details = "{labels.group_title_details}";
2645 
2646     /** The key of the message: Related Content */
2647     public static final String LABELS_related_content_configuration = "{labels.related_content_configuration}";
2648 
2649     /** The key of the message: Content */
2650     public static final String LABELS_related_content_content = "{labels.related_content_content}";
2651 
2652     /** The key of the message: Term */
2653     public static final String LABELS_related_content_list_term = "{labels.related_content_list_term}";
2654 
2655     /** The key of the message: Term */
2656     public static final String LABELS_related_content_term = "{labels.related_content_term}";
2657 
2658     /** The key of the message: Related Content */
2659     public static final String LABELS_related_content_title_details = "{labels.related_content_title_details}";
2660 
2661     /** The key of the message: Related Query */
2662     public static final String LABELS_related_query_configuration = "{labels.related_query_configuration}";
2663 
2664     /** The key of the message: Term */
2665     public static final String LABELS_related_query_list_term = "{labels.related_query_list_term}";
2666 
2667     /** The key of the message: Queries */
2668     public static final String LABELS_related_query_queries = "{labels.related_query_queries}";
2669 
2670     /** The key of the message: Term */
2671     public static final String LABELS_related_query_term = "{labels.related_query_term}";
2672 
2673     /** The key of the message: Related Query */
2674     public static final String LABELS_related_query_title_details = "{labels.related_query_title_details}";
2675 
2676     /** The key of the message: Create */
2677     public static final String LABELS_crud_button_create = "{labels.crud_button_create}";
2678 
2679     /** The key of the message: Update */
2680     public static final String LABELS_crud_button_update = "{labels.crud_button_update}";
2681 
2682     /** The key of the message: Delete */
2683     public static final String LABELS_crud_button_delete = "{labels.crud_button_delete}";
2684 
2685     /** The key of the message: Back */
2686     public static final String LABELS_crud_button_back = "{labels.crud_button_back}";
2687 
2688     /** The key of the message: Edit */
2689     public static final String LABELS_crud_button_edit = "{labels.crud_button_edit}";
2690 
2691     /** The key of the message: Search */
2692     public static final String LABELS_crud_button_search = "{labels.crud_button_search}";
2693 
2694     /** The key of the message: Reset */
2695     public static final String LABELS_crud_button_reset = "{labels.crud_button_reset}";
2696 
2697     /** The key of the message: Cancel */
2698     public static final String LABELS_crud_button_cancel = "{labels.crud_button_cancel}";
2699 
2700     /** The key of the message: Duplicate */
2701     public static final String LABELS_crud_button_duplicate = "{labels.crud_button_duplicate}";
2702 
2703     /** The key of the message: Create New */
2704     public static final String LABELS_crud_link_create = "{labels.crud_link_create}";
2705 
2706     /** The key of the message: Delete */
2707     public static final String LABELS_crud_link_delete = "{labels.crud_link_delete}";
2708 
2709     /** The key of the message: Edit */
2710     public static final String LABELS_crud_link_edit = "{labels.crud_link_edit}";
2711 
2712     /** The key of the message: Details */
2713     public static final String LABELS_crud_link_details = "{labels.crud_link_details}";
2714 
2715     /** The key of the message: List */
2716     public static final String LABELS_crud_link_list = "{labels.crud_link_list}";
2717 
2718     /** The key of the message: List */
2719     public static final String LABELS_crud_title_list = "{labels.crud_title_list}";
2720 
2721     /** The key of the message: Create */
2722     public static final String LABELS_crud_title_create = "{labels.crud_title_create}";
2723 
2724     /** The key of the message: Edit */
2725     public static final String LABELS_crud_title_edit = "{labels.crud_title_edit}";
2726 
2727     /** The key of the message: Confirm Delete */
2728     public static final String LABELS_crud_title_delete = "{labels.crud_title_delete}";
2729 
2730     /** The key of the message: Details */
2731     public static final String LABELS_crud_title_details = "{labels.crud_title_details}";
2732 
2733     /** The key of the message: Are you sure you want to delete? */
2734     public static final String LABELS_crud_delete_confirmation = "{labels.crud_delete_confirmation}";
2735 
2736     /** The key of the message: Fess */
2737     public static final String LABELS_admin_brand_title = "{labels.admin_brand_title}";
2738 
2739     /** The key of the message: Dashboard */
2740     public static final String LABELS_admin_dashboard_title = "{labels.admin_dashboard_title}";
2741 
2742     /** The key of the message: Toggle Navigation */
2743     public static final String LABELS_admin_toggle_navi = "{labels.admin_toggle_navi}";
2744 
2745     /** The key of the message: System */
2746     public static final String LABELS_general_menu_system = "{labels.general_menu_system}";
2747 
2748     /** The key of the message: Crawler */
2749     public static final String LABELS_general_menu_crawler = "{labels.general_menu_crawler}";
2750 
2751     /** The key of the message: Logging */
2752     public static final String LABELS_general_menu_logging = "{labels.general_menu_logging}";
2753 
2754     /** The key of the message: Suggest */
2755     public static final String LABELS_general_menu_suggest = "{labels.general_menu_suggest}";
2756 
2757     /** The key of the message: LDAP */
2758     public static final String LABELS_general_menu_ldap = "{labels.general_menu_ldap}";
2759 
2760     /** The key of the message: Notice */
2761     public static final String LABELS_general_menu_notice = "{labels.general_menu_notice}";
2762 
2763     /** The key of the message: Notify */
2764     public static final String LABELS_general_menu_notify = "{labels.general_menu_notify}";
2765 
2766     /** The key of the message: Storage */
2767     public static final String LABELS_general_storage = "{labels.general_storage}";
2768 
2769     /** The key of the message: LDAP URL */
2770     public static final String LABELS_LDAP_PROVIDER_URL = "{labels.ldapProviderUrl}";
2771 
2772     /** The key of the message: User DN */
2773     public static final String LABELS_LDAP_SECURITY_PRINCIPAL = "{labels.ldapSecurityPrincipal}";
2774 
2775     /** The key of the message: Bind DN */
2776     public static final String LABELS_LDAP_ADMIN_SECURITY_PRINCIPAL = "{labels.ldapAdminSecurityPrincipal}";
2777 
2778     /** The key of the message: Password */
2779     public static final String LABELS_LDAP_ADMIN_SECURITY_CREDENTIALS = "{labels.ldapAdminSecurityCredentials}";
2780 
2781     /** The key of the message: Base DN */
2782     public static final String LABELS_LDAP_BASE_DN = "{labels.ldapBaseDn}";
2783 
2784     /** The key of the message: LDAP URL */
2785     public static final String LABELS_ldap_provider_url = "{labels.ldap_provider_url}";
2786 
2787     /** The key of the message: User DN */
2788     public static final String LABELS_ldap_security_principal = "{labels.ldap_security_principal}";
2789 
2790     /** The key of the message: Bind DN */
2791     public static final String LABELS_ldap_admin_security_principal = "{labels.ldap_admin_security_principal}";
2792 
2793     /** The key of the message: Password */
2794     public static final String LABELS_ldap_admin_security_credentials = "{labels.ldap_admin_security_credentials}";
2795 
2796     /** The key of the message: Base DN */
2797     public static final String LABELS_ldap_base_dn = "{labels.ldap_base_dn}";
2798 
2799     /** The key of the message: Account Filter */
2800     public static final String LABELS_LDAP_ACCOUNT_FILTER = "{labels.ldapAccountFilter}";
2801 
2802     /** The key of the message: Group Filter */
2803     public static final String LABELS_LDAP_GROUP_FILTER = "{labels.ldapGroupFilter}";
2804 
2805     /** The key of the message: memberOf Attribute */
2806     public static final String LABELS_LDAP_MEMBEROF_ATTRIBUTE = "{labels.ldapMemberofAttribute}";
2807 
2808     /** The key of the message: Account Filter */
2809     public static final String LABELS_ldap_account_filter = "{labels.ldap_account_filter}";
2810 
2811     /** The key of the message: Group Filter */
2812     public static final String LABELS_ldap_group_filter = "{labels.ldap_group_filter}";
2813 
2814     /** The key of the message: memberOf Attribute */
2815     public static final String LABELS_ldap_memberof_attribute = "{labels.ldap_memberof_attribute}";
2816 
2817     /** The key of the message: Login Page */
2818     public static final String LABELS_notification_login = "{labels.notification_login}";
2819 
2820     /** The key of the message: Search Top Page */
2821     public static final String LABELS_notification_search_top = "{labels.notification_search_top}";
2822 
2823     /** The key of the message: Endpoint */
2824     public static final String LABELS_storage_endpoint = "{labels.storage_endpoint}";
2825 
2826     /** The key of the message: Access Key */
2827     public static final String LABELS_storage_access_key = "{labels.storage_access_key}";
2828 
2829     /** The key of the message: Secret Key */
2830     public static final String LABELS_storage_secret_key = "{labels.storage_secret_key}";
2831 
2832     /** The key of the message: Bucket */
2833     public static final String LABELS_storage_bucket = "{labels.storage_bucket}";
2834 
2835     /** The key of the message: Type */
2836     public static final String LABELS_storage_type = "{labels.storage_type}";
2837 
2838     /** The key of the message: Auto */
2839     public static final String LABELS_storage_type_auto = "{labels.storage_type_auto}";
2840 
2841     /** The key of the message: S3 */
2842     public static final String LABELS_storage_type_s3 = "{labels.storage_type_s3}";
2843 
2844     /** The key of the message: GCS */
2845     public static final String LABELS_storage_type_gcs = "{labels.storage_type_gcs}";
2846 
2847     /** The key of the message: Region */
2848     public static final String LABELS_storage_region = "{labels.storage_region}";
2849 
2850     /** The key of the message: Project ID */
2851     public static final String LABELS_storage_project_id = "{labels.storage_project_id}";
2852 
2853     /** The key of the message: Credentials Path */
2854     public static final String LABELS_storage_credentials_path = "{labels.storage_credentials_path}";
2855 
2856     /** The key of the message: AI Search */
2857     public static final String LABELS_general_rag = "{labels.general_rag}";
2858 
2859     /** The key of the message: LLM Provider */
2860     public static final String LABELS_rag_llm_name = "{labels.rag_llm_name}";
2861 
2862     /** The key of the message: Log Level */
2863     public static final String LABELS_llm_log_level = "{labels.llm_log_level}";
2864 
2865     /** The key of the message: Send Test Mail */
2866     public static final String LABELS_send_testmail = "{labels.send_testmail}";
2867 
2868     /** The key of the message: Backup */
2869     public static final String LABELS_backup_configuration = "{labels.backup_configuration}";
2870 
2871     /** The key of the message: Name */
2872     public static final String LABELS_backup_name = "{labels.backup_name}";
2873 
2874     /** The key of the message: Bulk File */
2875     public static final String LABELS_backup_bulk_file = "{labels.backup_bulk_file}";
2876 
2877     /** The key of the message: Upload */
2878     public static final String LABELS_backup_button_upload = "{labels.backup_button_upload}";
2879 
2880     /** The key of the message: The search processing time has exceeded the limit. The displayed results may be partial. */
2881     public static final String LABELS_process_time_is_exceeded = "{labels.process_time_is_exceeded}";
2882 
2883     /** The key of the message: Given Name */
2884     public static final String LABELS_user_given_name = "{labels.user_given_name}";
2885 
2886     /** The key of the message: Given Name */
2887     public static final String LABELS_GIVEN_NAME = "{labels.givenName}";
2888 
2889     /** The key of the message: Surname */
2890     public static final String LABELS_user_surname = "{labels.user_surname}";
2891 
2892     /** The key of the message: Surname */
2893     public static final String LABELS_SURAME = "{labels.surame}";
2894 
2895     /** The key of the message: Mail */
2896     public static final String LABELS_user_mail = "{labels.user_mail}";
2897 
2898     /** The key of the message: Mail */
2899     public static final String LABELS_MAIL = "{labels.mail}";
2900 
2901     /** The key of the message: Employee Number */
2902     public static final String LABELS_user_employeeNumber = "{labels.user_employeeNumber}";
2903 
2904     /** The key of the message: Employee Number */
2905     public static final String LABELS_EMPLOYEE_NUMBER = "{labels.employeeNumber}";
2906 
2907     /** The key of the message: Telephone Number */
2908     public static final String LABELS_user_telephoneNumber = "{labels.user_telephoneNumber}";
2909 
2910     /** The key of the message: Telephone Number */
2911     public static final String LABELS_TELEPHONE_NUMBER = "{labels.telephoneNumber}";
2912 
2913     /** The key of the message: Home Phone */
2914     public static final String LABELS_user_homePhone = "{labels.user_homePhone}";
2915 
2916     /** The key of the message: Home Phone */
2917     public static final String LABELS_HOME_PHONE = "{labels.homePhone}";
2918 
2919     /** The key of the message: Home Postal Address */
2920     public static final String LABELS_user_homePostalAddress = "{labels.user_homePostalAddress}";
2921 
2922     /** The key of the message: Home Postal Address */
2923     public static final String LABELS_HOME_POSTAL_ADDRESS = "{labels.homePostalAddress}";
2924 
2925     /** The key of the message: labeledURI */
2926     public static final String LABELS_user_labeledURI = "{labels.user_labeledURI}";
2927 
2928     /** The key of the message: labeledURI */
2929     public static final String LABELS_LABELED_U_R_I = "{labels.labeledURI}";
2930 
2931     /** The key of the message: Room Number */
2932     public static final String LABELS_user_roomNumber = "{labels.user_roomNumber}";
2933 
2934     /** The key of the message: Room Number */
2935     public static final String LABELS_ROOM_NUMBER = "{labels.roomNumber}";
2936 
2937     /** The key of the message: Description */
2938     public static final String LABELS_user_description = "{labels.user_description}";
2939 
2940     /** The key of the message: Description */
2941     public static final String LABELS_DESCRIPTION = "{labels.description}";
2942 
2943     /** The key of the message: Title */
2944     public static final String LABELS_user_title = "{labels.user_title}";
2945 
2946     /** The key of the message: Title */
2947     public static final String LABELS_TITLE = "{labels.title}";
2948 
2949     /** The key of the message: Pager */
2950     public static final String LABELS_user_pager = "{labels.user_pager}";
2951 
2952     /** The key of the message: Pager */
2953     public static final String LABELS_PAGER = "{labels.pager}";
2954 
2955     /** The key of the message: Street */
2956     public static final String LABELS_user_street = "{labels.user_street}";
2957 
2958     /** The key of the message: Street */
2959     public static final String LABELS_STREET = "{labels.street}";
2960 
2961     /** The key of the message: Postal Code */
2962     public static final String LABELS_user_postalCode = "{labels.user_postalCode}";
2963 
2964     /** The key of the message: Postal Code */
2965     public static final String LABELS_POSTAL_CODE = "{labels.postalCode}";
2966 
2967     /** The key of the message: Office */
2968     public static final String LABELS_user_physicalDeliveryOfficeName = "{labels.user_physicalDeliveryOfficeName}";
2969 
2970     /** The key of the message: Office */
2971     public static final String LABELS_PHYSICAL_DELIVERY_OFFICE_NAME = "{labels.physicalDeliveryOfficeName}";
2972 
2973     /** The key of the message: Destination Indicator */
2974     public static final String LABELS_user_destinationIndicator = "{labels.user_destinationIndicator}";
2975 
2976     /** The key of the message: Destination Indicator */
2977     public static final String LABELS_DESTINATION_INDICATOR = "{labels.destinationIndicator}";
2978 
2979     /** The key of the message: International ISDN Number */
2980     public static final String LABELS_user_internationaliSDNNumber = "{labels.user_internationaliSDNNumber}";
2981 
2982     /** The key of the message: International ISDN Number */
2983     public static final String LABELS_INTERNATIONALI_S_D_N_NUMBER = "{labels.internationaliSDNNumber}";
2984 
2985     /** The key of the message: State */
2986     public static final String LABELS_user_state = "{labels.user_state}";
2987 
2988     /** The key of the message: State */
2989     public static final String LABELS_STATE = "{labels.state}";
2990 
2991     /** The key of the message: Employee Type */
2992     public static final String LABELS_user_employeeType = "{labels.user_employeeType}";
2993 
2994     /** The key of the message: Employee Type */
2995     public static final String LABELS_EMPLOYEE_TYPE = "{labels.employeeType}";
2996 
2997     /** The key of the message: Facsimile Telephone Number */
2998     public static final String LABELS_user_facsimileTelephoneNumber = "{labels.user_facsimileTelephoneNumber}";
2999 
3000     /** The key of the message: Facsimile Telephone Number */
3001     public static final String LABELS_FACSIMILE_TELEPHONE_NUMBER = "{labels.facsimileTelephoneNumber}";
3002 
3003     /** The key of the message: Post Office Box */
3004     public static final String LABELS_user_postOfficeBox = "{labels.user_postOfficeBox}";
3005 
3006     /** The key of the message: Post Office Box */
3007     public static final String LABELS_POST_OFFICE_BOX = "{labels.postOfficeBox}";
3008 
3009     /** The key of the message: Initials */
3010     public static final String LABELS_user_initials = "{labels.user_initials}";
3011 
3012     /** The key of the message: Initials */
3013     public static final String LABELS_INITIALS = "{labels.initials}";
3014 
3015     /** The key of the message: Car License */
3016     public static final String LABELS_user_carLicense = "{labels.user_carLicense}";
3017 
3018     /** The key of the message: Car License */
3019     public static final String LABELS_CAR_LICENSE = "{labels.carLicense}";
3020 
3021     /** The key of the message: Mobile */
3022     public static final String LABELS_user_mobile = "{labels.user_mobile}";
3023 
3024     /** The key of the message: Mobile */
3025     public static final String LABELS_MOBILE = "{labels.mobile}";
3026 
3027     /** The key of the message: Postal Address */
3028     public static final String LABELS_user_postalAddress = "{labels.user_postalAddress}";
3029 
3030     /** The key of the message: Postal Address */
3031     public static final String LABELS_POSTAL_ADDRESS = "{labels.postalAddress}";
3032 
3033     /** The key of the message: City */
3034     public static final String LABELS_user_city = "{labels.user_city}";
3035 
3036     /** The key of the message: City */
3037     public static final String LABELS_CITY = "{labels.city}";
3038 
3039     /** The key of the message: Teletex Terminal Identifier */
3040     public static final String LABELS_user_teletexTerminalIdentifier = "{labels.user_teletexTerminalIdentifier}";
3041 
3042     /** The key of the message: Teletex Terminal Identifier */
3043     public static final String LABELS_TELETEX_TERMINAL_IDENTIFIER = "{labels.teletexTerminalIdentifier}";
3044 
3045     /** The key of the message: x121Address */
3046     public static final String LABELS_user_x121Address = "{labels.user_x121Address}";
3047 
3048     /** The key of the message: x121Address */
3049     public static final String LABELS_X121_ADDRESS = "{labels.x121Address}";
3050 
3051     /** The key of the message: Business Category */
3052     public static final String LABELS_user_businessCategory = "{labels.user_businessCategory}";
3053 
3054     /** The key of the message: Business Category */
3055     public static final String LABELS_BUSINESS_CATEGORY = "{labels.businessCategory}";
3056 
3057     /** The key of the message: Registered Address */
3058     public static final String LABELS_user_registeredAddress = "{labels.user_registeredAddress}";
3059 
3060     /** The key of the message: Registered Address */
3061     public static final String LABELS_REGISTERED_ADDRESS = "{labels.registeredAddress}";
3062 
3063     /** The key of the message: Display Name */
3064     public static final String LABELS_user_displayName = "{labels.user_displayName}";
3065 
3066     /** The key of the message: Display Name */
3067     public static final String LABELS_DISPLAY_NAME = "{labels.displayName}";
3068 
3069     /** The key of the message: Preferred Language */
3070     public static final String LABELS_user_preferredLanguage = "{labels.user_preferredLanguage}";
3071 
3072     /** The key of the message: Preferred Language */
3073     public static final String LABELS_PREFERRED_LANGUAGE = "{labels.preferredLanguage}";
3074 
3075     /** The key of the message: Department Number */
3076     public static final String LABELS_user_departmentNumber = "{labels.user_departmentNumber}";
3077 
3078     /** The key of the message: Department Number */
3079     public static final String LABELS_DEPARTMENT_NUMBER = "{labels.departmentNumber}";
3080 
3081     /** The key of the message: uidNumber */
3082     public static final String LABELS_user_uidNumber = "{labels.user_uidNumber}";
3083 
3084     /** The key of the message: uidNumber */
3085     public static final String LABELS_UID_NUMBER = "{labels.uidNumber}";
3086 
3087     /** The key of the message: gidNumber */
3088     public static final String LABELS_user_gidNumber = "{labels.user_gidNumber}";
3089 
3090     /** The key of the message: gidNumber */
3091     public static final String LABELS_group_gidNumber = "{labels.group_gidNumber}";
3092 
3093     /** The key of the message: gidNumber */
3094     public static final String LABELS_GID_NUMBER = "{labels.gidNumber}";
3095 
3096     /** The key of the message: Home Directory */
3097     public static final String LABELS_user_homeDirectory = "{labels.user_homeDirectory}";
3098 
3099     /** The key of the message: Home Directory */
3100     public static final String LABELS_HOME_DIRECTORY = "{labels.homeDirectory}";
3101 
3102     /** The key of the message: Upgrade */
3103     public static final String LABELS_upgrade_title_configuration = "{labels.upgrade_title_configuration}";
3104 
3105     /** The key of the message: Data Migration */
3106     public static final String LABELS_upgrade_data_migration = "{labels.upgrade_data_migration}";
3107 
3108     /** The key of the message: Re-indexing */
3109     public static final String LABELS_upgrade_reindex = "{labels.upgrade_reindex}";
3110 
3111     /** The key of the message: Start */
3112     public static final String LABELS_upgrade_start_button = "{labels.upgrade_start_button}";
3113 
3114     /** The key of the message: Replace Aliases */
3115     public static final String LABELS_replace_aliases = "{labels.replace_aliases}";
3116 
3117     /** The key of the message: Reset Dictionaries */
3118     public static final String LABELS_reset_dictionaries = "{labels.reset_dictionaries}";
3119 
3120     /** The key of the message: Start */
3121     public static final String LABELS_reindex_start_button = "{labels.reindex_start_button}";
3122 
3123     /** The key of the message: Target Version */
3124     public static final String LABELS_TARGET_VERSION = "{labels.targetVersion}";
3125 
3126     /** The key of the message: Target Version */
3127     public static final String LABELS_target_version = "{labels.target_version}";
3128 
3129     /** The key of the message: Request to OpenSearch */
3130     public static final String LABELS_sereq_configuration = "{labels.sereq_configuration}";
3131 
3132     /** The key of the message: Request File */
3133     public static final String LABELS_sereq_request_file = "{labels.sereq_request_file}";
3134 
3135     /** The key of the message: Request File */
3136     public static final String LABELS_REQUEST_FILE = "{labels.requestFile}";
3137 
3138     /** The key of the message: Send */
3139     public static final String LABELS_sereq_button_upload = "{labels.sereq_button_upload}";
3140 
3141     /** The key of the message: Not found */
3142     public static final String LABELS_facet_is_not_found = "{labels.facet_is_not_found}";
3143 
3144     /** The key of the message: Score: */
3145     public static final String LABELS_doc_score = "{labels.doc_score}";
3146 
3147     /** The key of the message: Fess is running in development mode. Please install OpenSearch separately in a production environment. */
3148     public static final String LABELS_development_mode_warning = "{labels.development_mode_warning}";
3149 
3150     /** The key of the message: The system you are using is no longer supported. Please refer to the product support lifecycle page and upgrade. */
3151     public static final String LABELS_eol_error = "{labels.eol_error}";
3152 
3153     /** The key of the message: Search Screen */
3154     public static final String LABELS_tooltip_search_view = "{labels.tooltip_search_view}";
3155 
3156     /** The key of the message: Run Crawler */
3157     public static final String LABELS_tooltip_run_crawler = "{labels.tooltip_run_crawler}";
3158 
3159     /** The key of the message: Forum */
3160     public static final String LABELS_tooltip_forum = "{labels.tooltip_forum}";
3161 
3162     /** The key of the message: Help */
3163     public static final String LABELS_tooltip_onlinehelp = "{labels.tooltip_onlinehelp}";
3164 
3165     /** The key of the message: Logout */
3166     public static final String LABELS_tooltip_logout = "{labels.tooltip_logout}";
3167 
3168     /** The key of the message: Advanced Search */
3169     public static final String LABELS_ADVANCE = "{labels.advance}";
3170 
3171     /** The key of the message: Advanced Search */
3172     public static final String LABELS_advance_search_title = "{labels.advance_search_title}";
3173 
3174     /** The key of the message: with all of the words */
3175     public static final String LABELS_advance_search_must_queries = "{labels.advance_search_must_queries}";
3176 
3177     /** The key of the message: with the exact phrase */
3178     public static final String LABELS_advance_search_phrase_query = "{labels.advance_search_phrase_query}";
3179 
3180     /** The key of the message: with at least one of the words */
3181     public static final String LABELS_advance_search_should_queries = "{labels.advance_search_should_queries}";
3182 
3183     /** The key of the message: without the words */
3184     public static final String LABELS_advance_search_not_queries = "{labels.advance_search_not_queries}";
3185 
3186     /** The key of the message: File type */
3187     public static final String LABELS_advance_search_filetype = "{labels.advance_search_filetype}";
3188 
3189     /** The key of the message: Any format */
3190     public static final String LABELS_advance_search_filetype_default = "{labels.advance_search_filetype_default}";
3191 
3192     /** The key of the message: HTML */
3193     public static final String LABELS_advance_search_filetype_html = "{labels.advance_search_filetype_html}";
3194 
3195     /** The key of the message: PDF */
3196     public static final String LABELS_advance_search_filetype_pdf = "{labels.advance_search_filetype_pdf}";
3197 
3198     /** The key of the message: MS Word */
3199     public static final String LABELS_advance_search_filetype_word = "{labels.advance_search_filetype_word}";
3200 
3201     /** The key of the message: MS Excel */
3202     public static final String LABELS_advance_search_filetype_excel = "{labels.advance_search_filetype_excel}";
3203 
3204     /** The key of the message: MS PowerPoint */
3205     public static final String LABELS_advance_search_filetype_powerpoint = "{labels.advance_search_filetype_powerpoint}";
3206 
3207     /** The key of the message: Occurence */
3208     public static final String LABELS_advance_search_occt = "{labels.advance_search_occt}";
3209 
3210     /** The key of the message: Anywhere in the page */
3211     public static final String LABELS_advance_search_occt_default = "{labels.advance_search_occt_default}";
3212 
3213     /** The key of the message: in the title of the page */
3214     public static final String LABELS_advance_search_occt_allintitle = "{labels.advance_search_occt_allintitle}";
3215 
3216     /** The key of the message: in the URL of the page */
3217     public static final String LABELS_advance_search_occt_allinurl = "{labels.advance_search_occt_allinurl}";
3218 
3219     /** The key of the message: Site or domain */
3220     public static final String LABELS_advance_search_sitesearch = "{labels.advance_search_sitesearch}";
3221 
3222     /** The key of the message: Last update */
3223     public static final String LABELS_advance_search_timestamp = "{labels.advance_search_timestamp}";
3224 
3225     /** The key of the message: Anytime */
3226     public static final String LABELS_advance_search_timestamp_default = "{labels.advance_search_timestamp_default}";
3227 
3228     /** The key of the message: Past 24 hours */
3229     public static final String LABELS_advance_search_timestamp_pastday = "{labels.advance_search_timestamp_pastday}";
3230 
3231     /** The key of the message: Past week */
3232     public static final String LABELS_advance_search_timestamp_pastweek = "{labels.advance_search_timestamp_pastweek}";
3233 
3234     /** The key of the message: Past month */
3235     public static final String LABELS_advance_search_timestamp_pastmonth = "{labels.advance_search_timestamp_pastmonth}";
3236 
3237     /** The key of the message: Past year */
3238     public static final String LABELS_advance_search_timestamp_pastyear = "{labels.advance_search_timestamp_pastyear}";
3239 
3240     /** The key of the message: Search Log */
3241     public static final String LABELS_searchlog_configuration = "{labels.searchlog_configuration}";
3242 
3243     /** The key of the message: Search Log */
3244     public static final String LABELS_searchlog_title = "{labels.searchlog_title}";
3245 
3246     /** The key of the message: Log Type */
3247     public static final String LABELS_searchlog_log_type = "{labels.searchlog_log_type}";
3248 
3249     /** The key of the message: Search Log */
3250     public static final String LABELS_searchlog_log_type_search = "{labels.searchlog_log_type_search}";
3251 
3252     /** The key of the message: Click Log */
3253     public static final String LABELS_searchlog_log_type_click = "{labels.searchlog_log_type_click}";
3254 
3255     /** The key of the message: Favorite Log */
3256     public static final String LABELS_searchlog_log_type_favorite = "{labels.searchlog_log_type_favorite}";
3257 
3258     /** The key of the message: User Log */
3259     public static final String LABELS_searchlog_log_type_user_info = "{labels.searchlog_log_type_user_info}";
3260 
3261     /** The key of the message: Keyword Count */
3262     public static final String LABELS_searchlog_log_type_search_keyword = "{labels.searchlog_log_type_search_keyword}";
3263 
3264     /** The key of the message: Zero Hit Count */
3265     public static final String LABELS_searchlog_log_type_search_zerohit = "{labels.searchlog_log_type_search_zerohit}";
3266 
3267     /** The key of the message: Zero Click Count */
3268     public static final String LABELS_searchlog_log_type_search_zeroclick = "{labels.searchlog_log_type_search_zeroclick}";
3269 
3270     /** The key of the message: Search Count/Hour */
3271     public static final String LABELS_searchlog_log_type_search_count_hour = "{labels.searchlog_log_type_search_count_hour}";
3272 
3273     /** The key of the message: Search Count/Day */
3274     public static final String LABELS_searchlog_log_type_search_count_day = "{labels.searchlog_log_type_search_count_day}";
3275 
3276     /** The key of the message: User Count/Hour */
3277     public static final String LABELS_searchlog_log_type_search_user_hour = "{labels.searchlog_log_type_search_user_hour}";
3278 
3279     /** The key of the message: User Count/Day */
3280     public static final String LABELS_searchlog_log_type_search_user_day = "{labels.searchlog_log_type_search_user_day}";
3281 
3282     /** The key of the message: Request Average Time/Hour */
3283     public static final String LABELS_searchlog_log_type_search_reqtimeavg_hour = "{labels.searchlog_log_type_search_reqtimeavg_hour}";
3284 
3285     /** The key of the message: Request Average Time/Day */
3286     public static final String LABELS_searchlog_log_type_search_reqtimeavg_day = "{labels.searchlog_log_type_search_reqtimeavg_day}";
3287 
3288     /** The key of the message: Click Count */
3289     public static final String LABELS_searchlog_log_type_click_count = "{labels.searchlog_log_type_click_count}";
3290 
3291     /** The key of the message: Favorite Count */
3292     public static final String LABELS_searchlog_log_type_favorite_count = "{labels.searchlog_log_type_favorite_count}";
3293 
3294     /** The key of the message: Message */
3295     public static final String LABELS_searchlog_log_message = "{labels.searchlog_log_message}";
3296 
3297     /** The key of the message: Time */
3298     public static final String LABELS_searchlog_requested_time = "{labels.searchlog_requested_time}";
3299 
3300     /** The key of the message: Value */
3301     public static final String LABELS_searchlog_value = "{labels.searchlog_value}";
3302 
3303     /** The key of the message: Count */
3304     public static final String LABELS_searchlog_count = "{labels.searchlog_count}";
3305 
3306     /** The key of the message: Log Details */
3307     public static final String LABELS_searchlog_configuration_details = "{labels.searchlog_configuration_details}";
3308 
3309     /** The key of the message: Search Log */
3310     public static final String LABELS_searchlog_configuration_link_top = "{labels.searchlog_configuration_link_top}";
3311 
3312     /** The key of the message: Details */
3313     public static final String LABELS_searchlog_configuration_link_details = "{labels.searchlog_configuration_link_details}";
3314 
3315     /** The key of the message: Back */
3316     public static final String LABELS_searchlog_configuration_button_back = "{labels.searchlog_configuration_button_back}";
3317 
3318     /** The key of the message: Delete */
3319     public static final String LABELS_searchlog_configuration_button_delete = "{labels.searchlog_configuration_button_delete}";
3320 
3321     /** The key of the message: Size */
3322     public static final String LABELS_searchlog_size = "{labels.searchlog_size}";
3323 
3324     /** The key of the message: Query ID */
3325     public static final String LABELS_searchlog_queryid = "{labels.searchlog_queryid}";
3326 
3327     /** The key of the message: User ID */
3328     public static final String LABELS_searchlog_usersessionid = "{labels.searchlog_usersessionid}";
3329 
3330     /** The key of the message: Time */
3331     public static final String LABELS_searchlog_requestedtime = "{labels.searchlog_requestedtime}";
3332 
3333     /** The key of the message: Access Type */
3334     public static final String LABELS_searchlog_accesstype = "{labels.searchlog_accesstype}";
3335 
3336     /** The key of the message: Maintenance */
3337     public static final String LABELS_maintenance_title_configuration = "{labels.maintenance_title_configuration}";
3338 
3339     /** The key of the message: Number of Shards */
3340     public static final String LABELS_number_of_shards_for_doc = "{labels.number_of_shards_for_doc}";
3341 
3342     /** The key of the message: Auto-expand Replicas */
3343     public static final String LABELS_auto_expand_replicas_for_doc = "{labels.auto_expand_replicas_for_doc}";
3344 
3345     /** The key of the message: Crawler Index */
3346     public static final String LABELS_clear_crawler_index = "{labels.clear_crawler_index}";
3347 
3348     /** The key of the message: Delete Crawler Index */
3349     public static final String LABELS_clear_crawler_index_button = "{labels.clear_crawler_index_button}";
3350 
3351     /** The key of the message: Diagnostics */
3352     public static final String LABELS_diagnostic_logs = "{labels.diagnostic_logs}";
3353 
3354     /** The key of the message: Download Logs */
3355     public static final String LABELS_download_diagnostic_logs_button = "{labels.download_diagnostic_logs_button}";
3356 
3357     /** The key of the message: Reload Document Index */
3358     public static final String LABELS_reload_doc_index = "{labels.reload_doc_index}";
3359 
3360     /** The key of the message: Reload */
3361     public static final String LABELS_reload_doc_index_button = "{labels.reload_doc_index_button}";
3362 
3363     /** The key of the message: Rebuild Config Index */
3364     public static final String LABELS_rebuild_config_index = "{labels.rebuild_config_index}";
3365 
3366     /** The key of the message: Rebuild */
3367     public static final String LABELS_rebuild_config_index_button = "{labels.rebuild_config_index_button}";
3368 
3369     /** The key of the message: Load Default Data */
3370     public static final String LABELS_load_bulk_data = "{labels.load_bulk_data}";
3371 
3372     /** The key of the message: Target Indices */
3373     public static final String LABELS_rebuild_target_indices = "{labels.rebuild_target_indices}";
3374 
3375     /** The key of the message: Are you sure you want to rebuild the selected configuration indices? This operation will run in the background. */
3376     public static final String LABELS_rebuild_config_index_confirmation = "{labels.rebuild_config_index_confirmation}";
3377 
3378     /** The key of the message: Plugin */
3379     public static final String LABELS_plugin_title = "{labels.plugin_title}";
3380 
3381     /** The key of the message: Plugin List */
3382     public static final String LABELS_plugin_list_name = "{labels.plugin_list_name}";
3383 
3384     /** The key of the message: Type */
3385     public static final String LABELS_plugin_type = "{labels.plugin_type}";
3386 
3387     /** The key of the message: Name */
3388     public static final String LABELS_plugin_name = "{labels.plugin_name}";
3389 
3390     /** The key of the message: Version */
3391     public static final String LABELS_plugin_version = "{labels.plugin_version}";
3392 
3393     /** The key of the message: Delete */
3394     public static final String LABELS_plugin_delete = "{labels.plugin_delete}";
3395 
3396     /** The key of the message: Install */
3397     public static final String LABELS_plugin_install = "{labels.plugin_install}";
3398 
3399     /** The key of the message: Install Plugin */
3400     public static final String LABELS_plugin_install_title = "{labels.plugin_install_title}";
3401 
3402     /** The key of the message: Jar File */
3403     public static final String LABELS_plugin_jar_file = "{labels.plugin_jar_file}";
3404 
3405     /** The key of the message: Local */
3406     public static final String LABELS_plugin_local_install = "{labels.plugin_local_install}";
3407 
3408     /** The key of the message: Remote */
3409     public static final String LABELS_plugin_remote_install = "{labels.plugin_remote_install}";
3410 
3411     /** The key of the message: Install */
3412     public static final String LABELS_crud_button_install = "{labels.crud_button_install}";
3413 
3414     /** The key of the message: Storage */
3415     public static final String LABELS_storage_configuration = "{labels.storage_configuration}";
3416 
3417     /** The key of the message: Name */
3418     public static final String LABELS_storage_name = "{labels.storage_name}";
3419 
3420     /** The key of the message: Size */
3421     public static final String LABELS_storage_size = "{labels.storage_size}";
3422 
3423     /** The key of the message: Last Modified */
3424     public static final String LABELS_storage_last_modified = "{labels.storage_last_modified}";
3425 
3426     /** The key of the message: Upload File */
3427     public static final String LABELS_storage_upload_file = "{labels.storage_upload_file}";
3428 
3429     /** The key of the message: Upload */
3430     public static final String LABELS_storage_button_upload = "{labels.storage_button_upload}";
3431 
3432     /** The key of the message: Bucket Name */
3433     public static final String LABELS_storage_bucket_name = "{labels.storage_bucket_name}";
3434 
3435     /** The key of the message: File */
3436     public static final String LABELS_storage_file = "{labels.storage_file}";
3437 
3438     /** The key of the message: Folder Name */
3439     public static final String LABELS_storage_folder_name = "{labels.storage_folder_name}";
3440 
3441     /** The key of the message: Download */
3442     public static final String LABELS_storage_button_download = "{labels.storage_button_download}";
3443 
3444     /** The key of the message: Tags */
3445     public static final String LABELS_storage_button_tags = "{labels.storage_button_tags}";
3446 
3447     /** The key of the message: Tag: */
3448     public static final String LABELS_storage_title_tag = "{labels.storage_title_tag}";
3449 
3450     /** The key of the message: Tag Key */
3451     public static final String LABELS_storage_tag_key = "{labels.storage_tag_key}";
3452 
3453     /** The key of the message: Tag Value */
3454     public static final String LABELS_storage_tag_value = "{labels.storage_tag_value}";
3455 
3456     /** The key of the message: You need to update your password */
3457     public static final String LABELS_LOGIN_NEWPASSWORD = "{labels.login.newpassword}";
3458 
3459     /** The key of the message: New Password */
3460     public static final String LABELS_LOGIN_placeholder_new_password = "{labels.login.placeholder_new_password}";
3461 
3462     /** The key of the message: Confirm New Password */
3463     public static final String LABELS_LOGIN_placeholder_confirm_new_password = "{labels.login.placeholder_confirm_new_password}";
3464 
3465     /** The key of the message: Update */
3466     public static final String LABELS_LOGIN_UPDATE = "{labels.login.update}";
3467 
3468     /** The key of the message: AI Search - Fess */
3469     public static final String LABELS_chat_title = "{labels.chat_title}";
3470 
3471     /** The key of the message: New Chat */
3472     public static final String LABELS_chat_new_chat = "{labels.chat_new_chat}";
3473 
3474     /** The key of the message: Ask a question... */
3475     public static final String LABELS_chat_input_placeholder = "{labels.chat_input_placeholder}";
3476 
3477     /** The key of the message: Thinking... */
3478     public static final String LABELS_chat_thinking = "{labels.chat_thinking}";
3479 
3480     /** The key of the message: An error occurred. Please try again. */
3481     public static final String LABELS_chat_error = "{labels.chat_error}";
3482 
3483     /** The key of the message: It's currently busy. Please wait a moment and try again. */
3484     public static final String LABELS_chat_error_rate_limit = "{labels.chat_error_rate_limit}";
3485 
3486     /** The key of the message: AI service authentication failed. Please contact the administrator. */
3487     public static final String LABELS_chat_error_auth = "{labels.chat_error_auth}";
3488 
3489     /** The key of the message: The AI service is temporarily unavailable. Please try again later. */
3490     public static final String LABELS_chat_error_service_unavailable = "{labels.chat_error_service_unavailable}";
3491 
3492     /** The key of the message: The request timed out. Please try again. */
3493     public static final String LABELS_chat_error_timeout = "{labels.chat_error_timeout}";
3494 
3495     /** The key of the message: The message is too long to process. Please shorten it and try again. */
3496     public static final String LABELS_chat_error_context_length_exceeded = "{labels.chat_error_context_length_exceeded}";
3497 
3498     /** The key of the message: The AI model was not found. Please contact the administrator. */
3499     public static final String LABELS_chat_error_model_not_found = "{labels.chat_error_model_not_found}";
3500 
3501     /** The key of the message: Received an invalid response from the AI service. Please try again. */
3502     public static final String LABELS_chat_error_invalid_response = "{labels.chat_error_invalid_response}";
3503 
3504     /** The key of the message: Unable to connect to the AI service. Please check the network connection. */
3505     public static final String LABELS_chat_error_connection = "{labels.chat_error_connection}";
3506 
3507     /** The key of the message: Sources */
3508     public static final String LABELS_chat_sources = "{labels.chat_sources}";
3509 
3510     /** The key of the message: AI Search */
3511     public static final String LABELS_chat_ai_mode = "{labels.chat_ai_mode}";
3512 
3513     /** The key of the message: AI Search Mode */
3514     public static final String LABELS_chat_status_ready = "{labels.chat_status_ready}";
3515 
3516     /** The key of the message: Processing */
3517     public static final String LABELS_chat_status_thinking = "{labels.chat_status_thinking}";
3518 
3519     /** The key of the message: Error */
3520     public static final String LABELS_chat_status_error = "{labels.chat_status_error}";
3521 
3522     /** The key of the message: ... */
3523     public static final String LABELS_chat_waiting = "{labels.chat_waiting}";
3524 
3525     /** The key of the message: Thinking... */
3526     public static final String LABELS_chat_phase_intent = "{labels.chat_phase_intent}";
3527 
3528     /** The key of the message: Searching for __keywords__... */
3529     public static final String LABELS_chat_phase_search = "{labels.chat_phase_search}";
3530 
3531     /** The key of the message: Reviewing search results... */
3532     public static final String LABELS_chat_phase_evaluate = "{labels.chat_phase_evaluate}";
3533 
3534     /** The key of the message: Retrieving documents... */
3535     public static final String LABELS_chat_phase_fetch = "{labels.chat_phase_fetch}";
3536 
3537     /** The key of the message: Generating answer... */
3538     public static final String LABELS_chat_phase_answer = "{labels.chat_phase_answer}";
3539 
3540     /** The key of the message: Chat messages */
3541     public static final String LABELS_chat_messages_area = "{labels.chat_messages_area}";
3542 
3543     /** The key of the message: Ask and Discover. */
3544     public static final String LABELS_chat_welcome_title = "{labels.chat_welcome_title}";
3545 
3546     /** The key of the message: Ask questions and I'll search through documents to find the answers you need. */
3547     public static final String LABELS_chat_welcome_description = "{labels.chat_welcome_description}";
3548 
3549     /** The key of the message: Analyze */
3550     public static final String LABELS_chat_step_intent = "{labels.chat_step_intent}";
3551 
3552     /** The key of the message: Search */
3553     public static final String LABELS_chat_step_search = "{labels.chat_step_search}";
3554 
3555     /** The key of the message: Evaluate */
3556     public static final String LABELS_chat_step_evaluate = "{labels.chat_step_evaluate}";
3557 
3558     /** The key of the message: Retrieve */
3559     public static final String LABELS_chat_step_fetch = "{labels.chat_step_fetch}";
3560 
3561     /** The key of the message: Answer */
3562     public static final String LABELS_chat_step_answer = "{labels.chat_step_answer}";
3563 
3564     /** The key of the message: Press Enter to send, Shift+Enter for new line */
3565     public static final String LABELS_chat_input_hint = "{labels.chat_input_hint}";
3566 
3567     /** The key of the message: Send message */
3568     public static final String LABELS_chat_send = "{labels.chat_send}";
3569 
3570     /** The key of the message: Retry */
3571     public static final String LABELS_chat_retry = "{labels.chat_retry}";
3572 
3573     /** The key of the message: Dismiss */
3574     public static final String LABELS_chat_dismiss = "{labels.chat_dismiss}";
3575 
3576     /** The key of the message: Copied! */
3577     public static final String LABELS_chat_copied = "{labels.chat_copied}";
3578 
3579     /** The key of the message: Copy failed */
3580     public static final String LABELS_chat_copy_failed = "{labels.chat_copy_failed}";
3581 
3582     /** The key of the message: Filter */
3583     public static final String LABELS_chat_filter = "{labels.chat_filter}";
3584 
3585     /** The key of the message: Search... */
3586     public static final String LABELS_chat_filter_search_placeholder = "{labels.chat_filter_search_placeholder}";
3587 
3588     /** The key of the message: Clear */
3589     public static final String LABELS_chat_clear = "{labels.chat_clear}";
3590 
3591     /** The key of the message: Search File Proxy */
3592     public static final String LABELS_search_file_proxy_enabled = "{labels.search_file_proxy_enabled}";
3593 
3594     /** The key of the message: Use Browser Locale */
3595     public static final String LABELS_search_use_browser_locale = "{labels.search_use_browser_locale}";
3596 
3597     /** The key of the message: SSO Type */
3598     public static final String LABELS_sso_type = "{labels.sso_type}";
3599 
3600     /** The key of the message: User Agent */
3601     public static final String LABELS_crawling_user_agent = "{labels.crawling_user_agent}";
3602 
3603     /** The key of the message: Slack Webhook URLs */
3604     public static final String LABELS_slack_webhook_urls = "{labels.slack_webhook_urls}";
3605 
3606     /** The key of the message: Google Chat Webhook URLs */
3607     public static final String LABELS_google_chat_webhook_urls = "{labels.google_chat_webhook_urls}";
3608 
3609     /** The key of the message: Log Notification */
3610     public static final String LABELS_log_notification_enabled = "{labels.log_notification_enabled}";
3611 
3612     /** The key of the message: Log Notification Level */
3613     public static final String LABELS_log_notification_level = "{labels.log_notification_level}";
3614 
3615     /** The key of the message: Advanced Search Page */
3616     public static final String LABELS_notification_advance_search = "{labels.notification_advance_search}";
3617 
3618     /** The key of the message: Security Authentication */
3619     public static final String LABELS_ldap_security_authentication = "{labels.ldap_security_authentication}";
3620 
3621     /** The key of the message: Initial Context Factory */
3622     public static final String LABELS_ldap_initial_context_factory = "{labels.ldap_initial_context_factory}";
3623 
3624     /** The key of the message: OpenID Connect */
3625     public static final String LABELS_general_menu_oic = "{labels.general_menu_oic}";
3626 
3627     /** The key of the message: Client ID */
3628     public static final String LABELS_oic_client_id = "{labels.oic_client_id}";
3629 
3630     /** The key of the message: Client Secret */
3631     public static final String LABELS_oic_client_secret = "{labels.oic_client_secret}";
3632 
3633     /** The key of the message: Authorization Server URL */
3634     public static final String LABELS_oic_auth_server_url = "{labels.oic_auth_server_url}";
3635 
3636     /** The key of the message: Token Server URL */
3637     public static final String LABELS_oic_token_server_url = "{labels.oic_token_server_url}";
3638 
3639     /** The key of the message: Redirect URL */
3640     public static final String LABELS_oic_redirect_url = "{labels.oic_redirect_url}";
3641 
3642     /** The key of the message: Scope */
3643     public static final String LABELS_oic_scope = "{labels.oic_scope}";
3644 
3645     /** The key of the message: Base URL */
3646     public static final String LABELS_oic_base_url = "{labels.oic_base_url}";
3647 
3648     /** The key of the message: Default Groups */
3649     public static final String LABELS_oic_default_groups = "{labels.oic_default_groups}";
3650 
3651     /** The key of the message: Default Roles */
3652     public static final String LABELS_oic_default_roles = "{labels.oic_default_roles}";
3653 
3654     /** The key of the message: SAML */
3655     public static final String LABELS_general_menu_saml = "{labels.general_menu_saml}";
3656 
3657     /** The key of the message: IdP Entity ID */
3658     public static final String LABELS_saml_idp_entityid = "{labels.saml_idp_entityid}";
3659 
3660     /** The key of the message: IdP SSO URL */
3661     public static final String LABELS_saml_idp_single_sign_on_service_url = "{labels.saml_idp_single_sign_on_service_url}";
3662 
3663     /** The key of the message: IdP SLO URL */
3664     public static final String LABELS_saml_idp_single_logout_service_url = "{labels.saml_idp_single_logout_service_url}";
3665 
3666     /** The key of the message: IdP X.509 Certificate */
3667     public static final String LABELS_saml_idp_x509cert = "{labels.saml_idp_x509cert}";
3668 
3669     /** The key of the message: SP Base URL */
3670     public static final String LABELS_saml_sp_base_url = "{labels.saml_sp_base_url}";
3671 
3672     /** The key of the message: SP Entity ID */
3673     public static final String LABELS_saml_sp_entityid = "{labels.saml_sp_entityid}";
3674 
3675     /** The key of the message: SP ACS URL */
3676     public static final String LABELS_saml_sp_assertion_consumer_service_url = "{labels.saml_sp_assertion_consumer_service_url}";
3677 
3678     /** The key of the message: SP SLO URL */
3679     public static final String LABELS_saml_sp_single_logout_service_url = "{labels.saml_sp_single_logout_service_url}";
3680 
3681     /** The key of the message: SP NameID Format */
3682     public static final String LABELS_saml_sp_nameidformat = "{labels.saml_sp_nameidformat}";
3683 
3684     /** The key of the message: Group Attribute Name */
3685     public static final String LABELS_saml_attribute_group_name = "{labels.saml_attribute_group_name}";
3686 
3687     /** The key of the message: Role Attribute Name */
3688     public static final String LABELS_saml_attribute_role_name = "{labels.saml_attribute_role_name}";
3689 
3690     /** The key of the message: Default Groups */
3691     public static final String LABELS_saml_default_groups = "{labels.saml_default_groups}";
3692 
3693     /** The key of the message: Default Roles */
3694     public static final String LABELS_saml_default_roles = "{labels.saml_default_roles}";
3695 
3696     /** The key of the message: SPNEGO */
3697     public static final String LABELS_general_menu_spnego = "{labels.general_menu_spnego}";
3698 
3699     /** The key of the message: Krb5 Config */
3700     public static final String LABELS_spnego_krb5_conf = "{labels.spnego_krb5_conf}";
3701 
3702     /** The key of the message: Login Config */
3703     public static final String LABELS_spnego_login_conf = "{labels.spnego_login_conf}";
3704 
3705     /** The key of the message: Login Client Module */
3706     public static final String LABELS_spnego_login_client_module = "{labels.spnego_login_client_module}";
3707 
3708     /** The key of the message: Login Server Module */
3709     public static final String LABELS_spnego_login_server_module = "{labels.spnego_login_server_module}";
3710 
3711     /** The key of the message: Pre-Auth Username */
3712     public static final String LABELS_spnego_preauth_username = "{labels.spnego_preauth_username}";
3713 
3714     /** The key of the message: Pre-Auth Password */
3715     public static final String LABELS_spnego_preauth_password = "{labels.spnego_preauth_password}";
3716 
3717     /** The key of the message: Allow Basic Auth */
3718     public static final String LABELS_spnego_allow_basic = "{labels.spnego_allow_basic}";
3719 
3720     /** The key of the message: Allow Unsecure Basic Auth */
3721     public static final String LABELS_spnego_allow_unsecure_basic = "{labels.spnego_allow_unsecure_basic}";
3722 
3723     /** The key of the message: Prompt NTLM */
3724     public static final String LABELS_spnego_prompt_ntlm = "{labels.spnego_prompt_ntlm}";
3725 
3726     /** The key of the message: Allow Localhost */
3727     public static final String LABELS_spnego_allow_localhost = "{labels.spnego_allow_localhost}";
3728 
3729     /** The key of the message: Allow Delegation */
3730     public static final String LABELS_spnego_allow_delegation = "{labels.spnego_allow_delegation}";
3731 
3732     /** The key of the message: Exclude Directories */
3733     public static final String LABELS_spnego_exclude_dirs = "{labels.spnego_exclude_dirs}";
3734 
3735     /** The key of the message: Logger Level */
3736     public static final String LABELS_spnego_logger_level = "{labels.spnego_logger_level}";
3737 
3738     /** The key of the message: Entra ID */
3739     public static final String LABELS_general_menu_entraid = "{labels.general_menu_entraid}";
3740 
3741     /** The key of the message: Client ID */
3742     public static final String LABELS_entraid_client_id = "{labels.entraid_client_id}";
3743 
3744     /** The key of the message: Client Secret */
3745     public static final String LABELS_entraid_client_secret = "{labels.entraid_client_secret}";
3746 
3747     /** The key of the message: Tenant (ID or Domain) */
3748     public static final String LABELS_entraid_tenant = "{labels.entraid_tenant}";
3749 
3750     /** The key of the message: Authority */
3751     public static final String LABELS_entraid_authority = "{labels.entraid_authority}";
3752 
3753     /** The key of the message: Reply URL */
3754     public static final String LABELS_entraid_reply_url = "{labels.entraid_reply_url}";
3755 
3756     /** The key of the message: State TTL */
3757     public static final String LABELS_entraid_state_ttl = "{labels.entraid_state_ttl}";
3758 
3759     /** The key of the message: Default Groups */
3760     public static final String LABELS_entraid_default_groups = "{labels.entraid_default_groups}";
3761 
3762     /** The key of the message: Default Roles */
3763     public static final String LABELS_entraid_default_roles = "{labels.entraid_default_roles}";
3764 
3765     /** The key of the message: Permission Fields */
3766     public static final String LABELS_entraid_permission_fields = "{labels.entraid_permission_fields}";
3767 
3768     /** The key of the message: Use Domain Services */
3769     public static final String LABELS_entraid_use_ds = "{labels.entraid_use_ds}";
3770 
3771     /**
3772      * Assert the property is not null.
3773      * @param property The value of the property. (NotNull)
3774      */
3775     protected void assertPropertyNotNull(String property) {
3776         if (property == null) {
3777             String msg = "The argument 'property' for message should not be null.";
3778             throw new IllegalArgumentException(msg);
3779         }
3780     }
3781 }