001/* 002 * This library is part of OpenCms - 003 * the Open Source Content Management System 004 * 005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com) 006 * 007 * This library is free software; you can redistribute it and/or 008 * modify it under the terms of the GNU Lesser General Public 009 * License as published by the Free Software Foundation; either 010 * version 2.1 of the License, or (at your option) any later version. 011 * 012 * This library is distributed in the hope that it will be useful, 013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 015 * Lesser General Public License for more details. 016 * 017 * For further information about Alkacon Software GmbH & Co. KG, please see the 018 * company website: http://www.alkacon.com 019 * 020 * For further information about OpenCms, please see the 021 * project website: http://www.opencms.org 022 * 023 * You should have received a copy of the GNU Lesser General Public 024 * License along with this library; if not, write to the Free Software 025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 026 */ 027 028package org.opencms.main; 029 030import org.opencms.i18n.A_CmsMessageBundle; 031import org.opencms.i18n.I_CmsMessageBundle; 032 033/** 034 * Convenience class to access the localized messages of this OpenCms package.<p> 035 * 036 * @since 6.0.0 037 */ 038public final class Messages extends A_CmsMessageBundle { 039 040 /** The copyright message for OpenCms. */ 041 public static final String[] COPYRIGHT_BY_ALKACON = { 042 "", 043 "Copyright (c) 2002 - 2024 Alkacon Software GmbH & Co. KG", 044 "OpenCms comes with ABSOLUTELY NO WARRANTY", 045 "This is free software, and you are welcome to", 046 "redistribute it under certain conditions.", 047 "Please see the GNU Lesser General Public Licence for", 048 "further details.", 049 ""}; 050 051 /** Message constant for key in the resource bundle. */ 052 public static final String ERR_ALREADY_INITIALIZED_0 = "ERR_ALREADY_INITIALIZED_0"; 053 054 /** Message constant for key in the resource bundle. */ 055 public static final String ERR_CALLING_EVENT_LISTENER_FAILED_2 = "ERR_CALLING_EVENT_LISTENER_FAILED_2"; 056 057 /** Message constant for key in the resource bundle. */ 058 public static final String ERR_CONTEXT_INFO_FROZEN_0 = "ERR_CONTEXT_INFO_FROZEN_0"; 059 060 /** Message constant for key in the resource bundle. */ 061 public static final String ERR_CRITICAL_CLASS_CREATION_1 = "ERR_CRITICAL_CLASS_CREATION_1"; 062 063 /** Message constant for key in the resource bundle. */ 064 public static final String ERR_CRITICAL_INIT_ADMINCMS_0 = "ERR_CRITICAL_INIT_ADMINCMS_0"; 065 066 /** Message constant for key in the resource bundle. */ 067 public static final String ERR_CRITICAL_INIT_DATABASE_0 = "ERR_CRITICAL_INIT_DATABASE_0"; 068 069 /** Message constant for key in the resource bundle. */ 070 public static final String ERR_CRITICAL_INIT_ENCODING_1 = "ERR_CRITICAL_INIT_ENCODING_1"; 071 072 /** Message constant for key in the resource bundle. */ 073 public static final String ERR_CRITICAL_INIT_FOLDER_0 = "ERR_CRITICAL_INIT_FOLDER_0"; 074 075 /** Message constant for key in the resource bundle. */ 076 public static final String ERR_CRITICAL_INIT_GENERIC_1 = "ERR_CRITICAL_INIT_GENERIC_1"; 077 078 /** Message constant for key in the resource bundle. */ 079 public static final String ERR_CRITICAL_INIT_MANAGERS_0 = "ERR_CRITICAL_INIT_MANAGERS_0"; 080 081 /** Message constant for key in the resource bundle. */ 082 public static final String ERR_CRITICAL_INIT_MEMORY_MONITOR_1 = "ERR_CRITICAL_INIT_MEMORY_MONITOR_1"; 083 084 /** Message constant for key in the resource bundle. */ 085 public static final String ERR_CRITICAL_INIT_PROP_0 = "ERR_CRITICAL_INIT_PROP_0"; 086 087 /** Message constant for key in the resource bundle. */ 088 public static final String ERR_CRITICAL_INIT_PROPFILE_1 = "ERR_CRITICAL_INIT_PROPFILE_1"; 089 090 /** Message constant for key in the resource bundle. */ 091 public static final String ERR_CRITICAL_INIT_SERVLET_0 = "ERR_CRITICAL_INIT_SERVLET_0"; 092 093 /** Message constant for key in the resource bundle. */ 094 public static final String ERR_CRITICAL_INIT_WIZARD_0 = "ERR_CRITICAL_INIT_WIZARD_0"; 095 096 /** Message constant for key in the resource bundle. */ 097 public static final String ERR_CRITICAL_INIT_XML_0 = "ERR_CRITICAL_INIT_XML_0"; 098 099 /** Message constant for key in the resource bundle. */ 100 public static final String ERR_CRITICAL_NO_DB_CONTEXT_0 = "ERR_CRITICAL_NO_DB_CONTEXT_0"; 101 102 /** Message constant for key in the resource bundle. */ 103 public static final String ERR_DEREGISTERING_JDBC_DRIVER_1 = "ERR_DEREGISTERING_JDBC_DRIVER_1"; 104 105 /** Message constant for key in the resource bundle. */ 106 public static final String ERR_ILLEGAL_ARG_2 = "ERR_ILLEGAL_ARG_2"; 107 108 /** Message constant for key in the resource bundle. */ 109 public static final String ERR_INVALID_INIT_USER_2 = "ERR_INVALID_INIT_USER_2"; 110 111 /** Message constant for key in the resource bundle. */ 112 public static final String ERR_MULTI_EXCEPTION_1 = "ERR_MULTI_EXCEPTION_1"; 113 114 /** Message constant for key in the resource bundle. */ 115 public static final String ERR_NO_SESSIONINFO_SESSION_0 = "ERR_NO_SESSIONINFO_SESSION_0"; 116 117 /** Message constant for key in the resource bundle. */ 118 public static final String ERR_NO_WORKPLACE_PERMISSIONS_0 = "ERR_NO_WORKPLACE_PERMISSIONS_0"; 119 120 /** Message constant for key in the resource bundle. */ 121 public static final String ERR_NOT_A_FOLDER_1 = "ERR_NOT_A_FOLDER_1"; 122 123 /** Message constant for key in the resource bundle. */ 124 public static final String ERR_OPENCMS_NOT_INITIALIZED_2 = "ERR_OPENCMS_NOT_INITIALIZED_2"; 125 126 /** Message constant for key in the resource bundle. */ 127 public static final String ERR_PATH_NOT_FOUND_1 = "ERR_PATH_NOT_FOUND_1"; 128 129 /** Message constant for key in the resource bundle. */ 130 public static final String ERR_PERMALINK_1 = "ERR_PERMALINK_1"; 131 132 /** Message constant for key in the resource bundle. */ 133 public static final String ERR_READ_INTERNAL_RESOURCE_1 = "ERR_READ_INTERNAL_RESOURCE_1"; 134 135 /** Message constant for key in the resource bundle. */ 136 public static final String ERR_READ_FORMATTER_CONFIG_4 = "ERR_READ_FORMATTER_CONFIG_4"; 137 138 /** Message constant for key in the resource bundle. */ 139 public static final String ERR_REQUEST_SECURE_RESOURCE_0 = "ERR_REQUEST_SECURE_RESOURCE_0"; 140 141 /** Message constant for key in the resource bundle. */ 142 public static final String ERR_RESOURCE_INIT_ABORTED_1 = "ERR_RESOURCE_INIT_ABORTED_1"; 143 144 /** Message constant for key in the resource bundle. */ 145 public static final String ERR_SECURE_SITE_NOT_CONFIGURED_1 = "ERR_SECURE_SITE_NOT_CONFIGURED_1"; 146 147 /** Message constant for key in the resource bundle. */ 148 public static final String ERR_SHOW_ERR_HANDLER_RESOURCE_2 = "ERR_SHOW_ERR_HANDLER_RESOURCE_2"; 149 150 /** Message constant for key in the resource bundle. */ 151 public static final String ERR_UNKNOWN_MODULE_1 = "ERR_UNKNOWN_MODULE_1"; 152 153 /** Message constant for key in the resource bundle. */ 154 public static final String GUI_SHELL_AVAILABLE_METHODS_1 = "GUI_SHELL_AVAILABLE_METHODS_1"; 155 156 /** Message constant for key in the resource bundle. */ 157 public static final String GUI_SHELL_CONFIG_FILE_1 = "GUI_SHELL_CONFIG_FILE_1"; 158 159 /** Message constant for key in the resource bundle. */ 160 public static final String GUI_SHELL_CURRENT_FOLDER_1 = "GUI_SHELL_CURRENT_FOLDER_1"; 161 162 /** Message constant for key in the resource bundle. */ 163 public static final String GUI_SHELL_ECHO_OFF_0 = "GUI_SHELL_ECHO_OFF_0"; 164 165 /** Message constant for key in the resource bundle. */ 166 public static final String GUI_SHELL_ECHO_ON_0 = "GUI_SHELL_ECHO_ON_0"; 167 168 /** Message constant for key in the resource bundle. */ 169 public static final String GUI_SHELL_ERR_ADDITIONAL_COMMANDS_NOT_CMSSHELLCOMMANDS_1 = "GUI_SHELL_ERR_ADDITIONAL_COMMANDS_NOT_CMSSHELLCOMMANDS_1"; 170 171 /** Message constant for key in the resource bundle. */ 172 public static final String GUI_SHELL_ERR_ADDITIONAL_COMMANDS_CLASS_NOT_FOUND_1 = "GUI_SHELL_ERR_ADDITIONAL_COMMANDS_CLASS_NOT_FOUND_1"; 173 174 /** Message constant for key in the resource bundle. */ 175 public static final String GUI_SHELL_ERR_ADDITIONAL_COMMANDS_DURING_INSTANTIATION_2 = "GUI_SHELL_ERR_ADDITIONAL_COMMANDS_DURING_INSTANTIATION_2"; 176 177 /** Message constant for key in the resource bundle. */ 178 public static final String GUI_SHELL_ERR_SCRIPTFILE_1 = "GUI_SHELL_ERR_SCRIPTFILE_1"; 179 180 /** Message constant for key in the resource bundle. */ 181 public static final String GUI_SHELL_ESCAPE_SEQUENCES_NOT_SUPPORTED_0 = "GUI_SHELL_ESCAPE_SEQUENCES_NOT_SUPPORTED_0"; 182 183 /** Message constant for key in the resource bundle. */ 184 public static final String GUI_SHELL_EXEC_METHOD_1 = "GUI_SHELL_EXEC_METHOD_1"; 185 186 /** Message constant for key in the resource bundle. */ 187 public static final String GUI_SHELL_FOLDER_ALREADY_EXISTS_1 = "GUI_SHELL_FOLDER_ALREADY_EXISTS_1"; 188 189 /** Message constant for key in the resource bundle. */ 190 public static final String GUI_SHELL_GOODBYE_0 = "GUI_SHELL_GOODBYE_0"; 191 192 /** Message constant for key in the resource bundle. */ 193 public static final String GUI_SHELL_HELP1_0 = "GUI_SHELL_HELP1_0"; 194 195 /** Message constant for key in the resource bundle. */ 196 public static final String GUI_SHELL_HELP2_0 = "GUI_SHELL_HELP2_0"; 197 198 /** Message constant for key in the resource bundle. */ 199 public static final String GUI_SHELL_HELP3_0 = "GUI_SHELL_HELP3_0"; 200 201 /** Message constant for key in the resource bundle. */ 202 public static final String GUI_SHELL_HELP4_0 = "GUI_SHELL_HELP4_0"; 203 204 /** Message constant for key in the resource bundle. */ 205 public static final String GUI_SHELL_HR_0 = "GUI_SHELL_HR_0"; 206 207 /** Message constant for key in the resource bundle. */ 208 public static final String GUI_SHELL_IMPORT_TEMP_PROJECT_NAME_0 = "GUI_SHELL_IMPORT_TEMP_PROJECT_NAME_0"; 209 210 /** Message constant for key in the resource bundle. */ 211 public static final String GUI_SHELL_IMPORTEXPORT_MODULE_HANDLER_NAME_1 = "GUI_SHELL_IMPORTEXPORT_MODULE_HANDLER_NAME_1"; 212 213 /** Message constant for key in the resource bundle. */ 214 public static final String GUI_SHELL_LIST_MODULES_1 = "GUI_SHELL_LIST_MODULES_1"; 215 216 /** Message constant for key in the resource bundle. */ 217 public static final String GUI_SHELL_LOCALES_AVAILABLE_0 = "GUI_SHELL_LOCALES_AVAILABLE_0"; 218 219 /** Message constant for key in the resource bundle. */ 220 public static final String GUI_SHELL_LOGIN_1 = "GUI_SHELL_LOGIN_1"; 221 222 /** Message constant for key in the resource bundle. */ 223 public static final String GUI_SHELL_LOGIN_FAILED_0 = "GUI_SHELL_LOGIN_FAILED_0"; 224 225 /** Message constant for key in the resource bundle. */ 226 public static final String GUI_SHELL_LS_2 = "GUI_SHELL_LS_2"; 227 228 /** Message constant for key in the resource bundle. */ 229 public static final String GUI_SHELL_MATCH_SEARCHSTRING_1 = "GUI_SHELL_MATCH_SEARCHSTRING_1"; 230 231 /** Message constant for key in the resource bundle. */ 232 public static final String GUI_SHELL_METHOD_NOT_FOUND_1 = "GUI_SHELL_METHOD_NOT_FOUND_1"; 233 234 /** Message constant for key in the resource bundle. */ 235 public static final String GUI_SHELL_NO_HOME_FOLDER_FOUND_0 = "GUI_SHELL_NO_HOME_FOLDER_FOUND_0"; 236 237 /** Message constant for key in the resource bundle. */ 238 public static final String GUI_SHELL_NO_HOME_FOLDER_SPECIFIED_0 = "GUI_SHELL_NO_HOME_FOLDER_SPECIFIED_0"; 239 240 /** Message constant for key in the resource bundle. */ 241 public static final String GUI_SHELL_SETLOCALE_2 = "GUI_SHELL_SETLOCALE_2"; 242 243 /** Message constant for key in the resource bundle. */ 244 public static final String GUI_SHELL_SETLOCALE_POST_1 = "GUI_SHELL_SETLOCALE_POST_1"; 245 246 /** Message constant for key in the resource bundle. */ 247 public static final String GUI_SHELL_START_DIR_LINE1_0 = "GUI_SHELL_START_DIR_LINE1_0"; 248 249 /** Message constant for key in the resource bundle. */ 250 public static final String GUI_SHELL_START_DIR_LINE2_0 = "GUI_SHELL_START_DIR_LINE2_0"; 251 252 /** Message constant for key in the resource bundle. */ 253 public static final String GUI_SHELL_USAGE_1 = "GUI_SHELL_USAGE_1"; 254 255 /** Message constant for key in the resource bundle. */ 256 public static final String GUI_SHELL_USER_ALREADY_EXISTS_1 = "GUI_SHELL_USER_ALREADY_EXISTS_1"; 257 258 /** Message constant for key in the resource bundle. */ 259 public static final String GUI_SHELL_VERSION_1 = "GUI_SHELL_VERSION_1"; 260 261 /** Message constant for key in the resource bundle. */ 262 public static final String GUI_SHELL_WEB_INF_PATH_1 = "GUI_SHELL_WEB_INF_PATH_1"; 263 264 /** Message constant for key in the resource bundle. */ 265 public static final String GUI_SHELL_WEB_OU_CREATION_FAILED_2 = "GUI_SHELL_WEB_OU_CREATION_FAILED_2"; 266 267 /** Message constant for key in the resource bundle. */ 268 public static final String GUI_SHELL_WELCOME_0 = "GUI_SHELL_WELCOME_0"; 269 270 /** Message constant for key in the resource bundle. */ 271 public static final String GUI_SHELL_WRONG_USAGE_0 = "GUI_SHELL_WRONG_USAGE_0"; 272 273 /** Message constant for key in the resource bundle. */ 274 public static final String GUI_SOLR_ERROR_HTML_1 = "GUI_SOLR_ERROR_HTML_1"; 275 276 /** Message constant for key in the resource bundle. */ 277 public static final String GUI_SOLR_INDEX_NOT_FOUND_1 = "GUI_SOLR_INDEX_NOT_FOUND_1"; 278 279 /** Message constant for key in the resource bundle. */ 280 public static final String GUI_SOLR_NOT_LOGGED_IN_0 = "GUI_SOLR_NOT_LOGGED_IN_0"; 281 282 /** Message constant for key in the resource bundle. */ 283 public static final String INIT_ADDED_REQUEST_HANDLER_2 = "INIT_ADDED_REQUEST_HANDLER_2"; 284 285 /** Message constant for key in the resource bundle. */ 286 public static final String INIT_CURRENT_RUNLEVEL_1 = "INIT_CURRENT_RUNLEVEL_1"; 287 288 /** Message constant for key in the resource bundle. */ 289 public static final String INIT_DOT_0 = "INIT_DOT_0"; 290 291 /** Message constant for key in the resource bundle. */ 292 public static final String INIT_ERR_LOAD_HTML_PROPERTY_FILE_1 = "INIT_ERR_LOAD_HTML_PROPERTY_FILE_1"; 293 294 /** Message constant for key in the resource bundle. */ 295 public static final String INIT_ETHERNET_ADDRESS_1 = "INIT_ETHERNET_ADDRESS_1"; 296 297 /** Message constant for key in the resource bundle. */ 298 public static final String INIT_FILE_ENCODING_1 = "INIT_FILE_ENCODING_1"; 299 300 /** Message constant for key in the resource bundle. */ 301 public static final String INIT_FLEX_CACHE_ERROR_1 = "INIT_FLEX_CACHE_ERROR_1"; 302 303 /** Message constant for key in the resource bundle. */ 304 public static final String INIT_FLEX_CACHE_FINISHED_0 = "INIT_FLEX_CACHE_FINISHED_0"; 305 306 /** Message constant for key in the resource bundle. */ 307 public static final String INIT_FLEX_CACHE_STARTING_0 = "INIT_FLEX_CACHE_STARTING_0"; 308 309 /** Message constant for key in the resource bundle. */ 310 public static final String INIT_JAVA_VM_1 = "INIT_JAVA_VM_1"; 311 312 /** Message constant for key in the resource bundle. */ 313 public static final String INIT_LINE_0 = "INIT_LINE_0"; 314 315 /** Message constant for key in the resource bundle. */ 316 public static final String INIT_LOG_FILE_1 = "INIT_LOG_FILE_1"; 317 318 /** Message constant for key in the resource bundle. */ 319 public static final String INIT_OPENCMS_CONTEXT_1 = "INIT_OPENCMS_CONTEXT_1"; 320 321 /** Message constant for key in the resource bundle. */ 322 public static final String INIT_OPENCMS_ENCODING_1 = "INIT_OPENCMS_ENCODING_1"; 323 324 /** Message constant for key in the resource bundle. */ 325 public static final String INIT_OPENCMS_STOPPED_1 = "INIT_OPENCMS_STOPPED_1"; 326 327 /** Message constant for key in the resource bundle. */ 328 public static final String INIT_OPENCMS_VERSION_1 = "INIT_OPENCMS_VERSION_1"; 329 330 /** Message constant for key in the resource bundle. */ 331 public static final String INIT_OPERATING_SYSTEM_1 = "INIT_OPERATING_SYSTEM_1"; 332 333 /** Message constant for key in the resource bundle. */ 334 public static final String INIT_PROPERTY_FILE_1 = "INIT_PROPERTY_FILE_1"; 335 336 /** Message constant for key in the resource bundle. */ 337 public static final String INIT_REMOTESHELL_DISABLED_0 = "INIT_REMOTESHELL_DISABLED_0"; 338 339 /** Message constant for key in the resource bundle. */ 340 public static final String INIT_REMOTESHELL_ENABLED_1 = "INIT_REMOTESHELL_ENABLED_1"; 341 342 /** Message constant for key in the resource bundle. */ 343 public static final String INIT_REQUEST_HANDLER_CLASS_1 = "INIT_REQUEST_HANDLER_CLASS_1"; 344 345 /** Message constant for key in the resource bundle. */ 346 public static final String INIT_RUNLEVEL_CHANGE_2 = "INIT_RUNLEVEL_CHANGE_2"; 347 348 /** Message constant for key in the resource bundle. */ 349 public static final String INIT_SERVLET_CONTAINER_1 = "INIT_SERVLET_CONTAINER_1"; 350 351 /** Message constant for key in the resource bundle. */ 352 public static final String INIT_SERVLET_PATH_1 = "INIT_SERVLET_PATH_1"; 353 354 /** Message constant for key in the resource bundle. */ 355 public static final String INIT_SHUTDOWN_1 = "INIT_SHUTDOWN_1"; 356 357 /** Message constant for key in the resource bundle. */ 358 public static final String INIT_SHUTDOWN_START_1 = "INIT_SHUTDOWN_START_1"; 359 360 /** Message constant for key in the resource bundle. */ 361 public static final String INIT_SHUTDOWN_TIME_1 = "INIT_SHUTDOWN_TIME_1"; 362 363 /** Message constant for key in the resource bundle. */ 364 public static final String INIT_STARTUP_TIME_1 = "INIT_STARTUP_TIME_1"; 365 366 /** Message constant for key in the resource bundle. */ 367 public static final String INIT_SYSTEM_RUNNING_1 = "INIT_SYSTEM_RUNNING_1"; 368 369 /** Message constant for key in the resource bundle. */ 370 public static final String INIT_WEBAPP_NAME_1 = "INIT_WEBAPP_NAME_1"; 371 372 /** Message constant for key in the resource bundle. */ 373 public static final String INIT_WEBINF_PATH_1 = "INIT_WEBINF_PATH_1"; 374 375 /** Message constant for key in the resource bundle. */ 376 public static final String LOG_CONSOLE_TOTAL_RUNTIME_1 = "LOG_CONSOLE_TOTAL_RUNTIME_1"; 377 378 /** Message constant for key in the resource bundle. */ 379 public static final String LOG_DEBUG_EVENT_1 = "LOG_DEBUG_EVENT_1"; 380 381 /** Message constant for key in the resource bundle. */ 382 public static final String LOG_DEBUG_EVENT_COMPLETE_1 = "LOG_DEBUG_EVENT_COMPLETE_1"; 383 384 /** Message constant for key in the resource bundle. */ 385 public static final String LOG_DEBUG_EVENT_END_LISTENER_3 = "LOG_DEBUG_EVENT_END_LISTENER_3"; 386 387 /** Message constant for key in the resource bundle. */ 388 public static final String LOG_DEBUG_EVENT_LISTENERS_3 = "LOG_DEBUG_EVENT_LISTENERS_3"; 389 390 /** Message constant for key in the resource bundle. */ 391 public static final String LOG_DEBUG_EVENT_NO_LISTENER_1 = "LOG_DEBUG_EVENT_NO_LISTENER_1"; 392 393 /** Message constant for key in the resource bundle. */ 394 public static final String LOG_DEBUG_EVENT_START_LISTENER_3 = "LOG_DEBUG_EVENT_START_LISTENER_3"; 395 396 /** Message constant for key in the resource bundle. */ 397 public static final String LOG_DEBUG_EVENT_VALUE_3 = "LOG_DEBUG_EVENT_VALUE_3"; 398 399 /** Message constant for key in the resource bundle. */ 400 public static final String LOG_DEBUG_NO_EVENT_VALUE_1 = "LOG_DEBUG_NO_EVENT_VALUE_1"; 401 402 /** Message constant for key in the resource bundle. */ 403 public static final String LOG_DUPLICATE_REQUEST_HANDLER_1 = "LOG_DUPLICATE_REQUEST_HANDLER_1"; 404 405 /** Message constant for key in the resource bundle. */ 406 public static final String LOG_ERROR_ADE_MANAGER_SHUTDOWN_1 = "LOG_ERROR_ADE_MANAGER_SHUTDOWN_1"; 407 408 /** Message constant for key in the resource bundle. */ 409 public static final String LOG_ERROR_DERIGISTERING_JDBC_DRIVER_1 = "LOG_ERROR_DERIGISTERING_JDBC_DRIVER_1"; 410 411 /** Message constant for key in the resource bundle. */ 412 public static final String LOG_ERROR_EXPORT_1 = "LOG_ERROR_EXPORT_1"; 413 414 /** Message constant for key in the resource bundle. */ 415 public static final String LOG_ERROR_EXPORT_SHUTDOWN_1 = "LOG_ERROR_EXPORT_SHUTDOWN_1"; 416 417 /** Message constant for key in the resource bundle. */ 418 public static final String LOG_ERROR_GENERIC_0 = "LOG_ERROR_GENERIC_0"; 419 420 /** Message constant for key in the resource bundle. */ 421 public static final String LOG_ERROR_GWTSERVICE_SHUTDOWN_2 = "LOG_ERROR_GWTSERVICE_SHUTDOWN_2"; 422 423 /** Message constant for key in the resource bundle. */ 424 public static final String LOG_ERROR_MEMORY_MONITOR_SHUTDOWN_1 = "LOG_ERROR_MEMORY_MONITOR_SHUTDOWN_1"; 425 426 /** Message constant for key in the resource bundle. */ 427 public static final String LOG_ERROR_MODULE_SHUTDOWN_1 = "LOG_ERROR_MODULE_SHUTDOWN_1"; 428 429 /** Message constant for key in the resource bundle. */ 430 public static final String LOG_ERROR_PUBLISH_SHUTDOWN_1 = "LOG_ERROR_PUBLISH_SHUTDOWN_1"; 431 432 /** Message constant for key in the resource bundle. */ 433 public static final String LOG_ERROR_READING_AUTH_PROP_2 = "LOG_ERROR_READING_AUTH_PROP_2"; 434 435 /** Message constant for key in the resource bundle. */ 436 public static final String LOG_ERROR_REMOTESHELL_SHUTDOWN_1 = "LOG_ERROR_REMOTESHELL_SHUTDOWN_1"; 437 438 /** Message constant for key in the resource bundle. */ 439 public static final String LOG_ERROR_RESOURCE_SHUTDOWN_1 = "LOG_ERROR_RESOURCE_SHUTDOWN_1"; 440 441 /** Message constant for key in the resource bundle. */ 442 public static final String LOG_ERROR_SCHEDULE_SHUTDOWN_1 = "LOG_ERROR_SCHEDULE_SHUTDOWN_1"; 443 444 /** Message constant for key in the resource bundle. */ 445 public static final String LOG_ERROR_SEARCH_MANAGER_SHUTDOWN_1 = "LOG_ERROR_SEARCH_MANAGER_SHUTDOWN_1"; 446 447 /** Message constant for key in the resource bundle. */ 448 public static final String LOG_ERROR_SECURITY_SHUTDOWN_1 = "LOG_ERROR_SECURITY_SHUTDOWN_1"; 449 450 /** Message constant for key in the resource bundle. */ 451 public static final String LOG_ERROR_SESSION_MANAGER_SHUTDOWN_1 = "LOG_ERROR_SESSION_MANAGER_SHUTDOWN_1"; 452 453 /** Message constant for key in the resource bundle. */ 454 public static final String LOG_ERROR_SITEMAP_MANAGER_SHUTDOWN_1 = "LOG_ERROR_SITEMAP_MANAGER_SHUTDOWN_1"; 455 456 /** Message constant for key in the resource bundle. */ 457 public static final String LOG_ERROR_THREAD_SHUTDOWN_1 = "LOG_ERROR_THREAD_SHUTDOWN_1"; 458 459 /** Message constant for key in the resource bundle. */ 460 public static final String LOG_ERROR_VFSBUNDLE_MANAGER_SHUTDOWN_1 = "LOG_ERROR_VFSBUNDLE_MANAGER_SHUTDOWN_1"; 461 462 /** Message constant for key in the resource bundle. */ 463 public static final String LOG_ERROR_WRITING_CONFIG_1 = "LOG_ERROR_WRITING_CONFIG_1"; 464 465 /** Message constant for key in the resource bundle. */ 466 public static final String LOG_INIT_CMSOBJECT_IN_HANDLER_2 = "LOG_INIT_CMSOBJECT_IN_HANDLER_2"; 467 468 /** Message constant for key in the resource bundle. */ 469 public static final String LOG_INIT_CONTEXTNAME_0 = "LOG_INIT_CONTEXTNAME_0"; 470 471 /** Message constant for key in the resource bundle. */ 472 public static final String LOG_INIT_FAILURE_MESSAGE_1 = "LOG_INIT_FAILURE_MESSAGE_1"; 473 474 /** Message constant for key in the resource bundle. */ 475 public static final String LOG_INIT_INVALID_ERROR_2 = "LOG_INIT_INVALID_ERROR_2"; 476 477 /** Message constant for key in the resource bundle. */ 478 public static final String LOG_SESSION_CREATED_1 = "LOG_SESSION_CREATED_1"; 479 480 /** Message constant for key in the resource bundle. */ 481 public static final String LOG_SESSION_CREATED_2 = "LOG_SESSION_CREATED_2"; 482 483 /** Message constant for key in the resource bundle. */ 484 public static final String LOG_SESSION_DESTROYED_1 = "LOG_SESSION_DESTROYED_1"; 485 486 /** Message constant for key in the resource bundle. */ 487 public static final String LOG_SESSION_DESTROYED_2 = "LOG_SESSION_DESTROYED_2"; 488 489 /** Message constant for key in the resource bundle. */ 490 public static final String LOG_SET_DEFAULT_ENCODING_1 = "LOG_SET_DEFAULT_ENCODING_1"; 491 492 /** Message constant for key in the resource bundle. */ 493 public static final String LOG_SET_SERVERNAME_1 = "LOG_SET_SERVERNAME_1"; 494 495 /** Message constant for key in the resource bundle. */ 496 public static final String LOG_SHUTDOWN_CONSOLE_NOTE_2 = "LOG_SHUTDOWN_CONSOLE_NOTE_2"; 497 498 /** Message constant for key in the resource bundle. */ 499 public static final String LOG_SHUTDOWN_TRACE_0 = "LOG_SHUTDOWN_TRACE_0"; 500 501 /** Message constant for key in the resource bundle. */ 502 public static final String LOG_STARTUP_CONSOLE_NOTE_2 = "LOG_STARTUP_CONSOLE_NOTE_2"; 503 504 /** Message constant for key in the resource bundle. */ 505 public static final String LOG_THREADSTORE_CHECK_PUBLISH_THREAD_ERROR_0 = "LOG_THREADSTORE_CHECK_PUBLISH_THREAD_ERROR_0"; 506 507 /** Message constant for key in the resource bundle. */ 508 public static final String LOG_THREADSTORE_CHECK_SESSIONS_ERROR_0 = "LOG_THREADSTORE_CHECK_SESSIONS_ERROR_0"; 509 510 /** Message constant for key in the resource bundle. */ 511 public static final String LOG_THREADSTORE_CHECK_THREADS_ERROR_0 = "LOG_THREADSTORE_CHECK_THREADS_ERROR_0"; 512 513 /** Message constant for key in the resource bundle. */ 514 public static final String LOG_THREADSTORE_DOOMED_2 = "LOG_THREADSTORE_DOOMED_2"; 515 516 /** Message constant for key in the resource bundle. */ 517 public static final String LOG_THREADSTORE_POOL_CONTENT_2 = "LOG_THREADSTORE_POOL_CONTENT_2"; 518 519 /** Message constant for key in the resource bundle. */ 520 public static final String LOG_WRONG_INIT_SEQUENCE_2 = "LOG_WRONG_INIT_SEQUENCE_2"; 521 522 /** Name of the used resource bundle. */ 523 private static final String BUNDLE_NAME = "org.opencms.main.messages"; 524 525 /** Static instance member. */ 526 private static final I_CmsMessageBundle INSTANCE = new Messages(); 527 528 /** 529 * Hides the public constructor for this utility class.<p> 530 */ 531 private Messages() { 532 533 // hide the constructor 534 } 535 536 /** 537 * Returns an instance of this localized message accessor.<p> 538 * 539 * @return an instance of this localized message accessor 540 */ 541 public static I_CmsMessageBundle get() { 542 543 return INSTANCE; 544 } 545 546 /** 547 * Returns the bundle name for this OpenCms package.<p> 548 * 549 * @return the bundle name for this OpenCms package 550 */ 551 public String getBundleName() { 552 553 return BUNDLE_NAME; 554 } 555}