From f45e3caf7c8c9b4a6f4807a6a0cbe99aacddd8cd Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 13 Nov 2014 12:21:49 +0000
Subject: [PATCH] Removed the apparently obsolete "Two spaces after dot" English spacing convention
---
opendj3-server-dev/src/messages/messages/utility.properties | 106 +++++++++++++++++++++++++----------------------------
1 files changed, 50 insertions(+), 56 deletions(-)
diff --git a/opendj3-server-dev/src/messages/messages/utility.properties b/opendj3-server-dev/src/messages/messages/utility.properties
index b0098b4..a9dfe1c 100644
--- a/opendj3-server-dev/src/messages/messages/utility.properties
+++ b/opendj3-server-dev/src/messages/messages/utility.properties
@@ -68,42 +68,42 @@
the first line does not contain a DN (the first line was "%s"
ERR_LDIF_INVALID_DN_9=Unable to parse LDIF entry starting at line %d \
because an error occurred while trying to parse the value of line "%s" as a \
- distinguished name: %s
+ distinguished name: %s
ERR_LDIF_COULD_NOT_BASE64_DECODE_DN_11=Unable to parse LDIF entry \
starting at line %d because it was not possible to base64-decode the DN on \
- line "%s": %s
+ line "%s": %s
ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR_12=Unable to parse LDIF entry %s \
starting at line %d because it was not possible to base64-decode the \
- attribute on line "%s": %s
+ attribute on line "%s": %s
WARN_LDIF_DUPLICATE_OBJECTCLASS_13=Entry %s read from LDIF starting at \
- line %d includes a duplicate objectclass value %s. The second occurrence of \
+ line %d includes a duplicate objectclass value %s. The second occurrence of \
that objectclass has been skipped
WARN_LDIF_DUPLICATE_ATTR_14=Entry %s read from LDIF starting at line %d \
- includes a duplicate attribute %s with value %s. The second occurrence of \
+ includes a duplicate attribute %s with value %s. The second occurrence of \
that attribute value has been skipped
ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR_15=Entry %s starting at \
line %d includes multiple values for single-valued attribute %s
ERR_LDIF_SCHEMA_VIOLATION_17=Entry %s read from LDIF starting at line %d \
- is not valid because it violates the server's schema configuration: %s
+ is not valid because it violates the server's schema configuration: %s
ERR_LDIF_FILE_EXISTS_18=The specified LDIF file %s already exists and \
the export configuration indicates that no attempt should be made to append \
to or replace the file
ERR_LDIF_INVALID_URL_19=Unable to parse LDIF entry %s starting at line \
%d because the value of attribute %s was to be read from a URL but the URL \
- was invalid: %s
+ was invalid: %s
ERR_LDIF_URL_IO_ERROR_20=Unable to parse LDIF entry %s starting at line \
%d because the value of attribute %s was to be read from URL %s but an error \
- occurred while trying to read that content: %s
+ occurred while trying to read that content: %s
ERR_REJECT_FILE_EXISTS_21=The specified reject file %s already exists \
and the import configuration indicates that no attempt should be made to \
append to or replace the file
ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT_22=An error occurred \
while attempting to determine whether LDIF entry "%s" starting at line %d \
should be imported as a result of the include and exclude filter \
- configuration: %s
+ configuration: %s
ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_EXPORT_23=An error occurred \
while attempting to determine whether LDIF entry "%s" should be exported as a \
- result of the include and exclude filter configuration: %s
+ result of the include and exclude filter configuration: %s
ERR_LDIF_INVALID_DELETE_ATTRIBUTES_24=Error in the LDIF change record \
entry. Invalid attributes specified for the delete operation
ERR_LDIF_NO_MOD_DN_ATTRIBUTES_25=Error in the LDIF change record \
@@ -131,7 +131,7 @@
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 \
+ 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
@@ -162,11 +162,11 @@
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
+ 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
+ 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
+ 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 \
@@ -176,9 +176,9 @@
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
+ 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 \
+ 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
@@ -187,7 +187,7 @@
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
+ "%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
@@ -200,7 +200,7 @@
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
+ "%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
@@ -222,9 +222,9 @@
ERR_MOVEFILE_NOT_DIRECTORY_75=The target directory %s exists but is \
not a directory
ERR_EMAILMSG_INVALID_SENDER_ADDRESS_76=The provided sender address %s \
- is invalid: %s
+ is invalid: %s
ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS_77=The provided recipient \
- address %s is invalid: %s
+ 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 \
@@ -259,7 +259,7 @@
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
+ 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 \
@@ -269,7 +269,7 @@
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
+ "%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
@@ -284,7 +284,7 @@
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
+ 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
@@ -324,7 +324,7 @@
digit
ERR_LDAPURL_CANNOT_CREATE_UTF8_STRING_119=An error occurred while \
attempting to represent a byte array as a UTF-8 string during the course of \
- decoding a portion of an LDAP URL: %s
+ decoding a portion of an LDAP URL: %s
ERR_CHARSET_NO_COLON_120=Cannot decode value "%s" as a named character \
set because it does not contain a colon to separate the name from the set of \
characters
@@ -332,7 +332,7 @@
because it does not contain a name
ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR_122=The named character set is \
invalid because the provide name "%s" has an invalid character at position \
- %d. Only ASCII alphabetic characters are allowed in the name
+ %d. Only ASCII alphabetic characters are allowed in the name
ERR_CHARSET_NO_NAME_123=Cannot decode value "%s" as a named character \
set because it does not contain a name to use for the character set
ERR_CHARSET_NO_CHARS_124=Cannot decode value "%s" as a named character \
@@ -345,16 +345,16 @@
ERR_FILEPERM_SET_NO_SUCH_FILE_141=Unable to set permissions for file %s \
because it does not exist
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 \
+ 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 \
+ 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 \
+ 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 \
+ 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 \
@@ -368,7 +368,7 @@
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 \
+ %s. Make sure the file is not currently in use by this or another \
application
ERR_EXPCHECK_TRUSTMGR_CLIENT_CERT_EXPIRED_159=Refusing to trust client \
or issuer certificate '%s' because it expired on %s
@@ -380,7 +380,7 @@
server or issuer certificate '%s' because it is not valid until %s
WARN_LDIF_VALUE_VIOLATES_SYNTAX_163=Entry %s read from LDIF starting at \
line %d includes value "%s" for attribute %s that is invalid according to the \
- associated syntax: %s
+ associated syntax: %s
ERR_SKIP_FILE_EXISTS_164=The specified skip file %s already exists and \
the import configuration indicates that no attempt should be made to append \
to or replace the file
@@ -406,13 +406,13 @@
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 \
- attempting to process message body file %s: %s
+ attempting to process message body file %s: %s
ERR_EMAIL_NO_SUCH_ATTACHMENT_FILE_183=The attachment file %s does not \
exist
ERR_EMAIL_CANNOT_ATTACH_FILE_184=An error occurred while trying to \
- attach file %s: %s
+ attach file %s: %s
ERR_EMAIL_CANNOT_SEND_MESSAGE_185=An error occurred while trying to \
- send the e-mail message: %s
+ 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
@@ -430,13 +430,13 @@
INFO_BASE64_TO_RAW_FILE_DESCRIPTION_195=The path to a file to which the raw \
base64-decoded data should be written
ERR_BASE64_CANNOT_READ_RAW_DATA_196=An error occurred while attempting \
- to read the raw data to encode: %s
+ to read the raw data to encode: %s
ERR_BASE64_CANNOT_WRITE_ENCODED_DATA_197=An error occurred while \
- attempting to write the encoded data: %s
+ attempting to write the encoded data: %s
ERR_BASE64_CANNOT_READ_ENCODED_DATA_198=An error occurred while \
- attempting to read the base64-encoded data: %s
+ attempting to read the base64-encoded data: %s
ERR_BASE64_CANNOT_WRITE_RAW_DATA_199=An error occurred while \
- attempting to write the decoded data: %s
+ 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
@@ -468,32 +468,27 @@
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 \
- rejected by a plugin: %s
+ rejected by a plugin: %s
INFO_LDAP_CONN_PROMPT_SECURITY_LDAP_226=LDAP
INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL_227=LDAP with SSL
INFO_LDAP_CONN_PROMPT_SECURITY_USE_START_TLS_228=LDAP with StartTLS
-INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL_229=Automatically \
- trust
+INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL_229=Automatically trust
INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH_230=Truststore path:
-INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD_231=Password for \
- truststore '%s':
+INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD_231=Password for truststore '%s':
INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PATH_233=Keystore path:
-INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD_234=Password for keystore \
- '%s':
+INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD_234=Password for keystore '%s':
INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS_236=>>>> Specify OpenDJ LDAP \
- connection parameters
+ connection parameters
ERR_LDAP_CONN_BAD_HOST_NAME_237=The hostname "%s" could not be \
- resolved. Please check you have provided the correct address
+ resolved. Please check you have provided the correct address
ERR_LDAP_CONN_BAD_PORT_NUMBER_238=Invalid port number "%s". Please \
- enter a valid port number between 1 and 65535
-INFO_LDAP_CONN_PROMPT_HOST_NAME_239=Directory server hostname or IP address \
- [%s]:
+ enter a valid port number between 1 and 65535
+INFO_LDAP_CONN_PROMPT_HOST_NAME_239=Directory server hostname or IP address [%s]:
INFO_LDAP_CONN_PROMPT_PORT_NUMBER_240=Directory server port number [%d]:
INFO_LDAP_CONN_PROMPT_BIND_DN_241=Administrator user bind DN [%s]:
INFO_LDAP_CONN_PROMPT_SECURITY_USE_SECURE_CTX_242=How do you want to connect?
INFO_LDAP_CONN_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE_243=%d
-ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH_244=The provided path \
- is not valid
+ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH_244=The provided path is not valid
INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_METHOD_245=How do you want to trust the server certificate?
INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_246=Use a truststore
INFO_LDAP_CONN_PROMPT_SECURITY_MANUAL_CHECK_247=Manually validate
@@ -516,9 +511,8 @@
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_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)
INFO_ADMIN_CONN_PROMPT_PORT_NUMBER_270=Directory server administration port number [%d]:
ERR_LDIF_INVALID_ATTR_OPTION_271=Unable to parse LDIF entry %s starting \
@@ -573,5 +567,5 @@
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
+ enter a valid integer
ERR_ARG_SUBCOMMAND_INVALID_303=Invalid subcommand
\ No newline at end of file
--
Gitblit v1.10.0