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.galleries.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_ADVANCED_TAB_LABEL_ADVISORY_TITLE_0 = "GUI_ADVANCED_TAB_LABEL_ADVISORY_TITLE_0"; 041 042 /** Message constant for key in the resource bundle. */ 043 public static final String GUI_ADVANCED_TAB_LABEL_ATTRIBUTES_0 = "GUI_ADVANCED_TAB_LABEL_ATTRIBUTES_0"; 044 045 /** Message constant for key in the resource bundle. */ 046 public static final String GUI_ADVANCED_TAB_LABEL_DESCRIPTION_0 = "GUI_ADVANCED_TAB_LABEL_DESCRIPTION_0"; 047 048 /** Message constant for key in the resource bundle. */ 049 public static final String GUI_ADVANCED_TAB_LABEL_ID_0 = "GUI_ADVANCED_TAB_LABEL_ID_0"; 050 051 /** Message constant for key in the resource bundle. */ 052 public static final String GUI_ADVANCED_TAB_LABEL_LANGUAGE_CODE_0 = "GUI_ADVANCED_TAB_LABEL_LANGUAGE_CODE_0"; 053 054 /** Message constant for key in the resource bundle. */ 055 public static final String GUI_ADVANCED_TAB_LABEL_SET_LINK_0 = "GUI_ADVANCED_TAB_LABEL_SET_LINK_0"; 056 057 /** Message constant for key in the resource bundle. */ 058 public static final String GUI_ADVANCED_TAB_LABEL_STYLE_CLASSES_0 = "GUI_ADVANCED_TAB_LABEL_STYLE_CLASSES_0"; 059 060 /** Message constant for key in the resource bundle. */ 061 public static final String GUI_ADVANCED_TAB_LABEL_STYLE_RULES_0 = "GUI_ADVANCED_TAB_LABEL_STYLE_RULES_0"; 062 063 /** Message constant for key in the resource bundle. */ 064 public static final String GUI_ADVANCED_TAB_LABEL_TARGET_0 = "GUI_ADVANCED_TAB_LABEL_TARGET_0"; 065 066 /** Message constant for key in the resource bundle. */ 067 public static final String GUI_ADVANCED_TAB_LABEL_TEXT_DIRECTION_0 = "GUI_ADVANCED_TAB_LABEL_TEXT_DIRECTION_0"; 068 069 /** Message constant for key in the resource bundle. */ 070 public static final String GUI_ADVANCED_TAB_LABEL_URL_0 = "GUI_ADVANCED_TAB_LABEL_URL_0"; 071 072 /** Message constant for key in the resource bundle. */ 073 public static final String GUI_ADVANCED_TAB_VALUE_LEFT_TO_RIGHT_0 = "GUI_ADVANCED_TAB_VALUE_LEFT_TO_RIGHT_0"; 074 075 /** Message constant for key in the resource bundle. */ 076 public static final String GUI_ADVANCED_TAB_VALUE_NEW_WINDOW_0 = "GUI_ADVANCED_TAB_VALUE_NEW_WINDOW_0"; 077 078 /** Message constant for key in the resource bundle. */ 079 public static final String GUI_ADVANCED_TAB_VALUE_NOT_SET_0 = "GUI_ADVANCED_TAB_VALUE_NOT_SET_0"; 080 081 /** Message constant for key in the resource bundle. */ 082 public static final String GUI_ADVANCED_TAB_VALUE_PARENT_WINDOW_0 = "GUI_ADVANCED_TAB_VALUE_PARENT_WINDOW_0"; 083 084 /** Message constant for key in the resource bundle. */ 085 public static final String GUI_ADVANCED_TAB_VALUE_RIGHT_TO_LEFT_0 = "GUI_ADVANCED_TAB_VALUE_RIGHT_TO_LEFT_0"; 086 087 /** Message constant for key in the resource bundle. */ 088 public static final String GUI_ADVANCED_TAB_VALUE_SELF_WINDOW_0 = "GUI_ADVANCED_TAB_VALUE_SELF_WINDOW_0"; 089 090 /** Message constant for key in the resource bundle. */ 091 public static final String GUI_ADVANCED_TAB_VALUE_TOP_WINDOW_0 = "GUI_ADVANCED_TAB_VALUE_TOP_WINDOW_0"; 092 093 /** Message constant for key in the resource bundle. */ 094 public static final String GUI_GALLERY_NO_PARAMS_0 = "GUI_GALLERY_NO_PARAMS_0"; 095 096 /** Message constant for key in the resource bundle. */ 097 public static final String GUI_GALLERY_RESET_FOCAL_POINT_0 = "GUI_GALLERY_RESET_FOCAL_POINT_0"; 098 099 /** Message constant for key in the resource bundle. */ 100 public static final String GUI_GALLERY_UPLOAD_TARGET_UNSPECIFIC_0 = "GUI_GALLERY_UPLOAD_TARGET_UNSPECIFIC_0"; 101 102 /** Message constant for key in the resource bundle. */ 103 public static final String GUI_GALLERY_UPLOAD_TITLE_1 = "GUI_GALLERY_UPLOAD_TITLE_1"; 104 105 /** Message constant for key in the resource bundle. */ 106 public static final String GUI_IMAGE_ALIGN_0 = "GUI_IMAGE_ALIGN_0"; 107 108 /** Message constant for key in the resource bundle. */ 109 public static final String GUI_IMAGE_ALIGN_LEFT_0 = "GUI_IMAGE_ALIGN_LEFT_0"; 110 111 /** Message constant for key in the resource bundle. */ 112 public static final String GUI_IMAGE_ALIGN_NOT_SET_0 = "GUI_IMAGE_ALIGN_NOT_SET_0"; 113 114 /** Message constant for key in the resource bundle. */ 115 public static final String GUI_IMAGE_ALIGN_RIGHT_0 = "GUI_IMAGE_ALIGN_RIGHT_0"; 116 117 /** Message constant for key in the resource bundle. */ 118 public static final String GUI_IMAGE_BIG_FORMAT_LABEL_0 = "GUI_IMAGE_BIG_FORMAT_LABEL_0"; 119 120 /** Message constant for key in the resource bundle. */ 121 public static final String GUI_IMAGE_COPYRIGHT_0 = "GUI_IMAGE_COPYRIGHT_0"; 122 123 /** Message constant for key in the resource bundle. */ 124 public static final String GUI_IMAGE_FREE_FORMAT_LABEL_0 = "GUI_IMAGE_FREE_FORMAT_LABEL_0"; 125 126 /** Message constant for key in the resource bundle. */ 127 public static final String GUI_IMAGE_HSPACE_0 = "GUI_IMAGE_HSPACE_0"; 128 129 /** Message constant for key in the resource bundle. */ 130 public static final String GUI_IMAGE_INFO_DATE_LAST_CHANGED_0 = "GUI_IMAGE_INFO_DATE_LAST_CHANGED_0"; 131 132 /** Message constant for key in the resource bundle. */ 133 public static final String GUI_IMAGE_INFO_DESCRIPTION_0 = "GUI_IMAGE_INFO_DESCRIPTION_0"; 134 135 /** Message constant for key in the resource bundle. */ 136 public static final String GUI_IMAGE_INFO_DIMENSION_0 = "GUI_IMAGE_INFO_DIMENSION_0"; 137 138 /** Message constant for key in the resource bundle. */ 139 public static final String GUI_IMAGE_INFO_LAST_CHANGED_BY_0 = "GUI_IMAGE_INFO_LAST_CHANGED_BY_0"; 140 141 /** Message constant for key in the resource bundle. */ 142 public static final String GUI_IMAGE_INSERT_COPYRIGHT_0 = "GUI_IMAGE_INSERT_COPYRIGHT_0"; 143 144 /** Message constant for key in the resource bundle. */ 145 public static final String GUI_IMAGE_INSERT_LINK_TO_ORG_0 = "GUI_IMAGE_INSERT_LINK_TO_ORG_0"; 146 147 /** Message constant for key in the resource bundle. */ 148 public static final String GUI_IMAGE_INSERT_SUBTITLE_0 = "GUI_IMAGE_INSERT_SUBTITLE_0"; 149 150 /** Message constant for key in the resource bundle. */ 151 public static final String GUI_IMAGE_NO_AREA_SELECTED_0 = "GUI_IMAGE_NO_AREA_SELECTED_0"; 152 153 /** Message constant for key in the resource bundle. */ 154 public static final String GUI_IMAGE_NO_FORMATS_AVAILABLE_0 = "GUI_IMAGE_NO_FORMATS_AVAILABLE_0"; 155 156 /** Message constant for key in the resource bundle. */ 157 public static final String GUI_IMAGE_ORIGINAL_FORMAT_LABEL_0 = "GUI_IMAGE_ORIGINAL_FORMAT_LABEL_0"; 158 159 /** Message constant for key in the resource bundle. */ 160 public static final String GUI_IMAGE_RESET_COPYRIGHT_0 = "GUI_IMAGE_RESET_COPYRIGHT_0"; 161 162 /** Message constant for key in the resource bundle. */ 163 public static final String GUI_IMAGE_RESET_TITLE_0 = "GUI_IMAGE_RESET_TITLE_0"; 164 165 /** Message constant for key in the resource bundle. */ 166 public static final String GUI_IMAGE_SCALE_0 = "GUI_IMAGE_SCALE_0"; 167 168 /** Message constant for key in the resource bundle. */ 169 public static final String GUI_IMAGE_SMALL_FORMAT_LABEL_0 = "GUI_IMAGE_SMALL_FORMAT_LABEL_0"; 170 171 /** Message constant for key in the resource bundle. */ 172 public static final String GUI_IMAGE_SPACING_0 = "GUI_IMAGE_SPACING_0"; 173 174 /** Message constant for key in the resource bundle. */ 175 public static final String GUI_IMAGE_TITLE_ALT_0 = "GUI_IMAGE_TITLE_ALT_0"; 176 177 /** Message constant for key in the resource bundle. */ 178 public static final String GUI_IMAGE_USER_FORMAT_LABEL_0 = "GUI_IMAGE_USER_FORMAT_LABEL_0"; 179 180 /** Message constant for key in the resource bundle. */ 181 public static final String GUI_IMAGE_VSPACE_0 = "GUI_IMAGE_VSPACE_0"; 182 183 /** Message constant for key in the resource bundle. */ 184 public static final String GUI_LABEL_NUM_RESULTS_2 = "GUI_LABEL_NUM_RESULTS_2"; 185 186 /** Message constant for key in the resource bundle. */ 187 public static final String GUI_PARAMS_LABEL_CATEGORIES_0 = "GUI_PARAMS_LABEL_CATEGORIES_0"; 188 189 /** Message constant for key in the resource bundle. */ 190 public static final String GUI_PARAMS_LABEL_FOLDERS_0 = "GUI_PARAMS_LABEL_FOLDERS_0"; 191 192 /** Message constant for key in the resource bundle. */ 193 public static final String GUI_PARAMS_LABEL_GALLERIES_0 = "GUI_PARAMS_LABEL_GALLERIES_0"; 194 195 /** Message constant for key in the resource bundle. */ 196 public static final String GUI_PARAMS_LABEL_INCLUDING_EXPIRED_0 = "GUI_PARAMS_LABEL_INCLUDING_EXPIRED_0"; 197 198 /** Message constant for key in the resource bundle. */ 199 public static final String GUI_PARAMS_LABEL_SCOPE_0 = "GUI_PARAMS_LABEL_SCOPE_0"; 200 201 /** Message constant for key in the resource bundle. */ 202 public static final String GUI_PARAMS_LABEL_SEARCH_0 = "GUI_PARAMS_LABEL_SEARCH_0"; 203 204 /** Message constant for key in the resource bundle. */ 205 public static final String GUI_PARAMS_LABEL_TYPES_0 = "GUI_PARAMS_LABEL_TYPES_0"; 206 207 /** Message constant for key in the resource bundle. */ 208 public static final String GUI_PREVIEW_BUTTON_CROP_0 = "GUI_PREVIEW_BUTTON_CROP_0"; 209 210 /** Message constant for key in the resource bundle. */ 211 public static final String GUI_PREVIEW_BUTTON_DIS_CROPPED_0 = "GUI_PREVIEW_BUTTON_DIS_CROPPED_0"; 212 213 /** Message constant for key in the resource bundle. */ 214 public static final String GUI_PREVIEW_BUTTON_REMOVE_0 = "GUI_PREVIEW_BUTTON_REMOVE_0"; 215 216 /** Message constant for key in the resource bundle. */ 217 public static final String GUI_PREVIEW_BUTTON_REMOVECROP_0 = "GUI_PREVIEW_BUTTON_REMOVECROP_0"; 218 219 /** Message constant for key in the resource bundle. */ 220 public static final String GUI_PREVIEW_BUTTON_SAVE_0 = "GUI_PREVIEW_BUTTON_SAVE_0"; 221 222 /** Message constant for key in the resource bundle. */ 223 public static final String GUI_PREVIEW_BUTTON_SAVE_DISABLED_0 = "GUI_PREVIEW_BUTTON_SAVE_DISABLED_0"; 224 225 /** Message constant for key in the resource bundle. */ 226 public static final String GUI_PREVIEW_BUTTON_SELECT_0 = "GUI_PREVIEW_BUTTON_SELECT_0"; 227 228 /** Message constant for key in the resource bundle. */ 229 public static final String GUI_PREVIEW_BUTTON_SHOW_0 = "GUI_PREVIEW_BUTTON_SHOW_0"; 230 231 /** Message constant for key in the resource bundle. */ 232 public static final String GUI_PREVIEW_CLOSE_BUTTON_0 = "GUI_PREVIEW_CLOSE_BUTTON_0"; 233 234 /** Message constant for key in the resource bundle. */ 235 public static final String GUI_PREVIEW_CLOSE_GALLERY_BUTTON_0 = "GUI_PREVIEW_CLOSE_GALLERY_BUTTON_0"; 236 237 /** Message constant for key in the resource bundle. */ 238 public static final String GUI_PREVIEW_CONFIRM_LEAVE_SAVE_0 = "GUI_PREVIEW_CONFIRM_LEAVE_SAVE_0"; 239 240 /** Message constant for key in the resource bundle. */ 241 public static final String GUI_PREVIEW_LABEL_CROPFORMAT_0 = "GUI_PREVIEW_LABEL_CROPFORMAT_0"; 242 243 /** Message constant for key in the resource bundle. */ 244 public static final String GUI_PREVIEW_LABEL_DATEMODIFIED_0 = "GUI_PREVIEW_LABEL_DATEMODIFIED_0"; 245 246 /** Message constant for key in the resource bundle. */ 247 public static final String GUI_PREVIEW_LABEL_DESCRIPTION_0 = "GUI_PREVIEW_LABEL_DESCRIPTION_0"; 248 249 /** Message constant for key in the resource bundle. */ 250 public static final String GUI_PREVIEW_LABEL_FOCALPOINT_0 = "GUI_PREVIEW_LABEL_FOCALPOINT_0"; 251 252 /** Message constant for key in the resource bundle. */ 253 public static final String GUI_PREVIEW_LABEL_FORMAT_0 = "GUI_PREVIEW_LABEL_FORMAT_0"; 254 255 /** Message constant for key in the resource bundle. */ 256 public static final String GUI_PREVIEW_LABEL_HEIGHT_0 = "GUI_PREVIEW_LABEL_HEIGHT_0"; 257 258 /** Message constant for key in the resource bundle. */ 259 public static final String GUI_PREVIEW_LABEL_PATH_0 = "GUI_PREVIEW_LABEL_PATH_0"; 260 261 /** Message constant for key in the resource bundle. */ 262 public static final String GUI_PREVIEW_LABEL_SIZE_0 = "GUI_PREVIEW_LABEL_SIZE_0"; 263 264 /** Message constant for key in the resource bundle. */ 265 public static final String GUI_PREVIEW_LABEL_TYPE_0 = "GUI_PREVIEW_LABEL_TYPE_0"; 266 267 /** Message constant for key in the resource bundle. */ 268 public static final String GUI_PREVIEW_LABEL_WIDTH_0 = "GUI_PREVIEW_LABEL_WIDTH_0"; 269 270 /** Message constant for key in the resource bundle. */ 271 public static final String GUI_PREVIEW_TAB_IMAGEADVANCED_0 = "GUI_PREVIEW_TAB_IMAGEADVANCED_0"; 272 273 /** Message constant for key in the resource bundle. */ 274 public static final String GUI_PREVIEW_TAB_IMAGEFORMAT_0 = "GUI_PREVIEW_TAB_IMAGEFORMAT_0"; 275 276 /** Message constant for key in the resource bundle. */ 277 public static final String GUI_PREVIEW_TAB_IMAGEINFOS_0 = "GUI_PREVIEW_TAB_IMAGEINFOS_0"; 278 279 /** Message constant for key in the resource bundle. */ 280 public static final String GUI_PREVIEW_TAB_IMAGEOPTIONS_0 = "GUI_PREVIEW_TAB_IMAGEOPTIONS_0"; 281 282 /** Message constant for key in the resource bundle. */ 283 public static final String GUI_PREVIEW_TAB_PROPERTIES_0 = "GUI_PREVIEW_TAB_PROPERTIES_0"; 284 285 /** Message constant for key in the resource bundle. */ 286 public static final String GUI_PREVIEW_TITLE_0 = "GUI_PREVIEW_TITLE_0"; 287 288 /** Message constant for key in the resource bundle. */ 289 public static final String GUI_PREVIEW_VALUE_TYPE_1 = "GUI_PREVIEW_VALUE_TYPE_1"; 290 291 /** Message constant for key in the resource bundle. */ 292 public static final String GUI_PRIVIEW_BUTTON_NOT_EDITABLE_0 = "GUI_PRIVIEW_BUTTON_NOT_EDITABLE_0"; 293 294 /** Message constant for key in the resource bundle. */ 295 public static final String GUI_PRIVIEW_BUTTON_RATIO_FIXED_0 = "GUI_PRIVIEW_BUTTON_RATIO_FIXED_0"; 296 297 /** Message constant for key in the resource bundle. */ 298 public static final String GUI_QUICK_FINDER_FILTER_0 = "GUI_QUICK_FINDER_FILTER_0"; 299 300 /** Message constant for key in the resource bundle. */ 301 public static final String GUI_QUICK_FINDER_SEARCH_0 = "GUI_QUICK_FINDER_SEARCH_0"; 302 303 /** Message constant for key in the resource bundle. */ 304 public static final String GUI_RESULT_BUTTON_DELETE_0 = "GUI_RESULT_BUTTON_DELETE_0"; 305 306 /** Message constant for key in the resource bundle. */ 307 public static final String GUI_RESULT_NO_PARAMS_0 = "GUI_RESULT_NO_PARAMS_0"; 308 309 /** Message constant for key in the resource bundle. */ 310 public static final String GUI_SCOPE_EVERYTHING_0 = "GUI_SCOPE_EVERYTHING_0"; 311 312 /** Message constant for key in the resource bundle. */ 313 public static final String GUI_SCOPE_SHARED_0 = "GUI_SCOPE_SHARED_0"; 314 315 /** Message constant for key in the resource bundle. */ 316 public static final String GUI_SCOPE_SITE_0 = "GUI_SCOPE_SITE_0"; 317 318 /** Message constant for key in the resource bundle. */ 319 public static final String GUI_SCOPE_SITESHARED_0 = "GUI_SCOPE_SITESHARED_0"; 320 321 /** Message constant for key in the resource bundle. */ 322 public static final String GUI_SCOPE_SUBSITE_0 = "GUI_SCOPE_SUBSITE_0"; 323 324 /** Message constant for key in the resource bundle. */ 325 public static final String GUI_SCOPE_SUBSITESHARED_0 = "GUI_SCOPE_SUBSITESHARED_0"; 326 327 /** Message constant for key in the resource bundle. */ 328 public static final String GUI_SEARCH_SCOPE_0 = "GUI_SEARCH_SCOPE_0"; 329 330 /** Message constant for key in the resource bundle. */ 331 public static final String GUI_SHOW_SYSTEM_TYPES_0 = "GUI_SHOW_SYSTEM_TYPES_0"; 332 333 /** Message constant for key in the resource bundle. */ 334 public static final String GUI_SORT_LABEL_DATELASTMODIFIED_ASC_0 = "GUI_SORT_LABEL_DATELASTMODIFIED_ASC_0"; 335 336 /** Message constant for key in the resource bundle. */ 337 public static final String GUI_SORT_LABEL_DATELASTMODIFIED_DESC_0 = "GUI_SORT_LABEL_DATELASTMODIFIED_DESC_0"; 338 339 /** Message constant for key in the resource bundle. */ 340 public static final String GUI_SORT_LABEL_GROUPED_0 = "GUI_SORT_LABEL_GROUPED_0"; 341 342 /** Message constant for key in the resource bundle. */ 343 public static final String GUI_SORT_LABEL_GROUPED_TITLE_0 = "GUI_SORT_LABEL_GROUPED_TITLE_0"; 344 345 /** Message constant for key in the resource bundle. */ 346 public static final String GUI_SORT_LABEL_HIERARCHIC_0 = "GUI_SORT_LABEL_HIERARCHIC_0"; 347 348 /** Message constant for key in the resource bundle. */ 349 public static final String GUI_SORT_LABEL_PATH_ASC_0 = "GUI_SORT_LABEL_PATH_ASC_0"; 350 351 /** Message constant for key in the resource bundle. */ 352 public static final String GUI_SORT_LABEL_PATH_DESC_0 = "GUI_SORT_LABEL_PATH_DESC_0"; 353 354 /** Message constant for key in the resource bundle. */ 355 public static final String GUI_SORT_LABEL_SCORE_0 = "GUI_SORT_LABEL_SCORE_0"; 356 357 /** Message constant for key in the resource bundle. */ 358 public static final String GUI_SORT_LABEL_SORT_0 = "GUI_SORT_LABEL_SORT_0"; 359 360 /** Message constant for key in the resource bundle. */ 361 public static final String GUI_SORT_LABEL_TITLE_ASC_0 = "GUI_SORT_LABEL_TITLE_ASC_0"; 362 363 /** Message constant for key in the resource bundle. */ 364 public static final String GUI_SORT_LABEL_TITLE_DECS_0 = "GUI_SORT_LABEL_TITLE_DECS_0"; 365 366 /** Message constant for key in the resource bundle. */ 367 public static final String GUI_SORT_LABEL_TYPE_ASC_0 = "GUI_SORT_LABEL_TYPE_ASC_0"; 368 369 /** Message constant for key in the resource bundle. */ 370 public static final String GUI_SORT_LABEL_TYPE_DESC_0 = "GUI_SORT_LABEL_TYPE_DESC_0"; 371 372 /** Message constant for key in the resource bundle. */ 373 public static final String GUI_TAB_CATEGORIES_IS_EMPTY_0 = "GUI_TAB_CATEGORIES_IS_EMPTY_0"; 374 375 /** Message constant for key in the resource bundle. */ 376 public static final String GUI_TAB_GALLERIES_IS_EMPTY_0 = "GUI_TAB_GALLERIES_IS_EMPTY_0"; 377 378 /** Message constant for key in the resource bundle. */ 379 public static final String GUI_TAB_SEARCH_BUTTON_CLEAR_0 = "GUI_TAB_SEARCH_BUTTON_CLEAR_0"; 380 381 /** Message constant for key in the resource bundle. */ 382 public static final String GUI_TAB_SEARCH_LABEL_CREATED_RANGE_0 = "GUI_TAB_SEARCH_LABEL_CREATED_RANGE_0"; 383 384 /** Message constant for key in the resource bundle. */ 385 public static final String GUI_TAB_SEARCH_LABEL_CREATED_SINCE_0 = "GUI_TAB_SEARCH_LABEL_CREATED_SINCE_0"; 386 387 /** Message constant for key in the resource bundle. */ 388 public static final String GUI_TAB_SEARCH_LABEL_CREATED_UNTIL_0 = "GUI_TAB_SEARCH_LABEL_CREATED_UNTIL_0"; 389 390 /** Message constant for key in the resource bundle. */ 391 public static final String GUI_TAB_SEARCH_LABEL_INCLUDE_EXPIRED_0 = "GUI_TAB_SEARCH_LABEL_INCLUDE_EXPIRED_0"; 392 393 /** Message constant for key in the resource bundle. */ 394 public static final String GUI_TAB_SEARCH_LABEL_MODIFIED_RANGE_0 = "GUI_TAB_SEARCH_LABEL_MODIFIED_RANGE_0"; 395 396 /** Message constant for key in the resource bundle. */ 397 public static final String GUI_TAB_SEARCH_LABEL_MODIFIED_SINCE_0 = "GUI_TAB_SEARCH_LABEL_MODIFIED_SINCE_0"; 398 399 /** Message constant for key in the resource bundle. */ 400 public static final String GUI_TAB_SEARCH_LABEL_MODIFIED_UNTIL_0 = "GUI_TAB_SEARCH_LABEL_MODIFIED_UNTIL_0"; 401 402 /** Message constant for key in the resource bundle. */ 403 public static final String GUI_TAB_SEARCH_LABEL_TEXT_0 = "GUI_TAB_SEARCH_LABEL_TEXT_0"; 404 405 /** Message constant for key in the resource bundle. */ 406 public static final String GUI_TAB_SEARCH_LANGUAGE_LABEL_TEXT_0 = "GUI_TAB_SEARCH_LANGUAGE_LABEL_TEXT_0"; 407 408 /** Message constant for key in the resource bundle. */ 409 public static final String GUI_TAB_SEARCH_LANGUAGE_NOT_SEL_0 = "GUI_TAB_SEARCH_LANGUAGE_NOT_SEL_0"; 410 411 /** Message constant for key in the resource bundle. */ 412 public static final String GUI_TAB_SEARCH_SEARCH_EXISTING_0 = "GUI_TAB_SEARCH_SEARCH_EXISTING_0"; 413 414 /** Message constant for key in the resource bundle. */ 415 public static final String GUI_TAB_TITLE_CATEGORIES_0 = "GUI_TAB_TITLE_CATEGORIES_0"; 416 417 /** Message constant for key in the resource bundle. */ 418 public static final String GUI_TAB_TITLE_GALLERIES_0 = "GUI_TAB_TITLE_GALLERIES_0"; 419 420 /** Message constant for key in the resource bundle. */ 421 public static final String GUI_TAB_TITLE_RESULTS_0 = "GUI_TAB_TITLE_RESULTS_0"; 422 423 /** Message constant for key in the resource bundle. */ 424 public static final String GUI_TAB_TITLE_SEARCH_0 = "GUI_TAB_TITLE_SEARCH_0"; 425 426 /** Message constant for key in the resource bundle. */ 427 public static final String GUI_TAB_TITLE_SITEMAP_0 = "GUI_TAB_TITLE_SITEMAP_0"; 428 429 /** Message constant for key in the resource bundle. */ 430 public static final String GUI_TAB_TITLE_TYPES_0 = "GUI_TAB_TITLE_TYPES_0"; 431 432 /** Message constant for key in the resource bundle. */ 433 public static final String GUI_TAB_TITLE_VFS_0 = "GUI_TAB_TITLE_VFS_0"; 434 435 /** Message constant for key in the resource bundle. */ 436 public static final String GUI_TAB_TYPES_CREATE_NEW_0 = "GUI_TAB_TYPES_CREATE_NEW_0"; 437 438 /** Message constant for key in the resource bundle. */ 439 public static final String GUI_VIEW_LABEL_BIG_ICONS_0 = "GUI_VIEW_LABEL_BIG_ICONS_0"; 440 441 /** Message constant for key in the resource bundle. */ 442 public static final String GUI_VIEW_LABEL_DETAILS_0 = "GUI_VIEW_LABEL_DETAILS_0"; 443 444 /** Message constant for key in the resource bundle. */ 445 public static final String GUI_VIEW_LABEL_SMALL_ICONS_0 = "GUI_VIEW_LABEL_SMALL_ICONS_0"; 446 447 /** Name of the used resource bundle. */ 448 private static final String BUNDLE_NAME = "org.opencms.ade.galleries.clientmessages"; 449 450 /** Static instance member. */ 451 private static CmsMessages INSTANCE; 452 453 /** 454 * Hides the public constructor for this utility class.<p> 455 */ 456 private Messages() { 457 458 // hide the constructor 459 } 460 461 /** 462 * Returns an instance of this localized message accessor.<p> 463 * 464 * @return an instance of this localized message accessor 465 */ 466 public static CmsMessages get() { 467 468 if (INSTANCE == null) { 469 INSTANCE = new CmsMessages(BUNDLE_NAME); 470 } 471 return INSTANCE; 472 } 473 474 /** 475 * Returns the bundle name for this OpenCms package.<p> 476 * 477 * @return the bundle name for this OpenCms package 478 */ 479 public String getBundleName() { 480 481 return BUNDLE_NAME; 482 } 483}