From 03889ce7e5a3006559920ea368b7378b6fb730de Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Mon, 26 Nov 2007 08:50:01 +0000
Subject: [PATCH] Fix for Issue #1961 (reviewed by Josu) * Remove instances of "Specifies the..." * Remove instances of "Indicates that..." * Reword instances of "Specifies to..." (which doesn't really make sense anyway) * Change instances of "This utility may be used..." to "This utility can be used..." as discussed in a previous issue * Change some erroneous instances of "may" to "might" or "can". This might sound like a pointless change but it has implications for localization - "may" is generally ambiguous.
---
opends/src/messages/messages/tools.properties | 243 +++++++++++++++++++++++-------------------------
1 files changed, 117 insertions(+), 126 deletions(-)
diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 4520ebb..35c5456 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -71,7 +71,7 @@
to use as the Directory Server configuration handler. If this is not \
provided, then a default of org.opends.server.extensions.ConfigFileHandler \
will be used
-INFO_DESCRIPTION_CONFIG_FILE_13=Specifies the path to the Directory Server \
+INFO_DESCRIPTION_CONFIG_FILE_13=Path to the Directory Server \
configuration file
INFO_ENCPW_DESCRIPTION_SCHEME_14=Scheme to use for the encoded password
INFO_DESCRIPTION_USAGE_15=Displays this usage information
@@ -209,8 +209,8 @@
INFO_SEARCH_OPERATION_INVALID_PROTOCOL_110=Invalid operation type returned in \
search result %s
INFO_DESCRIPTION_TRUSTALL_111=Trust all server SSL certificates
-INFO_DESCRIPTION_BINDDN_112=Specifies the DN to use to bind to the server
-INFO_DESCRIPTION_BINDPASSWORD_113=Specifies the password to use to bind to \
+INFO_DESCRIPTION_BINDDN_112=DN to use to bind to the server
+INFO_DESCRIPTION_BINDPASSWORD_113=Password to use to bind to \
the server
INFO_DESCRIPTION_BINDPASSWORDFILE_114=Bind password file
INFO_DESCRIPTION_ENCODING_115=Use the specified character set for \
@@ -341,21 +341,19 @@
MILD_ERR_LDAPAUTH_DIGESTMD5_INVALID_CLOSING_QUOTE_POS_175=The DIGEST-MD5 \
response challenge could not be parsed because it had an invalid quotation \
mark at position %d
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_TRACE_176=Specifies a text string that may \
- be written to the Directory Server error log as trace information for the \
- bind
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHID_177=Specifies the authentication ID \
- for the bind
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_REALM_178=Specifies the realm into which \
+INFO_LDAPAUTH_PROPERTY_DESCRIPTION_TRACE_176=Text string that may be written \
+ to the Directory Server error log as trace information for the bind
+INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHID_177=Authentication ID for the bind
+INFO_LDAPAUTH_PROPERTY_DESCRIPTION_REALM_178=Realm into which \
the authentication is to be performed
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_QOP_179=Specifies the quality of \
+INFO_LDAPAUTH_PROPERTY_DESCRIPTION_QOP_179=Quality of \
protection to use for the bind
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_DIGEST_URI_180=Specifies the digest URI to \
+INFO_LDAPAUTH_PROPERTY_DESCRIPTION_DIGEST_URI_180=Digest URI to \
use for the bind
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHZID_181=Specifies the authorization ID \
+INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHZID_181=Authorization ID \
to use for the bind
INFO_DESCRIPTION_SASL_PROPERTIES_182=SASL bind options
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_KDC_183=Specifies the KDC to use for the \
+INFO_LDAPAUTH_PROPERTY_DESCRIPTION_KDC_183=KDC to use for the \
Kerberos authentication
MILD_ERR_LDAPAUTH_KDC_SINGLE_VALUED_184=The "kdc" SASL property only accepts \
a single value
@@ -411,10 +409,10 @@
SEVERE_ERR_SEARCH_INVALID_SEARCH_SCOPE_205=Invalid scope %s specified for the \
search request
SEVERE_ERR_SEARCH_NO_FILTERS_206=No filters specified for the search request
-INFO_VERIFYINDEX_DESCRIPTION_BASE_DN_207=Specifies the base DN of a backend \
+INFO_VERIFYINDEX_DESCRIPTION_BASE_DN_207=Base DN of a backend \
supporting indexing. Verification is performed on indexes within the scope of \
the given base DN
-INFO_VERIFYINDEX_DESCRIPTION_INDEX_NAME_208=Specifies the name of an index to \
+INFO_VERIFYINDEX_DESCRIPTION_INDEX_NAME_208=Name of an index to \
be verified. For an attribute index this is simply an attribute name. \
Multiple indexes may be verified for completeness, or all indexes if no \
indexes are specified. An index is complete if each index value references \
@@ -661,10 +659,8 @@
server
INFO_STOPDS_DESCRIPTION_USESTARTTLS_377=Use StartTLS for secure communication \
with the server
-INFO_STOPDS_DESCRIPTION_BINDDN_378=Specifies the DN to use to bind to the \
- server
-INFO_STOPDS_DESCRIPTION_BINDPW_379=Specifies the password to use to bind to \
- the server
+INFO_STOPDS_DESCRIPTION_BINDDN_378=DN to use to bind to the server
+INFO_STOPDS_DESCRIPTION_BINDPW_379=Password to use to bind to the server
INFO_STOPDS_DESCRIPTION_BINDPWFILE_380=Bind password file
INFO_STOPDS_DESCRIPTION_SASLOPTIONS_381=SASL bind options
INFO_STOPDS_DESCRIPTION_PROXYAUTHZID_382=Use the proxied authorization \
@@ -718,7 +714,7 @@
server once it has stopped
INFO_COMPARE_DESCRIPTION_FILENAME_413=File containing the DNs of the entries \
to compare
-INFO_LDIFSEARCH_DESCRIPTION_LDIF_FILE_414=Specifies the LDIF file containing \
+INFO_LDIFSEARCH_DESCRIPTION_LDIF_FILE_414=LDIF file containing \
the data to search. Multiple files may be specified by providing the option \
multiple times. If no files are provided, the data will be read from \
standard input
@@ -734,13 +730,13 @@
INFO_LDIFSEARCH_DESCRIPTION_OUTPUT_FILE_420=The path to the output file to \
which the matching entries should be written. If this is not provided, then \
the data will be written to standard output
-INFO_LDIFSEARCH_DESCRIPTION_OVERWRITE_EXISTING_421=Indicates that any \
- existing output file should be overwritten rather than appending to it
-INFO_LDIFSEARCH_DESCRIPTION_DONT_WRAP_422=Indicates that long lines should \
+INFO_LDIFSEARCH_DESCRIPTION_OVERWRITE_EXISTING_421=Any existing output \
+ file should be overwritten rather than appending to it
+INFO_LDIFSEARCH_DESCRIPTION_DONT_WRAP_422=Long lines should \
not be wrapped
-INFO_LDIFSEARCH_DESCRIPTION_SIZE_LIMIT_423=Specifies the maximum number of \
+INFO_LDIFSEARCH_DESCRIPTION_SIZE_LIMIT_423=Maximum number of \
matching entries to return
-INFO_LDIFSEARCH_DESCRIPTION_TIME_LIMIT_424=Specifies the maximum length of \
+INFO_LDIFSEARCH_DESCRIPTION_TIME_LIMIT_424=Maximum length of \
time (in seconds) to spend processing
SEVERE_ERR_LDIFSEARCH_NO_FILTER_428=No search filter was specified. Either a \
filter file or an individual search filter must be provided
@@ -776,13 +772,13 @@
SEVERE_ERR_LDIFSEARCH_CANNOT_INITIALIZE_JMX_442=An error occurred while \
attempting to initialize the Directory Server JMX subsystem based on the \
information in configuration file %s: %s
-INFO_LDIFDIFF_DESCRIPTION_SOURCE_LDIF_443=Specifies the LDIF file to use as \
+INFO_LDIFDIFF_DESCRIPTION_SOURCE_LDIF_443=LDIF file to use as \
the source data
-INFO_LDIFDIFF_DESCRIPTION_TARGET_LDIF_444=Specifies the LDIF file to use as \
+INFO_LDIFDIFF_DESCRIPTION_TARGET_LDIF_444=LDIF file to use as \
the target data
-INFO_LDIFDIFF_DESCRIPTION_OUTPUT_LDIF_445=Specifies the file to which the \
+INFO_LDIFDIFF_DESCRIPTION_OUTPUT_LDIF_445=File to which the \
output should be written
-INFO_LDIFDIFF_DESCRIPTION_OVERWRITE_EXISTING_446=Indicates that any existing \
+INFO_LDIFDIFF_DESCRIPTION_OVERWRITE_EXISTING_446=Any existing \
output file should be overwritten rather than appending to it
SEVERE_ERR_LDIFDIFF_CANNOT_INITIALIZE_JMX_452=An error occurred while \
attempting to initialize the Directory Server JMX subsystem based on the \
@@ -806,16 +802,16 @@
source and target LDIF files
SEVERE_ERR_LDIFDIFF_ERROR_WRITING_OUTPUT_461=An error occurred while \
attempting to write the diff output: %s
-INFO_CONFIGDS_DESCRIPTION_LDAP_PORT_464=Specifies the port on which the \
+INFO_CONFIGDS_DESCRIPTION_LDAP_PORT_464=Port on which the \
Directory Server should listen for LDAP communication
-INFO_CONFIGDS_DESCRIPTION_BASE_DN_465=Specifies the base DN for user \
+INFO_CONFIGDS_DESCRIPTION_BASE_DN_465=Base DN for user \
information in the Directory Server. Multiple base DNs may be provided by \
using this option multiple times
-INFO_CONFIGDS_DESCRIPTION_ROOT_DN_466=Specifies the DN for the initial root \
+INFO_CONFIGDS_DESCRIPTION_ROOT_DN_466=DN for the initial root \
user for the Directory Server
-INFO_CONFIGDS_DESCRIPTION_ROOT_PW_467=Specifies the password for the initial \
+INFO_CONFIGDS_DESCRIPTION_ROOT_PW_467=Password for the initial \
root user for the Directory Server
-INFO_CONFIGDS_DESCRIPTION_ROOT_PW_FILE_468=Specifies the path to a file \
+INFO_CONFIGDS_DESCRIPTION_ROOT_PW_FILE_468=Path to a file \
containing the password for the initial root user for the Directory Server
SEVERE_ERR_CONFIGDS_CANNOT_ACQUIRE_SERVER_LOCK_472=An error occurred while \
attempting to acquire the server-wide lock file %s: %s. This generally \
@@ -856,23 +852,23 @@
program
INFO_INSTALLDS_DESCRIPTION_SILENT_489=Run setup in quiet mode. Quiet mode \
will not output progress information to standard output
-INFO_INSTALLDS_DESCRIPTION_BASEDN_490=Specifies the base DN for user \
+INFO_INSTALLDS_DESCRIPTION_BASEDN_490=Base DN for user \
information in the Directory Server. Multiple base DNs may be provided by \
using this option multiple times
INFO_INSTALLDS_DESCRIPTION_ADDBASE_491=Indicates whether to create the base \
entry in the Directory Server database
-INFO_INSTALLDS_DESCRIPTION_IMPORTLDIF_492=Specifies the path to an LDIF file \
+INFO_INSTALLDS_DESCRIPTION_IMPORTLDIF_492=Path to an LDIF file \
containing data that should be added to the Directory Server database. \
Multiple LDIF files may be provided by using this option multiple times
-INFO_INSTALLDS_DESCRIPTION_LDAPPORT_493=Specifies the port on which the \
+INFO_INSTALLDS_DESCRIPTION_LDAPPORT_493=Port on which the \
Directory Server should listen for LDAP communication
INFO_INSTALLDS_DESCRIPTION_SKIPPORT_494=Skip the check to determine whether \
the specified ports are usable
-INFO_INSTALLDS_DESCRIPTION_ROOTDN_495=Specifies the DN for the initial root \
+INFO_INSTALLDS_DESCRIPTION_ROOTDN_495=DN for the initial root \
user for the Directory Server
-INFO_INSTALLDS_DESCRIPTION_ROOTPW_496=Specifies the password for the initial \
+INFO_INSTALLDS_DESCRIPTION_ROOTPW_496=Password for the initial \
root user for the Directory Server
-INFO_INSTALLDS_DESCRIPTION_ROOTPWFILE_497=Specifies the path to a file \
+INFO_INSTALLDS_DESCRIPTION_ROOTPWFILE_497=Path to a file \
containing the password for the initial root user for the Directory Server
INFO_INSTALLDS_DESCRIPTION_HELP_498=Display this usage information
SEVERE_ERR_INSTALLDS_NO_CONFIG_FILE_499=ERROR: No configuration file path \
@@ -1078,7 +1074,7 @@
random tag on line %d of the template file will always be an empty string
MILD_ERR_MAKELDIF_TAG_UNKNOWN_RANDOM_TYPE_590=The random tag on line %d of \
the template file references an unknown random type of %s
-INFO_MAKELDIF_DESCRIPTION_RESOURCE_PATH_591=Specifies the path to look for \
+INFO_MAKELDIF_DESCRIPTION_RESOURCE_PATH_591=Path to look for \
MakeLDIF resources (e.g., data files) not found in the current working \
directory or template directory path
MILD_ERR_MAKELDIF_COULD_NOT_FIND_TEMPLATE_FILE_592=Could not find template \
@@ -1137,11 +1133,11 @@
because it does not exist in the data set
MILD_ERR_LDIFMODIFY_MODIFY_NO_SUCH_ENTRY_617=Unable to modify entry %s \
because it does not exist in the data set
-INFO_LDIFMODIFY_DESCRIPTION_SOURCE_620=Specifies the LDIF file containing the \
+INFO_LDIFMODIFY_DESCRIPTION_SOURCE_620=LDIF file containing the \
data to be updated
-INFO_LDIFMODIFY_DESCRIPTION_CHANGES_621=Specifies the LDIF file containing \
+INFO_LDIFMODIFY_DESCRIPTION_CHANGES_621=LDIF file containing \
the changes to apply
-INFO_LDIFMODIFY_DESCRIPTION_TARGET_622=Specifies the file to which the \
+INFO_LDIFMODIFY_DESCRIPTION_TARGET_622=File to which the \
updated data should be written
INFO_LDIFMODIFY_DESCRIPTION_HELP_623=Displays this usage information
SEVERE_ERR_LDIFMODIFY_CANNOT_INITIALIZE_JMX_626=An error occurred while \
@@ -1164,27 +1160,25 @@
file %s for writing: %s
SEVERE_ERR_LDIFMODIFY_ERROR_PROCESSING_LDIF_634=An error occurred while \
processing the requested changes: %s
-INFO_LDAPPWMOD_DESCRIPTION_HOST_635=Specifies the address of the Directory \
+INFO_LDAPPWMOD_DESCRIPTION_HOST_635=Address of the Directory \
Server system
-INFO_LDAPPWMOD_DESCRIPTION_PORT_636=Specifies the port in which the Directory \
- Server is listening for LDAP client connections
-INFO_LDAPPWMOD_DESCRIPTION_BIND_DN_637=Specifies the DN to use to bind to the \
- server
-INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_638=Specifies the password to use to bind \
- to the server
-INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_FILE_639=Specifies the path to a file \
+INFO_LDAPPWMOD_DESCRIPTION_PORT_636=Port on which the Directory \
+ Server listens for LDAP client connections
+INFO_LDAPPWMOD_DESCRIPTION_BIND_DN_637=DN to use to bind to the server
+INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_638=Password to use to bind to the server
+INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_FILE_639=Path to a file \
containing the password to use to bind to the server
-INFO_LDAPPWMOD_DESCRIPTION_AUTHZID_640=Specifies the authorization ID for the \
+INFO_LDAPPWMOD_DESCRIPTION_AUTHZID_640=Authorization ID for the \
user entry whose password should be changed
-INFO_LDAPPWMOD_DESCRIPTION_PROVIDE_DN_FOR_AUTHZID_641=Indicates that the bind \
- DN should be used as the authorization ID for the password modify operation
-INFO_LDAPPWMOD_DESCRIPTION_NEWPW_642=Specifies the new password to provide \
+INFO_LDAPPWMOD_DESCRIPTION_PROVIDE_DN_FOR_AUTHZID_641=Use the bind \
+ DN as the authorization ID for the password modify operation
+INFO_LDAPPWMOD_DESCRIPTION_NEWPW_642=New password to provide \
for the target user
-INFO_LDAPPWMOD_DESCRIPTION_NEWPWFILE_643=Specifies the path to a file \
+INFO_LDAPPWMOD_DESCRIPTION_NEWPWFILE_643=Path to a file \
containing the new password to provide for the target user
-INFO_LDAPPWMOD_DESCRIPTION_CURRENTPW_644=Specifies the current password for \
+INFO_LDAPPWMOD_DESCRIPTION_CURRENTPW_644=Current password for \
the target user
-INFO_LDAPPWMOD_DESCRIPTION_CURRENTPWFILE_645=Specifies the path to a file \
+INFO_LDAPPWMOD_DESCRIPTION_CURRENTPWFILE_645=Path to a file \
containing the current password for the target user
INFO_LDAPPWMOD_DESCRIPTION_USE_SSL_646=Use SSL to secure the communication \
with the Directory Server
@@ -1192,13 +1186,13 @@
communication with the Directory Server
INFO_LDAPPWMOD_DESCRIPTION_BLIND_TRUST_648=Blindly trust any SSL certificate \
presented by the server
-INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_649=The path to the key store to use when \
+INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_649=Path to the key store to use when \
establishing SSL/TLS communication with the server
-INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_PINFILE_650=The path to a file containing \
+INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_PINFILE_650=Path to a file containing \
the PIN needed to access the contents of the key store
-INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_651=The path to the trust store to use \
+INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_651=Path to the trust store to use \
when establishing SSL/TLS communication with the server
-INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_PINFILE_652=The path to a file \
+INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_PINFILE_652=Path to a file \
containing the PIN needed to access the contents of the trust store
SEVERE_ERR_LDAPPWMOD_CONFLICTING_ARGS_656=The %s and %s arguments may not be \
provided together
@@ -1236,56 +1230,56 @@
the value
INFO_COMPARE_CANNOT_READ_ASSERTION_VALUE_FROM_FILE_674=Unable to read the \
assertion value from the specified file: %s
-INFO_WAIT4DEL_DESCRIPTION_TARGET_FILE_675=Specifies the path to the file to \
+INFO_WAIT4DEL_DESCRIPTION_TARGET_FILE_675=Path to the file to \
watch for deletion
-INFO_WAIT4DEL_DESCRIPTION_LOG_FILE_676=Specifies the path to a file \
+INFO_WAIT4DEL_DESCRIPTION_LOG_FILE_676=Path to a file \
containing log output to monitor
-INFO_WAIT4DEL_DESCRIPTION_TIMEOUT_677=The maximum length of time in seconds \
+INFO_WAIT4DEL_DESCRIPTION_TIMEOUT_677=Maximum length of time in seconds \
to wait for the target file to be deleted before exiting
INFO_WAIT4DEL_DESCRIPTION_HELP_678=Displays this usage information
SEVERE_WARN_WAIT4DEL_CANNOT_OPEN_LOG_FILE_681=WARNING: Unable to open log \
file %s for reading: %s
SEVERE_ERR_LDAPCOMPARE_NO_DNS_682=No entry DNs provided for the compare \
operation
-INFO_BACKUPDB_TOOL_DESCRIPTION_683=This utility may be used to back up one or \
+INFO_BACKUPDB_TOOL_DESCRIPTION_683=This utility can be used to back up one or \
more Directory Server backends
-INFO_CONFIGDS_TOOL_DESCRIPTION_684=This utility may be used to define a base \
+INFO_CONFIGDS_TOOL_DESCRIPTION_684=This utility can be used to define a base \
configuration for the Directory Server
-INFO_ENCPW_TOOL_DESCRIPTION_685=This utility may be used to encode user \
+INFO_ENCPW_TOOL_DESCRIPTION_685=This utility can be used to encode user \
passwords with a specified storage scheme, or to determine whether a given \
clear-text value matches a provided encoded password
-INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=This utility may be used to export data \
+INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=This utility can be used to export data \
from a Directory Server backend in LDIF form
-INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=This utility may be used to import LDIF \
+INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=This utility can be used to import LDIF \
data into a Directory Server backend
-INFO_INSTALLDS_TOOL_DESCRIPTION_688=This utility may be used to setup the \
+INFO_INSTALLDS_TOOL_DESCRIPTION_688=This utility can be used to setup the \
Directory Server
-INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=This utility may be used to perform \
+INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=This utility can be used to perform \
LDAP compare operations in the Directory Server
-INFO_LDAPDELETE_TOOL_DESCRIPTION_690=This utility may be used to perform LDAP \
+INFO_LDAPDELETE_TOOL_DESCRIPTION_690=This utility can be used to perform LDAP \
delete operations in the Directory Server
-INFO_LDAPMODIFY_TOOL_DESCRIPTION_691=This utility may be used to perform LDAP \
+INFO_LDAPMODIFY_TOOL_DESCRIPTION_691=This utility can be used to perform LDAP \
modify, add, delete, and modify DN operations in the Directory Server
-INFO_LDAPPWMOD_TOOL_DESCRIPTION_692=This utility may be used to perform LDAP \
+INFO_LDAPPWMOD_TOOL_DESCRIPTION_692=This utility can be used to perform LDAP \
password modify operations in the Directory Server
-INFO_LDAPSEARCH_TOOL_DESCRIPTION_693=This utility may be used to perform LDAP \
+INFO_LDAPSEARCH_TOOL_DESCRIPTION_693=This utility can be used to perform LDAP \
search operations in the Directory Server
-INFO_LDIFDIFF_TOOL_DESCRIPTION_694=This utility may be used to compare two \
+INFO_LDIFDIFF_TOOL_DESCRIPTION_694=This utility can be used to compare two \
LDIF files and report the differences in LDIF format
-INFO_LDIFMODIFY_TOOL_DESCRIPTION_695=This utility may be used to apply a set \
+INFO_LDIFMODIFY_TOOL_DESCRIPTION_695=This utility can be used to apply a set \
of modify, add, and delete operations against data in an LDIF file
-INFO_LDIFSEARCH_TOOL_DESCRIPTION_696=This utility may be used to perform \
+INFO_LDIFSEARCH_TOOL_DESCRIPTION_696=This utility can be used to perform \
search operations against data in an LDIF file
-INFO_MAKELDIF_TOOL_DESCRIPTION_697=This utility may be used to generate LDIF \
+INFO_MAKELDIF_TOOL_DESCRIPTION_697=This utility can be used to generate LDIF \
data based on a definition in a template file
-INFO_RESTOREDB_TOOL_DESCRIPTION_698=This utility may be used to restore a \
+INFO_RESTOREDB_TOOL_DESCRIPTION_698=This utility can be used to restore a \
backup of a Directory Server backend
-INFO_STOPDS_TOOL_DESCRIPTION_699=This utility may be used to request that the \
+INFO_STOPDS_TOOL_DESCRIPTION_699=This utility can be used to request that the \
Directory Server stop running or perform a restart
-INFO_VERIFYINDEX_TOOL_DESCRIPTION_700=This utility may be used to ensure that \
+INFO_VERIFYINDEX_TOOL_DESCRIPTION_700=This utility can be used to ensure that \
index data is consistent within a backend based on the Berkeley DB Java \
Edition
-INFO_WAIT4DEL_TOOL_DESCRIPTION_701=This utility may be used to wait for a \
+INFO_WAIT4DEL_TOOL_DESCRIPTION_701=This utility can be used to wait for a \
file to be removed from the filesystem
SEVERE_ERR_TOOL_CONFLICTING_ARGS_702=You may not provide both the --%s and \
the --%s arguments
@@ -1319,7 +1313,7 @@
INFO_DESCRIPTION_KEYSTOREPASSWORD_FILE_720=Certificate key store PIN file
INFO_DESCRIPTION_TRUSTSTOREPASSWORD_721=Certificate trust store PIN
INFO_DESCRIPTION_TRUSTSTOREPASSWORD_FILE_722=Certificate trust store PIN file
-INFO_LISTBACKENDS_TOOL_DESCRIPTION_723=This utility may be used to list the \
+INFO_LISTBACKENDS_TOOL_DESCRIPTION_723=This utility can be used to list the \
backends and base DNs configured in the Directory Server
INFO_LISTBACKENDS_DESCRIPTION_BACKEND_ID_726=Backend ID of the backend for \
which to list the base DNs
@@ -1352,7 +1346,7 @@
the server
INFO_LDAPSEARCH_MATCHING_ENTRY_COUNT_751=# Total number of matching entries: \
%d
-INFO_INSTALLDS_DESCRIPTION_CLI_752=Specifies to use the command line install. \
+INFO_INSTALLDS_DESCRIPTION_CLI_752=Use the command line install. \
If not specified the graphical interface will be launched. The rest of the \
options (excluding help and version) will only be taken into account if this \
option is specified
@@ -1393,7 +1387,7 @@
SEVERE_ERR_PAGED_RESULTS_RESPONSE_NOT_FOUND_793=The simple paged results \
response control was not found in the search result done message from the \
server
-INFO_LDIFDIFF_DESCRIPTION_SINGLE_VALUE_CHANGES_794=Indicates that each \
+INFO_LDIFDIFF_DESCRIPTION_SINGLE_VALUE_CHANGES_794=Each \
attribute-level change should be written as a separate modification per \
attribute value rather than one modification per entry
SEVERE_ERR_PROMPTTM_REJECTING_CLIENT_CERT_795=Rejecting client certificate \
@@ -1418,11 +1412,11 @@
be stopped or not and the mode to be used to stop it
INFO_DESCRIPTION_CERT_NICKNAME_805=Nickname of certificate for SSL client \
authentication
-INFO_CONFIGDS_DESCRIPTION_JMX_PORT_806=Specifies the port on which the \
+INFO_CONFIGDS_DESCRIPTION_JMX_PORT_806=Port on which the \
Directory Server should listen for JMX communication
SEVERE_ERR_CONFIGDS_CANNOT_UPDATE_JMX_PORT_807=An error occurred while \
attempting to update the port on which to listen for JMX communication: %s
-INFO_INSTALLDS_DESCRIPTION_JMXPORT_808=Specifies the port on which the \
+INFO_INSTALLDS_DESCRIPTION_JMXPORT_808=Port on which the \
Directory Server should listen for JMX communication
INFO_INSTALLDS_PROMPT_JMXPORT_809=On which port would you like the Directory \
Server to accept connections from JMX clients?
@@ -1435,7 +1429,7 @@
starting OpenDS as a windows service
SEVERE_ERR_WINDOWS_SERVICE_STOP_ERROR_815=An unexpected error occurred \
stopping the OpenDS windows service
-INFO_CONFIGURE_WINDOWS_SERVICE_TOOL_DESCRIPTION_816=This utility may be used \
+INFO_CONFIGURE_WINDOWS_SERVICE_TOOL_DESCRIPTION_816=This utility can be used \
to configure OpenDS as a Windows service
INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_SHOWUSAGE_817=Display this usage \
information
@@ -1478,7 +1472,7 @@
INFO_STOPDS_DESCRIPTION_WINDOWS_NET_STOP_838=Used by the window service code \
to inform that stop-ds is being called from the window services after a call \
to net stop
-INFO_WAIT4DEL_DESCRIPTION_OUTPUT_FILE_839=Specifies the path to a file to \
+INFO_WAIT4DEL_DESCRIPTION_OUTPUT_FILE_839=Path to a file to \
which the command will write the output
SEVERE_WARN_WAIT4DEL_CANNOT_OPEN_OUTPUT_FILE_840=WARNING: Unable to open \
output file %s for writing: %s
@@ -1499,12 +1493,12 @@
been marked for deletion
SEVERE_ERR_WINDOWS_SERVICE_CLEANUP_ERROR_848=An unexpected error occurred \
cleaning up the service %s
-INFO_REBUILDINDEX_TOOL_DESCRIPTION_849=This utility may be used to rebuild \
+INFO_REBUILDINDEX_TOOL_DESCRIPTION_849=This utility can be used to rebuild \
index data within a backend based on the Berkeley DB Java Edition
-INFO_REBUILDINDEX_DESCRIPTION_BASE_DN_850=Specifies the base DN of a backend \
+INFO_REBUILDINDEX_DESCRIPTION_BASE_DN_850=Base DN of a backend \
supporting indexing. Rebuild is performed on indexes within the scope of the \
given base DN
-INFO_REBUILDINDEX_DESCRIPTION_INDEX_NAME_851=Specifies the names of index(es) \
+INFO_REBUILDINDEX_DESCRIPTION_INDEX_NAME_851=Names of index(es) \
to rebuild. For an attribute index this is simply an attribute name. At \
least one index must be specified for rebuild
SEVERE_ERR_REBUILDINDEX_ERROR_DURING_REBUILD_852=An error occurred while \
@@ -1526,15 +1520,15 @@
while attempting to acquire a shared lock for backend %s: %s. This \
generally means that some other process has an exclusive lock on this backend \
(e.g., an LDIF import or a restore). The rebuild process cannot continue
-INFO_CONFIGDS_DESCRIPTION_LDAPS_PORT_858=Specifies the port on which the \
+INFO_CONFIGDS_DESCRIPTION_LDAPS_PORT_858=Port on which the \
Directory Server should listen for LDAPS communication
SEVERE_ERR_CONFIGDS_CANNOT_UPDATE_LDAPS_PORT_859=An error occurred while \
attempting to update the port on which to listen for LDAPS communication: %s
INFO_CONFIGDS_DESCRIPTION_ENABLE_START_TLS_860=Specifies whether to enable or \
not StartTLS
-INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PROVIDER_DN_861=Specifies the DN of the \
+INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PROVIDER_DN_861=DN of the \
key manager provider to use for SSL and/or StartTLS
-INFO_CONFIGDS_DESCRIPTION_TRUSTMANAGER_PROVIDER_DN_862=Specifies the DN of \
+INFO_CONFIGDS_DESCRIPTION_TRUSTMANAGER_PROVIDER_DN_862=DN of \
the trust manager provider to use for SSL and/or StartTLS
SEVERE_ERR_CONFIGDS_CANNOT_PARSE_KEYMANAGER_PROVIDER_DN_863=An error occurred \
while attempting to parse key manager provider DN value "%s" as a DN: %s
@@ -1553,9 +1547,9 @@
SEVERE_ERR_CONFIGDS_CANNOT_UPDATE_TRUSTMANAGER_REFERENCE_869=An error \
occurred while attempting to update the trust manager provider DN used for \
LDAPS communication: %s
-INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PATH_870=Specifies the path of the \
+INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PATH_870=Path of the \
key store to be used by the key manager provider
-INFO_CONFIGDS_DESCRIPTION_CERTNICKNAME_871=Specifies the nickname of the \
+INFO_CONFIGDS_DESCRIPTION_CERTNICKNAME_871=Nickname of the \
certificate that the connection handler should use when accepting SSL-based \
connections or performing StartTLS negotiation
SEVERE_ERR_CONFIGDS_KEYMANAGER_PROVIDER_DN_REQUIRED_872=ERROR: You must \
@@ -1564,7 +1558,7 @@
attempting to update the nickname of the certificate that the connection \
handler should use when accepting SSL-based connections or performing \
StartTLS negotiation: %s
-INFO_LDAPMODIFY_DESCRIPTION_FILENAME_874=Specifies the LDIF file containing \
+INFO_LDAPMODIFY_DESCRIPTION_FILENAME_874=LDIF file containing \
the changes to apply
MILD_ERR_MAKELDIF_TEMPLATE_INVALID_PARENT_TEMPLATE_875=The parent template %s \
referenced on line %d for template %s is invalid because the referenced \
@@ -1609,9 +1603,9 @@
information
INFO_DESCRIPTION_QUIET_1075=Use quiet mode
INFO_DESCRIPTION_SCRIPT_FRIENDLY_1076=Use script-friendly mode
-INFO_DESCRIPTION_NO_PROMPT_1077=Use non-interactive mode. If some data in \
-the command is missing the user will not be prompted and the tool will fail
-INFO_PWPSTATE_TOOL_DESCRIPTION_1094=This utility may be used to retrieve and \
+INFO_DESCRIPTION_NO_PROMPT_1077=Use non-interactive mode. If data in \
+the command is missing, the user is not prompted and the tool will fail
+INFO_PWPSTATE_TOOL_DESCRIPTION_1094=This utility can be used to retrieve and \
manipulate the values of password policy state variables
INFO_PWPSTATE_DESCRIPTION_HOST_1095=Directory server hostname or IP address
INFO_PWPSTATE_DESCRIPTION_PORT_1096=Directory server port number
@@ -1842,7 +1836,7 @@
INFO_REVERT_DESCRIPTION_DIRECTORY_1219=Directory where reversion files are \
stored. This should be one of the child directories of the 'history' \
directory that is created when the upgrade tool is run
-INFO_REVERT_DESCRIPTION_RECENT_1220=Indicates that the installation will be \
+INFO_REVERT_DESCRIPTION_RECENT_1220=The installation will be \
reverted to the state before the most recent upgrade
INFO_REVERT_DESCRIPTION_INTERACTIVE_1221=Prompt for any required information \
rather than fail
@@ -1884,10 +1878,8 @@
the server
INFO_LDAP_CONN_DESCRIPTION_USESTARTTLS_1303=Use StartTLS for secure \
communication with the server
-INFO_LDAP_CONN_DESCRIPTION_BINDDN_1304=Specifies the DN to use to bind to the \
- server
-INFO_LDAP_CONN_DESCRIPTION_BINDPW_1305=Specifies the password to use to bind \
- to the server
+INFO_LDAP_CONN_DESCRIPTION_BINDDN_1304=DN to use to bind to the server
+INFO_LDAP_CONN_DESCRIPTION_BINDPW_1305=Password to use to bind to the server
INFO_LDAP_CONN_DESCRIPTION_BINDPWFILE_1306=Bind password file
INFO_LDAP_CONN_DESCRIPTION_SASLOPTIONS_1307=SASL bind options
INFO_LDAP_CONN_DESCRIPTION_TRUST_ALL_1308=Trust all server SSL certificates
@@ -1924,7 +1916,7 @@
generate the RC script: %s
SEVERE_ERR_DSCFG_ERROR_QUIET_AND_INTERACTIVE_INCOMPATIBLE_1326=If you specify \
the {%s} argument you must also specify {%s}
-INFO_DESCRIPTION_DBTEST_TOOL_1327=This utility may be used to debug the JE \
+INFO_DESCRIPTION_DBTEST_TOOL_1327=This utility can be used to debug the JE \
database
INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_ROOT_CONTAINERS_1328=List the root \
containers used by all JE backends
@@ -2046,19 +2038,19 @@
configuration is completed
INFO_INSTALLDS_DESCRIPTION_ENABLE_STARTTLS_1397=Enable StartTLS to allow \
secure communication with the server using the LDAP port
-INFO_INSTALLDS_DESCRIPTION_LDAPSPORT_1398=Specifies the port on which the \
+INFO_INSTALLDS_DESCRIPTION_LDAPSPORT_1398=Port on which the \
Directory Server should listen for LDAPS communication. The LDAPS port will \
be configured and SSL will be enabled only if this argument is explicitly \
specified
-INFO_INSTALLDS_DESCRIPTION_USE_SELF_SIGNED_1399=Specifies to generate a \
+INFO_INSTALLDS_DESCRIPTION_USE_SELF_SIGNED_1399=Generate a \
self-signed certificate that the server should use when accepting SSL-based \
connections or performing StartTLS negotiation
-INFO_INSTALLDS_DESCRIPTION_USE_PKCS11_1400=Specifies to use a certificate in a \
+INFO_INSTALLDS_DESCRIPTION_USE_PKCS11_1400=Use a certificate in a \
PKCS#11 token that the server should use when accepting SSL-based \
connections or performing StartTLS negotiation
-INFO_INSTALLDS_DESCRIPTION_USE_JAVAKEYSTORE_1401=Specifies the path of a Java \
+INFO_INSTALLDS_DESCRIPTION_USE_JAVAKEYSTORE_1401=Path of a Java \
Key Store (JKS) containing a certificate to be used as the server certificate
-INFO_INSTALLDS_DESCRIPTION_USE_PKCS12_1402=Specifies the path of a PKCS#12 key \
+INFO_INSTALLDS_DESCRIPTION_USE_PKCS12_1402=Path of a PKCS#12 key \
store containing the certificate that the server should use when accepting \
SSL-based connections or performing StartTLS negotiation
INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_1403=Certificate key store PIN. \
@@ -2067,7 +2059,7 @@
INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_FILE_1404=Certificate key store \
PIN file. A PIN is required when you specify to use an existing certificate \
(JKS, PKCS#12 or PKCS#11) as server certificate
-INFO_INSTALLDS_DESCRIPTION_CERT_NICKNAME_1405=Specifies the nickname of the \
+INFO_INSTALLDS_DESCRIPTION_CERT_NICKNAME_1405=Nickname of the \
certificate that the server should use when accepting SSL-based \
connections or performing StartTLS negotiation
SEVERE_ERR_INSTALLDS_SEVERAL_CERTIFICATE_TYPE_SPECIFIED_1406=You have \
@@ -2091,7 +2083,7 @@
of tasks scheduled to run within the Directory Server as well as information \
about individual tasks
INFO_TASKINFO_SUMMARY_ARG_DESCRIPTION_1413=Print a summary of tasks
-INFO_TASKINFO_TASK_ARG_DESCRIPTION_1414=Specifies the ID of a particular task \
+INFO_TASKINFO_TASK_ARG_DESCRIPTION_1414=ID of a particular task \
about which this tool will display information
INFO_TASKINFO_CMD_REFRESH_1415=refresh
INFO_TASKINFO_CMD_CANCEL_1416=cancel task
@@ -2131,8 +2123,7 @@
running
SEVERE_ERR_INCOMPATIBLE_ARGUMENTS_1446=Options '%s' and '%s' are incompatible \
with each other and cannot be used together
-INFO_TASKINFO_TASK_ARG_CANCEL_1447=Specifies the ID of a particular task \
- to cancel
+INFO_TASKINFO_TASK_ARG_CANCEL_1447=ID of a particular task to cancel
SEVERE_ERR_TASKINFO_CANCELING_TASK_1448=Error canceling task '%s': %s
SEVERE_ERR_TASKINFO_ACCESSING_LOGS_1449=Error accessing logs for task '%s': %s
SEVERE_ERR_TASKINFO_NOT_CANCELABLE_TASK_INDEX_1450=Task at index %d is not \
@@ -2157,23 +2148,23 @@
SEVERE_ERR_TASK_TOOL_START_TIME_NO_LDAP_1459=You have provided a options for \
scheduling this operation as a task but options provided for connecting to \
the server's tasks backend resulted in the following error: '%s'
-INFO_DESCRIPTION_PROP_FILE_PATH_1461=Path to the file which contains default \
- properties value used for command line argument
-INFO_DESCRIPTION_NO_PROP_FILE_1462=Indicates that we will not use properties \
- file to get default command line argument value
+INFO_DESCRIPTION_PROP_FILE_PATH_1461=Path to the file containing default \
+ property values used for command line arguments
+INFO_DESCRIPTION_NO_PROP_FILE_1462=No properties file will be \
+ used to get default command line argument values
INFO_DESCRIPTION_TASK_TASK_ARGS_1463=Task Scheduling Options
INFO_DESCRIPTION_TASK_LDAP_ARGS_1464=Task Backend Connection Options
INFO_DESCRIPTION_GENERAL_ARGS_1465=General Options
INFO_DESCRIPTION_IO_ARGS_1466=Utility Input/Output Options
INFO_DESCRIPTION_LDAP_CONNECTION_ARGS_1467=LDAP Connection Options
INFO_DESCRIPTION_CONFIG_OPTIONS_ARGS_1468=Configuration Options
-INFO_DESCRIPTION_TASK_COMPLETION_NOTIFICATION_1469=Specifies the email address \
+INFO_DESCRIPTION_TASK_COMPLETION_NOTIFICATION_1469=Email address \
of a recipient to be notified when the task completes. This option may be \
specified more than once
-INFO_DESCRIPTION_TASK_ERROR_NOTIFICATION_1470=Specifies the email address \
+INFO_DESCRIPTION_TASK_ERROR_NOTIFICATION_1470=Email address \
of a recipient to be notified if an error occurs when this task executes. \
This option may be specified more than once
-INFO_DESCRIPTION_TASK_DEPENDENCY_ID_1471=Specifies the ID of a task upon which \
+INFO_DESCRIPTION_TASK_DEPENDENCY_ID_1471=ID of a task upon which \
this task depends. A task will not start execution until all its \
dependencies have completed execution
INFO_DESCRIPTION_TASK_FAILED_DEPENDENCY_ACTION_1472=Action this task will \
--
Gitblit v1.10.0