messages.java

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

JAVA
394
字号
/*
 * File   : $Source: /usr/local/cvs/opencms/src/org/opencms/search/Messages.java,v $
 * Date   : $Date: 2007-08-20 13:06:59 $
 * Version: $Revision: 1.19 $
 *
 * 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.search;

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 
 * @author Achim Westermann
 * 
 * @version $Revision: 1.19 $ 
 * 
 * @since 6.0.0 
 */
public final class Messages extends A_CmsMessageBundle {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

⌨️ 快捷键说明

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