001 002package org.opencms.ui.editors.messagebundle; 003 004import org.opencms.i18n.A_CmsMessageBundle; 005import org.opencms.i18n.I_CmsMessageBundle; 006 007/** 008 * Convenience class to access the localized messages of this OpenCms package.<p> 009 * 010 * @since 10.0.0 011 */ 012public final class Messages extends A_CmsMessageBundle { 013 014 /** Name of the used resource bundle. */ 015 private static final String BUNDLE_NAME = "org.opencms.ui.editors.messagebundle.messages"; 016 017 /** Message constant for key in the resource bundle. */ 018 public static final String ERR_LOADING_BUNDLE_CMS_OBJECT_NULL_0 = "ERR_LOADING_BUNDLE_CMS_OBJECT_NULL_0"; 019 020 /** Static instance member. */ 021 private static final I_CmsMessageBundle INSTANCE = new Messages(); 022 023 /** Message constant for key in the resource bundle. */ 024 public static final String ERR_FILE_NOT_A_BUNDLE_1 = "ERR_FILE_NOT_A_BUNDLE_1"; 025 /** Message constant for key in the resource bundle. */ 026 public static final String ERR_LOADING_BUNDLE_FILENAME_NULL_0 = "ERR_LOADING_BUNDLE_FILENAME_NULL_0"; 027 /** Message constant for key in the resource bundle. */ 028 public static final String GUI_COLUMN_HEADER_KEY_0 = "GUI_COLUMN_HEADER_KEY_0"; 029 /** Message constant for key in the resource bundle. */ 030 public static final String GUI_COLUMN_HEADER_DESCRIPTION_0 = "GUI_COLUMN_HEADER_DESCRIPTION_0"; 031 /** Message constant for key in the resource bundle. */ 032 public static final String GUI_COLUMN_HEADER_TRANSLATION_0 = "GUI_COLUMN_HEADER_TRANSLATION_0"; 033 /** Message constant for key in the resource bundle. */ 034 public static final String GUI_COLUMN_HEADER_DEFAULT_0 = "GUI_COLUMN_HEADER_DEFAULT_0"; 035 /** Message constant for key in the resource bundle. */ 036 public static final String GUI_APP_TITLE_0 = "GUI_APP_TITLE_0"; 037 038 /** Message constant for key in the resource bundle. */ 039 public static final String ERR_UNLOCKING_RESOURCES_0 = "ERR_UNLOCKING_RESOURCES_0"; 040 /** Message constant for key in the resource bundle. */ 041 public static final String ERR_LOADING_RESOURCES_0 = "ERR_LOADING_RESOURCES_0"; 042 /** Message constant for key in the resource bundle. */ 043 public static final String ERR_SAVING_CHANGES_0 = "ERR_SAVING_CHANGES_0"; 044 /** Message constant for key in the resource bundle. */ 045 public static final String ERR_BUNDLE_DESCRIPTOR_NOT_UNIQUE_1 = "ERR_BUNDLE_DESCRIPTOR_NOT_UNIQUE_1"; 046 /** Message constant for key in the resource bundle. */ 047 public static final String ERR_UNSUPPORTED_BUNDLE_TYPE_1 = "ERR_UNSUPPORTED_BUNDLE_TYPE_1"; 048 /** Message constant for key in the resource bundle. */ 049 public static final String GUI_LANGUAGE_SWITCHER_LABEL_0 = "GUI_LANGUAGE_SWITCHER_LABEL_0"; 050 /** Message constant for key in the resource bundle. */ 051 public static final String GUI_VIEW_SWITCHER_LABEL_0 = "GUI_VIEW_SWITCHER_LABEL_0"; 052 /** Message constant for key in the resource bundle. */ 053 public static final String GUI_VIEW_SWITCHER_EDITMODE_DEFAULT_0 = "GUI_VIEW_SWITCHER_EDITMODE_DEFAULT_0"; 054 /** Message constant for key in the resource bundle. */ 055 public static final String GUI_VIEW_SWITCHER_EDITMODE_MASTER_0 = "GUI_VIEW_SWITCHER_EDITMODE_MASTER_0"; 056 /** Message constant for key in the resource bundle. */ 057 public static final String GUI_KEYSET_SWITCHER_LABEL_0 = "GUI_KEYSET_SWITCHER_LABEL_0"; 058 /** Message constant for key in the resource bundle. */ 059 public static final String GUI_KEYSET_SWITCHER_MODE_ALL_0 = "GUI_KEYSET_SWITCHER_MODE_ALL_0"; 060 /** Message constant for key in the resource bundle. */ 061 public static final String GUI_KEYSET_SWITCHER_MODE_ONLY_USED_0 = "GUI_KEYSET_SWITCHER_MODE_ONLY_USED_0"; 062 /** Message constant for key in the resource bundle. */ 063 public static final String GUI_ADD_KEY_0 = "GUI_ADD_KEY_0"; 064 /** Message constant for key in the resource bundle. */ 065 public static final String GUI_REMOVE_ROW_0 = "GUI_REMOVE_ROW_0"; 066 /** Message constant for key in the resource bundle. */ 067 public static final String GUI_DEFAULT_LOCALE_0 = "GUI_DEFAULT_LOCALE_0"; 068 /** Message constant for key in the resource bundle. */ 069 public static final String ERR_RESOURCE_HAS_WRONG_TYPE_2 = "ERR_RESOURCE_HAS_WRONG_TYPE_2"; 070 /** Message constant for key in the resource bundle. */ 071 public static final String GUI_PLEASE_ADD_VALUE_0 = "GUI_PLEASE_ADD_VALUE_0"; 072 /** Message constant for key in the resource bundle. */ 073 public static final String ERR_MODE_CHANGE_NOT_POSSIBLE_0 = "ERR_MODE_CHANGE_NOT_POSSIBLE_0"; 074 /** Message constant for key in the resource bundle. */ 075 public static final String ERR_BUNDLE_DESCRIPTOR_SEARCH_ERROR_0 = "ERR_BUNDLE_DESCRIPTOR_SEARCH_ERROR_0"; 076 /** Message constant for key in the resource bundle. */ 077 public static final String ERR_READING_PROPERTY_FOR_DEFAULT_LOCALE_2 = "ERR_READING_PROPERTY_FOR_DEFAULT_LOCALE_2"; 078 /** Message constant for key in the resource bundle. */ 079 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_SWITCHED_LOCALE_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_SWITCHED_LOCALE_CAPTION_0"; 080 /** Message constant for key in the resource bundle. */ 081 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_SWITCHED_LOCALE_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_SWITCHED_LOCALE_DESCRIPTION_0"; 082 /** Message constant for key in the resource bundle. */ 083 public static final String GUI_FILTER_SHOW_ALL = "GUI_FILTER_SHOW_ALL"; 084 /** Message constant for key in the resource bundle. */ 085 public static final String GUI_FILENAME_LABEL_0 = "GUI_FILENAME_LABEL_0"; 086 /** Message constant for key in the resource bundle. */ 087 public static final String GUI_INVALID_KEY_0 = "GUI_INVALID_KEY_0"; 088 /** Message constant for key in the resource bundle. */ 089 public static final String GUI_ADD_DESCRIPTOR_0 = "GUI_ADD_DESCRIPTOR_0"; 090 /** Message constant for key in the resource bundle. */ 091 public static final String ERR_DELETING_DESCRIPTOR_0 = "ERR_DELETING_DESCRIPTOR_0"; 092 /** Message constant for key in the resource bundle. */ 093 protected static final String ERR_BUNDLE_DESCRIPTOR_CREATION_FAILED_0 = "ERR_BUNDLE_DESCRIPTOR_CREATION_FAILED_0"; 094 /** Message constant for key in the resource bundle. */ 095 protected static final String ERR_BUNDLE_DESCRIPTOR_CREATION_FAILED_DESCRIPTION_0 = "ERR_BUNDLE_DESCRIPTOR_CREATION_FAILED_DESCRIPTION_0"; 096 /** Message constant for key in the resource bundle. */ 097 public static final String ERR_READING_FILE_UNSUPPORTED_ENCODING_2 = "ERR_READING_FILE_UNSUPPORTED_ENCODING_2"; 098 /** Message constant for key in the resource bundle. */ 099 public static final String GUI_BUTTON_SAVE_0 = "GUI_BUTTON_SAVE_0"; 100 /** Message constant for key in the resource bundle. */ 101 public static final String GUI_BUTTON_SAVE_AND_EXIT_0 = "GUI_BUTTON_SAVE_AND_EXIT_0"; 102 /** Message constant for key in the resource bundle. */ 103 public static final String GUI_BUTTON_CANCEL_0 = "GUI_BUTTON_CANCEL_0"; 104 /** Message constant for key in the resource bundle. */ 105 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADY_EXISTS_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADY_EXISTS_CAPTION_0"; 106 /** Message constant for key in the resource bundle. */ 107 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADY_EXISTS_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADY_EXISTS_DESCRIPTION_0"; 108 /** Message constant for key in the resource bundle. */ 109 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_RENAMING_FAILED_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_RENAMING_FAILED_CAPTION_0"; 110 /** Message constant for key in the resource bundle. */ 111 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_RENAMING_FAILED_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_RENAMING_FAILED_DESCRIPTION_0"; 112 /** Message constant for key in the resource bundle. */ 113 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_LOCALE_SWITCHING_FAILED_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_LOCALE_SWITCHING_FAILED_CAPTION_0"; 114 /** Message constant for key in the resource bundle. */ 115 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_LOCALE_SWITCHING_FAILED_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_LOCALE_SWITCHING_FAILED_DESCRIPTION_0"; 116 /** Message constant for key in the resource bundle. */ 117 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_REMOVE_ENTRY_FAILED_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_REMOVE_ENTRY_FAILED_CAPTION_0"; 118 /** Message constant for key in the resource bundle. */ 119 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_REMOVE_ENTRY_FAILED_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_REMOVE_ENTRY_FAILED_DESCRIPTION_0"; 120 /** Message constant for key in the resource bundle. */ 121 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADEY_EXISTS_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADEY_EXISTS_CAPTION_0"; 122 /** Message constant for key in the resource bundle. */ 123 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADEY_EXISTS_DESCRIPTION_1 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADEY_EXISTS_DESCRIPTION_1"; 124 /** Message constant for key in the resource bundle. */ 125 public static final String GUI_CAPTION_ADD_KEY_0 = "GUI_CAPTION_ADD_KEY_0"; 126 /** Message constant for key in the resource bundle. */ 127 public static final String GUI_INPUT_PROMPT_ADD_KEY_0 = "GUI_INPUT_PROMPT_ADD_KEY_0"; 128 /** Message constant for key in the resource bundle. */ 129 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_SUCCESSFULLY_ADDED_1 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_SUCCESSFULLY_ADDED_1"; 130 /** Message constant for key in the resource bundle. */ 131 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EMPTY_KEY_SUCCESSFULLY_ADDED_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EMPTY_KEY_SUCCESSFULLY_ADDED_0"; 132 /** Message constant for key in the resource bundle. */ 133 public static final String GUI_CONVERT_TO_PROPERTY_BUNDLE_0 = "GUI_CONVERT_TO_PROPERTY_BUNDLE_0"; 134 /** Message constant for key in the resource bundle. */ 135 public static final String GUI_BUNDLE_EDITOR_CONTEXT_COPY_LOCALE_0 = "GUI_BUNDLE_EDITOR_CONTEXT_COPY_LOCALE_0"; 136 /** Message constant for key in the resource bundle. */ 137 public static final String GUI_BUTTON_PUBLISH_0 = "GUI_BUTTON_PUBLISH_0"; 138 /** Message constant for key in the resource bundle. */ 139 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EDITING_NOT_POSSIBLE_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EDITING_NOT_POSSIBLE_0"; 140 /** Message constant for key in the resource bundle. */ 141 public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EDITING_NOT_POSSIBLE_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EDITING_NOT_POSSIBLE_DESCRIPTION_0"; 142 143 /** 144 * Hides the public constructor for this utility class.<p> 145 */ 146 private Messages() { 147 148 // hide the constructor 149 } 150 151 /** 152 * Returns an instance of this localized message accessor.<p> 153 * 154 * @return an instance of this localized message accessor 155 */ 156 public static I_CmsMessageBundle get() { 157 158 return INSTANCE; 159 } 160 161 /** 162 * @see org.opencms.i18n.I_CmsMessageBundle#getBundleName() 163 */ 164 public String getBundleName() { 165 166 return BUNDLE_NAME; 167 } 168}