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.xml.content; 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_COULD_NOT_RESOLVE_ID_1 = "ERR_COULD_NOT_RESOLVE_ID_1"; 042 043 /** Message constant for key in the resource bundle. */ 044 public static final String ERR_UNABLE_TO_INITIALIZE_CMSOBJECT_1 = "ERR_UNABLE_TO_INITIALIZE_CMSOBJECT_1"; 045 046 /** Message constant for key in the resource bundle. */ 047 public static final String ERR_XML_SCHEMA_COULD_NOT_PARSE_PROPERTY_CONFIG_1 = "ERR_XML_SCHEMA_COULD_NOT_PARSE_PROPERTY_CONFIG_1"; 048 049 /** Message constant for key in the resource bundle. */ 050 public static final String ERR_XML_SCHEMA_IO_1 = "ERR_XML_SCHEMA_IO_1"; 051 052 /** Message constant for key in the resource bundle. */ 053 public static final String ERR_XML_SCHEMA_MAPPING_CLASS_NOT_EXIST_3 = "ERR_XML_SCHEMA_MAPPING_CLASS_NOT_EXIST_3"; 054 055 /** Message constant for key in the resource bundle. */ 056 public static final String ERR_XML_SCHEMA_MAPPING_TYPE_NOT_EXIST_3 = "ERR_XML_SCHEMA_MAPPING_TYPE_NOT_EXIST_3"; 057 058 /** Message constant for key in the resource bundle. */ 059 public static final String ERR_XML_SCHEMA_PARSE_1 = "ERR_XML_SCHEMA_PARSE_1"; 060 061 /** Message constant for key in the resource bundle. */ 062 public static final String ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_2 = "ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_2"; 063 064 /** Message constant for key in the resource bundle. */ 065 public static final String ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_3 = "ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_3"; 066 067 /** Message constant for key in the resource bundle. */ 068 public static final String ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_CHOICE_3 = "ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_CHOICE_3"; 069 070 /** Message constant for key in the resource bundle. */ 071 public static final String ERR_XMLCONTENT_BAD_FIELD_NAME_1 = "ERR_XMLCONTENT_BAD_FIELD_NAME_1"; 072 073 /** Message constant for key in the resource bundle. */ 074 public static final String ERR_XMLCONTENT_CHECK_INVALID_ELEM_1 = "ERR_XMLCONTENT_CHECK_INVALID_ELEM_1"; 075 076 /** Message constant for key in the resource bundle. */ 077 public static final String ERR_XMLCONTENT_CHECK_INVALID_TYPE_1 = "ERR_XMLCONTENT_CHECK_INVALID_TYPE_1"; 078 079 /** Message constant for key in the resource bundle. */ 080 public static final String ERR_XMLCONTENT_CHECK_NOT_EMPTY_DOC_0 = "ERR_XMLCONTENT_CHECK_NOT_EMPTY_DOC_0"; 081 082 /** Message constant for key in the resource bundle. */ 083 public static final String ERR_XMLCONTENT_CHECK_NOT_OPTIONAL_1 = "ERR_XMLCONTENT_CHECK_NOT_OPTIONAL_1"; 084 085 /** Message constant for key in the resource bundle. */ 086 public static final String ERR_XMLCONTENT_CONFIG_ELEM_UNKNOWN_1 = "ERR_XMLCONTENT_CONFIG_ELEM_UNKNOWN_1"; 087 088 /** Message constant for key in the resource bundle. */ 089 public static final String ERR_XMLCONTENT_ELEM_MAXOCCURS_2 = "ERR_XMLCONTENT_ELEM_MAXOCCURS_2"; 090 091 /** Message constant for key in the resource bundle. */ 092 public static final String ERR_XMLCONTENT_ELEM_MINOCCURS_2 = "ERR_XMLCONTENT_ELEM_MINOCCURS_2"; 093 094 /** Message constant for key in the resource bundle. */ 095 public static final String ERR_XMLCONTENT_INVALID_CUSTOM_CLASS_3 = "ERR_XMLCONTENT_INVALID_CUSTOM_CLASS_3"; 096 097 /** Message constant for key in the resource bundle. */ 098 public static final String ERR_XMLCONTENT_INVALID_ELEM_DEFAULT_1 = "ERR_XMLCONTENT_INVALID_ELEM_DEFAULT_1"; 099 100 /** Message constant for key in the resource bundle. */ 101 public static final String ERR_XMLCONTENT_INVALID_ELEM_LAYOUTWIDGET_1 = "ERR_XMLCONTENT_INVALID_ELEM_LAYOUTWIDGET_1"; 102 103 /** Message constant for key in the resource bundle. */ 104 public static final String ERR_XMLCONTENT_INVALID_ELEM_MAPPING_1 = "ERR_XMLCONTENT_INVALID_ELEM_MAPPING_1"; 105 106 /** Message constant for key in the resource bundle. */ 107 public static final String ERR_XMLCONTENT_INVALID_ELEM_SEARCHSETTINGS_1 = "ERR_XMLCONTENT_INVALID_ELEM_SEARCHSETTINGS_1"; 108 109 public static final String ERR_XMLCONTENT_VERSION_TRANSFORMATION_ERROR_1 = "ERR_XMLCONTENT_VERSION_TRANSFORMATION_ERROR_1"; 110 111 /** Message constant for key in the resource bundle. */ 112 public static final String ERR_XMLCONTENT_INVALID_ELEM_VALIDATION_1 = "ERR_XMLCONTENT_INVALID_ELEM_VALIDATION_1"; 113 114 /** Message constant for key in the resource bundle. */ 115 public static final String ERR_XMLCONTENT_INVALID_ENC_1 = "ERR_XMLCONTENT_INVALID_ENC_1"; 116 117 /** Message constant for key in the resource bundle. */ 118 public static final String ERR_XMLCONTENT_INVALID_TYPE_1 = "ERR_XMLCONTENT_INVALID_TYPE_1"; 119 120 /** Message constant for key in the resource bundle. */ 121 public static final String ERR_XMLCONTENT_INVALID_WIDGET_3 = "ERR_XMLCONTENT_INVALID_WIDGET_3"; 122 123 /** Message constant for key in the resource bundle. */ 124 public static final String ERR_XMLCONTENT_MISSING_LOCALE_1 = "ERR_XMLCONTENT_MISSING_LOCALE_1"; 125 126 /** Message constant for key in the resource bundle. */ 127 public static final String ERR_XMLCONTENT_MISSING_MODELFOLDER_URI_2 = "ERR_XMLCONTENT_MISSING_MODELFOLDER_URI_2"; 128 129 /** Message constant for key in the resource bundle. */ 130 public static final String ERR_XMLCONTENT_MISSING_PREVIEW_URI_2 = "ERR_XMLCONTENT_MISSING_PREVIEW_URI_2"; 131 132 /** Message constant for key in the resource bundle. */ 133 public static final String ERR_XMLCONTENT_MISSING_RESOURCE_BUNDLE_NAME_2 = "ERR_XMLCONTENT_MISSING_RESOURCE_BUNDLE_NAME_2"; 134 135 /** Message constant for key in the resource bundle. */ 136 public static final String ERR_XMLCONTENT_MISSING_SCHEMA_0 = "ERR_XMLCONTENT_MISSING_SCHEMA_0"; 137 138 /** Message constant for key in the resource bundle. */ 139 public static final String ERR_XMLCONTENT_RESOLVE_FILE_NOT_FOUND_0 = "ERR_XMLCONTENT_RESOLVE_FILE_NOT_FOUND_0"; 140 141 /** Message constant for key in the resource bundle. */ 142 public static final String ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_1 = "ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_1"; 143 144 /** Message constant for key in the resource bundle. */ 145 public static final String ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_SCHEMA_1 = "ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_SCHEMA_1"; 146 147 /** Message constant for key in the resource bundle. */ 148 public static final String ERR_XMLCONTENT_UNMARSHAL_1 = "ERR_XMLCONTENT_UNMARSHAL_1"; 149 150 /** Message constant for key in the resource bundle. */ 151 public static final String GUI_CATEGORY_CHECK_EMPTY_ERROR_0 = "GUI_CATEGORY_CHECK_EMPTY_ERROR_0"; 152 153 /** Message constant for key in the resource bundle. */ 154 public static final String GUI_CATEGORY_CHECK_NOLEAF_ERROR_0 = "GUI_CATEGORY_CHECK_NOLEAF_ERROR_0"; 155 156 public static final String GUI_EDITOR_XMLCONTENT_CANNOT_VALIDATE_ERROR_3 = "GUI_EDITOR_XMLCONTENT_CANNOT_VALIDATE_ERROR_3"; 157 158 public static final String GUI_EDITOR_XMLCONTENT_INVALID_RULE_3 = "GUI_EDITOR_XMLCONTENT_INVALID_RULE_3"; 159 160 /** Message constant for key in the resource bundle. */ 161 public static final String GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_2 = "GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_2"; 162 163 /** Message constant for key in the resource bundle. */ 164 public static final String GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0 = "GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0"; 165 166 /** Message constant for key in the resource bundle. */ 167 public static final String GUI_EDITOR_XMLCONTENT_VALIDATION_WARNING_2 = "GUI_EDITOR_XMLCONTENT_VALIDATION_WARNING_2"; 168 169 /** Message constant for key in the resource bundle. */ 170 public static final String GUI_XMLCONTENT_CHECK_ERROR_0 = "GUI_XMLCONTENT_CHECK_ERROR_0"; 171 172 /** Message constant for key in the resource bundle. */ 173 public static final String GUI_XMLCONTENT_CHECK_WARNING_EXPIRED_0 = "GUI_XMLCONTENT_CHECK_WARNING_EXPIRED_0"; 174 175 /** Message constant for key in the resource bundle. */ 176 public static final String GUI_XMLCONTENT_CHECK_WARNING_NOT_RELEASED_0 = "GUI_XMLCONTENT_CHECK_WARNING_NOT_RELEASED_0"; 177 178 /** Message constant for key in the resource bundle. */ 179 public static final String LOG_XMLCONTENT_CHECK_PARENT_2 = "LOG_XMLCONTENT_CHECK_PARENT_2"; 180 181 /** Message constant for key in the resource bundle. */ 182 public static final String LOG_XMLCONTENT_CHECK_RULE_MATCH_1 = "LOG_XMLCONTENT_CHECK_RULE_MATCH_1"; 183 184 /** Message constant for key in the resource bundle. */ 185 public static final String LOG_XMLCONTENT_CHECK_WARNING_2 = "LOG_XMLCONTENT_CHECK_WARNING_2"; 186 187 /** Message constant for key in the resource bundle. */ 188 public static final String LOG_XMLCONTENT_INIT_BOOKMARKS_0 = "LOG_XMLCONTENT_INIT_BOOKMARKS_0"; 189 190 /** Message constant for key in the resource bundle. */ 191 public static final String LOG_XMLCONTENT_INVALID_ELEM_2 = "LOG_XMLCONTENT_INVALID_ELEM_2"; 192 193 /** Message constant for key in the resource bundle. */ 194 public static final String LOG_XMLCONTENT_RESOLVE_MAPPING_1 = "LOG_XMLCONTENT_RESOLVE_MAPPING_1"; 195 196 /** Message constant for key in the resource bundle. */ 197 public static final String LOG_XMLCONTENT_VALIDATION_ERR_2 = "LOG_XMLCONTENT_VALIDATION_ERR_2"; 198 199 /** Message constant for key in the resource bundle. */ 200 public static final String LOG_XMLCONTENT_VALIDATION_WARN_2 = "LOG_XMLCONTENT_VALIDATION_WARN_2"; 201 202 /** Message constant for key in the resource bundle. */ 203 public static final String LOG_XMLCONTENT_VISIT_1 = "LOG_XMLCONTENT_VISIT_1"; 204 205 /** Name of the used resource bundle. */ 206 private static final String BUNDLE_NAME = "org.opencms.xml.content.messages"; 207 208 /** Static instance member. */ 209 private static final I_CmsMessageBundle INSTANCE = new Messages(); 210 211 /** 212 * Hides the public constructor for this utility class.<p> 213 */ 214 private Messages() { 215 216 // hide the constructor 217 } 218 219 /** 220 * Returns an instance of this localized message accessor.<p> 221 * 222 * @return an instance of this localized message accessor 223 */ 224 public static I_CmsMessageBundle get() { 225 226 return INSTANCE; 227 } 228 229 /** 230 * Returns the bundle name for this OpenCms package.<p> 231 * 232 * @return the bundle name for this OpenCms package 233 */ 234 public String getBundleName() { 235 236 return BUNDLE_NAME; 237 } 238}