mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
24.31.2016 6d0403ded49a58d3198a2162234161daa3cf6116
opendj-server-legacy/src/messages/org/opends/messages/utility.properties
@@ -11,7 +11,7 @@
# information: "Portions Copyright [year] [name of copyright owner]".
#
# Copyright 2006-2009 Sun Microsystems, Inc.
# Portions Copyright 2011-2015 ForgeRock AS.
# Portions Copyright 2011-2016 ForgeRock AS.
@@ -121,91 +121,6 @@
ERR_SCHEMANAME_CONSECUTIVE_PERIODS_34=The provided value "%s" does not \
 contain a valid schema element name or OID because the numeric OID contains \
 two consecutive periods at position %d
ERR_ARG_NO_IDENTIFIER_35=The %s argument does not have either a \
 single-character or a long identifier that may be used to specify it. At \
 least one of these must be specified for each argument
ERR_ARG_NO_VALUE_PLACEHOLDER_36=The %s argument is configured to take \
 a value but no value placeholder has been defined for it
ERR_ARG_NO_INT_VALUE_37=The %s argument does not have any value that \
 may be retrieved as an integer
ERR_ARG_CANNOT_DECODE_AS_INT_38=The provided value "%s" for the %s \
 argument cannot be decoded as an integer
ERR_ARG_INT_MULTIPLE_VALUES_39=The %s argument has multiple values and \
 therefore cannot be decoded as a single integer value
ERR_ARG_NO_BOOLEAN_VALUE_40=The %s argument does not have any value \
 that may be retrieved as a Boolean
ERR_ARG_CANNOT_DECODE_AS_BOOLEAN_41=The provided value "%s" for the %s \
 argument cannot be decoded as a Boolean
ERR_ARG_BOOLEAN_MULTIPLE_VALUES_42=The %s argument has multiple values \
 and therefore cannot be decoded as a single Boolean value
ERR_INTARG_LOWER_BOUND_ABOVE_UPPER_BOUND_43=The %s argument \
 configuration is invalid because the lower bound of %d is greater than the \
 upper bound of %d
ERR_INTARG_VALUE_BELOW_LOWER_BOUND_44=The provided %s value %d is \
 unacceptable because it is below the lower bound of %d
ERR_INTARG_VALUE_ABOVE_UPPER_BOUND_45=The provided %s value %d is \
 unacceptable because it is above the upper bound of %d
ERR_BOOLEANARG_NO_VALUE_ALLOWED_46=The provided %s value is \
 unacceptable because Boolean arguments are never allowed to have values
ERR_MCARG_VALUE_NOT_ALLOWED_47=The provided %s value %s is \
 unacceptable because it is not included in the set of allowed values for that \
 argument
ERR_FILEARG_NO_SUCH_FILE_48=The file %s specified for argument %s does \
 not exist
ERR_FILEARG_CANNOT_VERIFY_FILE_EXISTENCE_49=An error occurred while \
 trying to verify the existence of file %s specified for argument %s: %s
ERR_FILEARG_CANNOT_OPEN_FILE_50=An error occurred while trying to open \
 file %s specified for argument %s for reading: %s
ERR_FILEARG_CANNOT_READ_FILE_51=An error occurred while trying to read \
 from file %s specified for argument %s: %s
ERR_FILEARG_EMPTY_FILE_52=The file %s specified for argument %s exists \
 but is empty
ERR_ARGPARSER_DUPLICATE_SHORT_ID_53=Cannot add argument %s to the \
 argument list because its short identifier -%s conflicts with the %s argument \
 that has already been defined
ERR_ARGPARSER_DUPLICATE_LONG_ID_54=Cannot add argument %s to the \
 argument list because its long identifier --%s conflicts with the %s argument \
 that has already been defined
ERR_ARGPARSER_CANNOT_READ_PROPERTIES_FILE_55=An error occurred while \
 attempting to read the contents of the argument properties file %s: %s
ERR_ARGPARSER_TOO_MANY_TRAILING_ARGS_56=The provided set of \
 command-line arguments contained too many unnamed trailing arguments. The \
 maximum number of allowed trailing arguments is %d
