messages.java

来自「找了很久才找到到源代码」· Java 代码 · 共 348 行 · 第 1/2 页

JAVA
348
字号
/*
 * File   : $Source: /usr/local/cvs/opencms/src/org/opencms/staticexport/Messages.java,v $
 * Date   : $Date: 2007-08-29 13:30:25 $
 * Version: $Revision: 1.18 $
 *
 * This library is part of OpenCms -
 * the Open Source Content Management System
 *
 * Copyright (c) 2002 - 2007 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.staticexport;

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 Jan Baudisch 
 * 
 * @version $Revision: 1.18 $ 
 * 
 * @since 6.0.0 
 */
public final class Messages extends A_CmsMessageBundle {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /** Message constant for key in the resource bundle. */

⌨️ 快捷键说明

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