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.ade.sitemap.client; 029 030import org.opencms.gwt.client.util.CmsMessages; 031 032/** 033 * Convenience class to access the localized messages of this OpenCms package.<p> 034 * 035 * @since 8.0.0 036 */ 037public final class Messages { 038 039 /** Message constant for key in the resource bundle. */ 040 public static final String GUI_ALIAS_EDITING_NOT_PERMITTED_0 = "GUI_ALIAS_EDITING_NOT_PERMITTED_0"; 041 042 /** Message constant for key in the resource bundle. */ 043 public static final String GUI_ALIAS_FIELD_SEPARATOR_0 = "GUI_ALIAS_FIELD_SEPARATOR_0"; 044 045 /** Message constant for key in the resource bundle. */ 046 public static final String GUI_ALIASES_BUTTON_CANCEL_0 = "GUI_ALIASES_BUTTON_CANCEL_0"; 047 048 /** Message constant for key in the resource bundle. */ 049 public static final String GUI_ALIASES_BUTTON_DELETE_0 = "GUI_ALIASES_BUTTON_DELETE_0"; 050 051 /** Message constant for key in the resource bundle. */ 052 public static final String GUI_ALIASES_BUTTON_DOWNLOAD_0 = "GUI_ALIASES_BUTTON_DOWNLOAD_0"; 053 054 /** Message constant for key in the resource bundle. */ 055 public static final String GUI_ALIASES_BUTTON_IMPORT_0 = "GUI_ALIASES_BUTTON_IMPORT_0"; 056 057 /** Message constant for key in the resource bundle. */ 058 public static final String GUI_ALIASES_BUTTON_NEW_0 = "GUI_ALIASES_BUTTON_NEW_0"; 059 060 /** Message constant for key in the resource bundle. */ 061 public static final String GUI_ALIASES_BUTTON_SAVE_0 = "GUI_ALIASES_BUTTON_SAVE_0"; 062 063 /** Message constant for key in the resource bundle. */ 064 public static final String GUI_ALIASES_BUTTON_SELECT_FILE_0 = "GUI_ALIASES_BUTTON_SELECT_FILE_0"; 065 066 /** Message constant for key in the resource bundle. */ 067 public static final String GUI_ALIASES_BUTTON_UPLOAD_0 = "GUI_ALIASES_BUTTON_UPLOAD_0"; 068 069 /** Message constant for key in the resource bundle. */ 070 public static final String GUI_ALIASES_COLUMN_ALIAS_0 = "GUI_ALIASES_COLUMN_ALIAS_0"; 071 072 /** Message constant for key in the resource bundle. */ 073 public static final String GUI_ALIASES_COLUMN_ERROR_0 = "GUI_ALIASES_COLUMN_ERROR_0"; 074 075 /** Message constant for key in the resource bundle. */ 076 public static final String GUI_ALIASES_COLUMN_MODE_0 = "GUI_ALIASES_COLUMN_MODE_0"; 077 078 /** Message constant for key in the resource bundle. */ 079 public static final String GUI_ALIASES_COLUMN_PATH_0 = "GUI_ALIASES_COLUMN_PATH_0"; 080 081 /** Message constant for key in the resource bundle. */ 082 public static final String GUI_ALIASES_COLUMN_PATTERN_0 = "GUI_ALIASES_COLUMN_PATTERN_0"; 083 084 /** Message constant for key in the resource bundle. */ 085 public static final String GUI_ALIASES_COLUMN_REPLACEMENT_0 = "GUI_ALIASES_COLUMN_REPLACEMENT_0"; 086 087 /** Message constant for key in the resource bundle. */ 088 public static final String GUI_ALIASES_COLUMN_SELECT_0 = "GUI_ALIASES_COLUMN_SELECT_0"; 089 090 /** Message constant for key in the resource bundle. */ 091 public static final String GUI_ALIASES_CONTEXT_MENU_EDIT_0 = "GUI_ALIASES_CONTEXT_MENU_EDIT_0"; 092 093 /** Message constant for key in the resource bundle. */ 094 public static final String GUI_ALIASES_COUNT_1 = "GUI_ALIASES_COUNT_1"; 095 096 /** Message constant for key in the resource bundle. */ 097 public static final String GUI_ALIASES_IMPORT_EMPTY_0 = "GUI_ALIASES_IMPORT_EMPTY_0"; 098 099 /** Message constant for key in the resource bundle. */ 100 public static final String GUI_ALIASES_IMPORT_LINE_2 = "GUI_ALIASES_IMPORT_LINE_2"; 101 102 /** Message constant for key in the resource bundle. */ 103 public static final String GUI_ALIASES_LEGEND_NEW_REWRITE_0 = "GUI_ALIASES_LEGEND_NEW_REWRITE_0"; 104 105 /** Message constant for key in the resource bundle. */ 106 public static final String GUI_ALIASES_LEGEND_REWRITE_TABLE_0 = "GUI_ALIASES_LEGEND_REWRITE_TABLE_0"; 107 108 /** Message constant for key in the resource bundle. */ 109 public static final String GUI_ALIASES_MODE_PAGE_0 = "GUI_ALIASES_MODE_PAGE_0"; 110 111 /** Message constant for key in the resource bundle. */ 112 public static final String GUI_ALIASES_MODE_PERMANENT_0 = "GUI_ALIASES_MODE_PERMANENT_0"; 113 114 /** Message constant for key in the resource bundle. */ 115 public static final String GUI_ALIASES_MODE_REDIRECT_0 = "GUI_ALIASES_MODE_REDIRECT_0"; 116 117 /** Message constant for key in the resource bundle. */ 118 public static final String GUI_ALIASES_NEW_BOX_LEGEND_0 = "GUI_ALIASES_NEW_BOX_LEGEND_0"; 119 120 /** Message constant for key in the resource bundle. */ 121 public static final String GUI_ALIASES_PASSTHROUGH_0 = "GUI_ALIASES_PASSTHROUGH_0"; 122 123 /** Message constant for key in the resource bundle. */ 124 public static final String GUI_ALIASES_STATUS_ERROR_0 = "GUI_ALIASES_STATUS_ERROR_0"; 125 126 /** Message constant for key in the resource bundle. */ 127 public static final String GUI_ALIASES_STATUS_OK_0 = "GUI_ALIASES_STATUS_OK_0"; 128 129 /** Message constant for key in the resource bundle. */ 130 public static final String GUI_ALIASES_TABLE_BOX_LEGEND_0 = "GUI_ALIASES_TABLE_BOX_LEGEND_0"; 131 132 /** Message constant for key in the resource bundle. */ 133 public static final String GUI_ALIASES_TABLE_LOCKED_1 = "GUI_ALIASES_TABLE_LOCKED_1"; 134 135 /** Message constant for key in the resource bundle. */ 136 public static final String GUI_ALIASES_TABLE_LOCKED_TITLE_0 = "GUI_ALIASES_TABLE_LOCKED_TITLE_0"; 137 138 /** Message constant for key in the resource bundle. */ 139 public static final String GUI_ALIASES_TITLE_EDITOR_0 = "GUI_ALIASES_TITLE_EDITOR_0"; 140 141 /** Message constant for key in the resource bundle. */ 142 public static final String GUI_ALIASES_TITLE_IMPORT_0 = "GUI_ALIASES_TITLE_IMPORT_0"; 143 144 /** Message constant for key in the resource bundle. */ 145 public static final String GUI_BLOCKING_LOCKED_CHILDREN_0 = "GUI_BLOCKING_LOCKED_CHILDREN_0"; 146 147 /** Message constant for key in the resource bundle. */ 148 public static final String GUI_CATEGORIES_LOCAL_0 = "GUI_CATEGORIES_LOCAL_0"; 149 150 /** Message constant for key in the resource bundle. */ 151 public static final String GUI_CATEGORIES_LOCAL_SUBTITLE_0 = "GUI_CATEGORIES_LOCAL_SUBTITLE_0"; 152 153 /** Message constant for key in the resource bundle. */ 154 public static final String GUI_CATEGORIES_NONLOCAL_0 = "GUI_CATEGORIES_NONLOCAL_0"; 155 156 /** Message constant for key in the resource bundle. */ 157 public static final String GUI_CATEGORIES_NONLOCAL_SUBTITLE_0 = "GUI_CATEGORIES_NONLOCAL_SUBTITLE_0"; 158 159 /** Message constant for key in the resource bundle. */ 160 public static final String GUI_CATEGORY_NAME_LABEL_0 = "GUI_CATEGORY_NAME_LABEL_0"; 161 162 /** Message constant for key in the resource bundle. */ 163 public static final String GUI_CATEGORY_TITLE_LABEL_0 = "GUI_CATEGORY_TITLE_LABEL_0"; 164 165 /** Message constant for key in the resource bundle. */ 166 public static final String GUI_CATEGORY_VALIDATION_TITLE_NOTEMPTY_0 = "GUI_CATEGORY_VALIDATION_TITLE_NOTEMPTY_0"; 167 168 /** Message constant for key in the resource bundle. */ 169 public static final String GUI_CLIPBOARD_CLEAR_LIST_0 = "GUI_CLIPBOARD_CLEAR_LIST_0"; 170 171 /** Message constant for key in the resource bundle. */ 172 public static final String GUI_CLIPBOARD_DELETED_DESC_0 = "GUI_CLIPBOARD_DELETED_DESC_0"; 173 174 /** Message constant for key in the resource bundle. */ 175 public static final String GUI_CLIPBOARD_DELETED_TITLE_0 = "GUI_CLIPBOARD_DELETED_TITLE_0"; 176 177 /** Message constant for key in the resource bundle. */ 178 public static final String GUI_CLIPBOARD_MODIFIED_DESC_0 = "GUI_CLIPBOARD_MODIFIED_DESC_0"; 179 180 /** Message constant for key in the resource bundle. */ 181 public static final String GUI_CLIPBOARD_MODIFIED_TITLE_0 = "GUI_CLIPBOARD_MODIFIED_TITLE_0"; 182 183 /** Message constant for key in the resource bundle. */ 184 public static final String GUI_CONFIRM_DIRTY_LEAVING_0 = "GUI_CONFIRM_DIRTY_LEAVING_0"; 185 186 /** Message constant for key in the resource bundle. */ 187 public static final String GUI_CONFIRM_LEAVING_TITLE_0 = "GUI_CONFIRM_LEAVING_TITLE_0"; 188 189 /** Message constant for key in the resource bundle. */ 190 public static final String GUI_CONTEXTMENU_CATEGORY_MODE_0 = "GUI_CONTEXTMENU_CATEGORY_MODE_0"; 191 192 /** Message constant for key in the resource bundle. */ 193 public static final String GUI_CONTEXTMENU_EDIT_CATEGORY_0 = "GUI_CONTEXTMENU_EDIT_CATEGORY_0"; 194 195 /** Message constant for key in the resource bundle. */ 196 public static final String GUI_COPY_AS_MODEL_GROUP_PAGE_0 = "GUI_COPY_AS_MODEL_GROUP_PAGE_0"; 197 198 /** Message constant for key in the resource bundle. */ 199 public static final String GUI_COPY_AS_MODEL_GROUP_PAGE_DIALOG_TITLE_0 = "GUI_COPY_AS_MODEL_GROUP_PAGE_DIALOG_TITLE_0"; 200 201 /** Message constant for key in the resource bundle. */ 202 public static final String GUI_COPY_MODEL_PAGE_0 = "GUI_COPY_MODEL_PAGE_0"; 203 204 /** Message constant for key in the resource bundle. */ 205 public static final String GUI_COPY_MODEL_PAGE_DIALOG_TITLE_0 = "GUI_COPY_MODEL_PAGE_DIALOG_TITLE_0"; 206 207 /** Message constant for key in the resource bundle. */ 208 public static final String GUI_COPYPAGE_MENU_ENTRY_0 = "GUI_COPYPAGE_MENU_ENTRY_0"; 209 210 /** Message constant for key in the resource bundle. */ 211 public static final String GUI_CREATE_MODEL_GROUP_PAGE_BUTTON_TITLE_0 = "GUI_CREATE_MODEL_GROUP_PAGE_BUTTON_TITLE_0"; 212 213 /** Message constant for key in the resource bundle. */ 214 public static final String GUI_CREATE_MODEL_GROUP_PAGE_DIALOG_TITLE_0 = "GUI_CREATE_MODEL_GROUP_PAGE_DIALOG_TITLE_0"; 215 216 /** Message constant for key in the resource bundle. */ 217 public static final String GUI_CREATE_MODEL_PAGE_BUTTON_TITLE_0 = "GUI_CREATE_MODEL_PAGE_BUTTON_TITLE_0"; 218 219 /** Message constant for key in the resource bundle. */ 220 public static final String GUI_CREATE_MODEL_PAGE_DIALOG_TITLE_0 = "GUI_CREATE_MODEL_PAGE_DIALOG_TITLE_0"; 221 222 /** Message constant for key in the resource bundle. */ 223 public static final String GUI_DEFAULT_TEMPLATE_TITLE_0 = "GUI_DEFAULT_TEMPLATE_TITLE_0"; 224 225 /** Message constant for key in the resource bundle. */ 226 public static final String GUI_DETAIL_PAGE_TITLE_1 = "GUI_DETAIL_PAGE_TITLE_1"; 227 228 /** Message constant for key in the resource bundle. */ 229 public static final String GUI_DISABLE_CLEAR_LIST_0 = "GUI_DISABLE_CLEAR_LIST_0"; 230 231 /** Message constant for key in the resource bundle. */ 232 public static final String GUI_DISABLED_BLOCKING_LOCKED_CHILDREN_0 = "GUI_DISABLED_BLOCKING_LOCKED_CHILDREN_0"; 233 234 /** Message constant for key in the resource bundle. */ 235 public static final String GUI_DISABLED_LOCKED_BY_1 = "GUI_DISABLED_LOCKED_BY_1"; 236 237 /** Message constant for key in the resource bundle. */ 238 public static final String GUI_DISABLED_PAGE_0 = "GUI_DISABLED_PAGE_0"; 239 240 /** Message constant for key in the resource bundle. */ 241 public static final String GUI_DISABLED_PARENT_LOCK_0 = "GUI_DISABLED_PARENT_LOCK_0"; 242 243 /** Message constant for key in the resource bundle. */ 244 public static final String GUI_DISABLED_PARENT_SITEMAP_0 = "GUI_DISABLED_PARENT_SITEMAP_0"; 245 246 /** Message constant for key in the resource bundle. */ 247 public static final String GUI_DISABLED_REDO_0 = "GUI_DISABLED_REDO_0"; 248 249 /** Message constant for key in the resource bundle. */ 250 public static final String GUI_DISABLED_RESET_0 = "GUI_DISABLED_RESET_0"; 251 252 /** Message constant for key in the resource bundle. */ 253 public static final String GUI_DISABLED_ROOT_ITEM_0 = "GUI_DISABLED_ROOT_ITEM_0"; 254 255 /** Message constant for key in the resource bundle. */ 256 public static final String GUI_DISABLED_SAVE_0 = "GUI_DISABLED_SAVE_0"; 257 258 /** Message constant for key in the resource bundle. */ 259 public static final String GUI_DISABLED_UNDO_0 = "GUI_DISABLED_UNDO_0"; 260 261 /** Message constant for key in the resource bundle. */ 262 public static final String GUI_DND_ENTRY_TITLE_0 = "GUI_DND_ENTRY_TITLE_0"; 263 264 /** Message constant for key in the resource bundle. */ 265 public static final String GUI_EDIT_ATTRIBUTES_0 = "GUI_EDIT_ATTRIBUTES_0"; 266 267 /** Message constant for key in the resource bundle. */ 268 public static final String GUI_EDIT_CATEGORY_CAPTION_1 = "GUI_EDIT_CATEGORY_CAPTION_1"; 269 270 /** Message constant for key in the resource bundle. */ 271 public static final String GUI_EDIT_ENTRY_TITLE_0 = "GUI_EDIT_ENTRY_TITLE_0"; 272 273 /** Message constant for key in the resource bundle. */ 274 public static final String GUI_EDIT_MODEL_GROUP_CONFIRM_CONTENT_0 = "GUI_EDIT_MODEL_GROUP_CONFIRM_CONTENT_0"; 275 276 /** Message constant for key in the resource bundle. */ 277 public static final String GUI_EDIT_MODEL_GROUPS_CONFIRM_TITLE_0 = "GUI_EDIT_MODEL_GROUPS_CONFIRM_TITLE_0"; 278 279 /** Message constant for key in the resource bundle. */ 280 public static final String GUI_EDIT_MODELPAGE_BUTTON_TITLE_0 = "GUI_EDIT_MODELPAGE_BUTTON_TITLE_0"; 281 282 /** Message constant for key in the resource bundle. */ 283 public static final String GUI_EDIT_MODELPAGE_CONFIRM_CONTENT_0 = "GUI_EDIT_MODELPAGE_CONFIRM_CONTENT_0"; 284 285 /** Message constant for key in the resource bundle. */ 286 public static final String GUI_EDIT_MODELPAGE_CONFIRM_TITLE_0 = "GUI_EDIT_MODELPAGE_CONFIRM_TITLE_0"; 287 288 /** Message constant for key in the resource bundle. */ 289 public static final String GUI_EDIT_MODELPAGE_CONTEXTMENU_0 = "GUI_EDIT_MODELPAGE_CONTEXTMENU_0"; 290 291 /** Message constant for key in the resource bundle. */ 292 public static final String GUI_EDIT_MODELPAGE_OK_0 = "GUI_EDIT_MODELPAGE_OK_0"; 293 294 /** Message constant for key in the resource bundle. */ 295 public static final String GUI_EDIT_TITLE_ERROR_DIALOG_TITLE_0 = "GUI_EDIT_TITLE_ERROR_DIALOG_TITLE_0"; 296 297 /** Message constant for key in the resource bundle. */ 298 public static final String GUI_EDITOR_TITLE_0 = "GUI_EDITOR_TITLE_0"; 299 300 /** Message constant for key in the resource bundle. */ 301 public static final String GUI_ERROR_ON_SITEMAP_LOAD_0 = "GUI_ERROR_ON_SITEMAP_LOAD_0"; 302 303 /** Message constant for key in the resource bundle. */ 304 public static final String GUI_FUNCTION_PAGE_TITLE_1 = "GUI_FUNCTION_PAGE_TITLE_1"; 305 306 /** Message constant for key in the resource bundle. */ 307 public static final String GUI_FUNCTION_TAB_TITLE_0 = "GUI_FUNCTION_TAB_TITLE_0"; 308 309 /** Message constant for key in the resource bundle. */ 310 public static final String GUI_GALLERIES_CREATE_0 = "GUI_GALLERIES_CREATE_0"; 311 312 /** Message constant for key in the resource bundle. */ 313 public static final String GUI_GALLERIES_LABEL_FOLDER_NAME_0 = "GUI_GALLERIES_LABEL_FOLDER_NAME_0"; 314 315 /** Message constant for key in the resource bundle. */ 316 public static final String GUI_GALLERIES_LABEL_TITLE_0 = "GUI_GALLERIES_LABEL_TITLE_0"; 317 318 /** Message constant for key in the resource bundle. */ 319 public static final String GUI_GALLERIES_TYPES_TAB_0 = "GUI_GALLERIES_TYPES_TAB_0"; 320 321 /** Message constant for key in the resource bundle. */ 322 public static final String GUI_GALLERY_MANAGER_ROLE_REQUIRED_0 = "GUI_GALLERY_MANAGER_ROLE_REQUIRED_0"; 323 324 /** Message constant for key in the resource bundle. */ 325 public static final String GUI_GALLERY_ROOT_SUBTITLE_0 = "GUI_GALLERY_ROOT_SUBTITLE_0"; 326 327 /** Message constant for key in the resource bundle. */ 328 public static final String GUI_HOVERBAR_ADVANCED_0 = "GUI_HOVERBAR_ADVANCED_0"; 329 330 /** Message constant for key in the resource bundle. */ 331 public static final String GUI_HOVERBAR_AVAILABILITY_0 = "GUI_HOVERBAR_AVAILABILITY_0"; 332 333 /** Message constant for key in the resource bundle. */ 334 public static final String GUI_HOVERBAR_DELETE_0 = "GUI_HOVERBAR_DELETE_0"; 335 336 /** Message constant for key in the resource bundle. */ 337 public static final String GUI_HOVERBAR_EDIT_0 = "GUI_HOVERBAR_EDIT_0"; 338 339 /** Message constant for key in the resource bundle. */ 340 public static final String GUI_HOVERBAR_EDIT_REDIRECT_0 = "GUI_HOVERBAR_EDIT_REDIRECT_0"; 341 342 /** Message constant for key in the resource bundle. */ 343 public static final String GUI_HOVERBAR_GOTO_0 = "GUI_HOVERBAR_GOTO_0"; 344 345 /** Message constant for key in the resource bundle. */ 346 public static final String GUI_HOVERBAR_GOTO_EXPLORER_0 = "GUI_HOVERBAR_GOTO_EXPLORER_0"; 347 348 /** Message constant for key in the resource bundle. */ 349 public static final String GUI_HOVERBAR_GOTO_SUB_0 = "GUI_HOVERBAR_GOTO_SUB_0"; 350 351 /** Message constant for key in the resource bundle. */ 352 public static final String GUI_HOVERBAR_HIDE_0 = "GUI_HOVERBAR_HIDE_0"; 353 354 /** Message constant for key in the resource bundle. */ 355 public static final String GUI_HOVERBAR_LOCK_REPORT_0 = "GUI_HOVERBAR_LOCK_REPORT_0"; 356 357 /** Message constant for key in the resource bundle. */ 358 public static final String GUI_HOVERBAR_MAKE_DEFAULT_0 = "GUI_HOVERBAR_MAKE_DEFAULT_0"; 359 360 /** Message constant for key in the resource bundle. */ 361 public static final String GUI_HOVERBAR_MERGE_SUB_0 = "GUI_HOVERBAR_MERGE_SUB_0"; 362 363 /** Message constant for key in the resource bundle. */ 364 public static final String GUI_HOVERBAR_MOVE_0 = "GUI_HOVERBAR_MOVE_0"; 365 366 /** Message constant for key in the resource bundle. */ 367 public static final String GUI_HOVERBAR_NEW_0 = "GUI_HOVERBAR_NEW_0"; 368 369 /** Message constant for key in the resource bundle. */ 370 public static final String GUI_HOVERBAR_OPEN_GALLERY_0 = "GUI_HOVERBAR_OPEN_GALLERY_0"; 371 372 /** Message constant for key in the resource bundle. */ 373 public static final String GUI_HOVERBAR_PARENT_0 = "GUI_HOVERBAR_PARENT_0"; 374 375 /** Message constant for key in the resource bundle. */ 376 public static final String GUI_HOVERBAR_REFRESH_0 = "GUI_HOVERBAR_REFRESH_0"; 377 378 /** Message constant for key in the resource bundle. */ 379 public static final String GUI_HOVERBAR_REMOVE_0 = "GUI_HOVERBAR_REMOVE_0"; 380 381 /** Message constant for key in the resource bundle. */ 382 public static final String GUI_HOVERBAR_RESOURCE_INFO_0 = "GUI_HOVERBAR_RESOURCE_INFO_0"; 383 384 /** Message constant for key in the resource bundle. */ 385 public static final String GUI_HOVERBAR_SET_AS_DEFAULT_0 = "GUI_HOVERBAR_SET_AS_DEFAULT_0"; 386 387 /** Message constant for key in the resource bundle. */ 388 public static final String GUI_HOVERBAR_SHOW_0 = "GUI_HOVERBAR_SHOW_0"; 389 390 /** Message constant for key in the resource bundle. */ 391 public static final String GUI_HOVERBAR_SHOW_IN_NAV_0 = "GUI_HOVERBAR_SHOW_IN_NAV_0"; 392 393 /** Message constant for key in the resource bundle. */ 394 public static final String GUI_HOVERBAR_SUBSITEMAP_0 = "GUI_HOVERBAR_SUBSITEMAP_0"; 395 396 /** Message constant for key in the resource bundle. */ 397 public static final String GUI_HOVERBAR_TITLE_0 = "GUI_HOVERBAR_TITLE_0"; 398 399 /** Message constant for key in the resource bundle. */ 400 public static final String GUI_HOVERBAR_UNDELETE_0 = "GUI_HOVERBAR_UNDELETE_0"; 401 402 /** Message constant for key in the resource bundle. */ 403 public static final String GUI_INHERIT_PROPERTY_2 = "GUI_INHERIT_PROPERTY_2"; 404 405 /** Message constant for key in the resource bundle. */ 406 public static final String GUI_LABEL_ALIAS_1 = "GUI_LABEL_ALIAS_1"; 407 408 /** Message constant for key in the resource bundle. */ 409 public static final String GUI_LABEL_DATE_0 = "GUI_LABEL_DATE_0"; 410 411 /** Message constant for key in the resource bundle. */ 412 public static final String GUI_LABEL_DATE_EXPIRED_0 = "GUI_LABEL_DATE_EXPIRED_0"; 413 414 /** Message constant for key in the resource bundle. */ 415 public static final String GUI_LABEL_DATE_RELEASED_0 = "GUI_LABEL_DATE_RELEASED_0"; 416 417 /** Message constant for key in the resource bundle. */ 418 public static final String GUI_LABEL_DESCRIPTION_0 = "GUI_LABEL_DESCRIPTION_0"; 419 420 /** Message constant for key in the resource bundle. */ 421 public static final String GUI_LABEL_TARGET_0 = "GUI_LABEL_TARGET_0"; 422 423 /** Message constant for key in the resource bundle. */ 424 public static final String GUI_LABEL_VFSPATH_0 = "GUI_LABEL_VFSPATH_0"; 425 426 /** Message constant for key in the resource bundle. */ 427 public static final String GUI_LOCALECOMPARE_MODE_0 = "GUI_LOCALECOMPARE_MODE_0"; 428 429 /** Message constant for key in the resource bundle. */ 430 public static final String GUI_MAIN_DETAIL_PAGE_TITLE_1 = "GUI_MAIN_DETAIL_PAGE_TITLE_1"; 431 432 /** Message constant for key in the resource bundle. */ 433 public static final String GUI_MERGE_SITEMAP_CONFIRM_TEXT_0 = "GUI_MERGE_SITEMAP_CONFIRM_TEXT_0"; 434 435 /** Message constant for key in the resource bundle. */ 436 public static final String GUI_MERGE_SITEMAP_CONFIRM_TITLE_0 = "GUI_MERGE_SITEMAP_CONFIRM_TITLE_0"; 437 438 /** Message constant for key in the resource bundle. */ 439 public static final String GUI_MODEL_GROUP_PAGE_TREE_ROOT_SUBTITLE_0 = "GUI_MODEL_GROUP_PAGE_TREE_ROOT_SUBTITLE_0"; 440 441 /** Message constant for key in the resource bundle. */ 442 public static final String GUI_MODEL_GROUP_PAGE_TREE_ROOT_TITLE_0 = "GUI_MODEL_GROUP_PAGE_TREE_ROOT_TITLE_0"; 443 444 /** Message constant for key in the resource bundle. */ 445 public static final String GUI_MODEL_PAGE_DESCRIPTION_LABEL_0 = "GUI_MODEL_PAGE_DESCRIPTION_LABEL_0"; 446 447 /** Message constant for key in the resource bundle. */ 448 public static final String GUI_MODEL_PAGE_TITLE_LABEL_0 = "GUI_MODEL_PAGE_TITLE_LABEL_0"; 449 450 /** Message constant for key in the resource bundle. */ 451 public static final String GUI_MODEL_PAGE_TREE_ROOT_SUBTITLE_0 = "GUI_MODEL_PAGE_TREE_ROOT_SUBTITLE_0"; 452 453 /** Message constant for key in the resource bundle. */ 454 public static final String GUI_MODEL_PAGE_TREE_ROOT_TITLE_0 = "GUI_MODEL_PAGE_TREE_ROOT_TITLE_0"; 455 456 /** Message constant for key in the resource bundle. */ 457 public static final String GUI_MODEL_PAGES_0 = "GUI_MODEL_PAGES_0"; 458 459 /** Message constant for key in the resource bundle. */ 460 public static final String GUI_NAME_0 = "GUI_NAME_0"; 461 462 /** Message constant for key in the resource bundle. */ 463 public static final String GUI_NAVIGATION_LEVEL_UNKOWN_TARGET_0 = "GUI_NAVIGATION_LEVEL_UNKOWN_TARGET_0"; 464 465 /** Message constant for key in the resource bundle. */ 466 public static final String GUI_NEW_ENTRY_TITLE_0 = "GUI_NEW_ENTRY_TITLE_0"; 467 468 /** Message constant for key in the resource bundle. */ 469 public static final String GUI_NEW_GALLERY_VALIDATION_0 = "GUI_NEW_GALLERY_VALIDATION_0"; 470 471 /** Message constant for key in the resource bundle. */ 472 public static final String GUI_NEW_PAGES_TAB_DESCRIPTION_0 = "GUI_NEW_PAGES_TAB_DESCRIPTION_0"; 473 474 /** Message constant for key in the resource bundle. */ 475 public static final String GUI_NEW_PAGES_TAB_TITLE_0 = "GUI_NEW_PAGES_TAB_TITLE_0"; 476 477 /** Message constant for key in the resource bundle. */ 478 public static final String GUI_NO_CREATABLE_ELEMENTS_0 = "GUI_NO_CREATABLE_ELEMENTS_0"; 479 480 /** Message constant for key in the resource bundle. */ 481 public static final String GUI_NO_EDIT_NOTIFICATION_1 = "GUI_NO_EDIT_NOTIFICATION_1"; 482 483 /** Message constant for key in the resource bundle. */ 484 public static final String GUI_NO_GALLERIES_AVAILABLE_0 = "GUI_NO_GALLERIES_AVAILABLE_0"; 485 486 /** Message constant for key in the resource bundle. */ 487 public static final String GUI_NON_NAVIGATION_BUTTON_TITLE_0 = "GUI_NON_NAVIGATION_BUTTON_TITLE_0"; 488 489 /** Message constant for key in the resource bundle. */ 490 public static final String GUI_ONLY_GALLERIES_BUTTON_TITLE_0 = "GUI_ONLY_GALLERIES_BUTTON_TITLE_0"; 491 492 /** Message constant for key in the resource bundle. */ 493 public static final String GUI_ONLY_NAVIGATION_BUTTON_TITLE_0 = "GUI_ONLY_NAVIGATION_BUTTON_TITLE_0"; 494 495 /** Message constant for key in the resource bundle. */ 496 public static final String GUI_PARENT_MODEL_PAGE_TREE_ROOT_TITLE_0 = "GUI_PARENT_MODEL_PAGE_TREE_ROOT_TITLE_0"; 497 498 /** Message constant for key in the resource bundle. */ 499 public static final String GUI_PROPERTY_EDITOR_TEXT_0 = "GUI_PROPERTY_EDITOR_TEXT_0"; 500 501 /** Message constant for key in the resource bundle. */ 502 public static final String GUI_PROPERTY_EDITOR_TEXT_NEW_0 = "GUI_PROPERTY_EDITOR_TEXT_NEW_0"; 503 504 /** Message constant for key in the resource bundle. */ 505 public static final String GUI_PROPERTY_EDITOR_TITLE_0 = "GUI_PROPERTY_EDITOR_TITLE_0"; 506 507 /** Message constant for key in the resource bundle. */ 508 public static final String GUI_PROPERTY_ORIGIN_2 = "GUI_PROPERTY_ORIGIN_2"; 509 510 /** Message constant for key in the resource bundle. */ 511 public static final String GUI_REDIRECT_SUBTITLE_0 = "GUI_REDIRECT_SUBTITLE_0"; 512 513 /** Message constant for key in the resource bundle. */ 514 public static final String GUI_REDIRECT_TITLE_0 = "GUI_REDIRECT_TITLE_0"; 515 516 /** Message constant for key in the resource bundle. */ 517 public static final String GUI_REDIRECTION_FIELD_DESCRIPTION_0 = "GUI_REDIRECTION_FIELD_DESCRIPTION_0"; 518 519 /** Message constant for key in the resource bundle. */ 520 public static final String GUI_REDIRECTION_FIELD_LABEL_0 = "GUI_REDIRECTION_FIELD_LABEL_0"; 521 522 /** Message constant for key in the resource bundle. */ 523 public static final String GUI_RETURN_PAGE_NOT_FOUND_TEXT_0 = "GUI_RETURN_PAGE_NOT_FOUND_TEXT_0"; 524 525 /** Message constant for key in the resource bundle. */ 526 public static final String GUI_RETURN_PAGE_NOT_FOUND_TITLE_0 = "GUI_RETURN_PAGE_NOT_FOUND_TITLE_0"; 527 528 /** Message constant for key in the resource bundle. */ 529 public static final String GUI_SAVING_0 = "GUI_SAVING_0"; 530 531 /** Message constant for key in the resource bundle. */ 532 public static final String GUI_SELECT_MODEL_MESSAGE_0 = "GUI_SELECT_MODEL_MESSAGE_0"; 533 534 /** Message constant for key in the resource bundle. */ 535 public static final String GUI_SELECT_MODEL_TITLE_0 = "GUI_SELECT_MODEL_TITLE_0"; 536 537 /** Message constant for key in the resource bundle. */ 538 public static final String GUI_SELECT_VIEW_0 = "GUI_SELECT_VIEW_0"; 539 540 /** Message constant for key in the resource bundle. */ 541 public static final String GUI_SITEMAP_0 = "GUI_SITEMAP_0"; 542 543 /** Message constant for key in the resource bundle. */ 544 public static final String GUI_SITEMAP_CONTEXT_MENU_CREATE_CATEGORY_0 = "GUI_SITEMAP_CONTEXT_MENU_CREATE_CATEGORY_0"; 545 546 /** Message constant for key in the resource bundle. */ 547 public static final String GUI_SITEMAP_CREATE_CATEGORY_TITLE_0 = "GUI_SITEMAP_CREATE_CATEGORY_TITLE_0"; 548 549 /** Message constant for key in the resource bundle. */ 550 public static final String GUI_SITEMAP_CREATE_SUBCATEGORY_TITLE_1 = "GUI_SITEMAP_CREATE_SUBCATEGORY_TITLE_1"; 551 552 /** Message constant for key in the resource bundle. */ 553 public static final String GUI_SITEMAP_TOO_DEEP_MESSAGE_0 = "GUI_SITEMAP_TOO_DEEP_MESSAGE_0"; 554 555 /** Message constant for key in the resource bundle. */ 556 public static final String GUI_SITEMAP_TOO_DEEP_TITLE_0 = "GUI_SITEMAP_TOO_DEEP_TITLE_0"; 557 558 /** Message constant for key in the resource bundle. */ 559 public static final String GUI_SITEMAP_TYPE_CHOICE_TEXT_0 = "GUI_SITEMAP_TYPE_CHOICE_TEXT_0"; 560 561 /** Message constant for key in the resource bundle. */ 562 public static final String GUI_SITEMAP_TYPE_CHOICE_TITLE_0 = "GUI_SITEMAP_TYPE_CHOICE_TITLE_0"; 563 564 /** Message constant for key in the resource bundle. */ 565 public static final String GUI_SPECIAL_TAB_DESCRIPTION_0 = "GUI_SPECIAL_TAB_DESCRIPTION_0"; 566 567 /** Message constant for key in the resource bundle. */ 568 public static final String GUI_SPECIAL_TAB_TITLE_0 = "GUI_SPECIAL_TAB_TITLE_0"; 569 570 /** Message constant for key in the resource bundle. */ 571 public static final String GUI_SUBSITEMAP_CONFIRM_TEXT_0 = "GUI_SUBSITEMAP_CONFIRM_TEXT_0"; 572 573 /** Message constant for key in the resource bundle. */ 574 public static final String GUI_SUBSITEMAP_CONFIRM_TITLE_0 = "GUI_SUBSITEMAP_CONFIRM_TITLE_0"; 575 576 /** Message constant for key in the resource bundle. */ 577 public static final String GUI_TEMPLATE_INHERIT_0 = "GUI_TEMPLATE_INHERIT_0"; 578 579 /** Message constant for key in the resource bundle. */ 580 public static final String GUI_TEMPLATE_PROPERTY_DESC_0 = "GUI_TEMPLATE_PROPERTY_DESC_0"; 581 582 /** Message constant for key in the resource bundle. */ 583 public static final String GUI_TEMPLATE_PROPERTY_TITLE_0 = "GUI_TEMPLATE_PROPERTY_TITLE_0"; 584 585 /** Message constant for key in the resource bundle. */ 586 public static final String GUI_TITLE_CANT_BE_EMPTY_0 = "GUI_TITLE_CANT_BE_EMPTY_0"; 587 588 /** Message constant for key in the resource bundle. */ 589 public static final String GUI_TITLE_PROPERTY_0 = "GUI_TITLE_PROPERTY_0"; 590 591 /** Message constant for key in the resource bundle. */ 592 public static final String GUI_TITLE_PROPERTY_DESC_0 = "GUI_TITLE_PROPERTY_DESC_0"; 593 594 /** Message constant for key in the resource bundle. */ 595 public static final String GUI_TOOLBAR_CLIPBOARD_DISABLE_0 = "GUI_TOOLBAR_CLIPBOARD_DISABLE_0"; 596 597 /** Message constant for key in the resource bundle. */ 598 public static final String GUI_TOOLBAR_NEW_BUTTON_TITLE_0 = "GUI_TOOLBAR_NEW_BUTTON_TITLE_0"; 599 600 /** Message constant for key in the resource bundle. */ 601 public static final String GUI_TOOLBAR_NEW_DISABLE_0 = "GUI_TOOLBAR_NEW_DISABLE_0"; 602 603 /** Message constant for key in the resource bundle. */ 604 public static final String GUI_TOOLBAR_NEW_GALLERY_TITLE_0 = "GUI_TOOLBAR_NEW_GALLERY_TITLE_0"; 605 606 /** Message constant for key in the resource bundle. */ 607 public static final String GUI_TOOLBAR_REDO_0 = "GUI_TOOLBAR_REDO_0"; 608 609 /** Message constant for key in the resource bundle. */ 610 public static final String GUI_TOOLBAR_UNDO_0 = "GUI_TOOLBAR_UNDO_0"; 611 612 /** Message constant for key in the resource bundle. */ 613 public static final String GUI_URLNAME_ALREADY_EXISTS_0 = "GUI_URLNAME_ALREADY_EXISTS_0"; 614 615 /** Message constant for key in the resource bundle. */ 616 public static final String GUI_USE_FOR_SUBPAGES_0 = "GUI_USE_FOR_SUBPAGES_0"; 617 618 /** Message constant for key in the resource bundle. */ 619 public static final String GUI_VFS_PATH_0 = "GUI_VFS_PATH_0"; 620 621 /** Message constant for key in the resource bundle. */ 622 protected static final String GUI_ADDINFO_REDIRECT_0 = "GUI_ADDINFO_REDIRECT_0"; 623 624 /** Name of the used resource bundle. */ 625 private static final String BUNDLE_NAME = "org.opencms.ade.sitemap.clientmessages"; 626 627 /** Static instance member. */ 628 private static CmsMessages INSTANCE; 629 630 /** 631 * Hides the public constructor for this utility class.<p> 632 */ 633 private Messages() { 634 635 // hide the constructor 636 } 637 638 /** 639 * Returns an instance of this localized message accessor.<p> 640 * 641 * @return an instance of this localized message accessor 642 */ 643 public static CmsMessages get() { 644 645 if (INSTANCE == null) { 646 INSTANCE = new CmsMessages(BUNDLE_NAME); 647 } 648 return INSTANCE; 649 } 650 651 /** 652 * Returns the bundle name for this OpenCms package.<p> 653 * 654 * @return the bundle name for this OpenCms package 655 */ 656 public String getBundleName() { 657 658 return BUNDLE_NAME; 659 } 660}