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.workplace.galleries; 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 /** Message constant for key in the resource bundle. */ 041 public static final String ERR_OPEN_GALLERY_1 = "ERR_OPEN_GALLERY_1"; 042 043 /** Message constant for key in the resource bundle. */ 044 public static final String ERR_REASON_NO_DOWNLOADGALLERY_0 = "ERR_REASON_NO_DOWNLOADGALLERY_0"; 045 046 /** Message constant for key in the resource bundle. */ 047 public static final String ERR_REASON_NO_IMAGEGALLERY_0 = "ERR_REASON_NO_IMAGEGALLERY_0"; 048 049 /** Message constant for key in the resource bundle. */ 050 public static final String ERR_REASON_NO_LINKGALLERY_0 = "ERR_REASON_NO_LINKGALLERY_0"; 051 052 /** Message constant for key in the resource bundle. */ 053 public static final String GUI_BUTTON_PASTE_0 = "GUI_BUTTON_PASTE_0"; 054 055 /** Message constant for key in the resource bundle. */ 056 public static final String GUI_BUTTON_PREVIEW_0 = "GUI_BUTTON_PREVIEW_0"; 057 058 /** Message constant for key in the resource bundle. */ 059 public static final String GUI_DOWNLOADGALLERY_EDITOR_TITLE_0 = "GUI_DOWNLOADGALLERY_EDITOR_TITLE_0"; 060 061 /** Message constant for key in the resource bundle. */ 062 public static final String GUI_DOWNLOADGALLERY_EDITOR_TOOLTIP_0 = "GUI_DOWNLOADGALLERY_EDITOR_TOOLTIP_0"; 063 064 /** Message constant for key in the resource bundle. */ 065 public static final String GUI_GALLERY_BUTTON_CANCEL_0 = "GUI_GALLERY_BUTTON_CANCEL_0"; 066 067 /** Message constant for key in the resource bundle. */ 068 public static final String GUI_GALLERY_BUTTON_CLOSE_0 = "GUI_GALLERY_BUTTON_CLOSE_0"; 069 070 /** Message constant for key in the resource bundle. */ 071 public static final String GUI_GALLERY_BUTTON_OK_0 = "GUI_GALLERY_BUTTON_OK_0"; 072 073 /** Message constant for key in the resource bundle. */ 074 public static final String GUI_GALLERY_BUTTON_SEARCH_RESET_0 = "GUI_GALLERY_BUTTON_SEARCH_RESET_0"; 075 076 /** Message constant for key in the resource bundle. */ 077 public static final String GUI_GALLERY_CATEGORIES_BUTTON_SHOW_0 = "GUI_GALLERY_CATEGORIES_BUTTON_SHOW_0"; 078 079 /** Message constant for key in the resource bundle. */ 080 public static final String GUI_GALLERY_CATEGORIES_HL_AVAILABLE_0 = "GUI_GALLERY_CATEGORIES_HL_AVAILABLE_0"; 081 082 /** Message constant for key in the resource bundle. */ 083 public static final String GUI_GALLERY_GALLERIES_BUTTON_PUBLISH_0 = "GUI_GALLERY_GALLERIES_BUTTON_PUBLISH_0"; 084 085 /** Message constant for key in the resource bundle. */ 086 public static final String GUI_GALLERY_GALLERIES_BUTTON_SHOW_0 = "GUI_GALLERY_GALLERIES_BUTTON_SHOW_0"; 087 088 /** Message constant for key in the resource bundle. */ 089 public static final String GUI_GALLERY_GALLERIES_BUTTON_UPLOAD_0 = "GUI_GALLERY_GALLERIES_BUTTON_UPLOAD_0"; 090 091 /** Message constant for key in the resource bundle. */ 092 public static final String GUI_GALLERY_GALLERIES_HL_AVAILABLE_0 = "GUI_GALLERY_GALLERIES_HL_AVAILABLE_0"; 093 094 /** Message constant for key in the resource bundle. */ 095 public static final String GUI_GALLERY_ITEM_LOCKSTATE_LOCKED_0 = "GUI_GALLERY_ITEM_LOCKSTATE_LOCKED_0"; 096 097 /** Message constant for key in the resource bundle. */ 098 public static final String GUI_GALLERY_ITEM_STATE_CHANGED_0 = "GUI_GALLERY_ITEM_STATE_CHANGED_0"; 099 100 /** Message constant for key in the resource bundle. */ 101 public static final String GUI_GALLERY_ITEM_STATE_NEW_0 = "GUI_GALLERY_ITEM_STATE_NEW_0"; 102 103 /** Message constant for key in the resource bundle. */ 104 public static final String GUI_GALLERY_ITEMDETAIL_DATE_CREATED_0 = "GUI_GALLERY_ITEMDETAIL_DATE_CREATED_0"; 105 106 /** Message constant for key in the resource bundle. */ 107 public static final String GUI_GALLERY_ITEMDETAIL_DATE_MODIFIED_0 = "GUI_GALLERY_ITEMDETAIL_DATE_MODIFIED_0"; 108 109 /** Message constant for key in the resource bundle. */ 110 public static final String GUI_GALLERY_ITEMDETAIL_DELETE_0 = "GUI_GALLERY_ITEMDETAIL_DELETE_0"; 111 112 /** Message constant for key in the resource bundle. */ 113 public static final String GUI_GALLERY_ITEMDETAIL_EDIT_HELP_0 = "GUI_GALLERY_ITEMDETAIL_EDIT_HELP_0"; 114 115 /** Message constant for key in the resource bundle. */ 116 public static final String GUI_GALLERY_ITEMDETAIL_FORMAT_0 = "GUI_GALLERY_ITEMDETAIL_FORMAT_0"; 117 118 /** Message constant for key in the resource bundle. */ 119 public static final String GUI_GALLERY_ITEMDETAIL_HEADLINE_0 = "GUI_GALLERY_ITEMDETAIL_HEADLINE_0"; 120 121 /** Message constant for key in the resource bundle. */ 122 public static final String GUI_GALLERY_ITEMDETAIL_LINKTO_0 = "GUI_GALLERY_ITEMDETAIL_LINKTO_0"; 123 124 /** Message constant for key in the resource bundle. */ 125 public static final String GUI_GALLERY_ITEMDETAIL_NAME_0 = "GUI_GALLERY_ITEMDETAIL_NAME_0"; 126 127 /** Message constant for key in the resource bundle. */ 128 public static final String GUI_GALLERY_ITEMDETAIL_PUBLISH_0 = "GUI_GALLERY_ITEMDETAIL_PUBLISH_0"; 129 130 /** Message constant for key in the resource bundle. */ 131 public static final String GUI_GALLERY_ITEMDETAIL_SELECT_0 = "GUI_GALLERY_ITEMDETAIL_SELECT_0"; 132 133 /** Message constant for key in the resource bundle. */ 134 public static final String GUI_GALLERY_ITEMDETAIL_SIZE_0 = "GUI_GALLERY_ITEMDETAIL_SIZE_0"; 135 136 /** Message constant for key in the resource bundle. */ 137 public static final String GUI_GALLERY_ITEMDETAIL_STATE_CHANGED_0 = "GUI_GALLERY_ITEMDETAIL_STATE_CHANGED_0"; 138 139 /** Message constant for key in the resource bundle. */ 140 public static final String GUI_GALLERY_ITEMDETAIL_STATE_NEW_0 = "GUI_GALLERY_ITEMDETAIL_STATE_NEW_0"; 141 142 /** Message constant for key in the resource bundle. */ 143 public static final String GUI_GALLERY_ITEMDETAIL_TARGET_0 = "GUI_GALLERY_ITEMDETAIL_TARGET_0"; 144 145 /** Message constant for key in the resource bundle. */ 146 public static final String GUI_GALLERY_ITEMDETAIL_TITLE_0 = "GUI_GALLERY_ITEMDETAIL_TITLE_0"; 147 148 /** Message constant for key in the resource bundle. */ 149 public static final String GUI_GALLERY_ITEMDETAIL_TYPE_0 = "GUI_GALLERY_ITEMDETAIL_TYPE_0"; 150 151 /** Message constant for key in the resource bundle. */ 152 public static final String GUI_GALLERY_PAGINATION_NEXT_0 = "GUI_GALLERY_PAGINATION_NEXT_0"; 153 154 /** Message constant for key in the resource bundle. */ 155 public static final String GUI_GALLERY_PAGINATION_PREVIOUS_0 = "GUI_GALLERY_PAGINATION_PREVIOUS_0"; 156 157 /** Message constant for key in the resource bundle. */ 158 public static final String GUI_GALLERY_BUTTON_SEARCH_0 = "GUI_GALLERY_BUTTON_SEARCH_0"; 159 160 /** Message constant for key in the resource bundle. */ 161 public static final String GUI_GALLERY_SEARCH_DESCRIPTION_0 = "GUI_GALLERY_SEARCH_DESCRIPTION_0"; 162 163 /** Message constant for key in the resource bundle. */ 164 public static final String GUI_GALLERY_SEARCH_NORESULTS_0 = "GUI_GALLERY_SEARCH_NORESULTS_0"; 165 166 /** Message constant for key in the resource bundle. */ 167 public static final String GUI_GALLERY_SEARCH_QUERY_0 = "GUI_GALLERY_SEARCH_QUERY_0"; 168 169 /** Message constant for key in the resource bundle. */ 170 public static final String GUI_GALLERY_SEARCH_RESULT_0 = "GUI_GALLERY_SEARCH_RESULT_0"; 171 172 /** Message constant for key in the resource bundle. */ 173 public static final String GUI_GALLERY_ITEMDETAIL_EDIT_URL_HELP_0 = "GUI_GALLERY_ITEMDETAIL_EDIT_URL_HELP_0"; 174 175 /** Message constant for key in the resource bundle. */ 176 public static final String GUI_GALLERY_SEARCH_RESULTS_0 = "GUI_GALLERY_SEARCH_RESULTS_0"; 177 178 /** Message constant for key in the resource bundle. */ 179 public static final String GUI_GALLERY_TAB_ADVANCED_0 = "GUI_GALLERY_TAB_ADVANCED_0"; 180 181 /** Message constant for key in the resource bundle. */ 182 public static final String GUI_GALLERY_TAB_CATEGORIES_0 = "GUI_GALLERY_TAB_CATEGORIES_0"; 183 184 /** Message constant for key in the resource bundle. */ 185 public static final String GUI_GALLERY_TAB_GALLERIES_0 = "GUI_GALLERY_TAB_GALLERIES_0"; 186 187 /** Message constant for key in the resource bundle. */ 188 public static final String GUI_GALLERY_TAB_PREVIEW_0 = "GUI_GALLERY_TAB_PREVIEW_0"; 189 190 /** Message constant for key in the resource bundle. */ 191 public static final String GUI_IMAGEGALLERY_CROP_HEADLINE_0 = "GUI_IMAGEGALLERY_CROP_HEADLINE_0"; 192 193 /** Message constant for key in the resource bundle. */ 194 public static final String GUI_IMAGEGALLERY_CROP_HEIGHT_0 = "GUI_IMAGEGALLERY_CROP_HEIGHT_0"; 195 196 /** Message constant for key in the resource bundle. */ 197 public static final String GUI_IMAGEGALLERY_CROP_RATIO_0 = "GUI_IMAGEGALLERY_CROP_RATIO_0"; 198 199 /** Message constant for key in the resource bundle. */ 200 public static final String GUI_IMAGEGALLERY_CROP_WIDTH_0 = "GUI_IMAGEGALLERY_CROP_WIDTH_0"; 201 202 /** Message constant for key in the resource bundle. */ 203 public static final String GUI_IMAGEGALLERY_EDITOR_TITLE_0 = "GUI_IMAGEGALLERY_EDITOR_TITLE_0"; 204 205 /** Message constant for key in the resource bundle. */ 206 public static final String GUI_IMAGEGALLERY_EDITOR_TOOLTIP_0 = "GUI_IMAGEGALLERY_EDITOR_TOOLTIP_0"; 207 208 /** Message constant for key in the resource bundle. */ 209 public static final String GUI_IMAGEGALLERY_FORMAT_FREECROP_0 = "GUI_IMAGEGALLERY_FORMAT_FREECROP_0"; 210 211 /** Message constant for key in the resource bundle. */ 212 public static final String GUI_IMAGEGALLERY_FORMAT_LARGE_0 = "GUI_IMAGEGALLERY_FORMAT_LARGE_0"; 213 214 /** Message constant for key in the resource bundle. */ 215 public static final String GUI_IMAGEGALLERY_FORMAT_ORIGINAL_0 = "GUI_IMAGEGALLERY_FORMAT_ORIGINAL_0"; 216 217 /** Message constant for key in the resource bundle. */ 218 public static final String GUI_IMAGEGALLERY_FORMAT_SMALL_0 = "GUI_IMAGEGALLERY_FORMAT_SMALL_0"; 219 220 /** Message constant for key in the resource bundle. */ 221 public static final String GUI_IMAGEGALLERY_FORMAT_USER_0 = "GUI_IMAGEGALLERY_FORMAT_USER_0"; 222 223 /** Message constant for key in the resource bundle. */ 224 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ADV_HL_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ADV_HL_0"; 225 226 /** Message constant for key in the resource bundle. */ 227 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_ADVTITLE_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_ADVTITLE_0"; 228 229 /** Message constant for key in the resource bundle. */ 230 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_CLASS_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_CLASS_0"; 231 232 /** Message constant for key in the resource bundle. */ 233 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_HL_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_HL_0"; 234 235 /** Message constant for key in the resource bundle. */ 236 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_ID_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_ID_0"; 237 238 /** Message constant for key in the resource bundle. */ 239 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGCODE_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGCODE_0"; 240 241 /** Message constant for key in the resource bundle. */ 242 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGDIR_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGDIR_0"; 243 244 /** Message constant for key in the resource bundle. */ 245 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGDIR_LTR_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGDIR_LTR_0"; 246 247 /** Message constant for key in the resource bundle. */ 248 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGDIR_NOTSET_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGDIR_NOTSET_0"; 249 250 /** Message constant for key in the resource bundle. */ 251 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGDIR_RTL_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LANGDIR_RTL_0"; 252 253 /** Message constant for key in the resource bundle. */ 254 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LONGDESC_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_LONGDESC_0"; 255 256 /** Message constant for key in the resource bundle. */ 257 public static final String GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_STYLE_0 = "GUI_IMAGEGALLERY_IMGADVANCED_ATTRS_STYLE_0"; 258 259 /** Message constant for key in the resource bundle. */ 260 public static final String GUI_IMAGEGALLERY_IMGADVANCED_LINK_BT_BROWSE_0 = "GUI_IMAGEGALLERY_IMGADVANCED_LINK_BT_BROWSE_0"; 261 262 /** Message constant for key in the resource bundle. */ 263 public static final String GUI_IMAGEGALLERY_IMGADVANCED_LINK_HL_0 = "GUI_IMAGEGALLERY_IMGADVANCED_LINK_HL_0"; 264 265 /** Message constant for key in the resource bundle. */ 266 public static final String GUI_IMAGEGALLERY_IMGADVANCED_LINK_TARGET_0 = "GUI_IMAGEGALLERY_IMGADVANCED_LINK_TARGET_0"; 267 268 /** Message constant for key in the resource bundle. */ 269 public static final String GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_NEW_0 = "GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_NEW_0"; 270 271 /** Message constant for key in the resource bundle. */ 272 public static final String GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_NOTSET_0 = "GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_NOTSET_0"; 273 274 /** Message constant for key in the resource bundle. */ 275 public static final String GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_PARENT_0 = "GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_PARENT_0"; 276 277 /** Message constant for key in the resource bundle. */ 278 public static final String GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_SELF_0 = "GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_SELF_0"; 279 280 /** Message constant for key in the resource bundle. */ 281 public static final String GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_TOP_0 = "GUI_IMAGEGALLERY_IMGADVANCED_LINK_TG_TOP_0"; 282 /** Message constant for key in the resource bundle. */ 283 public static final String GUI_IMAGEGALLERY_IMGADVANCED_LINK_URL_0 = "GUI_IMAGEGALLERY_IMGADVANCED_LINK_URL_0"; 284 /** Message constant for key in the resource bundle. */ 285 public static final String GUI_IMAGEGALLERY_IMGDETAIL_STATE_CHANGED_0 = "GUI_IMAGEGALLERY_IMGDETAIL_STATE_CHANGED_0"; 286 287 /** Message constant for key in the resource bundle. */ 288 public static final String GUI_IMAGEGALLERY_IMGDETAIL_STATE_NEW_0 = "GUI_IMAGEGALLERY_IMGDETAIL_STATE_NEW_0"; 289 290 /** Message constant for key in the resource bundle. */ 291 public static final String GUI_IMAGEGALLERY_IMGITEM_LOCKSTATE_LOCKED_0 = "GUI_IMAGEGALLERY_IMGITEM_LOCKSTATE_LOCKED_0"; 292 293 /** Message constant for key in the resource bundle. */ 294 public static final String GUI_IMAGEGALLERY_IMGITEM_STATE_CHANGED_0 = "GUI_IMAGEGALLERY_IMGITEM_STATE_CHANGED_0"; 295 296 /** Message constant for key in the resource bundle. */ 297 public static final String GUI_IMAGEGALLERY_IMGITEM_STATE_NEW_0 = "GUI_IMAGEGALLERY_IMGITEM_STATE_NEW_0"; 298 299 /** Message constant for key in the resource bundle. */ 300 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_ALIGN_LEFT_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_ALIGN_LEFT_0"; 301 302 /** Message constant for key in the resource bundle. */ 303 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_ALIGN_RIGHT_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_ALIGN_RIGHT_0"; 304 305 /** Message constant for key in the resource bundle. */ 306 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_ALIGNMENT_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_ALIGNMENT_0"; 307 308 /** Message constant for key in the resource bundle. */ 309 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_COPY_INSERT_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_COPY_INSERT_0"; 310 311 /** Message constant for key in the resource bundle. */ 312 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_COPY_RESET_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_COPY_RESET_0"; 313 314 /** Message constant for key in the resource bundle. */ 315 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_COPYRIGHT_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_COPYRIGHT_0"; 316 317 /** Message constant for key in the resource bundle. */ 318 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_DESCRIPTION_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_DESCRIPTION_0"; 319 320 /** Message constant for key in the resource bundle. */ 321 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_IMAGE_SPACING_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_IMAGE_SPACING_0"; 322 323 /** Message constant for key in the resource bundle. */ 324 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_LINK_ORIGINAL_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_LINK_ORIGINAL_0"; 325 326 /** Message constant for key in the resource bundle. */ 327 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_SPACING_H_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_SPACING_H_0"; 328 329 /** Message constant for key in the resource bundle. */ 330 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_SPACING_V_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_SPACING_V_0"; 331 332 /** Message constant for key in the resource bundle. */ 333 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_SUBTITLE_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_SUBTITLE_0"; 334 335 /** Message constant for key in the resource bundle. */ 336 public static final String GUI_IMAGEGALLERY_IMGOPTIONS_TITLE_RESET_0 = "GUI_IMAGEGALLERY_IMGOPTIONS_TITLE_RESET_0"; 337 338 /** Message constant for key in the resource bundle. */ 339 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_CROP_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_CROP_0"; 340 341 /** Message constant for key in the resource bundle. */ 342 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_CROP_REMOVE_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_CROP_REMOVE_0"; 343 344 /** Message constant for key in the resource bundle. */ 345 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_DETAILS_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_DETAILS_0"; 346 347 /** Message constant for key in the resource bundle. */ 348 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_HEIGHT_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_HEIGHT_0"; 349 350 /** Message constant for key in the resource bundle. */ 351 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_HL_CROP_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_HL_CROP_0"; 352 353 /** Message constant for key in the resource bundle. */ 354 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_HL_FORMAT_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_HL_FORMAT_0"; 355 356 /** Message constant for key in the resource bundle. */ 357 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_IMAGE_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_IMAGE_0"; 358 359 /** Message constant for key in the resource bundle. */ 360 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_SIZE_LOCK_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_SIZE_LOCK_0"; 361 362 /** Message constant for key in the resource bundle. */ 363 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_SIZE_RESET_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_SIZE_RESET_0"; 364 365 /** Message constant for key in the resource bundle. */ 366 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_SIZE_UNLOCK_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_SIZE_UNLOCK_0"; 367 368 /** Message constant for key in the resource bundle. */ 369 public static final String GUI_IMAGEGALLERY_IMGPREVIEW_WIDTH_0 = "GUI_IMAGEGALLERY_IMGPREVIEW_WIDTH_0"; 370 371 /** Message constant for key in the resource bundle. */ 372 public static final String GUI_INPUT_DATELASTMODIFIED_0 = "GUI_INPUT_DATELASTMODIFIED_0"; 373 374 /** Message constant for key in the resource bundle. */ 375 public static final String GUI_INPUT_DESCRIPTION_0 = "GUI_INPUT_DESCRIPTION_0"; 376 377 /** Message constant for key in the resource bundle. */ 378 public static final String GUI_INPUT_EDITPROPERTYINFO_0 = "GUI_INPUT_EDITPROPERTYINFO_0"; 379 380 /** Message constant for key in the resource bundle. */ 381 public static final String GUI_INPUT_KEYWORDS_0 = "GUI_INPUT_KEYWORDS_0"; 382 383 /** Message constant for key in the resource bundle. */ 384 public static final String GUI_INPUT_LINKTARGET_0 = "GUI_INPUT_LINKTARGET_0"; 385 386 /** Message constant for key in the resource bundle. */ 387 public static final String GUI_INPUT_LINKTARGETBLANK_0 = "GUI_INPUT_LINKTARGETBLANK_0"; 388 389 /** Message constant for key in the resource bundle. */ 390 public static final String GUI_INPUT_LINKTARGETSELF_0 = "GUI_INPUT_LINKTARGETSELF_0"; 391 392 /** Message constant for key in the resource bundle. */ 393 public static final String GUI_INPUT_LINKTARGETTOP_0 = "GUI_INPUT_LINKTARGETTOP_0"; 394 395 /** Message constant for key in the resource bundle. */ 396 public static final String GUI_INPUT_LINKTO_0 = "GUI_INPUT_LINKTO_0"; 397 398 /** Message constant for key in the resource bundle. */ 399 public static final String GUI_INPUT_SEARCH_0 = "GUI_INPUT_SEARCH_0"; 400 401 /** Message constant for key in the resource bundle. */ 402 public static final String GUI_INPUT_TITLE_0 = "GUI_INPUT_TITLE_0"; 403 404 /** Message constant for key in the resource bundle. */ 405 public static final String GUI_LABEL_EXCERPT_0 = "GUI_LABEL_EXCERPT_0"; 406 407 /** Message constant for key in the resource bundle. */ 408 public static final String GUI_LABEL_KILOBYTES_0 = "GUI_LABEL_KILOBYTES_0"; 409 410 /** Message constant for key in the resource bundle. */ 411 public static final String GUI_LABEL_NAME_0 = "GUI_LABEL_NAME_0"; 412 413 /** Message constant for key in the resource bundle. */ 414 public static final String GUI_LABEL_PIXELS_0 = "GUI_LABEL_PIXELS_0"; 415 416 /** Message constant for key in the resource bundle. */ 417 public static final String GUI_LABEL_SIZE_0 = "GUI_LABEL_SIZE_0"; 418 419 /** Message constant for key in the resource bundle. */ 420 public static final String GUI_LABEL_TITLE_0 = "GUI_LABEL_TITLE_0"; 421 422 /** Message constant for key in the resource bundle. */ 423 public static final String GUI_LINKGALLERY_BUTTON_NEWLINK_0 = "GUI_LINKGALLERY_BUTTON_NEWLINK_0"; 424 425 /** Message constant for key in the resource bundle. */ 426 public static final String GUI_LINKGALLERY_EDITOR_TITLE_0 = "GUI_LINKGALLERY_EDITOR_TITLE_0"; 427 428 /** Message constant for key in the resource bundle. */ 429 public static final String GUI_LINKGALLERY_EDITOR_TOOLTIP_0 = "GUI_LINKGALLERY_EDITOR_TOOLTIP_0"; 430 431 /** Message constant for key in the resource bundle. */ 432 public static final String GUI_MESSAGEBOX_TITLE_PUBLISHRESOURCE_0 = "GUI_MESSAGEBOX_TITLE_PUBLISHRESOURCE_0"; 433 434 /** Message constant for key in the resource bundle. */ 435 public static final String GUI_TITLE_DELETE_0 = "GUI_TITLE_DELETE_0"; 436 437 /** Message constant for key in the resource bundle. */ 438 public static final String GUI_TITLE_DOWNLOADGALLERY_0 = "GUI_TITLE_DOWNLOADGALLERY_0"; 439 440 /** Message constant for key in the resource bundle. */ 441 public static final String GUI_TITLE_IMAGEGALLERY_0 = "GUI_TITLE_IMAGEGALLERY_0"; 442 443 /** Message constant for key in the resource bundle. */ 444 public static final String GUI_TITLE_LINKGALLERY_0 = "GUI_TITLE_LINKGALLERY_0"; 445 446 /** Message constant for key in the resource bundle. */ 447 public static final String GUI_TITLE_NEW_0 = "GUI_TITLE_NEW_0"; 448 449 /** Message constant for key in the resource bundle. */ 450 public static final String LOG_CREATE_GALLERY_INSTANCE_FAILED_2 = "LOG_CREATE_GALLERY_INSTANCE_FAILED_2"; 451 452 /** Message constant for key in the resource bundle. */ 453 public static final String LOG_CREATE_GALLERY_INSTANCE_FAILED_JSP_3 = "LOG_CREATE_GALLERY_INSTANCE_FAILED_JSP_3"; 454 455 /** Message constant for key in the resource bundle. */ 456 public static final String LOG_UNKNOWN_GALLERY_TYPE_REQ_1 = "LOG_UNKNOWN_GALLERY_TYPE_REQ_1"; 457 458 /** Message constant for key in the resource bundle. */ 459 public static final String LOG_UNKNOWN_GALLERY_TYPE_REQ_JSP_2 = "LOG_UNKNOWN_GALLERY_TYPE_REQ_JSP_2"; 460 461 /** Name of the used resource bundle. */ 462 private static final String BUNDLE_NAME = "org.opencms.workplace.galleries.messages"; 463 464 /**Prefix to create gallery not found key. */ 465 private static final String ERROR_REASON_NO_PREFIX = "ERR_REASON_NO_"; 466 467 /**Postfix to create gallery title key. */ 468 private static final String GUI_TITLE_POSTFIX = "_0"; 469 470 /**Prefix to create gallery title key. */ 471 private static final String GUI_TITLE_PREFIX = "GUI_TITLE_"; 472 473 /** Static instance member. */ 474 private static final I_CmsMessageBundle INSTANCE = new Messages(); 475 476 /** 477 * Hides the public constructor for this utility class.<p> 478 */ 479 private Messages() { 480 481 // hide the constructor 482 } 483 484 /** 485 * Returns an instance of this localized message accessor.<p> 486 * 487 * @return an instance of this localized message accessor 488 */ 489 public static I_CmsMessageBundle get() { 490 491 return INSTANCE; 492 } 493 494 /** 495 * Convert gallery name to not found error key. 496 * @param gallery gallery name for example "downloadgallery" 497 * @return key as string "ERR_REASON_NO_DOWNLOADGALLERY_0" 498 */ 499 public static String getGalleryNotFoundKey(String gallery) { 500 501 StringBuffer sb = new StringBuffer(ERROR_REASON_NO_PREFIX); 502 sb.append(gallery.toUpperCase()); 503 sb.append(GUI_TITLE_POSTFIX); 504 return sb.toString(); 505 } 506 507 /** 508 * Convert gallery name to title key. 509 * @param gallery gallery name for example "downloadgallery" 510 * @return key as string "ERR_REASON_NO_DOWNLOADGALLERY_0" 511 */ 512 public static String getTitleGalleryKey(String gallery) { 513 514 StringBuffer sb = new StringBuffer(GUI_TITLE_PREFIX); 515 sb.append(gallery.toUpperCase()); 516 sb.append(GUI_TITLE_POSTFIX); 517 return sb.toString(); 518 } 519 520 /** 521 * Returns the bundle name for this OpenCms package.<p> 522 * 523 * @return the bundle name for this OpenCms package 524 */ 525 public String getBundleName() { 526 527 return BUNDLE_NAME; 528 } 529}