org.opencms.ui.editors.messagebundle.Messages Maven / Gradle / Ivy
Show all versions of opencms-test Show documentation
package org.opencms.ui.editors.messagebundle;
import org.opencms.i18n.A_CmsMessageBundle;
import org.opencms.i18n.I_CmsMessageBundle;
/**
* Convenience class to access the localized messages of this OpenCms package.
*
* @since 10.0.0
*/
public final class Messages extends A_CmsMessageBundle {
/** Name of the used resource bundle. */
private static final String BUNDLE_NAME = "org.opencms.ui.editors.messagebundle.messages";
/** Message constant for key in the resource bundle. */
public static final String ERR_LOADING_BUNDLE_CMS_OBJECT_NULL_0 = "ERR_LOADING_BUNDLE_CMS_OBJECT_NULL_0";
/** Static instance member. */
private static final I_CmsMessageBundle INSTANCE = new Messages();
/** Message constant for key in the resource bundle. */
public static final String ERR_FILE_NOT_A_BUNDLE_1 = "ERR_FILE_NOT_A_BUNDLE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_LOADING_BUNDLE_FILENAME_NULL_0 = "ERR_LOADING_BUNDLE_FILENAME_NULL_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COLUMN_HEADER_KEY_0 = "GUI_COLUMN_HEADER_KEY_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COLUMN_HEADER_DESCRIPTION_0 = "GUI_COLUMN_HEADER_DESCRIPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COLUMN_HEADER_TRANSLATION_0 = "GUI_COLUMN_HEADER_TRANSLATION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COLUMN_HEADER_DEFAULT_0 = "GUI_COLUMN_HEADER_DEFAULT_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_APP_TITLE_0 = "GUI_APP_TITLE_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_UNLOCKING_RESOURCES_0 = "ERR_UNLOCKING_RESOURCES_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_LOADING_RESOURCES_0 = "ERR_LOADING_RESOURCES_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_SAVING_CHANGES_0 = "ERR_SAVING_CHANGES_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_BUNDLE_DESCRIPTOR_NOT_UNIQUE_1 = "ERR_BUNDLE_DESCRIPTOR_NOT_UNIQUE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_UNSUPPORTED_BUNDLE_TYPE_1 = "ERR_UNSUPPORTED_BUNDLE_TYPE_1";
/** Message constant for key in the resource bundle. */
public static final String GUI_LANGUAGE_SWITCHER_LABEL_0 = "GUI_LANGUAGE_SWITCHER_LABEL_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_VIEW_SWITCHER_LABEL_0 = "GUI_VIEW_SWITCHER_LABEL_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_VIEW_SWITCHER_EDITMODE_DEFAULT_0 = "GUI_VIEW_SWITCHER_EDITMODE_DEFAULT_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_VIEW_SWITCHER_EDITMODE_MASTER_0 = "GUI_VIEW_SWITCHER_EDITMODE_MASTER_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_KEYSET_SWITCHER_LABEL_0 = "GUI_KEYSET_SWITCHER_LABEL_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_KEYSET_SWITCHER_MODE_ALL_0 = "GUI_KEYSET_SWITCHER_MODE_ALL_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_KEYSET_SWITCHER_MODE_ONLY_USED_0 = "GUI_KEYSET_SWITCHER_MODE_ONLY_USED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_ADD_KEY_0 = "GUI_ADD_KEY_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_REMOVE_ROW_0 = "GUI_REMOVE_ROW_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_DEFAULT_LOCALE_0 = "GUI_DEFAULT_LOCALE_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_RESOURCE_HAS_WRONG_TYPE_2 = "ERR_RESOURCE_HAS_WRONG_TYPE_2";
/** Message constant for key in the resource bundle. */
public static final String GUI_PLEASE_ADD_VALUE_0 = "GUI_PLEASE_ADD_VALUE_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_MODE_CHANGE_NOT_POSSIBLE_0 = "ERR_MODE_CHANGE_NOT_POSSIBLE_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_BUNDLE_DESCRIPTOR_SEARCH_ERROR_0 = "ERR_BUNDLE_DESCRIPTOR_SEARCH_ERROR_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_READING_PROPERTY_FOR_DEFAULT_LOCALE_2 = "ERR_READING_PROPERTY_FOR_DEFAULT_LOCALE_2";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_SWITCHED_LOCALE_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_SWITCHED_LOCALE_CAPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_SWITCHED_LOCALE_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_SWITCHED_LOCALE_DESCRIPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_FILTER_SHOW_ALL = "GUI_FILTER_SHOW_ALL";
/** Message constant for key in the resource bundle. */
public static final String GUI_FILENAME_LABEL_0 = "GUI_FILENAME_LABEL_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_INVALID_KEY_0 = "GUI_INVALID_KEY_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_ADD_DESCRIPTOR_0 = "GUI_ADD_DESCRIPTOR_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETING_DESCRIPTOR_0 = "ERR_DELETING_DESCRIPTOR_0";
/** Message constant for key in the resource bundle. */
protected static final String ERR_BUNDLE_DESCRIPTOR_CREATION_FAILED_0 = "ERR_BUNDLE_DESCRIPTOR_CREATION_FAILED_0";
/** Message constant for key in the resource bundle. */
protected static final String ERR_BUNDLE_DESCRIPTOR_CREATION_FAILED_DESCRIPTION_0 = "ERR_BUNDLE_DESCRIPTOR_CREATION_FAILED_DESCRIPTION_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_READING_FILE_UNSUPPORTED_ENCODING_2 = "ERR_READING_FILE_UNSUPPORTED_ENCODING_2";
/** Message constant for key in the resource bundle. */
public static final String GUI_BUTTON_SAVE_0 = "GUI_BUTTON_SAVE_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_BUTTON_SAVE_AND_EXIT_0 = "GUI_BUTTON_SAVE_AND_EXIT_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_BUTTON_CANCEL_0 = "GUI_BUTTON_CANCEL_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADY_EXISTS_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADY_EXISTS_CAPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADY_EXISTS_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADY_EXISTS_DESCRIPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_RENAMING_FAILED_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_RENAMING_FAILED_CAPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_RENAMING_FAILED_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_RENAMING_FAILED_DESCRIPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_LOCALE_SWITCHING_FAILED_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_LOCALE_SWITCHING_FAILED_CAPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_LOCALE_SWITCHING_FAILED_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_LOCALE_SWITCHING_FAILED_DESCRIPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_REMOVE_ENTRY_FAILED_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_REMOVE_ENTRY_FAILED_CAPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_REMOVE_ENTRY_FAILED_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_REMOVE_ENTRY_FAILED_DESCRIPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADEY_EXISTS_CAPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADEY_EXISTS_CAPTION_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADEY_EXISTS_DESCRIPTION_1 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_ALREADEY_EXISTS_DESCRIPTION_1";
/** Message constant for key in the resource bundle. */
public static final String GUI_CAPTION_ADD_KEY_0 = "GUI_CAPTION_ADD_KEY_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_INPUT_PROMPT_ADD_KEY_0 = "GUI_INPUT_PROMPT_ADD_KEY_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_SUCCESSFULLY_ADDED_1 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_KEY_SUCCESSFULLY_ADDED_1";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EMPTY_KEY_SUCCESSFULLY_ADDED_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EMPTY_KEY_SUCCESSFULLY_ADDED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_CONVERT_TO_PROPERTY_BUNDLE_0 = "GUI_CONVERT_TO_PROPERTY_BUNDLE_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_BUNDLE_EDITOR_CONTEXT_COPY_LOCALE_0 = "GUI_BUNDLE_EDITOR_CONTEXT_COPY_LOCALE_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_BUTTON_PUBLISH_0 = "GUI_BUTTON_PUBLISH_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EDITING_NOT_POSSIBLE_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EDITING_NOT_POSSIBLE_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EDITING_NOT_POSSIBLE_DESCRIPTION_0 = "GUI_NOTIFICATION_MESSAGEBUNDLEEDITOR_EDITING_NOT_POSSIBLE_DESCRIPTION_0";
/**
* Hides the public constructor for this utility class.
*/
private Messages() {
// hide the constructor
}
/**
* Returns an instance of this localized message accessor.
*
* @return an instance of this localized message accessor
*/
public static I_CmsMessageBundle get() {
return INSTANCE;
}
/**
* @see org.opencms.i18n.I_CmsMessageBundle#getBundleName()
*/
public String getBundleName() {
return BUNDLE_NAME;
}
}