messages.java

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

JAVA
388
字号
/*
 * File   : $Source: /usr/local/cvs/opencms/src-modules/org/opencms/workplace/tools/projects/Messages.java,v $
 * Date   : $Date: 2007-08-13 16:30:14 $
 * Version: $Revision: 1.10 $
 *
 * 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.tools.projects;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

⌨️ 快捷键说明

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