ERR_ARGPARSER_LONG_ARG_WITHOUT_NAME_57=The provided argument "%s" is \
 invalid because it does not include the argument name
ERR_ARGPARSER_NO_ARGUMENT_WITH_LONG_ID_58=Argument --%s is not allowed \
 for use with this program
ERR_ARGPARSER_NO_VALUE_FOR_ARGUMENT_WITH_LONG_ID_59=Argument --%s \
 requires a value but none was provided
ERR_ARGPARSER_VALUE_UNACCEPTABLE_FOR_LONG_ID_60=The provided value \
 "%s" for argument --%s is not acceptable: %s
ERR_ARGPARSER_NOT_MULTIVALUED_FOR_LONG_ID_61=The argument --%s was \
 included multiple times in the provided set of arguments but it does not \
 allow multiple values
ERR_ARGPARSER_ARG_FOR_LONG_ID_DOESNT_TAKE_VALUE_62=A value was \
 provided for argument --%s but that argument does not take a value
ERR_ARGPARSER_INVALID_DASH_AS_ARGUMENT_63=The dash character by itself \
 is invalid for use as an argument name
ERR_ARGPARSER_NO_ARGUMENT_WITH_SHORT_ID_64=Argument -%s is not allowed \
 for use with this program
ERR_ARGPARSER_NO_VALUE_FOR_ARGUMENT_WITH_SHORT_ID_65=Argument -%s \
 requires a value but none was provided
ERR_ARGPARSER_VALUE_UNACCEPTABLE_FOR_SHORT_ID_66=The provided value \
 "%s" for argument -%s is not acceptable: %s
ERR_ARGPARSER_NOT_MULTIVALUED_FOR_SHORT_ID_67=The argument -%s was \
 included multiple times in the provided set of arguments but it does not \
 allow multiple values
ERR_ARGPARSER_CANT_MIX_ARGS_WITH_VALUES_68=The provided argument block \
 '-%s%s' is illegal because the '%s' argument requires a value but is in the \
 same block as at least one other argument that doesn't require a value
ERR_ARGPARSER_DISALLOWED_TRAILING_ARGUMENT_69=Argument "%s" does not \
 start with one or two dashes and unnamed trailing arguments are not allowed
ERR_ARGPARSER_TOO_FEW_TRAILING_ARGUMENTS_70=At least %d unnamed \
 trailing arguments are required in the argument list, but too few were \
 provided
ERR_ARGPARSER_NO_VALUE_FOR_REQUIRED_ARG_71=The argument %s is required \
 to have a value but none was provided in the argument list and no default \
 value is available
ERR_MOVEFILE_NO_SUCH_FILE_72=The file to move %s does not exist
ERR_MOVEFILE_NOT_FILE_73=The file to move %s exists but is not a file
ERR_MOVEFILE_NO_SUCH_DIRECTORY_74=The target directory %s does not \
@@ -218,75 +133,6 @@
 address %s is invalid: %s
ERR_EMAILMSG_CANNOT_SEND_78=The specified e-mail message could not be \
 sent using any of the configured mail servers
ERR_ARG_SUBCOMMAND_DUPLICATE_SUBCOMMAND_79=The argument parser already \
 has a %s subcommand
ERR_ARG_SUBCOMMAND_DUPLICATE_ARGUMENT_NAME_80=There are multiple \
 arguments for subcommand %s with name %s
ERR_ARG_SUBCOMMAND_ARGUMENT_GLOBAL_CONFLICT_81=Argument %s for \
 subcommand %s conflicts with a global argument with the same name
ERR_ARG_SUBCOMMAND_DUPLICATE_SHORT_ID_82=Argument %s for subcommand %s \
 has a short identifier -%s that conflicts with that of argument %s
ERR_ARG_SUBCOMMAND_ARGUMENT_SHORT_ID_GLOBAL_CONFLICT_83=Argument %s \
 for subcommand %s has a short ID -%s that conflicts with that of global \
 argument %s
ERR_ARG_SUBCOMMAND_DUPLICATE_LONG_ID_84=Argument %s for subcommand %s \
 has a long identifier --%s that conflicts with that of argument %s
