# CDDL HEADER START
|
#
|
# The contents of this file are subject to the terms of the
|
# Common Development and Distribution License, Version 1.0 only
|
# (the "License"). You may not use this file except in compliance
|
# with the License.
|
#
|
# You can obtain a copy of the license at
|
# trunk/opends/resource/legal-notices/OpenDS.LICENSE
|
# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
|
# See the License for the specific language governing permissions
|
# and limitations under the License.
|
#
|
# When distributing Covered Code, include this CDDL HEADER in each
|
# file and include the License file at
|
# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
|
# add the following below this CDDL HEADER, with the fields enclosed
|
# by brackets "[]" replaced with your own identifying information:
|
# Portions Copyright [yyyy] [name of copyright owner]
|
#
|
# CDDL HEADER END
|
#
|
# Portions Copyright 2006-2007 Sun Microsystems, Inc.
|
|
|
|
#
|
# Global directives
|
#
|
global.category=ADMIN
|
|
#
|
# Format string definitions
|
#
|
# Keys must be formatted as follows:
|
#
|
# [SEVERITY]_[DESCRIPTION]_[ORDINAL]
|
#
|
# where:
|
#
|
# SEVERITY is one of:
|
# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
|
#
|
# DESCRIPTION is an upper case string providing a hint as to the context of
|
# the message in upper case with the underscore ('_') character serving as
|
# word separator
|
#
|
# ORDINAL is an integer unique among other ordinals in this file
|
#
|
SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \
|
retrieve relation configuration entry %s: %s
|
SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=The relation entry %s does \
|
not appear to exist in the Directory Server configuration. This is a required \
|
entry
|
SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=An error occurred while trying \
|
to retrieve the managed object configuration entry %s: %s
|
SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=The managed object \
|
configuration entry %s does not appear to exist in the Directory Server \
|
configuration. This is a required entry
|
SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=An error occurred while \
|
trying to decode the managed object configuration entry %s: %s
|
SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=The Directory Server was unable \
|
to load class %s and use it to create a component instance as defined in \
|
configuration entry %s. The error that occurred was: %s. This component \
|
will be disabled
|
SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=An error occurred while trying \
|
to initialize a component instance loaded from class %s with the information \
|
in configuration entry %s: %s. This component will be disabled
|
MILD_WARN_ADMIN_COMPONENT_DISABLED_8=The Directory Server component \
|
configured in entry %s has been disabled
|
SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \
|
directory %s cannot be loaded because an unexpected error occurred while \
|
trying to open the file for reading: %s
|
FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=A core configuration \
|
definition class could not be loaded from the core manifest file %s because \
|
an unexpected error occurred while trying to initialize it: %s
|
SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=A configuration \
|
definition class could not be loaded from the extension manifest file %s in \
|
extensions %s because an unexpected error occurred while trying to initialize \
|
it: %s
|
MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=The extensions directory %s does not \
|
exist, therefore no extensions will be loaded
|
SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \
|
Server extensions because the extensions directory %s exists but is not a \
|
directory
|
SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Unable to read the Directory \
|
Server extensions from directory %s because an unexpected error occurred \
|
while trying to list the files in that directory: %s
|
FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \
|
file %s cannot be located
|
FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=The core administration manifest \
|
file %s cannot be loaded because an unexpected error occurred while trying to \
|
read it: %s
|
SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \
|
manifest file %s associated with the extension %s cannot be loaded because an \
|
unexpected error occurred while trying to read it: %s
|
INFO_ADMIN_TOOL_DESCRIPTION_18=This utility may be used to perform operations \
|
in the Directory Server administration framework
|
INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=Create a new server group
|
INFO_ADMIN_ARG_DESCRIPTION_DESCRIPTION_20=The server group description. If \
|
not specified, the description will be empty
|
INFO_ADMIN_SUBCMD_MODIFY_GROUP_DESCRIPTION_21=Modify a server group's \
|
properties
|
INFO_ADMIN_ARG_NEW_DESCRIPTION_DESCRIPTION_22=If specified, the new \
|
description
|
INFO_ADMIN_ARG_NEW_GROUPNAME_DESCRIPTION_23=If specified, the new server \
|
group's identifier
|
INFO_ADMIN_SUBCMD_DELETE_GROUP_DESCRIPTION_24=Delete an existing server group
|
INFO_ADMIN_SUBCMD_LIST_GROUPS_DESCRIPTION_25=List server groups that have \
|
been defined
|
INFO_ADMIN_SUBCMD_ADD_TO_GROUP_DESCRIPTION_26=Add a server to a server group
|
INFO_ADMIN_ARG_ADD_MEMBERNAME_DESCRIPTION_27=The server to add. This is a \
|
required argument
|
INFO_ADMIN_SUBCMD_REMOVE_FROM_GROUP_DESCRIPTION_28=Remove a server from a \
|
server group
|
INFO_ADMIN_ARG_REMOVE_MEMBERNAME_DESCRIPTION_29=The server to remove. This is \
|
a required argument
|
INFO_ADMIN_SUBCMD_LIST_MEMBERS_DESCRIPTION_30=List servers of the specified \
|
server group
|
INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=List server groups in which \
|
the specified server is a member
|
FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=Could not connect to %s. Check that \
|
the server is running and that the provided credentials are valid
|
INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=Create a new ADS DN
|
INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=Delete an existing ADS DN
|
FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=The host name is missing
|
FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=The host name is not valid
|
FATAL_ERR_ADMIN_MISSING_IPATH_37=The installation path is missing
|
FATAL_ERR_ADMIN_NOVALID_IPATH_38=The installation path is not valid
|
FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=An access permission error occurs
|
FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=The entity is already registered
|
FATAL_ERR_ADMIN_BROKEN_INSTALL_41=The administrative repository is broken
|
FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=The entity is not yet registered
|
FATAL_ERR_ADMIN_MISSING_PORT_43=The port is missing
|
FATAL_ERR_ADMIN_NOVALID_PORT_44=The port is not valid
|
FATAL_ERR_ADMIN_MISSING_NAME_45=The name is missing
|
FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=The administration UID is missing
|
FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=The administrator password is \
|
missing
|
FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=An unexpected error occurs
|
INFO_ADMIN_ERROR_49=[error]
|
INFO_ADMIN_SUCCESSFUL_50=The operation has been successfully completed
|
INFO_ADMIN_SUCCESSFUL_NOP_51=The operation has been successfully completed, \
|
but no action was required
|
SEVERE_ERR_ADMIN_NO_MESSAGE_52=
|
INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=The new group's \
|
identifier. This is a required argument
|
INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=The group's identifier. This is a \
|
required argument
|
INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=The member's identifier. This is a \
|
required argument
|
INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=The name of the backend in which \
|
the admin data will be stored. This is a required argument
|
SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Unable to register an \
|
add/delete listener against the entry "%s" because it does not exist in the \
|
configuration
|
INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=Register a server into the \
|
administrative domain
|
INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=Unregister a server from \
|
the administrative domain
|
INFO_ADMIN_ARG_SERVERNAME_DESCRIPTION_60=The server's identifier. This is a \
|
required argument
|
INFO_ADMIN_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=Describes server \
|
properties
|
INFO_ADMIN_SUBCMD_LIST_SERVERS_DESCRIPTION_62=List servers that have been \
|
defined
|
INFO_ADMIN_SUBCMD_GET_SERVER_PROPERTIES_DESCRIPTION_63=Shows server \
|
properties
|
INFO_ADMIN_SUBCMD_SET_SERVER_PROPERTIES_DESCRIPTION_64=Modifies server \
|
properties
|
INFO_ADMIN_ARG_SERVERID_DESCRIPTION_65=The registered server's unique \
|
identifier. This is a required argument
|
FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=The provided serverId is not \
|
registered
|
INFO_ADMIN_SUBCMD_CREATE_ADMIN_USER_DESCRIPTION_67=Creates a new \
|
administrator
|
INFO_ADMIN_SUBCMD_DELETE_ADMIN_USER_DESCRIPTION_68=Deletes an existing \
|
administrator
|
INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_DESCRIPTION_69=Lists administrators that \
|
have been defined
|
INFO_ADMIN_SUBCMD_GET_ADMIN_USER_PROPERTIES_DESCRIPTION_70=Shows \
|
administrator's properties
|
INFO_ADMIN_SUBCMD_SET_ADMIN_USER_PROPERTIES_DESCRIPTION_71=Modifies \
|
administrator's properties
|
INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_PROPERTIES_DESCRIPTION_72=Describes \
|
administrator's properties
|
INFO_ADMIN_ARG_USERID_DESCRIPTION_73=The administrator's unique identifier. \
|
This is a required argument
|