# # The contents of this file are subject to the terms of the Common Development and # Distribution License (the License). You may not use this file except in compliance with the # License. # # You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the # specific language governing permission and limitations under the License. # # When distributing Covered Software, include this CDDL Header Notice in each file and include # the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL # Header, with the fields enclosed by brackets [] replaced by your own identifying # information: "Portions Copyright [year] [name of copyright owner]". # # Copyright 2014-2016 ForgeRock AS. ERR_ARG_NO_VALUE_PLACEHOLDER=The %s argument is configured to take \ a value but no value placeholder has been defined for it ERR_ARG_NO_INT_VALUE=The %s argument does not have any value that \ may be retrieved as an integer ERR_ARG_CANNOT_DECODE_AS_INT=The provided value "%s" for the %s \ argument cannot be decoded as an integer ERR_ARG_INT_MULTIPLE_VALUES=The %s argument has multiple values and \ therefore cannot be decoded as a single integer value ERR_INTARG_LOWER_BOUND_ABOVE_UPPER_BOUND=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=The provided %s value %d is \ unacceptable because it is below the lower bound of %d ERR_INTARG_VALUE_ABOVE_UPPER_BOUND=The provided %s value %d is \ unacceptable because it is above the upper bound of %d ERR_BOOLEANARG_NO_VALUE_ALLOWED=The provided %s value is \ unacceptable because Boolean arguments are never allowed to have values ERR_MCARG_VALUE_NOT_ALLOWED=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=The file %s specified for argument %s does \ not exist ERR_FILEARG_CANNOT_VERIFY_FILE_EXISTENCE=An error occurred while \ trying to verify the existence of file %s specified for argument %s: %s ERR_FILEARG_CANNOT_OPEN_FILE=An error occurred while trying to open \ file %s specified for argument %s for reading: %s ERR_FILEARG_CANNOT_READ_FILE=An error occurred while trying to read \ from file %s specified for argument %s: %s ERR_FILEARG_EMPTY_FILE=The file %s specified for argument %s exists \ but is empty ERR_ARGPARSER_DUPLICATE_SHORT_ID=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=Cannot add argument %s to the \ argument list because there is already one defined with the same identifier ERR_ARGPARSER_CANNOT_READ_PROPERTIES_FILE=An error occurred while \ attempting to read the contents of the argument properties file %s: %s ERR_ARGPARSER_TOO_MANY_TRAILING_ARGS=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=The provided argument "%s" is \ invalid because it does not include the argument name ERR_ARGPARSER_NO_ARGUMENT_WITH_LONG_ID=Argument --%s is not allowed \ for use with this program ERR_ARGPARSER_NO_VALUE_FOR_ARGUMENT_WITH_LONG_ID=Argument --%s \ requires a value but none was provided ERR_ARGPARSER_VALUE_UNACCEPTABLE_FOR_LONG_ID=The provided value \ "%s" for argument --%s is not acceptable: %s ERR_ARGPARSER_NOT_MULTIVALUED_FOR_LONG_ID=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=A value was \ provided for argument --%s but that argument does not take a value ERR_ARGPARSER_INVALID_DASH_AS_ARGUMENT=The dash character by itself \ is invalid for use as an argument name ERR_ARGPARSER_NO_ARGUMENT_WITH_SHORT_ID=Argument -%s is not allowed \ for use with this program ERR_ARGPARSER_NO_VALUE_FOR_ARGUMENT_WITH_SHORT_ID=Argument -%s \ requires a value but none was provided ERR_ARGPARSER_VALUE_UNACCEPTABLE_FOR_SHORT_ID=The provided value \ "%s" for argument -%s is not acceptable: %s ERR_ARGPARSER_NOT_MULTIVALUED_FOR_SHORT_ID=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=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 does not require a value ERR_ARGPARSER_DISALLOWED_TRAILING_ARGUMENT=Argument "%s" does not \ start with one or two dashes and unnamed trailing arguments are not allowed ERR_ARGPARSER_TOO_FEW_TRAILING_ARGUMENTS=At least %d unnamed \ trailing arguments are required in the argument list, but too few were \ provided ERR_ARGPARSER_NO_VALUE_FOR_REQUIRED_ARG=The argument %s is required \ to have a value but none was provided in the argument list and no default \ value is available INFO_TIME_IN_SECONDS=%d seconds INFO_TIME_IN_MINUTES_SECONDS=%d minutes, %d seconds INFO_TIME_IN_HOURS_MINUTES_SECONDS=%d hours, %d minutes, %d seconds INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS=%d days, %d hours, %d minutes, %d \ seconds INFO_SUBCMDPARSER_WHERE_OPTIONS_INCLUDE=Command options: INFO_MENU_PROMPT_RETURN_TO_CONTINUE=Press RETURN to continue ERR_CONSOLE_INPUT_ERROR=The response could not be read from the console due to the following error: %s INFO_PROMPT_SINGLE_DEFAULT=%s [%s]: INFO_ARGPARSER_USAGE_JAVA_CLASSNAME=Usage: java %s {options} INFO_ARGPARSER_USAGE_JAVA_SCRIPTNAME=Usage: %s {options} INFO_ARGPARSER_USAGE_TRAILINGARGS={trailing-arguments} INFO_ARGPARSER_USAGE_DEFAULT_VALUE=Default value: %s INFO_SUBCMDPARSER_OPTIONS={options} INFO_GLOBAL_OPTIONS=Global Options: INFO_GLOBAL_OPTIONS_REFERENCE=See "%s --help" INFO_GLOBAL_HELP_REFERENCE=See "%s --help" to get more usage help INFO_SUBCMD_OPTIONS=SubCommand Options: INFO_ARGPARSER_USAGE=Usage: INFO_SUBCMDPARSER_SUBCMD_AND_OPTIONS={subcommand} {options} INFO_SUBCMDPARSER_SUBCMD_HELP_HEADING=To get the list of subcommands use: INFO_SUBCMDPARSER_SUBCMD_HEADING=Available subcommands: ERR_ARG_SUBCOMMAND_INVALID=Invalid subcommand INFO_SUBCMDPARSER_GLOBAL_HEADING=The global options are: # # Extension messages # # # Tools messages # INFO_DESCRIPTION_TRUSTALL=Trust all server SSL certificates INFO_DESCRIPTION_BINDDN=DN to use to bind to the server INFO_DESCRIPTION_BINDPASSWORD=Password to use to bind to \ the server. Use -w - to ensure that the command prompts for the password, \ rather than entering the password as a command argument INFO_DESCRIPTION_BINDPASSWORDFILE=Bind password file INFO_DESCRIPTION_VERBOSE=Use verbose mode INFO_DESCRIPTION_KEYSTOREPATH=Certificate key store path INFO_DESCRIPTION_TRUSTSTOREPATH=Certificate trust store path INFO_DESCRIPTION_HOST=Directory server hostname or IP address INFO_DESCRIPTION_PORT=Directory server port number INFO_DESCRIPTION_SHOWUSAGE=Display this usage information INFO_DESCRIPTION_CONTROLS=Use a request control with the provided \ information INFO_DESCRIPTION_CONTINUE_ON_ERROR=Continue processing even if there are \ errors INFO_DESCRIPTION_DEFAULT_ADD=Legacy argument for ForgeRock OpenDJ compatibility. INFO_DESCRIPTION_USE_SSL=Use SSL for secure communication with the server INFO_DESCRIPTION_START_TLS=Use StartTLS to secure communication with the \ server INFO_DESCRIPTION_PROXYAUTHZID=Use the proxied authorization \ control with the given authorization ID INFO_DESCRIPTION_RESTART=Attempt to automatically restart the \ server once it has stopped INFO_SEARCH_DESCRIPTION_SEARCH_SCOPE=Search scope ('base', 'one', 'sub', \ or 'subordinates'). Note: 'subordinates' is an LDAP extension \ that might not work with all LDAP servers ERR_LDAPAUTH_UNSUPPORTED_SASL_MECHANISM=The requested SASL mechanism \ "%s" is not supported by this client ERR_LDAPAUTH_SASL_AUTHID_REQUIRED=The "authid" SASL property is \ required for use with the %s mechanism INFO_DESCRIPTION_NOOP=Show what would be done but do not perform any \ operation INFO_DESCRIPTION_REPORT_AUTHZID=Use the authorization identity control INFO_DESCRIPTION_USE_PWP_CONTROL=Use the password policy request control ERR_TOOL_CONFLICTING_ARGS=You may not provide both the --%s and \ the --%s arguments ERR_TOOL_SASLEXTERNAL_NEEDS_SSL_OR_TLS=SASL EXTERNAL \ authentication may only be requested if SSL or StartTLS is used ERR_TOOL_SASLEXTERNAL_NEEDS_KEYSTORE=SASL EXTERNAL authentication \ may only be used if a client certificate key store is specified INFO_DESCRIPTION_TRUSTSTOREPASSWORD=Certificate trust store PIN INFO_DESCRIPTION_TRUSTSTOREPASSWORD_FILE=Certificate trust store PIN file INFO_DESCRIPTION_PRODUCT_VERSION=Display Directory Server version \ information INFO_DESCRIPTION_SCRIPT_FRIENDLY=Use script-friendly mode ERR_LDAP_CONN_CANNOT_INITIALIZE_SSL=ERROR: Unable to perform SSL \ initialization: %s ERR_LDAP_CONN_CANNOT_PARSE_SASL_OPTION=ERROR: The provided SASL \ option string "%s" could not be parsed in the form "name=value" INFO_LDAP_CONN_DESCRIPTION_SASLOPTIONS=SASL bind options INFO_DESCRIPTION_PROP_FILE_PATH=Path to the file containing default \ property values used for command line arguments INFO_DESCRIPTION_NO_PROP_FILE=No properties file will be \ used to get default command line argument values INFO_DESCRIPTION_GENERAL_ARGS=General options: INFO_DESCRIPTION_IO_ARGS=Utility input/output options: INFO_DESCRIPTION_LDAP_CONNECTION_ARGS=LDAP connection options: INFO_FILE_PLACEHOLDER={file} INFO_KEYSTOREPATH_PLACEHOLDER={keyStorePath} INFO_TRUSTSTOREPATH_PLACEHOLDER={trustStorePath} INFO_BINDPWD_FILE_PLACEHOLDER={bindPasswordFile} INFO_HOST_PLACEHOLDER={host} INFO_PORT_PLACEHOLDER={port} INFO_BASEDN_PLACEHOLDER={baseDN} INFO_BINDDN_PLACEHOLDER={bindDN} INFO_BINDPWD_PLACEHOLDER={bindPassword} INFO_KEYSTORE_PWD_PLACEHOLDER={keyStorePassword} INFO_TRUSTSTORE_PWD_FILE_PLACEHOLDER={path} INFO_TRUSTSTORE_PWD_PLACEHOLDER={trustStorePassword} INFO_NICKNAME_PLACEHOLDER={nickname} INFO_PROXYAUTHID_PLACEHOLDER={authzID} INFO_SASL_OPTION_PLACEHOLDER={name=value} INFO_PROP_FILE_PATH_PLACEHOLDER={propertiesFilePath} INFO_NUM_ENTRIES_PLACEHOLDER={numEntries} INFO_LDAP_CONTROL_PLACEHOLDER={controloid[:criticality[:value|::b64value|:>>> Specify OpenDJ LDAP \ connection parameters ERR_ERROR_CANNOT_READ_PASSWORD=Unable to read password ERR_ERROR_CANNOT_READ_BIND_NAME=Unable to read bind name ERR_ERROR_CANNOT_READ_HOST_NAME=Cannot read the host name # Strings for generated reference documentation. REF_TITLE_DESCRIPTION=Description REF_TITLE_OPTIONS=Options REF_INTRO_OPTIONS=The `%s` command takes the following options: REF_DEFAULT=Default: %s REF_TITLE_SUBCOMMANDS=Subcommands REF_INTRO_SUBCOMMANDS=The `%s` command supports the following subcommands: REF_PART_TITLE_SUBCOMMANDS=%s Subcommands Reference REF_PART_INTRO_SUBCOMMANDS=This section covers `%s` subcommands. REF_DEFAULT_BACKEND_TYPE=Default: `je` for standard edition, \ `pdb` for OEM edition. # Supplements to descriptions for generated reference documentation. SUPPLEMENT_DESCRIPTION_CONTROLS=include::./_variablelist-ldap-controls.adoc[]