ERR_ARG_SUBCOMMAND_ARGUMENT_LONG_ID_GLOBAL_CONFLICT_85=Argument %s for \
 subcommand %s has a long ID --%s that conflicts with that of global argument \
 %s
ERR_SUBCMDPARSER_DUPLICATE_GLOBAL_ARG_NAME_86=There is already another \
 global argument named "%s"
ERR_SUBCMDPARSER_GLOBAL_ARG_NAME_SUBCMD_CONFLICT_87=The argument name \
 %s conflicts with the name of another argument associated with the %s \
 subcommand
ERR_SUBCMDPARSER_DUPLICATE_GLOBAL_ARG_SHORT_ID_88=Short ID -%s for \
 global argument %s conflicts with the short ID of another global argument %s
ERR_SUBCMDPARSER_GLOBAL_ARG_SHORT_ID_CONFLICT_89=Short ID -%s for \
 global argument %s conflicts with the short ID for the %s argument associated \
 with subcommand %s
ERR_SUBCMDPARSER_DUPLICATE_GLOBAL_ARG_LONG_ID_90=Long ID --%s for \
 global argument %s conflicts with the long ID of another global argument %s
ERR_SUBCMDPARSER_GLOBAL_ARG_LONG_ID_CONFLICT_91=Long ID --%s for \
 global argument %s conflicts with the long ID for the %s argument associated \
 with subcommand %s
ERR_SUBCMDPARSER_CANNOT_READ_PROPERTIES_FILE_92=An error occurred \
 while attempting to read the contents of the argument properties file %s: %s
ERR_SUBCMDPARSER_LONG_ARG_WITHOUT_NAME_93=The provided command-line \
 argument %s does not contain an argument name
ERR_SUBCMDPARSER_NO_GLOBAL_ARGUMENT_FOR_LONG_ID_94=The provided \
 argument --%s is not a valid global argument identifier
ERR_SUBCMDPARSER_NO_ARGUMENT_FOR_LONG_ID_95=The provided argument --%s \
 is not a valid global or subcommand argument identifier
ERR_SUBCMDPARSER_NO_VALUE_FOR_ARGUMENT_WITH_LONG_ID_96=Command-line \
 argument --%s requires a value but none was given
ERR_SUBCMDPARSER_VALUE_UNACCEPTABLE_FOR_LONG_ID_97=The provided value \
 "%s" for argument --%s is not acceptable: %s
ERR_SUBCMDPARSER_NOT_MULTIVALUED_FOR_LONG_ID_98=The argument --%s was \
 included multiple times in the provided set of arguments but it does not \
 allow multiple values
ERR_SUBCMDPARSER_ARG_FOR_LONG_ID_DOESNT_TAKE_VALUE_99=A value was \
 provided for argument --%s but that argument does not take a value
ERR_SUBCMDPARSER_INVALID_DASH_AS_ARGUMENT_100=The dash character by \
 itself is invalid for use as an argument name
ERR_SUBCMDPARSER_NO_GLOBAL_ARGUMENT_FOR_SHORT_ID_101=The provided \
 argument -%s is not a valid global argument identifier
ERR_SUBCMDPARSER_NO_ARGUMENT_FOR_SHORT_ID_102=The provided argument \
 -%s is not a valid global or subcommand argument identifier
ERR_SUBCMDPARSER_NO_VALUE_FOR_ARGUMENT_WITH_SHORT_ID_103=Argument -%s \
 requires a value but none was provided
ERR_SUBCMDPARSER_VALUE_UNACCEPTABLE_FOR_SHORT_ID_104=The provided \
 value "%s" for argument -%s is not acceptable: %s
ERR_SUBCMDPARSER_NOT_MULTIVALUED_FOR_SHORT_ID_105=The argument -%s was \
 included multiple times in the provided set of arguments but it does not \
 allow multiple values
ERR_SUBCMDPARSER_CANT_MIX_ARGS_WITH_VALUES_106=The provided argument \
 block '-%s%s' is illegal because the '%s' argument requires a value but is in \
 the same block as at least one other argument that doesn't require a value
ERR_SUBCMDPARSER_INVALID_ARGUMENT_107=The provided argument "%s" is \
 not recognized
