⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 messages.java

📁 cms是开源的框架
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/*
 * File   : $Source: /usr/local/cvs/opencms/src/org/opencms/main/Messages.java,v $
 * Date   : $Date: 2006/04/28 15:20:52 $
 * Version: $Revision: 1.29 $
 *
 * This library is part of OpenCms -
 * the Open Source Content Mananagement System
 *
 * Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * For further information about Alkacon Software GmbH, please see the
 * company website: http://www.alkacon.com
 *
 * For further information about OpenCms, please see the
 * project website: http://www.opencms.org
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

package org.opencms.main;

import org.opencms.i18n.A_CmsMessageBundle;
import org.opencms.i18n.I_CmsMessageBundle;

/**
 * Convenience class to access the localized messages of this OpenCms package.<p> 
 * 
 * @author Alexander Kandzior 
 * 
 * @version $Revision: 1.29 $ 
 * 
 * @since 6.0.0 
 */
public final class Messages extends A_CmsMessageBundle {

    /** The copyright message for OpenCms. */
    public static final String[] COPYRIGHT_BY_ALKACON = {
        "",
        "Copyright (c) 2005 Alkacon Software GmbH",
        "OpenCms comes with ABSOLUTELY NO WARRANTY",
        "This is free software, and you are welcome to",
        "redistribute it under certain conditions.",
        "Please see the GNU Lesser General Public Licence for",
        "further details.",
        ""};

    /** Message contant for key in the resource bundle. */
    public static final String ERR_ALREADY_INITIALIZED_0 = "ERR_ALREADY_INITIALIZED_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CONTEXT_INFO_FROZEN_0 = "ERR_CONTEXT_INFO_FROZEN_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_CLASS_CREATION_1 = "ERR_CRITICAL_CLASS_CREATION_1";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_ADMINCMS_0 = "ERR_CRITICAL_INIT_ADMINCMS_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_DATABASE_0 = "ERR_CRITICAL_INIT_DATABASE_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_ENCODING_1 = "ERR_CRITICAL_INIT_ENCODING_1";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_FOLDER_0 = "ERR_CRITICAL_INIT_FOLDER_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_GENERIC_1 = "ERR_CRITICAL_INIT_GENERIC_1";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_MANAGERS_0 = "ERR_CRITICAL_INIT_MANAGERS_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_PROP_0 = "ERR_CRITICAL_INIT_PROP_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_PROPFILE_1 = "ERR_CRITICAL_INIT_PROPFILE_1";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_SERVLET_0 = "ERR_CRITICAL_INIT_SERVLET_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_WIZARD_0 = "ERR_CRITICAL_INIT_WIZARD_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_INIT_XML_0 = "ERR_CRITICAL_INIT_XML_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_CRITICAL_NO_DB_CONTEXT_0 = "ERR_CRITICAL_NO_DB_CONTEXT_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_ILLEGAL_ARG_2 = "ERR_ILLEGAL_ARG_2";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_INVALID_INIT_USER_2 = "ERR_INVALID_INIT_USER_2";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_MULTI_EXCEPTION_1 = "ERR_MULTI_EXCEPTION_1";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_NOT_A_FOLDER_1 = "ERR_NOT_A_FOLDER_1";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_OPENCMS_NOT_INITIALIZED_2 = "ERR_OPENCMS_NOT_INITIALIZED_2";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_READ_INTERNAL_RESOURCE_1 = "ERR_READ_INTERNAL_RESOURCE_1";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_REQUEST_SECURE_RESOURCE_0 = "ERR_REQUEST_SECURE_RESOURCE_0";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_SHOW_ERR_HANDLER_RESOURCE_2 = "ERR_SHOW_ERR_HANDLER_RESOURCE_2";

    /** Message contant for key in the resource bundle. */
    public static final String ERR_UNKNOWN_MODULE_1 = "ERR_UNKNOWN_MODULE_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_AVAILABLE_METHODS_1 = "GUI_SHELL_AVAILABLE_METHODS_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_CONFIG_FILE_1 = "GUI_SHELL_CONFIG_FILE_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_CURRENT_FOLDER_1 = "GUI_SHELL_CURRENT_FOLDER_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_ECHO_OFF_0 = "GUI_SHELL_ECHO_OFF_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_ECHO_ON_0 = "GUI_SHELL_ECHO_ON_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_ERR_SCRIPTFILE_1 = "GUI_SHELL_ERR_SCRIPTFILE_1";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_EXEC_METHOD_1 = "GUI_SHELL_EXEC_METHOD_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_GOODBYE_0 = "GUI_SHELL_GOODBYE_0";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_HELP1_0 = "GUI_SHELL_HELP1_0";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_HELP2_0 = "GUI_SHELL_HELP2_0";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_HELP3_0 = "GUI_SHELL_HELP3_0";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_HELP4_0 = "GUI_SHELL_HELP4_0";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_HR_0 = "GUI_SHELL_HR_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_IMPORT_TEMP_PROJECT_NAME_0 = "GUI_SHELL_IMPORT_TEMP_PROJECT_NAME_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_IMPORTEXPORT_MODULE_HANDLER_NAME_1 = "GUI_SHELL_IMPORTEXPORT_MODULE_HANDLER_NAME_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_LIST_MODULES_1 = "GUI_SHELL_LIST_MODULES_1";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_LOCALES_AVAILABLE_0 = "GUI_SHELL_LOCALES_AVAILABLE_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_LOGIN_1 = "GUI_SHELL_LOGIN_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_LOGIN_FAILED_0 = "GUI_SHELL_LOGIN_FAILED_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_LS_2 = "GUI_SHELL_LS_2";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_MATCH_SEARCHSTRING_1 = "GUI_SHELL_MATCH_SEARCHSTRING_1";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_METHOD_NOT_FOUND_1 = "GUI_SHELL_METHOD_NOT_FOUND_1";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_NO_HOME_FOLDER_FOUND_0 = "GUI_SHELL_NO_HOME_FOLDER_FOUND_0";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_NO_HOME_FOLDER_SPECIFIED_0 = "GUI_SHELL_NO_HOME_FOLDER_SPECIFIED_0";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_SETLOCALE_2 = "GUI_SHELL_SETLOCALE_2";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_SETLOCALE_POST_1 = "GUI_SHELL_SETLOCALE_POST_1";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_START_DIR_LINE1_0 = "GUI_SHELL_START_DIR_LINE1_0";

    /** Message contant for key in the resource bundle. */
    public static final String GUI_SHELL_START_DIR_LINE2_0 = "GUI_SHELL_START_DIR_LINE2_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_USAGE_1 = "GUI_SHELL_USAGE_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_VERSION_1 = "GUI_SHELL_VERSION_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_WEB_INF_PATH_1 = "GUI_SHELL_WEB_INF_PATH_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_WELCOME_0 = "GUI_SHELL_WELCOME_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_SHELL_WRONG_USAGE_0 = "GUI_SHELL_WRONG_USAGE_0";

    /** Message contant for key in the resource bundle. */
    public static final String INIT_ADDED_REQUEST_HANDLER_2 = "INIT_ADDED_REQUEST_HANDLER_2";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -