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, 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.ui.components; 029 030import org.opencms.i18n.A_CmsMessageBundle; 031import org.opencms.i18n.I_CmsMessageBundle; 032 033/** 034 * Message bundle class.<p> 035 */ 036public class Messages extends A_CmsMessageBundle { 037 038 /** Message constant for key in the resource bundle. */ 039 public static final String GUI_CODEMIRROR_LANG_FONT_SIZE_0 = "GUI_CODEMIRROR_LANG_FONT_SIZE_0"; 040 041 /** Message constant for key in the resource bundle. */ 042 public static final String GUI_CODEMIRROR_LANG_HINT_0 = "GUI_CODEMIRROR_LANG_HINT_0"; 043 044 /** Message constant for key in the resource bundle. */ 045 public static final String GUI_CODEMIRROR_LANG_RELACE_NO_0 = "GUI_CODEMIRROR_LANG_RELACE_NO_0"; 046 047 /** Message constant for key in the resource bundle. */ 048 public static final String GUI_CODEMIRROR_LANG_REPLACE_0 = "GUI_CODEMIRROR_LANG_REPLACE_0"; 049 050 /** Message constant for key in the resource bundle. */ 051 public static final String GUI_CODEMIRROR_LANG_REPLACE_CONFIRM_0 = "GUI_CODEMIRROR_LANG_REPLACE_CONFIRM_0"; 052 053 /** Message constant for key in the resource bundle. */ 054 public static final String GUI_CODEMIRROR_LANG_REPLACE_STOP_0 = "GUI_CODEMIRROR_LANG_REPLACE_STOP_0"; 055 056 /** Message constant for key in the resource bundle. */ 057 public static final String GUI_CODEMIRROR_LANG_REPLACE_WITH_0 = "GUI_CODEMIRROR_LANG_REPLACE_WITH_0"; 058 059 /** Message constant for key in the resource bundle. */ 060 public static final String GUI_CODEMIRROR_LANG_REPLACE_YES_0 = "GUI_CODEMIRROR_LANG_REPLACE_YES_0"; 061 062 /** Message constant for key in the resource bundle. */ 063 public static final String GUI_CODEMIRROR_LANG_SEARCH_0 = "GUI_CODEMIRROR_LANG_SEARCH_0"; 064 065 /** Message constant for key in the resource bundle. */ 066 public static final String GUI_CODEMIRROR_SHORTCUT_FIND_NEXT_0 = "GUI_CODEMIRROR_SHORTCUT_FIND_NEXT_0"; 067 068 /** Message constant for key in the resource bundle. */ 069 public static final String GUI_CODEMIRROR_SHORTCUT_FIND_NEXT_HELP_0 = "GUI_CODEMIRROR_SHORTCUT_FIND_NEXT_HELP_0"; 070 071 /** Message constant for key in the resource bundle. */ 072 public static final String GUI_CODEMIRROR_SHORTCUT_FIND_PREVIOUS_0 = "GUI_CODEMIRROR_SHORTCUT_FIND_PREVIOUS_0"; 073 074 /** Message constant for key in the resource bundle. */ 075 public static final String GUI_CODEMIRROR_SHORTCUT_FIND_PREVIOUS_HELP_0 = "GUI_CODEMIRROR_SHORTCUT_FIND_PREVIOUS_HELP_0"; 076 077 /** Message constant for key in the resource bundle. */ 078 public static final String GUI_CODEMIRROR_SHORTCUT_REPLACE_0 = "GUI_CODEMIRROR_SHORTCUT_REPLACE_0"; 079 080 /** Message constant for key in the resource bundle. */ 081 public static final String GUI_CODEMIRROR_SHORTCUT_REPLACE_ALL_0 = "GUI_CODEMIRROR_SHORTCUT_REPLACE_ALL_0"; 082 083 /** Message constant for key in the resource bundle. */ 084 public static final String GUI_CODEMIRROR_SHORTCUT_REPLACE_ALL_HELP_0 = "GUI_CODEMIRROR_SHORTCUT_REPLACE_ALL_HELP_0"; 085 086 /** Message constant for key in the resource bundle. */ 087 public static final String GUI_CODEMIRROR_SHORTCUT_REPLACE_HELP_0 = "GUI_CODEMIRROR_SHORTCUT_REPLACE_HELP_0"; 088 089 /** Message constant for key in the resource bundle. */ 090 public static final String GUI_CODEMIRROR_SHORTCUT_SEARCH_0 = "GUI_CODEMIRROR_SHORTCUT_SEARCH_0"; 091 092 /** Message constant for key in the resource bundle. */ 093 public static final String GUI_CODEMIRROR_SHORTCUT_SEARCH_HELP_0 = "GUI_CODEMIRROR_SHORTCUT_SEARCH_HELP_0"; 094 095 /** Message constant for key in the resource bundle. */ 096 public static final String GUI_COPY_TO_CLIPBOARD_0 = "GUI_COPY_TO_CLIPBOARD_0"; 097 098 /** Message constant for key in the resource bundle. */ 099 public static final String GUI_COPY_TO_CLIPBOARD_DESCRIPTION_0 = "GUI_COPY_TO_CLIPBOARD_DESCRIPTION_0"; 100 101 /** Message constant for key in the resource bundle. */ 102 public static final String GUI_ERROR_DIALOG_MESSAGE_0 = "GUI_ERROR_DIALOG_MESSAGE_0"; 103 104 /** Message constant for key in the resource bundle. */ 105 public static final String GUI_FILE_SELECT_CAPTION_0 = "GUI_FILE_SELECT_CAPTION_0"; 106 107 /** Message constant for key in the resource bundle. */ 108 public static final String GUI_FOLDER_SELECT_CAPTION_0 = "GUI_FOLDER_SELECT_CAPTION_0"; 109 110 /** Message constant for key in the resource bundle. */ 111 public static final String GUI_INFO_BUTTON_CAPTION_0 = "GUI_INFO_BUTTON_CAPTION_0"; 112 113 /** Message constant for key in the resource bundle. */ 114 public static final String GUI_NOT_EDITABLE_ONLINE_0 = "GUI_NOT_EDITABLE_ONLINE_0"; 115 116 /** Message constant for key in the resource bundle. */ 117 public static final String GUI_USER_EDIT_0 = "GUI_USER_EDIT_0"; 118 119 /** Message constant for key in the resource bundle. */ 120 public static final String GUI_USER_INFO_DELETE_IMAGE_0 = "GUI_USER_INFO_DELETE_IMAGE_0"; 121 122 /** Message constant for key in the resource bundle. */ 123 public static final String GUI_USER_INFO_NO_UPLOAD_0 = "GUI_USER_INFO_NO_UPLOAD_0"; 124 125 /** Message constant for key in the resource bundle. */ 126 public static final String GUI_USER_INFO_ONLINE_SINCE_1 = "GUI_USER_INFO_ONLINE_SINCE_1"; 127 128 /** Message constant for key in the resource bundle. */ 129 public static final String GUI_USER_INFO_UPLOAD_IMAGE_0 = "GUI_USER_INFO_UPLOAD_IMAGE_0"; 130 131 /** Message constant for key in the resource bundle. */ 132 public static final String GUI_USER_INFO_UPLOAD_IMAGE_DIALOG_TITLE_0 = "GUI_USER_INFO_UPLOAD_IMAGE_DIALOG_TITLE_0"; 133 134 /** Name of the used resource bundle. */ 135 private static final String BUNDLE_NAME = "org.opencms.ui.components.messages"; 136 137 /** Static instance member. */ 138 private static final I_CmsMessageBundle INSTANCE = new Messages(); 139 140 /** 141 * Hides the public constructor for this utility class.<p> 142 */ 143 private Messages() { 144 145 // hide the constructor 146 } 147 148 /** 149 * Returns an instance of this localized message accessor.<p> 150 * 151 * @return an instance of this localized message accessor 152 */ 153 public static I_CmsMessageBundle get() { 154 155 return INSTANCE; 156 } 157 158 /** 159 * Returns the bundle name for this OpenCms package.<p> 160 * 161 * @return the bundle name for this OpenCms package 162 */ 163 public String getBundleName() { 164 165 return BUNDLE_NAME; 166 } 167 168}