ERR_SUBCMDPARSER_NO_VALUE_FOR_REQUIRED_ARG_109=The argument %s is \
 required to have a value but none was provided in the argument list and no \
 default value is available
ERR_LDAPURL_NO_COLON_SLASH_SLASH_110=The provided string "%s" cannot \
 be decoded as an LDAP URL because it does not contain the necessary :// \
 component to separate the scheme from the rest of the URL
@@ -338,25 +184,12 @@
ERR_FILEPERM_SET_JAVA_EXCEPTION_143=One or more exceptions were thrown \
 in the process of updating the file permissions for %s. Some of the \
 permissions for the file may have been altered
ERR_FILEPERM_SET_JAVA_FAILED_ALTERED_144=One or more updates to the \
 file permissions for %s failed, but at least one update was successful. Some \
 of the permissions for the file may have been altered
ERR_FILEPERM_SET_JAVA_FAILED_UNALTERED_145=All of the attempts to \
 update the file permissions for %s failed. The file should be left with its \
 original permissions
ERR_FILEPERM_INVALID_UNIX_MODE_STRING_146=The provided string %s does \
 not represent a valid UNIX file mode. UNIX file modes must be a \
 three-character string in which each character is a numeric digit between \
 zero and seven
ERR_EXEC_DISABLED_147=The %s command will not be allowed because the \
 Directory Server has been configured to refuse the use of the exec method
INFO_GLOBAL_OPTIONS_149=Global Options:
INFO_GLOBAL_OPTIONS_REFERENCE_150=See "%s --help"
INFO_SUBCMD_OPTIONS_151=SubCommand Options:
INFO_ARGPARSER_USAGE_152=Usage:
INFO_SUBCMDPARSER_SUBCMD_HEADING_153=Available subcommands:
INFO_SUBCMDPARSER_GLOBAL_HEADING_155=The global options are:
INFO_GLOBAL_HELP_REFERENCE_156=See "%s --help" to get more usage help
ERR_RENAMEFILE_CANNOT_RENAME_157=Failed to rename file %s to %s
ERR_RENAMEFILE_CANNOT_DELETE_TARGET_158=Failed to delete target file \
 %s. Make sure the file is not currently in use by this or another \
@@ -377,12 +210,8 @@
 to or replace the file
ERR_LDIF_SKIP_165=Skipping entry %s because the DN is not one that \
 should be included based on the include and exclude branches
INFO_SUBCMDPARSER_SUBCMD_HELP_HEADING_166=To get the list of subcommands use:
ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING_167=The Directory Server cannot \
 be started because it is already running
INFO_SUBCMDPARSER_OPTIONS_168={options}
INFO_SUBCMDPARSER_SUBCMD_AND_OPTIONS_169={subcommand} {options}
INFO_SUBCMDPARSER_WHERE_OPTIONS_INCLUDE_170=\        where {options} include:
INFO_EMAIL_TOOL_DESCRIPTION_171=Send an e-mail message via SMTP
INFO_EMAIL_HOST_DESCRIPTION_172=The address of the SMTP server to use to send \
 the message
@@ -393,7 +222,6 @@
 the message body
INFO_EMAIL_ATTACH_DESCRIPTION_177=The path to a file to attach to the e-mail \
 message
INFO_EMAIL_HELP_DESCRIPTION_178=Display this usage information
ERR_EMAIL_NO_SUCH_BODY_FILE_181=The file %s specified as the body file \
 for the e-mail message does not exist
ERR_EMAIL_CANNOT_PROCESS_BODY_FILE_182=An error occurred while \
@@ -406,7 +234,6 @@
 send the e-mail message: %s
INFO_BASE64_TOOL_DESCRIPTION_186=This utility can be used to encode and \
 decode information using base64
INFO_BASE64_HELP_DESCRIPTION_187=Display this usage information
INFO_BASE64_DECODE_DESCRIPTION_188=Decode base64-encoded information into \
 raw data. When no options are specified, \
 this subcommand reads from standard input and writes to standard output
@@ -432,33 +259,6 @@
ERR_BASE64_CANNOT_WRITE_RAW_DATA_199=An error occurred while \
 attempting to write the decoded data: %s
