messages.java
来自「找了很久才找到到源代码」· Java 代码 · 共 864 行 · 第 1/3 页
JAVA
864 行
/*
* File : $Source: /usr/local/cvs/opencms/src/org/opencms/db/Messages.java,v $
* Date : $Date: 2007-09-10 11:48:20 $
* Version: $Revision: 1.48 $
*
* 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.
*
* 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.db;
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 Achim Westermann
* @author Jan Baudisch
*
* @version $Revision: 1.48 $
*
* @since 6.0.0
*/
public final class Messages extends A_CmsMessageBundle {
/** Message constant for key in the resource bundle. */
public static final String ERR_ACCESS_FILE_AS_FOLDER_1 = "ERR_ACCESS_FILE_AS_FOLDER_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_ACCESS_FOLDER_AS_FILE_1 = "ERR_ACCESS_FOLDER_AS_FILE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_ACCESSING_POOL_1 = "ERR_ACCESSING_POOL_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_ADD_RELATION_IN_CONTENT_3 = "ERR_ADD_RELATION_IN_CONTENT_3";
/** Message constant for key in the resource bundle. */
public static final String ERR_ADD_RELATION_TO_RESOURCE_3 = "ERR_ADD_RELATION_TO_RESOURCE_3";
/** Message constant for key in the resource bundle. */
public static final String ERR_ADD_RESOURCE_TO_ORGUNIT_2 = "ERR_ADD_RESOURCE_TO_ORGUNIT_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_ADD_USER_GROUP_FAILED_2 = "ERR_ADD_USER_GROUP_FAILED_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_ADD_USER_WEB_1 = "ERR_ADD_USER_WEB_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_BAD_OU_DESCRIPTION_EMPTY_0 = "ERR_BAD_OU_DESCRIPTION_EMPTY_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_BAD_RESOURCENAME_1 = "ERR_BAD_RESOURCENAME_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_BAD_USER_1 = "ERR_BAD_USER_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CANNOT_READ_PUBLISHLIST_0 = "ERR_CANNOT_READ_PUBLISHLIST_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_CHANGE_LOCK_OF_RESOURCE_2 = "ERR_CHANGE_LOCK_OF_RESOURCE_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_CHANGE_LOCK_UNLOCKED_RESOURCE_1 = "ERR_CHANGE_LOCK_UNLOCKED_RESOURCE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CHANGE_RESOURCE_FLAGS_1 = "ERR_CHANGE_RESOURCE_FLAGS_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CHANGE_RESOURCE_TYPE_1 = "ERR_CHANGE_RESOURCE_TYPE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CHANGE_RESOURCES_IN_FOLDER_WITH_PROP_4 = "ERR_CHANGE_RESOURCES_IN_FOLDER_WITH_PROP_4";
/** Message constant for key in the resource bundle. */
public static final String ERR_CHANGE_USER_TYPE_WITH_ID_1 = "ERR_CHANGE_USER_TYPE_WITH_ID_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CHANGE_USER_TYPE_WITH_NAME_1 = "ERR_CHANGE_USER_TYPE_WITH_NAME_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CLOSE_HISTORY_DRIVER_0 = "ERR_CLOSE_HISTORY_DRIVER_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_CLOSE_PROJECT_DRIVER_0 = "ERR_CLOSE_PROJECT_DRIVER_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_CLOSE_USER_DRIVER_0 = "ERR_CLOSE_USER_DRIVER_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_CLOSE_VFS_DRIVER_0 = "ERR_CLOSE_VFS_DRIVER_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_COPY_ACE_2 = "ERR_COPY_ACE_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_COPY_LOCKED_SIBLINGS_1 = "ERR_COPY_LOCKED_SIBLINGS_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_COPY_RESOURCE_2 = "ERR_COPY_RESOURCE_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_COPY_RESOURCE_TO_PROJECT_2 = "ERR_COPY_RESOURCE_TO_PROJECT_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_COUNT_LOCKED_RESOURCES_FOLDER_1 = "ERR_COUNT_LOCKED_RESOURCES_FOLDER_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_COUNT_LOCKED_RESOURCES_PROJECT_2 = "ERR_COUNT_LOCKED_RESOURCES_PROJECT_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_GROUP_1 = "ERR_CREATE_GROUP_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_ORGUNIT_1 = "ERR_CREATE_ORGUNIT_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_PROJECT_1 = "ERR_CREATE_PROJECT_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_PROJECT_ONLINE_PROJECT_NAME_1 = "ERR_CREATE_PROJECT_ONLINE_PROJECT_NAME_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_PROPDEF_1 = "ERR_CREATE_PROPDEF_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_RELATION_3 = "ERR_CREATE_RELATION_3";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_RESOURCE_1 = "ERR_CREATE_RESOURCE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_RESOURCE_LOCK_1 = "ERR_CREATE_RESOURCE_LOCK_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_RESOURCE_PARENT_LOCK_1 = "ERR_CREATE_RESOURCE_PARENT_LOCK_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_SIBLING_1 = "ERR_CREATE_SIBLING_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_TEMPFILE_PROJECT_0 = "ERR_CREATE_TEMPFILE_PROJECT_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_CREATE_USER_1 = "ERR_CREATE_USER_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DB_OPERATION_0 = "ERR_DB_OPERATION_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_GROUP_1 = "ERR_DELETE_GROUP_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_HISTORY_4 = "ERR_DELETE_HISTORY_4";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_ORGUNIT_1 = "ERR_DELETE_ORGUNIT_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_PROJECT_1 = "ERR_DELETE_PROJECT_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_PROPERTY_1 = "ERR_DELETE_PROPERTY_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_RELATION_IN_CONTENT_2 = "ERR_DELETE_RELATION_IN_CONTENT_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_RELATIONS_1 = "ERR_DELETE_RELATIONS_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_RESOURCE_1 = "ERR_DELETE_RESOURCE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_ROLE_GROUP_1 = "ERR_DELETE_ROLE_GROUP_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_STATEXP_PUBLISHED_RESOURCES_0 = "ERR_DELETE_STATEXP_PUBLISHED_RESOURCES_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_STATEXP_PUBLISHES_RESOURCE_1 = "ERR_DELETE_STATEXP_PUBLISHES_RESOURCE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DELETE_USER_1 = "ERR_DELETE_USER_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_DIRECT_PUBLISH_NO_PERMISSIONS_1 = "ERR_DIRECT_PUBLISH_NO_PERMISSIONS_1";
/** Message contant for key in the resource bundle. */
public static final String ERR_DIRECT_PUBLISH_PARENT_DELETED_2 = "ERR_DIRECT_PUBLISH_PARENT_DELETED_2";
/** Message contant for key in the resource bundle. */
public static final String ERR_DIRECT_PUBLISH_PARENT_NEW_2 = "ERR_DIRECT_PUBLISH_PARENT_NEW_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_ERROR_INITIALIZING_DRIVER_1 = "ERR_ERROR_INITIALIZING_DRIVER_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_ACL_ENTRIES_1 = "ERR_GET_ACL_ENTRIES_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_ALL_ACCESSIBLE_PROJECTS_1 = "ERR_GET_ALL_ACCESSIBLE_PROJECTS_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_ALL_MANAGEABLE_PROJECTS_1 = "ERR_GET_ALL_MANAGEABLE_PROJECTS_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_CHILD_GROUPS_1 = "ERR_GET_CHILD_GROUPS_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_CHILD_GROUPS_TRANSITIVE_1 = "ERR_GET_CHILD_GROUPS_TRANSITIVE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_CONNECTION_1 = "ERR_GET_CONNECTION_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_GROUPS_OF_USER_2 = "ERR_GET_GROUPS_OF_USER_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_LOCK_1 = "ERR_GET_LOCK_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_ORGUNITS_1 = "ERR_GET_ORGUNITS_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_ORGUNITS_ROLE_1 = "ERR_GET_ORGUNITS_ROLE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_PARENT_GROUP_1 = "ERR_GET_PARENT_GROUP_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_PERMISSIONS_2 = "ERR_GET_PERMISSIONS_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_PUBLISH_LIST_DIRECT_1 = "ERR_GET_PUBLISH_LIST_DIRECT_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_PUBLISH_LIST_PROJECT_1 = "ERR_GET_PUBLISH_LIST_PROJECT_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_RELATED_RESOURCES_PUBLISH_DIRECT_1 = "ERR_GET_RELATED_RESOURCES_PUBLISH_DIRECT_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_RELATED_RESOURCES_PUBLISH_PROJECT_0 = "ERR_GET_RELATED_RESOURCES_PUBLISH_PROJECT_0";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_RESOURCES_IN_TIME_RANGE_3 = "ERR_GET_RESOURCES_IN_TIME_RANGE_3";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_ROLES_FOR_RESOURCE_2 = "ERR_GET_ROLES_FOR_RESOURCE_2";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_USERS_OF_GROUP_1 = "ERR_GET_USERS_OF_GROUP_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GET_USERS_OF_TYPE_1 = "ERR_GET_USERS_OF_TYPE_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_GROUP_NOT_EMPTY_1 = "ERR_GROUP_NOT_EMPTY_1";
/** Message constant for key in the resource bundle. */
public static final String ERR_HISTORY_PROJECT_4 = "ERR_HISTORY_PROJECT_4";
/** Message constant for key in the resource bundle. */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?