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

📄 messages.java

📁 cms是开源的框架
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
/*
 * File   : $Source: /usr/local/cvs/opencms/src-modules/org/opencms/workplace/tools/accounts/Messages.java,v $
 * Date   : $Date: 2006/03/27 14:52:49 $
 * Version: $Revision: 1.9 $
 *
 * 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.workplace.tools.accounts;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

⌨️ 快捷键说明

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