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/core.properties | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 747c36a..b9563c4 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -582,9 +582,9 @@ did not match any password(s) stored in the user's entry MILD_ERR_BIND_OPERATION_PASSWORD_VALIDATION_EXCEPTION_280=An unexpected error \ occurred while attempting to validate the provided password: %s -INFO_DSCORE_DESCRIPTION_CONFIG_CLASS_281=Specifies the fully-qualified name \ +INFO_DSCORE_DESCRIPTION_CONFIG_CLASS_281=Fully-qualified name \ of the Java class to use as the Directory Server configuration handler -INFO_DSCORE_DESCRIPTION_CONFIG_FILE_282=Specifies the path to the file \ +INFO_DSCORE_DESCRIPTION_CONFIG_FILE_282=Path to the file \ containing the information needed by the configuration handler to obtain the \ Directory Server configuration INFO_DSCORE_DESCRIPTION_VERSION_283=Display Directory Server version \ @@ -958,7 +958,7 @@ configuration entry "%s" does not contain any values for attribute \ ds-cfg-default-password-storage-scheme, which specifies the set of default \ password storage schemes -INFO_PWPOLICY_DESCRIPTION_PW_ATTR_424=Specifies the attribute type used to \ +INFO_PWPOLICY_DESCRIPTION_PW_ATTR_424=Attribute type used to \ hold user passwords. This attribute type must be defined in the server \ schema. Changes to this configuration attribute will take effect immediately SEVERE_ERR_PWPOLICY_UNDEFINED_PASSWORD_ATTRIBUTE_425=The password policy \ @@ -973,7 +973,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_ATTRIBUTE_427=An error occurred \ while attempting to determine the value of attribute \ ds-cfg-password-attribute in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_DEFAULT_STORAGE_SCHEMES_428=Specifies the password \ +INFO_PWPOLICY_DESCRIPTION_DEFAULT_STORAGE_SCHEMES_428=Password \ storage scheme (or set of schemes) that will be used to encode clear-text \ passwords. If multiple default storage schemes are defined for a password \ policy, then the same password will be encoded using all of those schemes. \ @@ -985,8 +985,8 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEFAULT_STORAGE_SCHEMES_430=An error \ occurred while attempting to determine the values for attribute \ ds-cfg-default-password-storage-scheme in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_DEPRECATED_STORAGE_SCHEMES_431=Specifies the \ - password storage scheme (or set of schemes) that should be considered \ +INFO_PWPOLICY_DESCRIPTION_DEPRECATED_STORAGE_SCHEMES_431=Password storage \ + scheme (or set of schemes) that should be considered \ deprecated. If an authenticating user has a password encoded with one of \ these schemes, those passwords will be removed and replaced with passwords \ encoded using the default schemes. Changes to this configuration attribute \ @@ -994,7 +994,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEPRECATED_STORAGE_SCHEMES_432=An error \ occurred while attempting to determine the values for attribute \ ds-cfg-deprecated-password-storage-scheme in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_PASSWORD_VALIDATORS_433=Specifies the DN(s) of the \ +INFO_PWPOLICY_DESCRIPTION_PASSWORD_VALIDATORS_433=DN(s) of the \ password validator(s) that should be used with the associated password \ storage scheme. Changes to this configuration attribute will take effect \ immediately @@ -1004,7 +1004,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_VALIDATORS_435=An error \ occurred while attempting to determine the values for attribute \ ds-cfg-password-validator in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_NOTIFICATION_HANDLERS_436=Specifies the DN(s) of \ +INFO_PWPOLICY_DESCRIPTION_NOTIFICATION_HANDLERS_436=DN(s) of \ the account status notification handler(s) that should be used with the \ associated password storage scheme. Changes to this configuration attribute \ will take effect immediately @@ -1047,7 +1047,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_SKIP_ADMIN_VALIDATION_446=An error \ occurred while attempting to determine the value for attribute \ ds-cfg-skip-validation-for-administrators in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_PASSWORD_GENERATOR_447=Specifies the DN of the \ +INFO_PWPOLICY_DESCRIPTION_PASSWORD_GENERATOR_447=DN of the \ configuration entry that references the password generator for use with the \ associated password policy. This will be used in conjunction with the \ password modify extended operation to generate a new password for a user when \ @@ -1083,7 +1083,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_PREENCODED_455=An error occurred \ while attempting to determine the value for attribute \ ds-cfg-allow-pre-encoded-passwords in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_MIN_AGE_456=Specifies the minimum length of time \ +INFO_PWPOLICY_DESCRIPTION_MIN_AGE_456=Minimum length of time \ that must pass after a password change before the user will be allowed to \ change the password again. The value of this attribute should be an integer \ followed by a unit of seconds, minutes, hours, days, or weeks. This setting \ @@ -1094,7 +1094,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MIN_AGE_457=An error occurred while \ attempting to determine the value for attribute ds-cfg-min-password-age \ in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_MAX_AGE_458=Specifies the maximum length of time \ +INFO_PWPOLICY_DESCRIPTION_MAX_AGE_458=Maximum length of time \ that a user may continue using the same password before it must be changed \ (i.e., the password expiration interval). The value of this attribute should \ be an integer followed by a unit of seconds, minutes, hours, days, or weeks. \ @@ -1103,7 +1103,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_AGE_459=An error occurred while \ attempting to determine the value for attribute ds-cfg-max-password-age \ in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_MAX_RESET_AGE_460=Specifies the maximum length of \ +INFO_PWPOLICY_DESCRIPTION_MAX_RESET_AGE_460=Maximum length of \ time that users have to change passwords after they have been reset by an \ administrator before they become locked. The value of this attribute should \ be an integer followed by a unit of seconds, minutes, hours, days, or weeks. \ @@ -1112,7 +1112,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_RESET_AGE_461=An error occurred \ while attempting to determine the value for attribute \ ds-cfg-max-password-reset-age in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_WARNING_INTERVAL_462=Specifies the maximum length \ +INFO_PWPOLICY_DESCRIPTION_WARNING_INTERVAL_462=Maximum length \ of time before a user's password actually expires that the server will begin \ to include warning notifications in bind responses for that user. The value \ of this attribute should be an integer followed by a unit of seconds, \ @@ -1140,7 +1140,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_EXPIRED_CHANGES_467=An error \ occurred while attempting to determine the value for attribute \ ds-cfg-allow-expired-password-changes in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_GRACE_LOGIN_COUNT_468=Specifies the number of grace \ +INFO_PWPOLICY_DESCRIPTION_GRACE_LOGIN_COUNT_468=Number of grace \ logins that a user will be allowed after the account has expired to allow \ that user to choose a new password. A value of 0 indicates that no grace \ logins will be allowed. Changes to this configuration attribute will take \ @@ -1148,7 +1148,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_GRACE_LOGIN_COUNT_469=An error occurred \ while attempting to determine the value for attribute \ ds-cfg-grace-login-count in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_LOCKOUT_FAILURE_COUNT_470=Specifies the maximum \ +INFO_PWPOLICY_DESCRIPTION_LOCKOUT_FAILURE_COUNT_470=Maximum \ number of authentication failures that a user should be allowed before the \ account is locked out. A value of 0 indicates that accounts should never be \ locked out due to failed attempts. changes to this configuration attribute \ @@ -1156,7 +1156,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_FAILURE_COUNT_471=An error \ occurred while attempting to determine the value for attribute \ ds-cfg-lockout-failure-count in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_LOCKOUT_DURATION_472=Specifies the length of time \ +INFO_PWPOLICY_DESCRIPTION_LOCKOUT_DURATION_472=Length of time \ that an account should be locked after too many authentication failures. The \ value of this attribute should be an integer followed by a unit of seconds, \ minutes, hours, days, or weeks. A value of 0 seconds indicates that the \ @@ -1165,7 +1165,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_DURATION_473=An error occurred \ while attempting to determine the value for attribute ds-cfg-lockout-duration \ in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_FAILURE_EXPIRATION_474=Specifies the length of time \ +INFO_PWPOLICY_DESCRIPTION_FAILURE_EXPIRATION_474=Length of time \ that should pass before an authentication failure is no longer counted \ against a user for the purposes of account lockout. The value of this \ attribute should be an integer followed by a unit of seconds, minutes, hours, \ @@ -1176,7 +1176,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FAILURE_EXPIRATION_475=An error occurred \ while attempting to determine the value for attribute \ ds-cfg-lockout-failure-expiration-interval in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_REQUIRE_CHANGE_BY_TIME_476=Specifies the time by \ +INFO_PWPOLICY_DESCRIPTION_REQUIRE_CHANGE_BY_TIME_476=Time by \ which all users with the associated password policy must change their \ passwords. The value should be expressed in a generalized time format. If \ this time is equal to the current time or is in the past, then all users will \ @@ -1187,7 +1187,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CHANGE_BY_TIME_477=An error \ occurred while attempting to determine the value for attribute \ ds-cfg-require-change-by-time in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_ATTR_478=Specifies the name or OID \ +INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_ATTR_478=Name or OID \ of the attribute type that should be used to hold the last login time for \ users with the associated password policy. This attribute type must be \ defined in the Directory Server schema and must either be defined as an \ @@ -1201,7 +1201,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_ATTR_480=An error \ occurred while attempting to determine the value for attribute \ ds-cfg-last-login-time-attribute in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_FORMAT_481=Specifies the format \ +INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_FORMAT_481=Format \ string that should be used to generate the last login time value for users \ with the associated password policy. This format string should conform to \ the syntax described in the API documentation for the \ @@ -1215,8 +1215,8 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_FORMAT_483=An error \ occurred while attempting to determine the value for attribute \ ds-cfg-last-login-time-format in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_PREVIOUS_LAST_LOGIN_TIME_FORMAT_484=Specifies the \ - format string(s) that may have been used with the last login time at any \ +INFO_PWPOLICY_DESCRIPTION_PREVIOUS_LAST_LOGIN_TIME_FORMAT_484=Format \ + string(s) that may have been used with the last login time at any \ point in the past for users associated with the password policy. These \ values are used to make it possible to parse previous values, but will not be \ used to set new values. These format strings should conform to the syntax \ @@ -1232,7 +1232,7 @@ SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PREVIOUS_LAST_LOGIN_TIME_FORMAT_486=An \ error occurred while attempting to determine the values for attribute \ ds-cfg-previous-last-login-time-format in configuration entry %s: %s -INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=Specifies the maximum \ +INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=Maximum \ length of time that an account may remain idle (i.e., the associated user \ does not authenticate to the server) before that user is locked out. The \ value of this attribute should be an integer followed by a unit of seconds, \ @@ -1338,7 +1338,7 @@ parse string %s as the DN of the work queue configuration entry: %s SEVERE_ERR_WORKQ_NO_CONFIG_525=Work queue configuration entry %s does not \ exist in the server configuration -INFO_WORKQ_DESCRIPTION_CLASS_526=Specifies the fully-qualified name of the \ +INFO_WORKQ_DESCRIPTION_CLASS_526=Fully-qualified name of the \ Java class that provides the core work queue logic for the Directory Server. \ Changes to this configuration attribute require that the server be restarted \ for the change to take effect @@ -1433,7 +1433,7 @@ continue running in the foreground MILD_ERR_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE_568=Unable to increment the value \ of attribute %s because that attribute does not exist in the entry -INFO_DSCORE_TOOL_DESCRIPTION_569=This utility may be used to start the \ +INFO_DSCORE_TOOL_DESCRIPTION_569=This utility can be used to start the \ Directory Server, as well as to obtain the server version and other forms of \ general server information MILD_ERR_EXTENDED_UNSUPPORTED_CRITICAL_CONTROL_570=Unable to process the \ @@ -1458,7 +1458,7 @@ %s but the new base DN is not SEVERE_WARN_REGISTER_BASEDN_ENTRIES_IN_MULTIPLE_BACKENDS_576=Backend %s \ already contains entry %s which has just been registered as the base DN for \ - backend %s. These conflicting entries may cause unexpected or errant search \ + backend %s. These conflicting entries can cause unexpected or errant search \ results, and both backends should be reinitialized to ensure that each has \ the correct content SEVERE_ERR_DEREGISTER_BASEDN_NOT_REGISTERED_577=Unable to de-register base DN \ @@ -1466,7 +1466,7 @@ active backend SEVERE_WARN_DEREGISTER_BASEDN_MISSING_HIERARCHY_578=Base DN %s has been \ deregistered from the Directory Server for backend %s. This base DN had both \ - superior and subordinate entries in other backends, and there may be \ + superior and subordinate entries in other backends, and there might be \ inconsistent or unexpected behavior when accessing entries in this portion of \ the hierarchy because of the missing entries that had been held in the \ de-registered backend @@ -1643,7 +1643,7 @@ SEVERE_ERR_DIRCFG_INVALID_LOCK_TABLE_SIZE_647=The specified initial lock \ table size %d is invalid. It must be an integer value greater than zero FATAL_ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING_648=The Directory \ - Server is currently running. The environment configuration may not be \ + Server is currently running. The environment configuration can not be \ altered while the server is online SEVERE_ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE_649=An error occurred \ while attempting to initialize a SSL context for server to server \ @@ -1674,7 +1674,7 @@ which does not support the auth password syntax SEVERE_WARN_GROUP_FILTER_NOT_INDEXED_660=The search filter "%s" used by group \ implementation %s is not indexed in backend %s. Backend initialization \ - for this group implementation may take a very long time to complete + for this group implementation might take a very long time to complete SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_DIGEST_661=CryptoManager cannot get \ the requested digest %s: %s SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MAC_ENGINE_662=CryptoManager cannot \ -- Gitblit v1.10.0