messages.java

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

JAVA
620
字号
/*
 * File   : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/editors/Messages.java,v $
 * Date   : $Date: 2007-08-13 16:29:43 $
 * Version: $Revision: 1.16 $
 *
 * 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.workplace.editors;

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.16 $ 
 * 
 * @since 6.0.0 
 */
public final class Messages extends A_CmsMessageBundle {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /** 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_SAVECLOSE_0 = "GUI_BUTTON_SAVECLOSE_0";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    public static final String GUI_EDITOR_DIALOG_ELEMENTS_BUTTON_0 = "GUI_EDITOR_DIALOG_ELEMENTS_BUTTON_0";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

⌨️ 快捷键说明

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