ERR_BASE64_UNKNOWN_SUBCOMMAND_200=Unknown subcommand %s
INFO_GENERAL_NO_201=no
INFO_GENERAL_YES_202=yes
ERR_CONSOLE_APP_CONFIRM_203=Invalid response. Please enter \
 "%s" or "%s"
INFO_MENU_OPTION_HELP_204=help
INFO_MENU_OPTION_HELP_KEY_205=?
INFO_MENU_OPTION_CANCEL_206=cancel
INFO_MENU_OPTION_CANCEL_KEY_207=c
INFO_MENU_OPTION_QUIT_208=quit
INFO_MENU_OPTION_QUIT_KEY_209=q
INFO_MENU_NUMERIC_OPTION_210=%d)
INFO_MENU_CHAR_OPTION_211=%c)
ERR_MENU_BAD_CHOICE_MULTI_212=Invalid response. Please enter one or \
more valid menu options
ERR_MENU_BAD_CHOICE_SINGLE_213=Invalid response. Please enter a valid \
menu option
ERR_MENU_BAD_CHOICE_MULTI_DUPE_214=The option "%s" was specified \
more than once. Please enter one or more valid menu options
INFO_MENU_PROMPT_SINGLE_215=Enter choice:
INFO_MENU_PROMPT_SINGLE_DEFAULT_216=Enter choice [%s]:
INFO_MENU_PROMPT_MULTI_217=Enter one or more choices separated by commas:
INFO_MENU_PROMPT_MULTI_DEFAULT_218=Enter one or more choices separated by commas [%s]:
INFO_MENU_PROMPT_RETURN_TO_CONTINUE_219=Press RETURN to continue
INFO_MENU_PROMPT_CONFIRM_220=%s (%s / %s) [%s]:
ERR_CONSOLE_INPUT_ERROR_221=The response could not be read from the console due to the following error: %s
INFO_MENU_OPTION_BACK_222=back
INFO_MENU_OPTION_BACK_KEY_223=b
ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE_224=Rejecting entry %s because \
 it was rejected by a plugin
ERR_LDIF_REJECTED_BY_PLUGIN_225=Rejecting entry %s because it was \
@@ -502,9 +302,6 @@
INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID_262=Global Administrator User ID [%s]:
INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT_263=Global Administrator \
 User ID, or bind DN if no Global Administrator is defined [%s]:
INFO_ARGPARSER_USAGE_JAVA_CLASSNAME_264=Usage:  java %s  {options}
INFO_ARGPARSER_USAGE_JAVA_SCRIPTNAME_265=Usage:  %s  {options}
INFO_ARGPARSER_USAGE_TRAILINGARGS_266={trailing-arguments}
ERR_CONFIRMATION_TRIES_LIMIT_REACHED_267=Confirmation tries limit reached (%d)
ERR_UNEXPECTED_268=Unexpected error. Details: %s
ERR_TRIES_LIMIT_REACHED_269=Input tries limit reached (%d)
@@ -557,15 +354,10 @@
could not be located because of the following reason: %s
ERR_CERTMGR_CERTGEN_NOT_FOUND_298=The CertAndKeyGen security class cannot be \
found, consider setting -D%s=
INFO_ARGPARSER_USAGE_DEFAULT_VALUE_299=Default value: %s
WARN_EXPORT_LDIF_SET_PERMISSION_FAILED_300=An error occurred while \
 setting file permissions for the LDIF file %s: %s
ERR_LDIF_READ_ATTR_SKIP_301=Skipping entry %s because the following error \
was received when reading its attributes: %s
ERR_LDAP_CONN_BAD_INTEGER_302=Invalid integer number "%s". Please \
 enter a valid integer
ERR_ARG_SUBCOMMAND_INVALID_303=Invalid subcommand
WARN_UNABLE_TO_USE_FILESYSTEM_API_304=Unable to gather information on Filesystem APIs, disk monitoring will be verbose
ERR_BACKUP_CANNOT_GET_MAC_305=An error occurred while attempting to \
 obtain the %s MAC provider to create the signed hash for the backup: %s
ERR_BACKUP_CANNOT_GET_DIGEST_306=An error occurred while attempting \