From 6a4e693d9a8e1dec174150171b1600629d83457c Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 26 May 2011 16:45:59 +0000
Subject: [PATCH] Fix OPENDJ-37: Maven / messages: remove unused I18N messages

---
 opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties       | 4568 -------------------------------------
 opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ko.properties    |  385 ---
 opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_es.properties    |  385 ---
 opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_TW.properties |  385 ---
 opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_de.properties    |  386 ---
 opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_fr.properties    |  385 ---
 opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ja.properties    |  385 ---
 opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_CN.properties |  385 ---
 8 files changed, 1 insertions(+), 7,263 deletions(-)

diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties
index f36fe34..4556fe9 100755
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties
@@ -80,61 +80,26 @@
 WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SECOND=The provided value \
  "%s" is not a valid generalized time value because "%s" is not a valid second \
  specification
-WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SUBSECOND=The provided \
- value "%s" is not a valid generalized time value because the sub-second \
- component is not valid (between 1 and 3 numeric digits)
-WARN_ATTR_SYNTAX_GENERALIZED_TIME_LONG_SUBSECOND=The provided value \
- "%s" is not a valid generalized time value because the sub-second value may \
- not contain more than three digits
 WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_OFFSET=The provided value \
  "%s" is not a valid generalized time value because "%s" is not a valid GMT \
  offset
 WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_CHAR=The provided value \
  "%s" is not a valid generalized time value because it contains an invalid \
  character '%s' at position %d
-WARN_ATTR_SYNTAX_GENERALIZED_TIME_CANNOT_PARSE=The provided value \
- "%s" could not be parsed as a valid generalized time:  %s
 ERR_ATTR_SYNTAX_DN_INVALID=The provided value "%s" could not be parsed \
  as a valid distinguished name:  %s
-ERR_ATTR_SYNTAX_DN_END_WITH_COMMA=The provided value "%s" could not be \
- parsed as a valid distinguished name because the last non-space character was \
- a comma or semicolon
-ERR_ATTR_SYNTAX_DN_ATTR_START_WITH_DIGIT=The provided value "%s" could \
- not be parsed as a valid distinguished name because numeric digit '%s' is not \
- allowed as the first character in an attribute name
 ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR=The provided value "%s" could not \
  be parsed as a valid distinguished name because character '%c' at position %d \
  is not allowed in an attribute name
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_UNDERSCORE_CHAR=The provided value \
- "%s" could not be parsed as a valid distinguished name because the underscore \
- character is not allowed in an attribute name unless the %s configuration \
- option is enabled
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH=The provided value "%s" \
- could not be parsed as a valid distinguished name because the hyphen \
- character is not allowed as the first character of an attribute name
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_UNDERSCORE=The provided value \
- "%s" could not be parsed as a valid distinguished name because the underscore \
- character is not allowed as the first character of an attribute name even if \
- the %s configuration option is enabled
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT=The provided value "%s" \
- could not be parsed as a valid distinguished name because the digit '%c' is \
- not allowed as the first character of an attribute name unless the \
- name is specified as an OID or the %s configuration option is enabled
 ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME=The provided value "%s" could not be \
  parsed as a valid distinguished name because it contained an RDN containing \
  an empty attribute name
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD=The provided value "%s" could \
- not be parsed as a valid distinguished name because the parsed attribute name \
- %s included a period but that name did not appear to be a valid OID
 ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME=The provided value "%s" could \
  not be parsed as a valid distinguished name because the last non-space \
  character was part of the attribute name '%s'
 ERR_ATTR_SYNTAX_DN_NO_EQUAL=The provided value "%s" could not be \
  parsed as a valid distinguished name because the next non-space character \
  after attribute name "%s" should have been an equal sign but instead was '%c'
-ERR_ATTR_SYNTAX_DN_INVALID_CHAR=The provided value "%s" could not be \
- parsed as a valid distinguished name because character '%c' at position %d is \
- not valid
 ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT=The provided value "%s" could \
  not be parsed as a valid distinguished name because an attribute value \
  started with an octothorpe (#) but was not followed by a positive multiple of \
@@ -158,9 +123,6 @@
 WARN_ATTR_SYNTAX_INTEGER_INITIAL_ZERO=The provided value "%s" could \
  not be parsed as a valid integer because the first digit may not be zero \
  unless it is the only digit
-WARN_ATTR_SYNTAX_INTEGER_MISPLACED_DASH=The provided value "%s" \
- could not be parsed as a valid integer because the dash may only appear if it \
- is the first character of the value followed by one or more digits
 WARN_ATTR_SYNTAX_INTEGER_INVALID_CHARACTER=The provided value "%s" \
  could not be parsed as a valid integer because character '%c' at position %d \
  is not allowed in an integer value
@@ -185,29 +147,6 @@
  "%s" could not be parsed as an attribute type description because an open \
  parenthesis was expected at position %d but instead a '%s' character was \
  found
-ERR_ATTR_SYNTAX_ATTRTYPE_TRUNCATED_VALUE=The provided value "%s" \
- could not be parsed as an attribute type description because the end of the \
- value was encountered while the Directory Server expected more data to be \
- provided
-ERR_ATTR_SYNTAX_ATTRTYPE_DOUBLE_PERIOD_IN_NUMERIC_OID=The provided \
- value "%s" could not be parsed as an attribute type description because the \
- numeric OID contained two consecutive periods at position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_NUMERIC_OID=The provided \
- value "%s" could not be parsed as an attribute type description because the \
- numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_STRING_OID=The provided \
- value "%s" could not be parsed as an attribute type description because the \
- non-numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR=The provided value "%s" could \
- not be parsed as an attribute type description because it contained an \
- illegal character %s at position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_UNEXPECTED_CLOSE_PARENTHESIS=The provided \
- value "%s" could not be parsed as an attribute type description because it \
- contained an unexpected closing parenthesis at position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE=The provided value "%s" could \
- not be parsed as an attribute type description because a single quote was \
- expected as the first non-blank character following token %s.  However, the \
- character %s was found instead
 WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUPERIOR_TYPE=The definition for \
  the attribute type with OID %s declared a superior type with an OID of %s. \
  No attribute type with this OID exists in the server schema
@@ -227,15 +166,9 @@
  the attribute type with OID %s declared that substring matching should be \
  performed using the matching rule "%s".  No such substring matching rule is \
  configured for use in the Directory Server
-WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SYNTAX=The definition for the \
- attribute type with OID %s declared that it should have a syntax with OID %s. \
- No such syntax is configured for use in the Directory Server
 WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_ATTRIBUTE_USAGE=The definition \
  for the attribute type with OID %s declared that it should have an attribute \
  usage of %s.  This is an invalid usage
-WARN_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_AT_POS=The provided value \
- "%s" could not be parsed as an attribute type description because a single \
- quote was expected at position %d but the character %s was found instead
 ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE=The provided value could not \
  be parsed as a valid objectclass description because it was empty or \
  contained only whitespace
@@ -243,35 +176,9 @@
  value "%s" could not be parsed as an objectclass description because an open \
  parenthesis was expected at position %d but instead a '%s' character was \
  found
-ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE=The provided value "%s" \
- could not be parsed as an objectclass description because the end of the \
- value was encountered while the Directory Server expected more data to be \
- provided
-ERR_ATTR_SYNTAX_OBJECTCLASS_DOUBLE_PERIOD_IN_NUMERIC_OID=The provided \
- value "%s" could not be parsed as an objectclass description because the \
- numeric OID contained two consecutive periods at position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_NUMERIC_OID=The provided \
- value "%s" could not be parsed as an objectclass description because the \
- numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_STRING_OID=The provided \
- value "%s" could not be parsed as an objectclass description because the \
- non-numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR=The provided value "%s" \
- could not be parsed as an objectclass description because it contained an \
- illegal character %s at position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS=The provided \
- value "%s" could not be parsed as an objectclass description because it \
- contained an unexpected closing parenthesis at position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE=The provided value "%s" \
- could not be parsed as an objectclass description because a single quote was \
- expected as the first non-blank character following token %s.  However, the \
- character %s was found instead
 WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_SUPERIOR_CLASS=The definition \
  for the objectclass with OID %s declared a superior objectclass with an OID \
  of %s.  No objectclass with this OID exists in the server schema
-WARN_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_AT_POS=The provided \
- value "%s" could not be parsed as an objectclass description because a single \
- quote was expected at position %d but the character %s was found instead
 WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_REQUIRED_ATTR=The definition \
  for the objectclass with OID %s declared that it should include required \
  attribute "%s".  No attribute type matching this name or OID exists in the \
@@ -283,17 +190,6 @@
 WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER=The provided value "%s" \
  cannot be parsed as a valid IA5 string because it contains an illegal \
  character "%s" that is not allowed in the IA5 (ASCII) character set
-INFO_ATTR_SYNTAX_TELEPHONE_DESCRIPTION_STRICT_MODE=This indicates whether \
- the telephone number attribute syntax should use a strict mode in which it \
- will only accept values in the ITU-T E.123 format.  If this is enabled, then \
- any value not in this format will be rejected.  If this is disabled, then any \
- value will be accepted, but only the digits will be considered when \
- performing matching
-WARN_ATTR_SYNTAX_TELEPHONE_CANNOT_DETERMINE_STRICT_MODE=An error \
- occurred while trying to retrieve attribute \
- ds-cfg-strict-format from configuration entry %s:  %s.  The \
- Directory Server will not enforce strict compliance to the ITU-T E.123 format \
- for telephone number values
 ERR_ATTR_SYNTAX_TELEPHONE_EMPTY=The provided value is not a valid \
  telephone number because it is empty or null
 ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS=The provided value "%s" is not a \
@@ -306,10 +202,6 @@
  specification
 ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS=The provided value "%s" is not a \
  valid telephone number because it does not contain any numeric digits
-INFO_ATTR_SYNTAX_TELEPHONE_UPDATED_STRICT_MODE=The value of configuration \
- attribute ds-cfg-strict-format, which indicates whether to \
- use strict telephone number syntax checking, has been updated to %s in \
- configuration entry %s
 WARN_ATTR_SYNTAX_NUMERIC_STRING_ILLEGAL_CHAR=The provided value \
  "%s" is not a valid numeric string because it contained character %s at \
  position %d that was neither a digit nor a space
@@ -323,44 +215,6 @@
  value "%s" could not be parsed as an attribute syntax description because an \
  open parenthesis was expected at position %d but instead a '%s' character was \
  found
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TRUNCATED_VALUE=The provided value "%s" \
- could not be parsed as an attribute syntax description because the end of the \
- value was encountered while the Directory Server expected more data to be \
- provided
-ERR_ATTR_SYNTAX_ATTRSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID=The provided \
- value "%s" could not be parsed as an attribute syntax description because the \
- numeric OID contained two consecutive periods at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID=The provided \
- value "%s" could not be parsed as an attribute syntax description because the \
- numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_STRING_OID=The provided \
- value "%s" could not be parsed as an attribute syntax description because the \
- non-numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS=The provided \
- value "%s" could not be parsed as an attribute syntax description because it \
- contained an unexpected closing parenthesis at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_TOKEN=The provided value \
- "%s" could not be parsed as an attribute syntax description because an \
- unexpected error occurred while trying to read the "DESC" token from the \
- string at or near position %d:  %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TOKEN_NOT_DESC=The provided value "%s" \
- could not be parsed as an attribute syntax description because the "DESC" \
- token was expected but the string "%s" was found instead
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_VALUE=The provided value \
- "%s" could not be parsed as an attribute syntax description because an \
- unexpected error occurred while trying to read the value of the "DESC" token \
- from the string at or near position %d:  %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_CLOSE_PARENTHESIS=The provided \
- value "%s" could not be parsed as an attribute syntax description because a \
- close parenthesis was expected at position %d but instead a '%s' character \
- was found
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_AFTER_CLOSE=The provided \
- value "%s" could not be parsed as an attribute syntax description because an \
- illegal character %s was found at position %d after the close parenthesis
-WARN_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_QUOTE_AT_POS=The provided \
- value "%s" could not be parsed as an attribute syntax description because a \
- single quote was expected at position %d but the character %s was found \
- instead
 WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE=The provided value \
  could not be parsed as a printable string because it was null or empty.  A \
  printable string must contain at least one character
@@ -403,24 +257,6 @@
  "%s" could not be parsed as a DIT content rule description because an open \
  parenthesis was expected at position %d but instead a '%s' character was \
  found
-ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE=The provided value "%s" could \
- not be parsed as a DIT content rule description because the end of the value \
- was encountered while the Directory Server expected more data to be provided
-ERR_ATTR_SYNTAX_DCR_DOUBLE_PERIOD_IN_NUMERIC_OID=The provided value \
- "%s" could not be parsed as a DIT content rule description because the \
- numeric OID contained two consecutive periods at position %d
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_NUMERIC_OID=The provided value \
- "%s" could not be parsed as a DIT content rule description because the \
- numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_STRING_OID=The provided value \
- "%s" could not be parsed as a DIT content rule description because the \
- non-numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_DCR_UNEXPECTED_CLOSE_PARENTHESIS=The provided value \
- "%s" could not be parsed as a DIT content rule description because it \
- contained an unexpected closing parenthesis at position %d
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR=The provided value "%s" could not \
- be parsed as a DIT content rule description because it contained an illegal \
- character %s at position %d
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS=The DIT content rule \
  "%s" is associated with a structural objectclass %s that is not defined in \
  the server schema
@@ -443,9 +279,6 @@
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR=The DIT content rule \
  "%s" is associated with a prohibited attribute type %s that is not defined in \
  the server schema
-ERR_ATTR_SYNTAX_DCR_EXPECTED_QUOTE_AT_POS=The provided value "%s" \
- could not be parsed as a DIT content rule description because a single quote \
- was expected at position %d but the %s character was found instead
 ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE=The provided value could not \
  be parsed as a valid name form description because it was empty or contained \
  only whitespace
@@ -453,24 +286,6 @@
  value "%s" could not be parsed as a name form description because an open \
  parenthesis was expected at position %d but instead a '%c' character was \
  found
-ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE=The provided value "%s" \
- could not be parsed as a name form description because the end of the value \
- was encountered while the Directory Server expected more data to be provided
-ERR_ATTR_SYNTAX_NAME_FORM_DOUBLE_PERIOD_IN_NUMERIC_OID=The provided \
- value "%s" could not be parsed as a name form description because the numeric \
- OID contained two consecutive periods at position %d
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_NUMERIC_OID=The provided \
- value "%s" could not be parsed as a name form description because the numeric \
- OID contained an illegal character %c at position %d
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_STRING_OID=The provided \
- value "%s" could not be parsed as a name form description because the \
- non-numeric OID contained an illegal character %c at position %d
-ERR_ATTR_SYNTAX_NAME_FORM_UNEXPECTED_CLOSE_PARENTHESIS=The provided \
- value "%s" could not be parsed as a name form description because it \
- contained an unexpected closing parenthesis at position %d
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR=The provided value "%s" could \
- not be parsed as a name form description because it contained an illegal \
- character %c at position %d
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS=The name form \
  description "%s" is associated with a structural objectclass %s that is not \
  defined in the server schema
@@ -489,9 +304,6 @@
 ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS=The provided value \
  "%s" could not be parsed as a name form description because it does not \
  specify the structural objectclass with which it is associated
-ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_QUOTE_AT_POS=The provided value \
- "%s" could not be parsed as a name form description because a single quote \
- was expected at position %d but the %c character was found instead
 ERR_ATTR_SYNTAX_MR_EMPTY_VALUE=The provided value could not be \
  parsed as a valid matching rule description because it was empty or contained \
  only whitespace
@@ -499,33 +311,12 @@
  could not be parsed as a matching rule description because an open \
  parenthesis was expected at position %d but instead a '%s' character was \
  found
-ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE=The provided value "%s" could not \
- be parsed as a matching rule description because the end of the value was \
- encountered while the Directory Server expected more data to be provided
-ERR_ATTR_SYNTAX_MR_DOUBLE_PERIOD_IN_NUMERIC_OID=The provided value \
- "%s" could not be parsed as a matching rule description because the numeric \
- OID contained two consecutive periods at position %d
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_NUMERIC_OID=The provided value \
- "%s" could not be parsed as a matching rule description because the numeric \
- OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_STRING_OID=The provided value \
- "%s" could not be parsed as a matching rule description because the \
- non-numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_MR_UNEXPECTED_CLOSE_PARENTHESIS=The provided value \
- "%s" could not be parsed as a matching rule description because it contained \
- an unexpected closing parenthesis at position %d
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR=The provided value "%s" could not be \
- parsed as a matching rule description because it contained an illegal \
- character %s at position %d
 ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX=The matching rule description "%s" \
  is associated with attribute syntax %s that is not defined in the server \
  schema
 ERR_ATTR_SYNTAX_MR_NO_SYNTAX=The provided value "%s" could not be \
  parsed as a matching rule description because it does not specify the \
  attribute syntax with which it is associated
-ERR_ATTR_SYNTAX_MR_EXPECTED_QUOTE_AT_POS=The provided value "%s" \
- could not be parsed as a matching rule description because a single quote was \
- expected at position %d but the %s character was found instead
 ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE=The provided value could not be \
  parsed as a valid matching rule use description because it was empty or \
  contained only whitespace
@@ -533,36 +324,15 @@
  "%s" could not be parsed as a matching rule use description because an open \
  parenthesis was expected at position %d but instead a '%s' character was \
  found
-ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE=The provided value "%s" could \
- not be parsed as a matching rule use description because the end of the value \
- was encountered while the Directory Server expected more data to be provided
-ERR_ATTR_SYNTAX_MRUSE_DOUBLE_PERIOD_IN_NUMERIC_OID=The provided \
- value "%s" could not be parsed as a matching rule use description because the \
- numeric OID contained two consecutive periods at position %d
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_NUMERIC_OID=The provided value \
- "%s" could not be parsed as a matching rule use description because the \
- numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_STRING_OID=The provided value \
- "%s" could not be parsed as a matching rule use description because the \
- non-numeric OID contained an illegal character %s at position %d
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE=The provided value "%s" \
  could not be parsed as a matching rule use description because the specified \
  matching rule %s is unknown
-ERR_ATTR_SYNTAX_MRUSE_UNEXPECTED_CLOSE_PARENTHESIS=The provided \
- value "%s" could not be parsed as a matching rule use description because it \
- contained an unexpected closing parenthesis at position %d
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR=The provided value "%s" could not \
- be parsed as a matching rule use description because it contained an illegal \
- character %s at position %d
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR=The matching rule use description \
  "%s" is associated with attribute type %s that is not defined in the server \
  schema
 ERR_ATTR_SYNTAX_MRUSE_NO_ATTR=The provided value "%s" could not be \
  parsed as a matching rule description because it does not specify the set of \
  attribute types that may be used with the associated OID
-ERR_ATTR_SYNTAX_MRUSE_EXPECTED_QUOTE_AT_POS=The provided value "%s" \
- could not be parsed as a matching rule use description because a single quote \
- was expected at position %d but the %s character was found instead
 ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE=The provided value could not be \
  parsed as a valid DIT structure rule description because it was empty or \
  contained only whitespace
@@ -570,19 +340,6 @@
  "%s" could not be parsed as a DIT structure rule description because an open \
  parenthesis was expected at position %d but instead a '%s' character was \
  found
-ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE=The provided value "%s" could \
- not be parsed as a DIT structure rule description because the end of the \
- value was encountered while the Directory Server expected more data to be \
- provided
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_RULE_ID=The provided value "%s" \
- could not be parsed as a DIT structure rule description because the rule ID \
- contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_DSR_UNEXPECTED_CLOSE_PARENTHESIS=The provided value \
- "%s" could not be parsed as a DIT structure rule description because it \
- contained an unexpected closing parenthesis at position %d
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR=The provided value "%s" could not \
- be parsed as a DIT structure rule description because it contained an illegal \
- character %s at position %d
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM=The provided value "%s" could \
  not be parsed as a DIT structure rule description because it referenced an \
  unknown name form %s
@@ -592,18 +349,6 @@
 ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM=The provided value "%s" could not \
  be parsed as a DIT structure rule description because it did not specify the \
  name form for the rule
-ERR_ATTR_SYNTAX_DSR_EXPECTED_QUOTE_AT_POS=The provided value "%s" \
- could not be parsed as a DIT structure rule description because a single \
- quote was expected at position %d but the %s character was found instead
-ERR_ATTR_SYNTAX_DSR_DOUBLE_PERIOD_IN_NUMERIC_OID=The provided value \
- "%s" could not be parsed as a DIT structure rule description because the \
- numeric OID contained two consecutive periods at position %d
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_NUMERIC_OID=The provided value \
- "%s" could not be parsed as a DIT structure rule description because the \
- numeric OID contained an illegal character %s at position %d
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_STRING_OID=The provided value \
- "%s" could not be parsed as a DIT structure rule description because the \
- non-numeric OID contained an illegal character %s at position %d
 ERR_ATTR_SYNTAX_TELEX_TOO_SHORT=The provided value "%s" is too short \
  to be a valid telex number value
 ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE=The provided value "%s" does not \
@@ -693,17 +438,6 @@
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC=The provided value "%s" could \
  not be parsed as an enhanced guide value because it did not contain an \
  objectclass name or OID before the octothorpe (#) character
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_DOUBLE_PERIOD_IN_OC_OID=The provided \
- value "%s" could not be parsed as an enhanced guide value because the numeric \
- OID %s specifying the objectclass contained two consecutive periods at \
- position %d
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_OID=The provided \
- value "%s" could not be parsed as an enhanced guide value because the numeric \
- OID %s specifying the objectclass contained an illegal character %s at \
- position %d
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_NAME=The provided \
- value "%s" could not be parsed as an enhanced guide value because the \
- objectclass name %s contained an illegal character %s at position %d
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP=The provided value "%s" \
  could not be parsed as an enhanced guide value because it did not have an \
  octothorpe (#) character to separate the criteria from the scope
@@ -716,60 +450,6 @@
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_CRITERIA=The provided value "%s" \
  could not be parsed as an enhanced guide value because it did not specify any \
  criteria between the octothorpe (#) characters
-ERR_ATTR_SYNTAX_OID_INVALID_VALUE=The provided value %s could not be \
- parsed as a valid OID:  %s
-WARN_ATTR_SYNTAX_GENERALIZED_TIME_NORMALIZE_FAILURE=An unexpected \
- error occurred while trying to normalize value %s as a generalized time \
- value:  %s
-WARN_OMR_CASE_EXACT_COMPARE_CANNOT_NORMALIZE=An error occurred \
- while attempting to compare two AttributeValue objects using the \
- caseExactOrderingMatch matching rule because the normalized form of one of \
- those values could not be retrieved:  %s
-WARN_OMR_CASE_EXACT_COMPARE_INVALID_TYPE=An error occurred while \
- attempting to compare two objects using the caseExactOrderingMatch matching \
- rule because the objects were of an unsupported type %s.  Only byte arrays, \
- ASN.1 octet strings, and attribute value objects may be compared
-WARN_OMR_CASE_IGNORE_COMPARE_CANNOT_NORMALIZE=An error occurred \
- while attempting to compare two AttributeValue objects using the \
- caseIgnoreOrderingMatch matching rule because the normalized form of one of \
- those values could not be retrieved:  %s
-WARN_OMR_CASE_IGNORE_COMPARE_INVALID_TYPE=An error occurred while \
- attempting to compare two objects using the caseIgnoreOrderingMatch matching \
- rule because the objects were of an unsupported type %s.  Only byte arrays, \
- ASN.1 octet strings, and attribute value objects may be compared
-WARN_OMR_GENERALIZED_TIME_COMPARE_CANNOT_NORMALIZE=An error \
- occurred while attempting to compare two AttributeValue objects using the \
- generalizedTimeOrderingMatch matching rule because the normalized form of one \
- of those values could not be retrieved:  %s
-WARN_OMR_GENERALIZED_TIME_COMPARE_INVALID_TYPE=An error occurred \
- while attempting to compare two objects using the \
- generalizedTimeOrderingMatch matching rule because the objects were of an \
- unsupported type %s.  Only byte arrays, ASN.1 octet strings, and attribute \
- value objects may be compared
-WARN_OMR_INTEGER_COMPARE_CANNOT_NORMALIZE=An error occurred while \
- attempting to compare two AttributeValue objects using the \
- integerOrderingMatch matching rule because the normalized form of one of \
- those values could not be retrieved:  %s
-WARN_OMR_INTEGER_COMPARE_INVALID_TYPE=An error occurred while \
- attempting to compare two objects using the integerOrderingMatch matching \
- rule because the objects were of an unsupported type %s.  Only byte arrays, \
- ASN.1 octet strings, and attribute value objects may be compared
-WARN_OMR_NUMERIC_STRING_COMPARE_CANNOT_NORMALIZE=An error occurred \
- while attempting to compare two AttributeValue objects using the \
- numericStringOrderingMatch matching rule because the normalized form of one \
- of those values could not be retrieved:  %s
-WARN_OMR_NUMERIC_STRING_COMPARE_INVALID_TYPE=An error occurred \
- while attempting to compare two objects using the numericStringOrderingMatch \
- matching rule because the objects were of an unsupported type %s.  Only byte \
- arrays, ASN.1 octet strings, and attribute value objects may be compared
-WARN_OMR_OCTET_STRING_COMPARE_CANNOT_NORMALIZE=An error occurred \
- while attempting to compare two AttributeValue objects using the \
- octetStringOrderingMatch matching rule because the normalized form of one of \
- those values could not be retrieved:  %s
-WARN_OMR_OCTET_STRING_COMPARE_INVALID_TYPE=An error occurred while \
- attempting to compare two objects using the octetStringOrderingMatch matching \
- rule because the objects were of an unsupported type %s.  Only byte arrays, \
- ASN.1 octet strings, and attribute value objects may be compared
 WARN_ATTR_SYNTAX_UUID_INVALID_LENGTH=The provided value "%s" has \
  an invalid length for a UUID.  All UUID values must have a length of exactly \
  36 bytes, but the provided value had a length of %d bytes
@@ -778,20 +458,9 @@
 WARN_ATTR_SYNTAX_UUID_EXPECTED_HEX=The provided value "%s" should \
  have had a hexadecimal digit at position %d, but the character '%s' was found \
  instead
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_DESCRIPTION_ALLOW_ZEROLENGTH=Indicates \
- whether attributes with the directory string syntax will be allowed to have \
- zero-length values.  This is technically not allowed by the LDAP \
- specifications, but it may be useful for backward compatibility with previous \
- Directory Server releases
-ERR_ATTR_SYNTAX_DIRECTORYSTRING_CANNOT_DETERMINE_ZEROLENGTH=An \
- error occurred while trying to determine the value of the %s configuration \
- attribute, which indicates whether directory string attributes should be \
- allowed to have zero-length values:  %s
 ERR_ATTR_SYNTAX_DIRECTORYSTRING_INVALID_ZEROLENGTH_VALUE=The \
  operation attempted to assign a zero-length value to an attribute with the \
  directory string syntax
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_UPDATED_ALLOW_ZEROLENGTH=The %s \
- attribute in configuration entry %s has been updated with a new value of %s
 ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR=The provided \
  authPassword value had an invalid scheme character at position %d
 ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME=The provided authPassword value \
@@ -806,15 +475,6 @@
 ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR=The provided \
  authPassword value was missing the separator character or had an illegal \
  character between the authInfo and authValue elements
-ERR_EMR_INTFIRSTCOMP_NO_INITIAL_PARENTHESIS=The provided value \
- "%s" could not be parsed by the integer first component matching rule because \
- it did not start with a parenthesis
-ERR_EMR_INTFIRSTCOMP_NO_NONSPACE=The provided value "%s" could not \
- be parsed by the integer first component matching rule because it did not \
- have any non-space characters after the opening parenthesis
-ERR_EMR_INTFIRSTCOMP_NO_SPACE_AFTER_INT=The provided value "%s" \
- could not be parsed by the integer first component matching rule because it \
- did not have any space characters after the first component
 ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT=The provided value \
  "%s" could not be parsed by the integer first component matching rule because \
  the first component does not appear to be an integer value
@@ -829,12 +489,6 @@
 ERR_ATTR_SYNTAX_USERPW_NO_SCHEME=Unable to decode the provided \
  value according to the user password syntax because the value does not \
  contain a storage scheme name
-ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID=The provided \
- value "%s" could not be parsed as a valid RFC 3672 subtree specification
-ERR_ATTR_SYNTAX_ABSOLUTE_SUBTREE_SPECIFICATION_INVALID=The provided \
- value "%s" could not be parsed as a valid absolute subtree specification
-ERR_ATTR_SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_INVALID=The provided \
- value "%s" could not be parsed as a valid relative subtree specification
 WARN_ATTR_SYNTAX_ILLEGAL_INTEGER=The provided value %s is not \
  allowed for attributes with a Integer syntax
 ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR=The provided \
@@ -843,11 +497,6 @@
  value had a zero-length authValue element
 ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR=The provided \
  authPassword value had an invalid trailing character at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXTENSION_INVALID_CHARACTER=The provided \
- value "%s" could not be parsed as an attribute syntax extension because an \
- invalid character was found at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID_EXTENSION=The attribute syntax \
- could not be parsed because of an invalid extension.%s
 WARN_ATTR_SYNTAX_OBJECTCLASS_INVALID_SUPERIOR_TYPE=The definition \
  for objectclass %s is invalid because it has an objectclass type of %s but \
  this is incompatible with the objectclass type %s for the superior class %s
@@ -858,9 +507,6 @@
 WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_SUPERIOR_USAGE=The definition \
  for attribute type %s is invalid because its attribute usage %s is not the \
  same as the usage for its superior type %s
-WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_FROM_NONCOLLECTIVE=The \
- definition for attribute type %s is invalid because it is defined as a \
- collective type but the superior type %s is not collective
 WARN_ATTR_SYNTAX_ATTRTYPE_NONCOLLECTIVE_FROM_COLLECTIVE=The \
  definition for attribute type %s is invalid because it is not defined as a \
  collective type but the superior type %s is collective
@@ -888,101 +534,12 @@
 WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_TIME=The provided value \
  %s is not a valid generalized time value because it represents an invalid \
  time (e.g., a date that does not exist):  %s
-NOTICE_SCHEMA_IMPORT_FAILED=A schema element could not be imported: %s, %s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_LOCALE=The collation \
- rule %s under matching rule entry %s is invalid as the locale %s is not supported \
- by JVM
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT=The provided \
- collation rule %s does not contain a valid format of OID:LOCALE
 ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR=The provided \
  value "%s" could not be parsed as a valid distinguished name because an \
  attribute value started with a character at position %d that needs to be escaped
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_CHAR=The provided value "%s" could not \
- be parsed as a valid attribute type definition because character '%c' at \
- position %d is not allowed in an attribute type name
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR=The provided value \
- "%s" could not be parsed as a valid attribute type definition because the \
- underscore character is not allowed in an attribute type name unless the \
- %s configuration option is enabled
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH=The provided value "%s" \
- could not be parsed as a valid attribute type definition because the hyphen \
- character is not allowed as the first character of an attribute type name
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE=The provided value \
- "%s" could not be parsed as a valid attribute type definition because the \
- underscore character is not allowed as the first character of an attribute \
- type name even if the %s configuration option is enabled
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT=The provided value "%s" \
- could not be parsed as a valid attribute type definition because the \
- digit '%c' is not allowed as the first character of an attribute type name \
- unless the name is specified as an OID or the %s configuration option is enabled
-ERR_OC_SYNTAX_ATTR_ILLEGAL_CHAR=The provided value "%s" could not \
- be parsed as a valid object class definition because character '%c' at \
- position %d is not allowed in an object class name
-ERR_OC_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR=The provided value \
- "%s" could not be parsed as a valid object class definition because the \
- underscore character is not allowed in an object class name unless the \
- %s configuration option is enabled
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH=The provided value "%s" \
- could not be parsed as a valid object class definition because the hyphen \
- character is not allowed as the first character of an object class name
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE=The provided value \
- "%s" could not be parsed as a valid object class definition because the \
- underscore character is not allowed as the first character of an object \
- class name even if the %s configuration option is enabled
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT=The provided value "%s" \
- could not be parsed as a valid object class definition because the \
- digit '%c' is not allowed as the first character of an object class name \
- unless the name is specified as an OID or the %s configuration option is enabled
-ERR_ATTR_SYNTAX_OBJECTCLASS_MULTIPLE_SUPERIOR_CLASS=The provided "%s" \
- value could not be parsed as a valid superior object class definition because \
- definition for the objectclass with OID %s has already  declared a superior objectclass with an OID \
- of %s. Multiple inheritance of objectclasses is not yet supported
-WARN_ATTR_INVALID_RELATIVE_TIME_ASSERTION_FORMAT=The provided \
- value "%s" could not be parsed as a valid assertion value because the \
- character '%c' is not allowed. The acceptable values are s(second),m(minute), \
- ,h(hour),d(day) and w(week)
-WARN_ATTR_INVALID_PARTIAL_TIME_ASSERTION_FORMAT=The provided \
- value "%s" could not be parsed as a valid assertion value because the \
- character '%c' is not allowed. The acceptable values are DD (date),MM(month) \
- and YYYY(year)
-WARN_ATTR_MISSING_CHAR_PARTIAL_TIME_ASSERTION_FORMAT=The provided \
- value "%s" could not be parsed as a valid assertion value because an invalid \
- character '%c' is  found instead of '%c' at position %d
-WARN_ATTR_INVALID_DATE_ASSERTION_FORMAT=The provided \
-  value "%s" could not be parsed as a valid assertion value because "%d" is not \
-  a valid date specification
-WARN_ATTR_INVALID_MONTH_ASSERTION_FORMAT=The provided \
-  value "%s" could not be parsed as a valid assertion value because "%d" is not \
-  a valid month specification
-WARN_ATTR_INVALID_YEAR_ASSERTION_FORMAT=The provided \
-  value "%s" could not be parsed as a valid assertion value because "%d" is not \
-  a valid year specification
-WARN_ATTR_DUPLICATE_DATE_ASSERTION_FORMAT=The provided \
-  value "%s" could not be parsed as a valid assertion value because there is  \
-  conflicting  value "%d" for DD(Date) specification
-WARN_ATTR_DUPLICATE_MONTH_ASSERTION_FORMAT=The provided \
-  value "%s" could not be parsed as a valid assertion value because there is  \
-  conflicting  value "%d" for MM(Month) specification
-WARN_ATTR_DUPLICATE_YEAR_ASSERTION_FORMAT=The provided \
-  value "%s" could not be parsed as a valid assertion value because there is  \
-  conflicting  value "%d" for YYYY(Year) specification
-WARN_ATTR_MISSING_YEAR_PARTIAL_TIME_ASSERTION_FORMAT=The provided \
- value "%s" could not be parsed as a valid assertion value because it does \
- not contain year in YYYY format
-WARN_ATTR_CONFLICTING_ASSERTION_FORMAT=The provided \
- value "%s" could not be parsed as a valid assertion value because more than  \
- one time units are not allowed
-WARN_ATTR_LDAP_SYNTAX_ILLEGAL_CHAR_IN_OID=The provided value "%s" \
- could not be parsed as an ldap syntax because the OID contained an illegal \
- character %s at position %d
-WARN_ATTR_SYNTAX_LDAPSYNTAX_UNKNOWN_EXT=The provided value "%s" \
- could not be parsed as an ldap syntax because it contains an unrecognized \
- extension %s at position %d
 WARN_ATTR_SYNTAX_LDAPSYNTAX_REGEX_INVALID_VALUE=The provided value \
   "%s" cannot be parsed as a valid regex syntax because it does not match  \
   the pattern "%s"
-WARN_ATTR_SYNTAX_LDAPSYNTAX_REGEX_NO_PATTERN=The provided value "%s" \
- could not be parsed as a regex syntax because it does not contain a regex pattern
 WARN_ATTR_SYNTAX_LDAPSYNTAX_REGEX_INVALID_PATTERN=The definition for the \
  syntax with OID "%s" could not be parsed as a regex syntax because the provided \
  regex pattern "%s" is invalid
@@ -1011,30 +568,12 @@
 ERR_ATTR_SYNTAX_TRUNCATED_VALUE=Unexpected end of value
 ERR_ATTR_SYNTAX_CYCLIC_SUB_SYNTAX=The definition for the \
  syntax with OID %s declared a cyclic substitution.
-ERR_SCHEMA_REPLACE_CORE_ELEMENT=Unable to add schema element with \
- OID %s because it conflicts with a core element %s
 WARN_ATTR_SYNTAX_LDAPSYNTAX_ENUM_INVALID_VALUE=The provided value \
   "%s" cannot be parsed because it is not allowed by enumeration syntax \
   with OID "%s"
 WARN_ATTR_SYNTAX_LDAPSYNTAX_ENUM_DUPLICATE_VALUE=The provided value \
   "%s" cannot be parsed as an enumeration syntax  because it contains a \
   duplicate value "%s" at position %d
-WARN_ATTR_SYNTAX_ATTRTYPE_BAD_APPROXIMATE_MR=The definition for \
- the attribute type with OID %s declared that approximate matching should be \
- performed using the matching rule "%s".  This matching rule is defined in \
- the schema, but it is not an approximate matching rule
-WARN_ATTR_SYNTAX_ATTRTYPE_BAD_EQUALITY_MR=The definition for \
- the attribute type with OID %s declared that equality matching should be \
- performed using the matching rule "%s".  This matching rule is defined in \
- the schema, but it is not an equality matching rule
-WARN_ATTR_SYNTAX_ATTRTYPE_BAD_ORDERING_MR=The definition for \
- the attribute type with OID %s declared that ordering matching should be \
- performed using the matching rule "%s".  This matching rule is defined in \
- the schema, but it is not an ordering matching rule
-WARN_ATTR_SYNTAX_ATTRTYPE_BAD_SUBSTRING_MR=The definition for \
- the attribute type with OID %s declared that substring matching should be \
- performed using the matching rule "%s".  This matching rule is defined in \
- the schema, but it is not an substring matching rule
 ERR_ATTR_SYNTAX_EMPTY_VALUE=The provided value could not be \
  parsed because it was empty or contained only whitespace
 ERR_ATTR_SYNTAX_EXPECTED_OPEN_PARENTHESIS=The provided value \
@@ -1121,45 +660,27 @@
 ERR_SCHEMA_CONFLICTING_ATTRIBUTE_OID=Unable to register attribute \
  type %s with the server schema because its OID %s conflicts with the OID of \
  an existing attribute type %s
-ERR_SCHEMA_CONFLICTING_ATTRIBUTE_NAME=Unable to register attribute \
- type %s with the server schema because its name %s conflicts with the name of \
- an existing attribute type %s
 ERR_SCHEMA_CONFLICTING_OBJECTCLASS_OID=Unable to register \
  objectclass %s with the server schema because its OID %s conflicts with the \
  OID of an existing objectclass %s
-ERR_SCHEMA_CONFLICTING_OBJECTCLASS_NAME=Unable to register \
- objectclass %s with the server schema because its name %s conflicts with the \
- name of an existing objectclass %s
 ERR_SCHEMA_CONFLICTING_SYNTAX_OID=Unable to register attribute \
  syntax %s with the server schema because its OID %s conflicts with the OID of \
  an existing syntax %s
 ERR_SCHEMA_CONFLICTING_MR_OID=Unable to register matching rule %s \
  with the server schema because its OID %s conflicts with the OID of an \
  existing matching rule %s
-ERR_SCHEMA_CONFLICTING_MR_NAME=Unable to register matching rule %s \
- with the server schema because its name %s conflicts with the name of an \
- existing matching rule %s
 ERR_SCHEMA_CONFLICTING_MATCHING_RULE_USE=Unable to register matching \
  rule use %s with the server schema because its matching rule %s conflicts \
  with the matching rule for an existing matching rule use %s
 ERR_SCHEMA_CONFLICTING_DIT_CONTENT_RULE=Unable to register DIT \
  content rule %s with the server schema because its structural objectclass %s \
  conflicts with the structural objectclass for an existing DIT content rule %s
-ERR_SCHEMA_CONFLICTING_DIT_STRUCTURE_RULE_NAME_FORM=Unable to \
- register DIT structure rule %s with the server schema because its name form \
- %s conflicts with the name form for an existing DIT structure rule %s
 ERR_SCHEMA_CONFLICTING_DIT_STRUCTURE_RULE_ID=Unable to register DIT \
  structure rule %s with the server schema because its rule ID %d conflicts \
  with the rule ID for an existing DIT structure rule %s
-ERR_SCHEMA_CONFLICTING_NAME_FORM_OC=Unable to register name form %s \
- with the server schema because its structural objectclass %s conflicts with \
- the structural objectclass for an existing name form %s
 ERR_SCHEMA_CONFLICTING_NAME_FORM_OID=Unable to register name form %s \
  with the server schema because its OID %s conflicts with the OID for an \
  existing name form %s
-ERR_SCHEMA_CONFLICTING_NAME_FORM_NAME=Unable to register name form \
- %s with the server schema because its name %s conflicts with the name for an \
- existing name form %s
 INFO_RESULT_SUCCESS=Success
 INFO_RESULT_OPERATIONS_ERROR=Operations Error
 INFO_RESULT_PROTOCOL_ERROR=Protocol Error
@@ -1245,9 +766,6 @@
 ERR_ASN1_BOOLEAN_INVALID_LENGTH=Cannot decode the ASN.1 \
  boolean element because the decoded value length was not exactly one byte \
  (decoded length was %d)
-ERR_ASN1_NULL_TRUNCATED_VALUE=Cannot decode the ASN.1 null \
- element of because an unexpected end of file was reached while reading value \
- bytes (%d)
 ERR_ASN1_NULL_INVALID_LENGTH=Cannot decode the ASN.1 null element \
  because the decoded value length was not exactly zero bytes \
  (decoded length was %d)
@@ -1262,461 +780,24 @@
  element value was not between one and four bytes (actual length was %d)
 ERR_ASN1_SEQUENCE_READ_NOT_STARTED=Cannot decode the end of the ASN.1 \
  sequence or set because the start of the sequence was not read
-ERR_ASN1_SEQUENCE_READ_NOT_ENDED=Cannot decode the end of the ASN.1 \
- sequence or set because %d bytes are not read from the sequence of %d bytes \
- in length
 ERR_ASN1_SKIP_TRUNCATED_VALUE=Cannot skip the ASN.1 element of because \
  an unexpected end of file was reached while reading value bytes (%d)
 ERR_ASN1_SEQUENCE_SET_TRUNCATED_VALUE=Cannot decode the ASN.1 sequence \
  or set element of because an unexpected end of file was reached while reading \
  value bytes (%d)
-ERR_LDAP_MESSAGE_DECODE_NULL=Cannot decode the provided ASN.1 \
- sequence as an LDAP message because the sequence was null
-ERR_LDAP_MESSAGE_DECODE_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 sequence as an LDAP message because the sequence contained an \
- invalid number of elements (expected 2 or 3, got %d)
-ERR_LDAP_MESSAGE_DECODE_MESSAGE_ID=Cannot decode the provided ASN.1 \
- sequence as an LDAP message because the first element of the sequence could \
- not be decoded as an integer message ID:  %s
-ERR_LDAP_MESSAGE_DECODE_PROTOCOL_OP=Cannot decode the provided ASN.1 \
- sequence as an LDAP message because the second element of the sequence could \
- not be decoded as the protocol op:  %s
-ERR_LDAP_MESSAGE_DECODE_CONTROLS=Cannot decode the provided ASN.1 \
- sequence as an LDAP message because the third element of the sequence could \
- not be decoded as the set of controls:  %s
-ERR_LDAP_CONTROL_DECODE_NULL=Cannot decode the provided ASN.1 element \
- as an LDAP control because the element was null
-ERR_LDAP_CONTROL_DECODE_SEQUENCE=Cannot decode the provided ASN.1 \
- element as an LDAP control because the element could not be decoded as a \
- sequence:  %s
-ERR_LDAP_CONTROL_DECODE_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 element as an LDAP control because the control sequence \
- contained an invalid number of elements (expected 1 to 3, got %d)
-ERR_LDAP_CONTROL_DECODE_OID=Cannot decode the provided ASN.1 element \
- as an LDAP control because the OID could not be decoded as a string:  %s
-ERR_LDAP_CONTROL_DECODE_CRITICALITY=Cannot decode the provided ASN.1 \
- element as an LDAP control because the criticality could not be decoded as \
- Boolean value:  %s
-ERR_LDAP_CONTROL_DECODE_VALUE=Cannot decode the provided ASN.1 \
- element as an LDAP control because the value could not be decoded as an octet \
- string:  %s
-ERR_LDAP_CONTROL_DECODE_INVALID_TYPE=Cannot decode the provided ASN.1 \
- element as an LDAP control because the BER type for the second element in the \
- sequence was invalid (expected 01 or 04, got %x)
-ERR_LDAP_CONTROL_DECODE_CONTROLS_NULL=Cannot decode the provided \
- ASN.1 element as a set of LDAP controls because the element was null
-ERR_LDAP_CONTROL_DECODE_CONTROLS_SEQUENCE=Cannot decode the provided \
- ASN.1 element as a set of LDAP controls because the element could not be \
- decoded as a sequence:  %s
-ERR_LDAP_ABANDON_REQUEST_DECODE_ID=Cannot decode the provided ASN.1 \
- element as an LDAP abandon request protocol op because a problem occurred \
- while trying to obtain the message ID of the operation to abandon:  %s
-ERR_LDAP_RESULT_DECODE_SEQUENCE=Cannot decode the provided ASN.1 \
- element as an LDAP result protocol op because a problem occurred while trying \
- to parse the result sequence:  %s
-ERR_LDAP_RESULT_DECODE_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 element as an LDAP result protocol op because the result \
- sequence did not contain a valid number of elements (expected 3 or 4, got %d)
-ERR_LDAP_RESULT_DECODE_RESULT_CODE=Cannot decode the provided ASN.1 \
- element as an LDAP result protocol op because the first element in the result \
- sequence could not be decoded as an integer result code:  %s
-ERR_LDAP_RESULT_DECODE_MATCHED_DN=Cannot decode the provided ASN.1 \
- element as an LDAP result protocol op because the second element in the \
- result sequence could not be decoded as the matched DN:  %s
-ERR_LDAP_RESULT_DECODE_ERROR_MESSAGE=Cannot decode the provided ASN.1 \
- element as an LDAP result protocol op because the third element in the result \
- sequence could not be decoded as the error message:  %s
-ERR_LDAP_RESULT_DECODE_REFERRALS=Cannot decode the provided ASN.1 \
- element as an LDAP result protocol op because the fourth element in the \
- result sequence could not be decoded as a set of referral URLs:  %s
-ERR_LDAP_BIND_RESULT_DECODE_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 element as an LDAP bind response protocol op because the \
- result sequence did not contain a valid number of elements (expected 3 to 5, \
- got %d)
-ERR_LDAP_BIND_RESULT_DECODE_SERVER_SASL_CREDENTIALS=Cannot decode the \
- provided ASN.1 element as an LDAP bind response protocol op because the final \
- element in the result sequence could not be decoded as the server SASL \
- credentials:  %s
-ERR_LDAP_BIND_RESULT_DECODE_INVALID_TYPE=Cannot decode the provided \
- ASN.1 element as an LDAP bind response protocol op because the BER type for \
- the fourth element in the sequence was invalid (expected A3 or 87, got %x)
-ERR_LDAP_EXTENDED_RESULT_DECODE_INVALID_ELEMENT_COUNT=Cannot decode \
- the provided ASN.1 element as an LDAP bind response protocol op because the \
- result sequence did not contain a valid number of elements (expected 3 to 6, \
- got %d)
-ERR_LDAP_EXTENDED_RESULT_DECODE_REFERRALS=Cannot decode the provided \
- ASN.1 element as an LDAP bind response protocol op because the set of \
- referral URLs could not be decoded:  %s
-ERR_LDAP_EXTENDED_RESULT_DECODE_OID=Cannot decode the provided ASN.1 \
- element as an LDAP bind response protocol op because the response OID could \
- not be decoded:  %s
-ERR_LDAP_EXTENDED_RESULT_DECODE_VALUE=Cannot decode the provided \
- ASN.1 element as an LDAP bind response protocol op because the response value \
- could not be decoded:  %s
-ERR_LDAP_EXTENDED_RESULT_DECODE_INVALID_TYPE=Cannot decode the \
- provided ASN.1 element as an LDAP extended response protocol op because one \
- of the elements it contained had an invalid BER type (expected A3, 8A, or 8B, \
- got %x)
-ERR_LDAP_UNBIND_DECODE=Cannot decode the provided ASN.1 element as an \
- LDAP unbind request protocol op:  %s
-ERR_LDAP_BIND_REQUEST_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP bind request protocol op because the element could \
- not be decoded as a sequence:  %s
-ERR_LDAP_BIND_REQUEST_DECODE_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 element as an LDAP bind request protocol op because the \
- request sequence had an invalid number of elements (expected 3, got %d)
-ERR_LDAP_BIND_REQUEST_DECODE_VERSION=Cannot decode the provided ASN.1 \
- element as an LDAP bind request protocol op because the protocol version \
- could not be decoded as an integer:  %s
-ERR_LDAP_BIND_REQUEST_DECODE_DN=Cannot decode the provided ASN.1 \
- element as an LDAP bind request protocol op because the bind DN could not be \
- properly decoded:  %s
-ERR_LDAP_BIND_REQUEST_DECODE_PASSWORD=Cannot decode the provided \
- ASN.1 element as an LDAP bind request protocol op because the password to use \
- for simple authentication could not be decoded:  %s
-ERR_LDAP_BIND_REQUEST_DECODE_SASL_INFO=Cannot decode the provided \
- ASN.1 element as an LDAP bind request protocol op because the SASL \
- authentication information could not be decoded:  %s
-ERR_LDAP_BIND_REQUEST_DECODE_INVALID_CRED_TYPE=Cannot decode the \
- provided ASN.1 element as an LDAP bind request protocol op because the \
- authentication info element had an invalid BER type (expected 80 or A3, got \
- %x)
-ERR_LDAP_BIND_REQUEST_DECODE_CREDENTIALS=Cannot decode the provided \
- ASN.1 element as an LDAP bind request protocol op because an unexpected error \
- occurred while trying to decode the authentication info element:  %s
-ERR_LDAP_COMPARE_REQUEST_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP compare request protocol op because the element \
- could not be decoded as a sequence:  %s
-ERR_LDAP_COMPARE_REQUEST_DECODE_INVALID_ELEMENT_COUNT=Cannot decode \
- the provided ASN.1 element as an LDAP compare request protocol op because the \
- request sequence had an invalid number of elements (expected 2, got %d)
-ERR_LDAP_COMPARE_REQUEST_DECODE_DN=Cannot decode the provided ASN.1 \
- element as an LDAP compare request protocol op because the target DN could \
- not be properly decoded:  %s
-ERR_LDAP_COMPARE_REQUEST_DECODE_AVA=Cannot decode the provided ASN.1 \
- element as an LDAP compare request protocol op because the attribute value \
- assertion could not be decoded as a sequence:  %s
-ERR_LDAP_COMPARE_REQUEST_DECODE_AVA_COUNT=Cannot decode the provided \
- ASN.1 element as an LDAP compare request protocol op because the attribute \
- value assertion sequence had an invalid number of elements (expected 2, got \
- %d)
-ERR_LDAP_COMPARE_REQUEST_DECODE_TYPE=Cannot decode the provided ASN.1 \
- element as an LDAP compare request protocol op because the attribute type \
- could not be properly decoded:  %s
-ERR_LDAP_COMPARE_REQUEST_DECODE_VALUE=Cannot decode the provided \
- ASN.1 element as an LDAP compare request protocol op because the assertion \
- value could not be properly decoded:  %s
-ERR_LDAP_DELETE_REQUEST_DECODE_DN=Cannot decode the provided ASN.1 \
- element as an LDAP delete request protocol op because the target DN could not \
- be properly decoded:  %s
-ERR_LDAP_EXTENDED_REQUEST_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP extended request protocol op because the element \
- could not be decoded as a sequence:  %s
-ERR_LDAP_EXTENDED_REQUEST_DECODE_INVALID_ELEMENT_COUNT=Cannot decode \
- the provided ASN.1 element as an LDAP extended request protocol op because \
- the request sequence had an invalid number of elements (expected 1 or 2, got \
- %d)
-ERR_LDAP_EXTENDED_REQUEST_DECODE_OID=Cannot decode the provided ASN.1 \
- element as an LDAP extended request protocol op because the OID could not be \
- properly decoded:  %s
-ERR_LDAP_EXTENDED_REQUEST_DECODE_VALUE=Cannot decode the provided \
- ASN.1 element as an LDAP extended request protocol op because the value could \
- not be properly decoded:  %s
-ERR_LDAP_MODIFY_DN_REQUEST_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP modify DN request protocol op because the element \
- could not be decoded as a sequence:  %s
-ERR_LDAP_MODIFY_DN_REQUEST_DECODE_INVALID_ELEMENT_COUNT=Cannot decode \
- the provided ASN.1 element as an LDAP modify DN request protocol op because \
- the request sequence had an invalid number of elements (expected 3 or 4, got \
- %d)
-ERR_LDAP_MODIFY_DN_REQUEST_DECODE_DN=Cannot decode the provided ASN.1 \
- element as an LDAP modify DN request protocol op because the entry DN could \
- not be properly decoded:  %s
-ERR_LDAP_MODIFY_DN_REQUEST_DECODE_NEW_RDN=Cannot decode the provided \
- ASN.1 element as an LDAP modify DN request protocol op because the new RDN \
- could not be properly decoded:  %s
-ERR_LDAP_MODIFY_DN_REQUEST_DECODE_DELETE_OLD_RDN=Cannot decode the \
- provided ASN.1 element as an LDAP modify DN request protocol op because the \
- deleteOldRDN flag could not be properly decoded:  %s
-ERR_LDAP_MODIFY_DN_REQUEST_DECODE_NEW_SUPERIOR=Cannot decode the \
- provided ASN.1 element as an LDAP modify DN request protocol op because the \
- new superior DN could not be properly decoded:  %s
-ERR_LDAP_ATTRIBUTE_DECODE_SEQUENCE=Cannot decode the provided ASN.1 \
- element as an LDAP attribute because the element could not be decoded as a \
- sequence:  %s
-ERR_LDAP_ATTRIBUTE_DECODE_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 element as an LDAP attribute because the request sequence had \
- an invalid number of elements (expected 2, got %d)
-ERR_LDAP_ATTRIBUTE_DECODE_TYPE=Cannot decode the provided ASN.1 \
- element as an LDAP attribute because the attribute type could not be decoded: \
- %s
-ERR_LDAP_ATTRIBUTE_DECODE_VALUES=Cannot decode the provided ASN.1 \
- element as an LDAP attribute because the set of values could not be decoded: \
- %s
-ERR_LDAP_ADD_REQUEST_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP add request protocol op because the element could \
- not be decoded as a sequence:  %s
-ERR_LDAP_ADD_REQUEST_DECODE_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 element as an LDAP add request protocol op because the request \
- sequence had an invalid number of elements (expected 2, got %d)
-ERR_LDAP_ADD_REQUEST_DECODE_DN=Cannot decode the provided ASN.1 \
- element as an LDAP add request protocol op because the entry DN could not be \
- decoded:  %s
-ERR_LDAP_ADD_REQUEST_DECODE_ATTRS=Cannot decode the provided ASN.1 \
- element as an LDAP add request protocol op because the set of attributes \
- could not be decoded:  %s
-ERR_LDAP_MODIFICATION_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP modification because the element could not be \
- decoded as a sequence:  %s
-ERR_LDAP_MODIFICATION_DECODE_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 element as an LDAP modification because the request sequence \
- had an invalid number of elements (expected 2, got %d)
 ERR_LDAP_MODIFICATION_DECODE_INVALID_MOD_TYPE=Cannot decode the \
  provided ASN.1 element as an LDAP modification because it contained an \
  invalid modification type (%d)
-ERR_LDAP_MODIFICATION_DECODE_MOD_TYPE=Cannot decode the provided \
- ASN.1 element as an LDAP modification because the modification type could not \
- be decoded:  %s
-ERR_LDAP_MODIFICATION_DECODE_ATTR=Cannot decode the provided ASN.1 \
- element as an LDAP modification because the attribute could not be decoded: \
- %s
-ERR_LDAP_MODIFY_REQUEST_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP modify request protocol op because the element could \
- not be decoded as a sequence:  %s
-ERR_LDAP_MODIFY_REQUEST_DECODE_INVALID_ELEMENT_COUNT=Cannot decode \
- the provided ASN.1 element as an LDAP modify request protocol op because the \
- request sequence had an invalid number of elements (expected 2, got %d)
-ERR_LDAP_MODIFY_REQUEST_DECODE_DN=Cannot decode the provided ASN.1 \
- element as an LDAP modify request protocol op because the entry DN could not \
- be decoded:  %s
-ERR_LDAP_MODIFY_REQUEST_DECODE_MODS=Cannot decode the provided ASN.1 \
- element as an LDAP modify request protocol op because the set of \
- modifications could not be decoded:  %s
-ERR_LDAP_SEARCH_ENTRY_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP search result entry protocol op because the element \
- could not be decoded as a sequence:  %s
-ERR_LDAP_SEARCH_ENTRY_DECODE_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 element as an LDAP search result entry protocol op because the \
- request sequence had an invalid number of elements (expected 2, got %d)
-ERR_LDAP_SEARCH_ENTRY_DECODE_DN=Cannot decode the provided ASN.1 \
- element as an LDAP search result entry protocol op because the entry DN could \
- not be decoded:  %s
-ERR_LDAP_SEARCH_ENTRY_DECODE_ATTRS=Cannot decode the provided ASN.1 \
- element as an LDAP search result entry protocol op because the set of \
- attributes could not be decoded:  %s
-ERR_LDAP_SEARCH_REFERENCE_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP search result reference protocol op because the \
- element could not be decoded as a sequence:  %s
-ERR_LDAP_SEARCH_REFERENCE_DECODE_URLS=Cannot decode the provided \
- ASN.1 element as an LDAP search result reference protocol op because a \
- problem occurred while trying to decode the sequence elements as referral \
- URLs:  %s
-ERR_LDAP_SEARCH_REQUEST_DECODE_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP search request protocol op because the element could \
- not be decoded as a sequence:  %s
-ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_ELEMENT_COUNT=Cannot decode \
- the provided ASN.1 element as an LDAP search request protocol op because the \
- request sequence had an invalid number of elements (expected 8, got %d)
-ERR_LDAP_SEARCH_REQUEST_DECODE_BASE=Cannot decode the provided ASN.1 \
- element as an LDAP search request protocol op because the base DN could not \
- be decoded:  %s
 ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_SCOPE=Cannot decode the \
  provided ASN.1 element as an LDAP search request protocol op because the \
  provided scope value (%d) is invalid
-ERR_LDAP_SEARCH_REQUEST_DECODE_SCOPE=Cannot decode the provided \
- ASN.1 element as an LDAP search request protocol op because the scope could \
- not be decoded:  %s
 ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_DEREF=Cannot decode the \
  provided ASN.1 element as an LDAP search request protocol op because the \
  provided alias dereferencing policy value (%d) is invalid
-ERR_LDAP_SEARCH_REQUEST_DECODE_DEREF=Cannot decode the provided \
- ASN.1 element as an LDAP search request protocol op because the alias \
- dereferencing policy could not be decoded:  %s
-ERR_LDAP_SEARCH_REQUEST_DECODE_SIZE_LIMIT=Cannot decode the provided \
- ASN.1 element as an LDAP search request protocol op because the size limit \
- could not be decoded:  %s
-ERR_LDAP_SEARCH_REQUEST_DECODE_TIME_LIMIT=Cannot decode the provided \
- ASN.1 element as an LDAP search request protocol op because the time limit \
- could not be decoded:  %s
-ERR_LDAP_SEARCH_REQUEST_DECODE_TYPES_ONLY=Cannot decode the provided \
- ASN.1 element as an LDAP search request protocol op because the typesOnly \
- flag could not be decoded:  %s
-ERR_LDAP_SEARCH_REQUEST_DECODE_FILTER=Cannot decode the provided \
- ASN.1 element as an LDAP search request protocol op because the filter could \
- not be decoded:  %s
-ERR_LDAP_SEARCH_REQUEST_DECODE_ATTRIBUTES=Cannot decode the provided \
- ASN.1 element as an LDAP search request protocol op because the requested \
- attribute set could not be decoded:  %s
-ERR_LDAP_PROTOCOL_OP_DECODE_NULL=Cannot decode the provided ASN.1 \
- element as an LDAP protocol op because the element was null
-ERR_LDAP_PROTOCOL_OP_DECODE_INVALID_TYPE=Cannot decode the provided \
- ASN.1 element as an LDAP protocol op because the element had an invalid BER \
- type (%x) for an LDAP protocol op
-ERR_LDAP_FILTER_DECODE_NULL=Cannot decode the provided ASN.1 element \
- as an LDAP search filter because the element was null
-ERR_LDAP_FILTER_DECODE_INVALID_TYPE=Cannot decode the provided ASN.1 \
- element as an LDAP search filter because the element had an invalid BER type \
- (%x) for a search filter
-ERR_LDAP_FILTER_DECODE_COMPOUND_SET=Cannot decode the provided ASN.1 \
- element as an LDAP search filter because the compound filter set could not be \
- decoded:  %s
-ERR_LDAP_FILTER_DECODE_COMPOUND_COMPONENTS=Cannot decode the \
- provided ASN.1 element as an LDAP search filter because an unexpected error \
- occurred while trying to decode one of the compound filter components:  %s
-ERR_LDAP_FILTER_DECODE_NOT_ELEMENT=Cannot decode the provided ASN.1 \
- element as an LDAP search filter because the value of the element cannot \
- itself be decoded as an ASN.1 element for a NOT filter component:  %s
-ERR_LDAP_FILTER_DECODE_NOT_COMPONENT=Cannot decode the provided \
- ASN.1 element as an LDAP search filter because the NOT component element \
- could not be decoded as an LDAP filter:  %s
-ERR_LDAP_FILTER_DECODE_TV_SEQUENCE=Cannot decode the provided ASN.1 \
- element as an LDAP search filter because the element could not be decoded as \
- a type-and-value sequence:  %s
-ERR_LDAP_FILTER_DECODE_TV_INVALID_ELEMENT_COUNT=Cannot decode the \
- provided ASN.1 element as an LDAP search filter because the type-and-value \
- sequence had an invalid number of elements (expected 2, got %d)
-ERR_LDAP_FILTER_DECODE_TV_TYPE=Cannot decode the provided ASN.1 \
- element as an LDAP search filter because the attribute type could not be \
- decoded from the type-and-value sequence:  %s
-ERR_LDAP_FILTER_DECODE_TV_VALUE=Cannot decode the provided ASN.1 \
- element as an LDAP search filter because the assertion value could not be \
- decoded from the type-and-value sequence:  %s
-ERR_LDAP_FILTER_DECODE_SUBSTRING_SEQUENCE=Cannot decode the provided \
- ASN.1 element as an LDAP search filter because the element could not be \
- decoded as a substring sequence:  %s
-ERR_LDAP_FILTER_DECODE_SUBSTRING_INVALID_ELEMENT_COUNT=Cannot decode \
- the provided ASN.1 element as an LDAP search filter because the substring \
- sequence had an invalid number of elements (expected 2, got %d)
-ERR_LDAP_FILTER_DECODE_SUBSTRING_TYPE=Cannot decode the provided \
- ASN.1 element as an LDAP search filter because the attribute type could not \
- be decoded from the substring sequence:  %s
-ERR_LDAP_FILTER_DECODE_SUBSTRING_ELEMENTS=Cannot decode the provided \
- ASN.1 element as an LDAP search filter because the substring value sequence \
- could not be decoded:  %s
-ERR_LDAP_FILTER_DECODE_SUBSTRING_NO_SUBELEMENTS=Cannot decode the \
- provided ASN.1 element as an LDAP search filter because the substring value \
- sequence did not contain any elements
-ERR_LDAP_FILTER_DECODE_SUBSTRING_INVALID_SUBTYPE=Cannot decode the \
- provided ASN.1 element as an LDAP search filter because the substring value \
- sequence had an element with an invalid BER type (%x)
-ERR_LDAP_FILTER_DECODE_SUBSTRING_VALUES=Cannot decode the provided \
- ASN.1 element as an LDAP search filter because a problem occurred while \
- trying to parse the substring value elements:  %s
-ERR_LDAP_FILTER_DECODE_PRESENCE_TYPE=Cannot decode the provided \
- ASN.1 element as an LDAP search filter because the element could not be \
- decoded as the presence attribute type:  %s
-ERR_LDAP_FILTER_DECODE_EXTENSIBLE_SEQUENCE=Cannot decode the \
- provided ASN.1 element as an LDAP search filter because the element could not \
- be decoded as an extensible matching sequence:  %s
-ERR_LDAP_FILTER_DECODE_EXTENSIBLE_INVALID_TYPE=Cannot decode the \
- provided ASN.1 element as an LDAP search filter because the extensible \
- matching sequence had an element with an invalid BER type (%x)
-ERR_LDAP_FILTER_DECODE_EXTENSIBLE_ELEMENTS=Cannot decode the \
- provided ASN.1 element as an LDAP search filter because a problem occurred \
- while trying to parse the extensible match sequence elements:  %s
-ERR_LDAP_CLIENT_SEND_RESPONSE_NO_RESULT_CODE=The server attempted to \
- send a response to the %s operation (conn=%d, op=%d), but the operation did \
- not have a result code.  This could indicate that the operation did not \
- complete properly or that it is one that is not allowed to have a response. \
- Using a generic 'Operations Error' response
-ERR_LDAP_CLIENT_SEND_RESPONSE_INVALID_OP=The server attempted to \
- send a response to the %s operation (conn=%d, op=%d), but this type of \
- operation is not allowed to have responses.  Backtrace:  %s
-ERR_LDAP_CLIENT_SEND_MESSAGE_ENCODE_ASN1=The server was unable to \
- encode the provided LDAP message %s (conn=%d, op=%d) into an ASN.1 element: \
- %s
-ERR_LDAP_CLIENT_SEND_MESSAGE_ENCODE_BYTES=The server was unable to \
- encode the ASN.1 element generated from LDAP message %s (conn=%d, op=%d) into \
- a byte array:  %s
-ERR_LDAP_CLIENT_SEND_MESSAGE_IO_PROBLEM=The server was unable to \
- send the LDAP message %s (conn=%d, op=%d) to the client because an I/O \
- problem was encountered:  %s
-ERR_LDAP_CLIENT_SEND_MESSAGE_UNEXPECTED_PROBLEM=The server was \
- unable to send the LDAP message %s (conn=%d, op=%d) to the client because an \
- unexpected problem was encountered:  %s
-INFO_LDAP_CLIENT_GENERIC_NOTICE_OF_DISCONNECTION=The Directory Server is \
- closing the connection to this client
-WARN_LDAP_CLIENT_DISCONNECT_IN_PROGRESS=The Directory Server is \
- currently in the process of closing this client connection
-ERR_LDAP_CLIENT_DECODE_ZERO_BYTE_VALUE=The client sent a request to \
- the Directory Server that was an ASN.1 element with a zero-byte value.  This \
- cannot possibly be a valid LDAP message
 ERR_LDAP_CLIENT_DECODE_MAX_REQUEST_SIZE_EXCEEDED=The client sent a \
  request to the Directory Server with an ASN.1 element value length of %d \
  bytes.  This exceeds the maximum allowed request size of %d bytes, so \
  processing cannot continue on this connection
-ERR_LDAP_CLIENT_DECODE_INVALID_MULTIBYTE_LENGTH=The client sent a \
- request to the Directory Server with an ASN.1 element using multiple bytes to \
- express the value length.  The request indicated that %d bytes were needed to \
- express the length, but this exceeds the maximum allowed limit of four bytes
-ERR_LDAP_CLIENT_DECODE_ASN1_FAILED=The client sent a request to the \
- Directory Server that could not be properly decoded as an ASN.1 element:  %s
-ERR_LDAP_CLIENT_DECODE_LDAP_MESSAGE_FAILED=The client sent a request \
- to the Directory Server that could not be properly decoded as an LDAP \
- message:  %s
-ERR_LDAP_CLIENT_INVALID_DECODE_STATE=An internal error has \
- occurred within the Directory Server to cause it to lose track of where it is \
- in decoding requests on this client connection.  It had an invalid decode \
- state of %d, and this connection must be terminated
-ERR_LDAP_CLIENT_DECODE_INVALID_REQUEST_TYPE=The client sent an LDAP \
- message to the Directory Server that was not a valid message for a client \
- request:  %s
-ERR_LDAP_CLIENT_CANNOT_CONVERT_MESSAGE_TO_OPERATION=The Directory \
- Server was unable to convert the LDAP message read from the client (%s) to an \
- internal operation for processing:  %s
-ERR_LDAP_ABANDON_INVALID_MESSAGE_TYPE=Cannot convert the provided \
- LDAP message (%s) to an abandon operation:  %s
-ERR_LDAP_UNBIND_INVALID_MESSAGE_TYPE=Cannot convert the provided \
- LDAP message (%s) to an unbind operation:  %s
-ERR_LDAP_CONNHANDLER_OPEN_SELECTOR_FAILED=The LDAP connection \
- handler defined in configuration entry %s was unable to open a selector to \
- allow it to multiplex the associated accept sockets:  %s.  This connection \
- handler will be disabled
-ERR_LDAP_CONNHANDLER_CREATE_CHANNEL_FAILED=The LDAP connection \
- handler defined in configuration entry %s was unable to create a server \
- socket channel to accept connections on %s:%d:  %s.  The Directory Server \
- will not listen for new connections on that address
-ERR_LDAP_CONNHANDLER_NO_ACCEPTORS=The LDAP connection handler \
- defined in configuration entry %s was unable to create any of the socket \
- channels on any of the configured addresses.  This connection handler will be \
- disabled
-ERR_LDAP_CONNHANDLER_DENIED_CLIENT=The connection attempt from \
- client %s to %s has been rejected because the client was included in one of \
- the denied address ranges
-ERR_LDAP_CONNHANDLER_DISALLOWED_CLIENT=The connection attempt from \
- client %s to %s has been rejected because the client was not included in one \
- of the allowed address ranges
-INFO_LDAP_CONNHANDLER_UNABLE_TO_REGISTER_CLIENT=An internal error \
- prevented the Directory Server from properly registering the client \
- connection from %s to %s with an appropriate request handler:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_ACCEPT_CONNECTION=The LDAP connection \
- handler defined in configuration entry %s was unable to accept a new client \
- connection:  %s
-ERR_LDAP_CONNHANDLER_CONSECUTIVE_ACCEPT_FAILURES=The LDAP \
- connection handler defined in configuration entry %s has experienced \
- consecutive failures while trying to accept client connections:  %s.  This \
- connection handler will be disabled
-ERR_LDAP_CONNHANDLER_UNCAUGHT_ERROR=The LDAP connection handler \
- defined in configuration entry %s caught an unexpected error while trying to \
- listen for new connections:  %s.  This connection handler will be disabled
-ERR_LDAP_REQHANDLER_OPEN_SELECTOR_FAILED=%s was unable to open a \
- selector to multiplex reads from clients:  %s.  This request handler cannot \
- continue processing
-ERR_LDAP_REQHANDLER_CANNOT_REGISTER=%s was unable to register this \
- client connection with the selector:  %s
-ERR_LDAP_REQHANDLER_REJECT_DUE_TO_SHUTDOWN=This connection could \
- not be registered with a request handler because the Directory Server is \
- shutting down
-ERR_LDAP_REQHANDLER_REJECT_DUE_TO_QUEUE_FULL=This connection could \
- not be registered with a request handler because the pending queue associated \
- with %s is too full
-ERR_LDAP_REQHANDLER_DEREGISTER_DUE_TO_SHUTDOWN=This client \
- connection is being deregistered from the associated request handler because \
- the Directory Server is shutting down
-ERR_ASN1_READER_MAX_SIZE_EXCEEDED=Cannot decode the data read as an \
- ASN.1 element because the decoded element length of %d bytes was larger than \
- the maximum allowed element length of %d bytes.  The underlying input stream \
- has been closed and this reader can no longer be used
 ERR_LDAP_FILTER_STRING_NULL=Cannot decode the provided string as an \
  LDAP search filter because the string was null
 ERR_LDAP_FILTER_UNCAUGHT_EXCEPTION=Cannot decode the provided string \
@@ -1748,323 +829,11 @@
 ERR_LDAP_FILTER_EXTENSIBLE_MATCH_NO_COLON=The provided search filter \
  "%s" could not be decoded because the extensible match component starting at \
  position %d did not have a colon to denote the end of the attribute type name
-ERR_LDAP_DISCONNECT_DUE_TO_INVALID_REQUEST_TYPE=Terminating this \
- connection because the client sent an invalid message of type %s (LDAP \
- message ID %d) that is not allowed for request messages
-ERR_LDAP_DISCONNECT_DUE_TO_PROCESSING_FAILURE=An unexpected \
- failure occurred while trying to process a request of type %s (LDAP message \
- ID %d):  %s.  The client connection will be terminated
-ERR_LDAP_INVALID_BIND_AUTH_TYPE=The bind request message (LDAP \
- message ID %d) included an invalid authentication type of %s.  This is a \
- protocol error, and this connection will be terminated as per RFC 2251 \
- section 4.2.3
-ERR_LDAP_DISCONNECT_DUE_TO_BIND_PROTOCOL_ERROR=This client \
- connection is being terminated because a protocol error occurred while trying \
- to process a bind request.  The LDAP message ID was %d and the error message \
- for the bind response was %s
-ERR_LDAPV2_SKIPPING_EXTENDED_RESPONSE=An extended response message \
- would have been sent to an LDAPv2 client (connection ID=%d, operation ID=%d): \
- %s.  LDAPv2 does not allow extended operations, so this response will not be \
- sent
-ERR_LDAPV2_SKIPPING_SEARCH_REFERENCE=A search performed by an LDAPv2 \
- client (connection ID=%d, operation ID=%d) would have included a search \
- result reference %s.  Referrals are not allowed for LDAPv2 clients, so this \
- search reference will not be sent
-ERR_LDAPV2_REFERRAL_RESULT_CHANGED=The original result code for this \
- message was 10 but this result is not allowed for LDAPv2 clients
-ERR_LDAPV2_REFERRALS_OMITTED=The response included one or more \
- referrals, which are not allowed for LDAPv2 clients.  The referrals included \
- were:  %s
-ERR_LDAPV2_CLIENTS_NOT_ALLOWED=The Directory Server has been \
- configured to deny access to LDAPv2 clients.  This connection will be closed
-ERR_LDAPV2_EXTENDED_REQUEST_NOT_ALLOWED=The client with connection \
- ID %d authenticated to the Directory Server using LDAPv2, but attempted to \
- send an extended operation request (LDAP message ID %d), which is not allowed \
- for LDAPv2 clients.  The connection will be terminated
-ERR_LDAP_STATS_INVALID_MONITOR_INITIALIZATION=An attempt was made to \
- initialize the LDAP statistics monitor provider as defined in configuration \
- entry %s.  This monitor provider should only be dynamically created within \
- the Directory Server itself and not from within the configuration
-ERR_LDAP_REQHANDLER_UNEXPECTED_SELECT_EXCEPTION=The LDAP request \
- handler thread "%s" encountered an unexpected error that would have caused \
- the thread to die:  %s.  The error has been caught and the request handler \
- should continue operating as normal
-ERR_LDAP_CONNHANDLER_REJECTED_BY_SERVER=The attempt to register this \
- connection with the Directory Server was rejected.  This might indicate that \
- the server already has the maximum allowed number of concurrent connections \
- established, or that it is in a restricted access mode
-INFO_LDAP_CONNHANDLER_DESCRIPTION_LISTEN_ADDRESS=Address or \
- set of addresses on which this connection handler can accept client \
- connections.  If no value is specified, then the server will accept \
- connections on all active addresses.  Changes to this configuration attribute \
- will not take effect until the connection handler is disabled and re-enabled, \
- or until the Directory Server is restarted
-INFO_LDAP_CONNHANDLER_DESCRIPTION_LISTEN_PORT=TCP port on \
- which this connection handler can accept client connections.  Changes to this \
- configuration attribute will not take effect until the connection handler is \
- disabled and re-enabled, or until the Directory Server is restarted
-INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOWED_CLIENTS=Specifies a set of \
- address masks that can be used to determine the addresses of the clients that \
- are allowed to establish connections to this connection handler.  If no \
- values are specified, then all clients with addresses that do not match an \
- address on the deny list will be allowed.  Changes to this configuration \
- attribute will take effect immediately but will not interfere with \
- connections that might already be established
-INFO_LDAP_CONNHANDLER_DESCRIPTION_DENIED_CLIENTS=Specifies a set of \
- address masks that can be used to determine the set of addresses of the \
- clients that are not allowed to establish connections to this connection \
- handler.  If both allowed and denied client masks are defined and a client \
- connection matches one or more masks in both lists, then the connection will \
- be denied.  If only a denied list is specified, then any client not matching \
- a mask in that list will be allowed.  Changes to this configuration attribute \
- will take effect immediately but will not interfere with connections that might \
- already be established
-INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOW_LDAPV2=Indicates whether to allow \
- communication with LDAPv2 clients.  LDAPv2 is considered an obsolete \
- protocol, and clients using it will not be allowed to take advantage of all \
- features offered by the server.  Changes to this configuration attribute will \
- take effect immediately, but will not interfere with connections that might \
- already be established
-INFO_LDAP_CONNHANDLER_DESCRIPTION_NUM_REQUEST_HANDLERS=Number of threads \
- that should be used to read requests from clients and place \
- them in the work queue for processing.  On large systems accepting many \
- concurrent requests, it might be more efficient to have multiple threads \
- reading requests from clients.  Changes to this configuration attribute will \
- not take effect until the connection handler is disabled and re-enabled, or \
- until the Directory Server is restarted
-INFO_LDAP_CONNHANDLER_DESCRIPTION_SEND_REJECTION_NOTICE=Indicates whether \
- to send an LDAPv3 notice of disconnection message to client connections that \
- are rejected before closing the connection.  Changes to this configuration \
- attribute will take effect immediately
-INFO_LDAP_CONNHANDLER_DESCRIPTION_USE_TCP_KEEPALIVE=Indicates whether to \
- use the TCP KeepAlive feature for client connections established through this \
- connection handler.  This is recommended because it might help the server \
- detect client connections that are no longer valid, and might help prevent \
- intermediate network devices from closing connections due to a lack of \
- communication.  Changes to this configuration attribute will take effect \
- immediately but will only be applied to connections established after the \
- change
-INFO_LDAP_CONNHANDLER_DESCRIPTION_USE_TCP_NODELAY=Indicates whether to \
- use the TCP NoDelay feature for client connections established through this \
- connection handler.  This is recommended because it will generally allow \
- faster responses to clients, although directories that frequently process \
- searches that match multiple entries might be able to achieve higher throughput \
- if it is disabled.  Changes to this configuration attribute will take effect \
- immediately but will only be applied to connections established after the \
- change
-INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOW_REUSE_ADDRESS=Indicates whether \
- to use the SO_REUSEADDR socket option for the socket accepting connections \
- for this connection handler.  It should generally be enabled unless you have \
- been instructed to disable it by support engineers.  Changes to this \
- configuration attribute will not take effect until the connection handler is \
- disabled and re-enabled, or until the Directory Server is restarted
-INFO_LDAP_CONNHANDLER_DESCRIPTION_MAX_REQUEST_SIZE=Maximum \
- size in bytes that will be allowed when reading requests from clients.  This \
- can be used to prevent denial of service attacks from clients that send \
- extremely large requests.  A value of zero indicates that no limit should be \
- imposed.  Changes to this configuration attribute will take effect \
- immediately
-INFO_LDAP_CONNHANDLER_DESCRIPTION_USE_SSL=Indicates whether this \
- connection handler should use SSL when accepting connections from clients. \
- Changes to this configuration attribute will not take effect until the \
- connection handler is disabled and re-enabled, or until the Directory Server \
- is restarted
-INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOW_STARTTLS=Indicates whether this \
- connection handler should allow clients to use the StartTLS extended \
- operation to initiate secure communication over a non-SSL LDAP connection. \
- This can not be used if SSL is enabled for the connection handler.  Changes \
- to this configuration attribute will take effect immediately for LDAP clients
-INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_CLIENT_AUTH_POLICY=Policy that \
- should be used regarding requesting or requiring the client to \
- present its own certificate when establishing an SSL-based connection or \
- using StartTLS to initiate a secure channel in an established connection. \
- Changes to this configuration attribute will not take effect until the \
- connection handler is disabled and re-enabled, or until the Directory Server \
- is restarted
-INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_CERT_NICKNAME=Nickname of the \
- certificate that the connection handler should use when \
- accepting SSL-based connections or performing StartTLS negotiation.  Changes \
- to this configuration attribute will not take effect until the connection \
- handler is disabled and re-enabled, or until the Directory Server is \
- restarted
-ERR_LDAP_CONNHANDLER_UNKNOWN_LISTEN_ADDRESS=The specified listen \
- address "%s" in configuration entry "%s" could not be resolved:  %s.  Please \
- make sure that name resolution is properly configured on this system
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_LISTEN_ADDRESS=An unexpected \
- error occurred while processing the ds-cfg-listen-address attribute in \
- configuration entry %s, which is used to specify the address or set of \
- addresses on which to listen for client connections:  %s
-ERR_LDAP_CONNHANDLER_NO_LISTEN_PORT=No listen port was defined \
- using configuration ds-cfg-listen-port in configuration entry %s.  This is a \
- required attribute
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_LISTEN_PORT=An unexpected \
- error occurred while processing the ds-cfg-listen-port attribute in \
- configuration entry %s, which is used to specify the port on which to listen \
- for client connections:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_ALLOWED_CLIENTS=An \
- unexpected error occurred while processing the ds-cfg-allowed-client \
- attribute in configuration entry %s, which is used to specify the address \
- mask(s) of the clients that are allowed to establish connections to this \
- connection handler:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_DENIED_CLIENTS=An unexpected \
- error occurred while processing the ds-cfg-denied-client attribute in \
- configuration entry %s, which is used to specify the address mask(s) of the \
- clients that are not allowed to establish connections to this connection \
- handler:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_ALLOW_LDAPV2=An unexpected \
- error occurred while processing the ds-cfg-allow-ldap-v2 attribute in \
- configuration entry %s, which is used to indicate whether LDAPv2 clients will \
- be allowed to access this connection handler:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_NUM_REQUEST_HANDLERS=An \
- unexpected error occurred while processing the ds-cfg-num-request-handlers \
- attribute in configuration entry %s, which is used to specify the number of \
- request handlers to use to read requests from clients: %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SEND_REJECTION_NOTICE=An \
- unexpected error occurred while processing the ds-cfg-send-rejection-notice \
- attribute in configuration entry %s, which is used to indicate whether to \
- send a notice of disconnection message to rejected client connections: %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_USE_TCP_KEEPALIVE=An \
- unexpected error occurred while processing the ds-cfg-use-tcp-keep-alive \
- attribute in configuration entry %s, which is used to periodically send TCP \
- Keep-Alive messages over idle connections:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_USE_TCP_NODELAY=An \
- unexpected error occurred while processing the ds-cfg-use-tcp-no-delay \
- attribute in configuration entry %s, which is used to determine whether to \
- immediately flush responses to clients:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_ALLOW_REUSE_ADDRESS=An \
- unexpected error occurred while processing the ds-cfg-allow-tcp-reuse-address \
- attribute in configuration entry %s, which is used to determine whether to \
- set the SO_REUSEADDR option on the listen socket:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_MAX_REQUEST_SIZE=An \
- unexpected error occurred while processing the ds-cfg-max-request-size \
- attribute in configuration entry %s, which is used to determine the maximum \
- size in bytes that can be used for a client request:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_USE_SSL=An unexpected error \
- occurred while processing the ds-cfg-use-ssl attribute in configuration entry \
- %s, which is used to indicate whether to use SSL when accepting client \
- connections:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_HAVE_SSL_AND_STARTTLS=The LDAP \
- connection handler defined in configuration entry %s is configured to \
- communicate over SSL and also to allow clients to use the StartTLS extended \
- operation.  These options can not be used at the same time, so clients will \
- not be allowed to use the StartTLS operation
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_ALLOW_STARTTLS=An unexpected \
- error occurred while processing the ds-cfg-allow-start-tls attribute in \
- configuration entry %s, which is used to indicate whether clients can use the \
- StartTLS extended operation:  %s
-ERR_LDAP_CONNHANDLER_INVALID_SSL_CLIENT_AUTH_POLICY=The SSL client \
- authentication policy "%s" specified in attribute \
- ds-cfg-ssl-client-auth-policy of configuration entry %s is invalid.  The \
- value must be one of "disabled", "optional", or "required"
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SSL_CLIENT_AUTH_POLICY=An \
- unexpected error occurred while processing the ds-cfg-ssl-client-auth-policy \
- attribute in configuration entry %s, which is used to specify the policy that \
- should be used for requesting/requiring SSL client authentication:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SSL_CERT_NICKNAME=An \
- unexpected error occurred while processing the ds-cfg-ssl-cert-nickname \
- attribute in configuration entry %s, which is used to specify the nickname of \
- the certificate to use for accepting SSL/TLS connections:  %s
-ERR_LDAP_CONNHANDLER_INVALID_ADDRESS_MASK=The string %s defined in \
- attribute %s of configuration entry %s could not be decoded as a valid \
- address mask:  %s
-INFO_LDAP_CONNHANDLER_NEW_ALLOWED_CLIENTS=A new set of allowed client \
- address masks has been applied for configuration entry %s
-INFO_LDAP_CONNHANDLER_NEW_DENIED_CLIENTS=A new set of denied client \
- address masks has been applied for configuration entry %s
-INFO_LDAP_CONNHANDLER_NEW_ALLOW_LDAPV2=The value of the \
- ds-cfg-allow-ldap-v2 attribute has been updated to %s in configuration entry \
- %s
-INFO_LDAP_CONNHANDLER_NEW_SEND_REJECTION_NOTICE=The value of the \
- ds-cfg-send-rejection-notice attribute has been updated to %s in \
- configuration entry %s
-INFO_LDAP_CONNHANDLER_NEW_USE_KEEPALIVE=The value of the \
- ds-cfg-use-tcp-keep-alive attribute has been updated to %s in configuration \
- entry %s
-INFO_LDAP_CONNHANDLER_NEW_USE_TCP_NODELAY=The value of the \
- ds-cfg-use-tcp-no-delay attribute has been updated to %s in configuration \
- entry %s
-INFO_LDAP_CONNHANDLER_NEW_MAX_REQUEST_SIZE=The value of the \
- ds-cfg-max-request-size attribute has been updated to %s in configuration \
- entry %s
-INFO_LDAP_CONNHANDLER_NEW_ALLOW_STARTTLS=The value of the \
- ds-cfg-allow-start-tls attribute has been updated to %s in configuration \
- entry %s
-INFO_LDAP_CONNHANDLER_DESCRIPTION_KEEP_STATS=Indicates whether the \
- connection handler should keep statistics regarding LDAP client \
- communication.  Maintaining this information can cause a slight decrease in \
- performance, but can be useful for understanding client usage patterns. \
- Changes to this configuration attribute will take effect immediately, but \
- will only apply for new connections and will have the side effect of clearing \
- any existing statistical data that might have been collected
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_KEEP_STATS=An unexpected \
- error occurred while processing the ds-cfg-keep-stats attribute in \
- configuration entry %s, which is used to indicate whether LDAP usage \
- statistics should be enabled for this connection handler:  %s
-INFO_LDAP_CONNHANDLER_NEW_KEEP_STATS=The value of the ds-cfg-keep-stats \
- attribute has been updated to %s in configuration entry %s
-ERR_ASN1_LONG_SET_VALUE_INVALID_LENGTH=Cannot decode the provided \
- byte array as the value of an ASN.1 long element because the array did not \
- have a length between 1 and 8 bytes (provided length was %d)
-ERR_ASN1_LONG_DECODE_ELEMENT_INVALID_LENGTH=Cannot decode the \
- provided ASN.1 element as a long element because the length of the element \
- value was not between one and eight bytes (actual length was %d)
-ERR_ASN1_LONG_DECODE_ARRAY_INVALID_LENGTH=Cannot decode the provided \
- byte array as an ASN.1 long element because the decoded value length was not \
- between 1 and 8 bytes (decoded length was %d)
-ERR_INTERNAL_CANNOT_DECODE_DN=An unexpected error occurred while \
- trying to decode the DN %s used for internal operations as a root user:  %s
-INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_ENABLED_PROTOCOLS=Names of the \
- SSL protocols that will be allowed for use in SSL or StartTLS \
- communication.  Changes to this configuration attribute will take effect \
- immediately but will only impact new SSL/TLS-based sessions created after \
- the change
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SSL_PROTOCOLS=An unexpected \
- error occurred while processing the ds-cfg-ssl-protocol attribute in \
- configuration entry %s, which is used to specify the names of the SSL \
- protocols to allow for SSL/TLS sessions:  %s
-INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_ENABLED_CIPHERS=Names \
- of the SSL cipher suites that will be allowed for use in SSL or StartTLS \
- communication.  Changes to this configuration attribute will take immediately \
- but will only impact new SSL/TLS-based sessions created after the change
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SSL_CIPHERS=An unexpected \
- error occurred while processing the ds-cfg-ssl-protocol attribute in \
- configuration entry %s, which is used to specify the names of the SSL cipher \
- suites to allow for SSL/TLS sessions:  %s
-INFO_LDAP_CONNHANDLER_NEW_SSL_PROTOCOLS=The value of the \
- ds-cfg-ssl-protocol attribute has been updated to %s in configuration entry \
- %s
-INFO_LDAP_CONNHANDLER_NEW_SSL_CIPHERS=The value of the \
- ds-cfg-ssl-cipher-suite attribute has been updated to %s in configuration \
- entry %s
-ERR_LDAP_TLS_EXISTING_SECURITY_PROVIDER=The TLS connection security \
- provider cannot be enabled on this client connection because it is already \
- using the %s provider.  StartTLS can only be used on clear-text connections
-ERR_LDAP_TLS_STARTTLS_NOT_ALLOWED=StartTLS cannot be enabled on this \
- LDAP client connection because the corresponding LDAP connection handler is \
- configured to reject StartTLS requests.  The use of StartTLS can be enabled \
- using the ds-cfg-allow-start-tls configuration attribute
-ERR_LDAP_TLS_CANNOT_CREATE_TLS_PROVIDER=An error occurred while \
- attempting to create a TLS connection security provider for this client \
- connection for use with StartTLS:  %s
-ERR_LDAP_TLS_NO_PROVIDER=StartTLS is not available on this client \
- connection because the connection does not have access to a TLS connection \
- security provider
-ERR_LDAP_TLS_CLOSURE_NOT_ALLOWED=The LDAP connection handler does \
- not allow clients to close a StartTLS session on a client connection while \
- leaving the underlying TCP connection active.  The TCP connection will be \
- closed
-NOTICE_LDAP_CONNHANDLER_STARTED_LISTENING=Started listening for new \
- connections on %s
-NOTICE_LDAP_CONNHANDLER_STOPPED_LISTENING=Stopped listening for new \
- connections on %s
 ERR_LDAP_PAGED_RESULTS_DECODE_NULL=Cannot decode the provided ASN.1 \
  element as an LDAP paged results control value because the element is null
 ERR_LDAP_PAGED_RESULTS_DECODE_SEQUENCE=Cannot decode the provided \
  ASN.1 element as an LDAP paged results control value because the element \
  could not be decoded as a sequence:  %s
-ERR_LDAP_PAGED_RESULTS_DECODE_INVALID_ELEMENT_COUNT=Cannot decode \
- the provided ASN.1 element as an LDAP paged results control value because the \
- request sequence has an invalid number of elements (expected 2, got %d)
 ERR_LDAP_PAGED_RESULTS_DECODE_SIZE=Cannot decode the provided ASN.1 \
  element as an LDAP paged results control value because the size element could \
  not be properly decoded:  %s
@@ -2098,139 +867,33 @@
  the control value:  %s
 ERR_PROXYAUTH1_NO_CONTROL_VALUE=Cannot decode the provided proxied \
  authorization V1 control because it does not have a value
-ERR_PROXYAUTH1_INVALID_ELEMENT_COUNT=Cannot decode the provided \
- proxied authorization V1 control because the ASN.1 sequence in the control \
- value has an invalid number of elements (expected 1, got %d)
 ERR_PROXYAUTH1_CANNOT_DECODE_VALUE=Cannot decode the provided \
  proxied authorization V1 control because an error occurred while attempting \
  to decode the control value:  %s
-ERR_PROXYAUTH1_NO_SUCH_USER=User %s specified in the proxied \
- authorization V1 control does not exist in the Directory Server
 ERR_PROXYAUTH2_NO_CONTROL_VALUE=Cannot decode the provided proxied \
  authorization V2 control because it does not have a value
 ERR_PROXYAUTH2_CANNOT_DECODE_VALUE=Cannot decode the provided \
  proxied authorization V2 control because an error occurred while attempting \
  to decode the control value:  %s
-ERR_PROXYAUTH2_NO_IDENTITY_MAPPER=Unable to process proxied \
- authorization V2 control because it contains an authorization ID based on a \
- username and no proxied authorization identity mapper is configured in the \
- Directory Server
 ERR_PROXYAUTH2_INVALID_AUTHZID=The authorization ID "%s" contained \
  in the proxied authorization V2 control is invalid because it does not start \
  with "dn:" to indicate a user DN or "u:" to indicate a username
-ERR_PROXYAUTH2_NO_SUCH_USER=User %s specified in the proxied \
- authorization V2 control does not exist in the Directory Server
-ERR_PSEARCH_CHANGETYPES_INVALID_TYPE=The provided integer value %d \
- does not correspond to any persistent search change type
-ERR_PSEARCH_CHANGETYPES_NO_TYPES=The provided integer value \
- indicated that there were no persistent search change types, which is not \
- allowed
-ERR_PSEARCH_CHANGETYPES_INVALID_TYPES=The provided integer value %d \
- was outside the range of acceptable values for an encoded change type set
 ERR_PSEARCH_NO_CONTROL_VALUE=Cannot decode the provided persistent \
  search control because it does not have a value
-ERR_PSEARCH_INVALID_ELEMENT_COUNT=Cannot decode the provided \
- persistent search control because the value sequence has an invalid number of \
- elements (expected 3, got %d)
 ERR_PSEARCH_CANNOT_DECODE_VALUE=Cannot decode the provided \
  persistent search control because an error occurred while attempting to \
  decode the control value:  %s
 ERR_ECN_NO_CONTROL_VALUE=Cannot decode the provided entry change \
  notification control because it does not have a value
-ERR_ECN_INVALID_ELEMENT_COUNT=Cannot decode the provided entry \
- change notification control because the value sequence has an invalid number \
- of elements (expected between 1 and 3, got %d)
 ERR_ECN_ILLEGAL_PREVIOUS_DN=Cannot decode the provided entry change \
  notification control because it contains a previous DN element but had a \
  change type of %s.  The previous DN element can only be provided with the \
  modify DN change type
-ERR_ECN_INVALID_ELEMENT_TYPE=Cannot decode the provided entry change \
- notification control because the second element in the value sequence has an \
- invalid type of %s that is not appropriate for either a previous DN or a \
- change number
 ERR_ECN_CANNOT_DECODE_VALUE=Cannot decode the provided entry change \
  notification control because an error occurred while attempting to decode the \
  control value:  %s
 ERR_AUTHZIDRESP_NO_CONTROL_VALUE=Cannot decode the provided \
  authorization identity response control because it does not have a value
-ERR_LDAP_INTERMEDIATE_RESPONSE_DECODE_SEQUENCE=Cannot decode the \
- provided ASN.1 element as an LDAP intermediate response protocol op because \
- the element could not be decoded as a sequence:  %s
-ERR_LDAP_INTERMEDIATE_RESPONSE_DECODE_INVALID_ELEMENT_COUNT=Cannot \
- decode the provided ASN.1 element as an LDAP intermediate response protocol \
- op because the request sequence had an invalid number of elements (expected \
- 0, 1, or 2, got %d)
-ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_OID=An error occurred \
- while attempting to decode the intermediate response OID:  %s
-ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_VALUE=An error occurred \
- while attempting to decode the intermediate response value:  %s
-ERR_LDAP_INTERMEDIATE_RESPONSE_INVALID_ELEMENT_TYPE=The intermediate \
- response sequence element contained an invalid BER type %s that was not \
- appropriate for either the OID or the value
-INFO_LDAP_CONNHANDLER_DESCRIPTION_BACKLOG=Accept queue \
- size, which controls the number of new connection attempts that may be \
- allowed to queue up in the backlog before being rejected.  This should only \
- need to be changed if it is expected that the Directory Server will receive \
- large numbers of new connection attempts at the same time.  Changes to this \
- configuration attribute will not take effect until the connection handler is \
- disabled and re-enabled, or until the Directory Server is restarted
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_BACKLOG=An unexpected error \
- occurred while processing the ds-cfg-accept-backlog attribute in \
- configuration entry %s, which is used to specify the accept backlog size:  %s
-ERR_MVFILTER_INVALID_LDAP_FILTER_TYPE=The provided LDAP filter \
- "%s" cannot be used as a matched values filter because filters of type %s are \
- not allowed for use in matched values filters
-ERR_MVFILTER_INVALID_DN_ATTRIBUTES_FLAG=The provided LDAP filter \
- "%s" cannot be used as a matched values filter because it is an extensible \
- match filter that contains the dnAttributes flag, which is not allowed for \
- matched values filters
-ERR_MVFILTER_INVALID_AVA_SEQUENCE_SIZE=The provided matched values \
- filter could not be decoded because there were an invalid number of elements \
- in the attribute value assertion (expected 2, got %d)
-ERR_MVFILTER_CANNOT_DECODE_AVA=An error occurred while attempting \
- to decode the attribute value assertion in the provided matched values \
- filter:  %s
-ERR_MVFILTER_INVALID_SUBSTRING_SEQUENCE_SIZE=The provided matched \
- values filter could not be decoded because there were an invalid number of \
- elements in the substring sequence (expected 2, got %d)
-ERR_MVFILTER_NO_SUBSTRING_ELEMENTS=The provided matched values \
- filter could not be decoded because there were no subInitial, subAny, or \
- subFinal components in the substring filter
-ERR_MVFILTER_MULTIPLE_SUBINITIALS=The provided matched values \
- filter could not be decoded because there were multiple subInitial components \
- in the substring filter
-ERR_MVFILTER_MULTIPLE_SUBFINALS=The provided matched values filter \
- could not be decoded because there were multiple subFinal components in the \
- substring filter
-ERR_MVFILTER_INVALID_SUBSTRING_ELEMENT_TYPE=The provided matched \
- values filter could not be decoded because there was an invalid element of \
- type %s in the substring filter
-ERR_MVFILTER_CANNOT_DECODE_SUBSTRINGS=The provided matched values \
- filter could not be decoded because an error occurred while decoding the \
- substring filter component:  %s
-ERR_MVFILTER_CANNOT_DECODE_PRESENT_TYPE=The provided matched \
- values filter could not be decoded because an error occurred while decoding \
- the presence filter component:  %s
-ERR_MVFILTER_INVALID_EXTENSIBLE_SEQUENCE_SIZE=The provided matched \
- values filter could not be decoded because there were an invalid number of \
- elements in the extensible match sequence (expected 2 or 3, found %d)
-ERR_MVFILTER_MULTIPLE_MATCHING_RULE_IDS=The provided matched \
- values filter could not be decoded because there were multiple matching rule \
- ID elements found in the extensible match filter sequence
-ERR_MVFILTER_MULTIPLE_ATTRIBUTE_TYPES=The provided matched values \
- filter could not be decoded because there were multiple attribute type \
- elements found in the extensible match filter sequence
-ERR_MVFILTER_MULTIPLE_ASSERTION_VALUES=The provided matched values \
- filter could not be decoded because there were multiple assertion value \
- elements found in the extensible match filter sequence
-ERR_MVFILTER_INVALID_EXTENSIBLE_ELEMENT_TYPE=The provided matched \
- values filter could not be decoded because there was an invalid element of \
- type %s in the extensible match filter
-ERR_MVFILTER_CANNOT_DECODE_EXTENSIBLE_MATCH=The provided matched \
- values filter could not be decoded because an error occurred while decoding \
- the extensible match filter component:  %s
-ERR_MVFILTER_INVALID_ELEMENT_TYPE=The provided matched values \
- filter could not be decoded because it had an invalid BER type of %s
 ERR_MATCHEDVALUES_NO_CONTROL_VALUE=Cannot decode the provided \
  matched values control because it does not have a value
 ERR_MATCHEDVALUES_CANNOT_DECODE_VALUE_AS_SEQUENCE=Cannot decode \
@@ -2248,42 +911,6 @@
  decode the provided control as a password expiring control because an error \
  occurred while attempting to decode the number of seconds until expiration: \
  %s
-WARN_LDAP_CLIENT_DUPLICATE_MESSAGE_ID=The Directory Server is \
- already processing another request on the same client connection with the \
- same message ID of %d
-WARN_LDAP_CLIENT_CANNOT_ENQUEUE=The Directory Server encountered an \
- unexpected error while attempting to add the client request to the work \
- queue:  %s
-INFO_JMX_CONNHANDLER_DESCRIPTION_LISTEN_PORT=TCP port on \
- which this connection handler may accept administrative connections.  Changes \
- to this configuration attribute will not take effect until the connection \
- handler is disabled and re-enabled, or until the Directory Server is \
- restarted
-ERR_JMX_CONNHANDLER_NO_LISTEN_PORT=No listen port was defined \
- using configuration ds-cfg-listen-port in configuration entry %s.  This is a \
- required attribute
-ERR_JMX_CONNHANDLER_CANNOT_DETERMINE_LISTEN_PORT=An unexpected \
- error occurred while processing the ds-cfg-listen-port attribute in \
- configuration entry %s, which is used to specify the port on which to listen \
- for client connections:  %s
-INFO_JMX_CONNHANDLER_DESCRIPTION_USE_SSL=Indicates whether this \
- connection handler should use SSL when accepting connections from clients. \
- Changes to this configuration attribute will not take effect until the \
- connection handler is disabled and re-enabled, or until the Directory Server \
- is restarted
-ERR_JMX_CONNHANDLER_CANNOT_DETERMINE_USE_SSL=An unexpected error \
- occurred while processing the ds-cfg-use-ssl attribute in configuration entry \
- %s, which is used to indicate whether to use SSL when accepting client \
- connections:  %s
-INFO_JMX_CONNHANDLER_DESCRIPTION_SSL_CERT_NICKNAME=Nickname \
- of the certificate that the connection handler should use when accepting \
- SSL-based connections or performing StartTLS negotiation.  Changes to this \
- configuration attribute will not take effect until the connection handler is \
- disabled and re-enabled, or until the Directory Server is restarted
-ERR_JMX_CONNHANDLER_CANNOT_DETERMINE_SSL_CERT_NICKNAME=An \
- unexpected error occurred while processing the ds-cfg-ssl-cert-nickname \
- attribute in configuration entry %s, which is used to specify the nickname of \
- the certificate to use for accepting SSL/TLS connections:  %s
 ERR_PWPOLICYREQ_CONTROL_HAS_VALUE=Cannot decode the provided \
  control as a password policy request control because the provided control had \
  a value but the password policy request control should not have a value
@@ -2295,71 +922,19 @@
 ERR_PWPOLICYRES_INVALID_ERROR_TYPE=Cannot decode the provided \
  password policy response control because the error element has an invalid \
  type of %d
-ERR_PWPOLICYRES_INVALID_ELEMENT_TYPE=Cannot decode the provided \
- password policy response control because the value sequence has an element \
- with an invalid type of %s
 ERR_PWPOLICYRES_DECODE_ERROR=Cannot decode the provided password \
  policy response control:  %s
-INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_EXPIRED=passwordExpired
-INFO_PWPERRTYPE_DESCRIPTION_ACCOUNT_LOCKED=accountLocked
-INFO_PWPERRTYPE_DESCRIPTION_CHANGE_AFTER_RESET=changeAfterReset
-INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_MOD_NOT_ALLOWED=passwordModNotAllowed
-INFO_PWPERRTYPE_DESCRIPTION_MUST_SUPPLY_OLD_PASSWORD=mustSupplyOldPassword
-INFO_PWPERRTYPE_DESCRIPTION_INSUFFICIENT_PASSWORD_QUALITY=insufficientPasswordQuality
-INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_TOO_SHORT=passwordTooShort
-INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_TOO_YOUNG=passwordTooYoung
-INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_IN_HISTORY=passwordInHistory
-INFO_PWPWARNTYPE_DESCRIPTION_TIME_BEFORE_EXPIRATION=timeBeforeExpiration
-INFO_PWPWARNTYPE_DESCRIPTION_GRACE_LOGINS_REMAINING=graceAuthNsRemaining
-ERR_PROXYAUTH1_CANNOT_LOCK_USER=Unable to obtain a lock on user \
- entry %s for the proxied authorization V1 control validation
-ERR_PROXYAUTH1_UNUSABLE_ACCOUNT=Use of the proxied authorization V1 \
- control for user %s is not allowed by the password policy configuration
-ERR_PROXYAUTH2_CANNOT_LOCK_USER=Unable to obtain a lock on user \
- entry %s for the proxied authorization V2 control validation
-ERR_PROXYAUTH2_UNUSABLE_ACCOUNT=Use of the proxied authorization V2 \
- control for user %s is not allowed by the password policy configuration
 ERR_ACCTUSABLEREQ_CONTROL_HAS_VALUE=Cannot decode the provided \
  control as an account availability request control because the provided \
  control had a value but the account availability request control should not \
  have a value
 ERR_ACCTUSABLERES_NO_CONTROL_VALUE=Cannot decode the provided \
  account availability response control because it does not have a value
-ERR_ACCTUSABLERES_UNKNOWN_UNAVAILABLE_TYPE=The account \
- availability response control indicated that the account was unavailable but \
- had an unknown unavailable element type of %s
 ERR_ACCTUSABLERES_UNKNOWN_VALUE_ELEMENT_TYPE=The account \
  availability response control had an unknown ACCOUNT_USABLE_RESPONSE element \
  type of %s
 ERR_ACCTUSABLERES_DECODE_ERROR=Cannot decode the provided account \
  availability response control:  %s
-ERR_ADDRESSMASK_PREFIX_DECODE_ERROR=Cannot decode the provided \
- address mask prefix because an invalid value was specified. The permitted \
- values for IPv4are 0 to32 and for IPv6 0 to128
-ERR_ADDRESSMASK_WILDCARD_DECODE_ERROR=Cannot decode the provided \
- address mask because an prefix mask was specified with an wild card "*" match \
- character
-ERR_ADDRESSMASK_FORMAT_DECODE_ERROR=Cannot decode the provided \
- address mask because the it has an invalid format
-ERR_LDAP_NO_CLEAR_SECURITY_PROVIDER=LDAP connection handler %s could \
- not send a clear-text response to the client because it does not have a \
- reference to a clear connection security provider
-ERR_LDAP_ATTRIBUTE_DUPLICATE_VALUES=The provided LDAP attribute %s \
- contains duplicate values
-ERR_LDAP_FILTER_UNKNOWN_MATCHING_RULE=The provided LDAP search \
- filter references unknown matching rule %s
-ERR_LDAP_FILTER_VALUE_WITH_NO_ATTR_OR_MR=The provided LDAP search \
- filter has an assertion value but does not include either an attribute type \
- or a matching rule ID
-ERR_LDAP_REQHANDLER_DETECTED_JVM_ISSUE_CR6322825=Unable to call \
- select() in the LDAP connection handler:  %s.  It appears that your JVM may \
- be susceptible to the issue described at \
- http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6322825, and it is unable \
- to handle LDAP requests in its current configuration.  Please upgrade to a \
- newer JVM that does not exhibit this behavior (Java 5.0 Update 8 or higher) \
- or set the number of available file descriptors to a value greater than or \
- equal to 8193 (e.g., by issuing the command 'ulimit -n 8193') before starting \
- the Directory Server
 ERR_PROXYAUTH1_CONTROL_NOT_CRITICAL=Unwilling to process the request \
  because it contains a proxied authorization V1 control which is not marked \
  critical.  The proxied authorization control must always have a criticality \
@@ -2368,73 +943,11 @@
  because it contains a proxied authorization V2 control which is not marked \
  critical.  The proxied authorization control must always have a criticality \
  of "true"
-INFO_LDAP_CONNHANDLER_DESCRIPTION_KEYMANAGER_DN=DN of the \
- configuration entry for the key manager provider that should be used with \
- this LDAP connection handler.  Changes to this attribute will take effect \
- immediately, but only for subsequent attempts to access the key manager \
- provider for associated client connections
-ERR_LDAP_CONNHANDLER_INVALID_KEYMANAGER_DN=Configuration attribute \
- ds-cfg-key-manager-provider of configuration entry %s has an invalid value \
- %s which does not reference an enabled key manager provider
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_KEYMANAGER_DN=An error \
- occurred while processing the ds-cfg-key-manager-provider attribute in \
- configuration entry %s, which is used to specify the key manager provider for \
- use with the LDAP connection handler:  %s
-INFO_LDAP_CONNHANDLER_DESCRIPTION_TRUSTMANAGER_DN=DN of the \
- configuration entry for the trust manager provider that should be used with \
- this LDAP connection handler.  Changes to this attribute will take effect \
- immediately, but only for subsequent attempts to access the trust manager \
- provider for associated client connections
-ERR_LDAP_CONNHANDLER_INVALID_TRUSTMANAGER_DN=Configuration \
- attribute ds-cfg-trust-manager-provider of configuration entry %s has an \
- invalid value %s which does not reference an enabled trust manager provider
-ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_TRUSTMANAGER_DN=An error \
- occurred while processing the ds-cfg-trust-manager-provider attribute in \
- configuration entry %s, which is used to specify the trust manager provider \
- for use with the LDAP connection handler:  %s
-INFO_LDAP_CONNHANDLER_NEW_KEYMANAGER_DN=The value of the \
- ds-cfg-key-manager-provider attribute has been updated to %s in \
- configuration entry %s
-INFO_LDAP_CONNHANDLER_NEW_TRUSTMANAGER_DN=The value of the \
- ds-cfg-trust-manager-provider attribute has been updated to %s in \
- configuration entry %s
-INFO_JMX_CONNHANDLER_DESCRIPTION_KEYMANAGER_DN=DN of the \
- key manager provider that the connection handler should use when accepting \
- SSL-based connections or performing StartTLS negotiation.  Changes to this \
- configuration attribute will take effect immediately
-ERR_JMX_CONNHANDLER_INVALID_KEYMANAGER_DN=An error occurred while \
- processing the ds-cfg-key-manager-provider attribute in configuration \
- entry %s, because the provided key manager DN %s does not refer to an enabled \
- key manager provider
-ERR_JMX_CONNHANDLER_CANNOT_DETERMINE_KEYMANAGER_DN=An unexpected \
- error occurred while processing the ds-cfg-key-manager-provider attribute \
- in configuration entry %s, which is used to specify the DN of the key manager \
- provider to use for accepting SSL/TLS connections:  %s
-ERR_LDAP_CONNHANDLER_CANNOT_SET_SECURITY_PROVIDER=An error occurred \
- while attempting to configure the connection security provider for the client \
- connection:  %s
-ERR_LDAP_CONNHANDLER_NO_KEYMANAGER_DN=The LDAP connection handler \
- defined in configuration entry %s is configured to use either SSL or \
- StartTLS, but does not specify which key manager provider should be used
-ERR_LDAP_CONNHANDLER_NO_TRUSTMANAGER_DN=The LDAP connection \
- handler defined in configuration entry %s is configured to use either SSL or \
- StartTLS, but does not specify which trust manager provider should be used
-INFO_LDAPS_CONNHANDLER_DESCRIPTION_ENABLE=Specifies whether to enable the \
- LDAPS connection handler
 ERR_LDAP_FILTER_NOT_EXACTLY_ONE=The provided search filter "%s" \
  could not be decoded because the NOT filter between positions %d and %d did \
  not contain exactly one filter component
 INFO_SORTREQ_CONTROL_NO_VALUE=Unable to decode the provided control as a \
  server-side sort request control because it does not include a control value
-INFO_SORTREQ_CONTROL_UNDEFINED_ATTR=Unable to process the provided \
- server-side sort request control because it references attribute type %s \
- which is not defined in the server schema
-INFO_SORTREQ_CONTROL_UNDEFINED_ORDERING_RULE=Unable to process the \
- provided server-side sort request control because it references undefined \
- ordering matching rule %s
-INFO_SORTREQ_CONTROL_INVALID_SEQ_ELEMENT_TYPE=Unable to process the \
- provided server-side sort request control because the value sequence contains \
- an element with an unsupported type of %s
 INFO_SORTREQ_CONTROL_CANNOT_DECODE_VALUE=Unable to process the provided \
  server-side sort request control because an error occurred while attempting \
  to decode the control value:  %s
@@ -2443,23 +956,10 @@
 INFO_SORTRES_CONTROL_CANNOT_DECODE_VALUE=Unable to process the provided \
  server-side sort response control because an error occurred while attempting \
  to decode the control value:  %s
-INFO_SORTREQ_CONTROL_NO_ATTR_NAME=Unable to process the provided \
- server-side sort request control because the sort order string "%s" included \
- a sort key with no attribute name
-INFO_SORTREQ_CONTROL_NO_MATCHING_RULE=Unable to process the provided \
- server-side sort request control because the sort order string "%s" included \
- a sort key with a colon but no matching rule name
 INFO_SORTREQ_CONTROL_NO_SORT_KEYS=Unable to process the provided \
  server-side sort request control because it did not contain any sort keys
-INFO_SORTREQ_CONTROL_NO_ORDERING_RULE_FOR_ATTR=Unable to process the \
- provided server-side sort request control because it included attribute %s \
- which does not have a default ordering matching rule and no ordering rule was \
- specified in the sort key
 INFO_VLVREQ_CONTROL_NO_VALUE=Unable to decode the provided control as a \
  VLV request control because it does not include a control value
-INFO_VLVREQ_CONTROL_INVALID_ELEMENT_COUNT=Unable to decode the provided \
- control as a VLV request control because it contains an invalid number of \
- elements:  %d
 INFO_VLVREQ_CONTROL_INVALID_TARGET_TYPE=Unable to decode the provided \
  control as a VLV request control because the target element type %s is \
  invalid
@@ -2468,9 +968,6 @@
  control value:  %s
 INFO_VLVRES_CONTROL_NO_VALUE=Unable to decode the provided control as a \
  VLV response control because it does not include a control value
-INFO_VLVRES_CONTROL_INVALID_ELEMENT_COUNT=Unable to decode the provided \
- control as a VLV response control because it contains an invalid number of \
- elements:  %d
 INFO_VLVRES_CONTROL_CANNOT_DECODE_VALUE=Unable to process the provided \
  VLV response control because an error occurred while attempting to decode the \
  control value:  %s
@@ -2479,12 +976,8 @@
  start with "dn:" to indicate a user DN
 INFO_GETEFFECTIVERIGHTS_DECODE_ERROR=Cannot decode the provided \
  geteffectiverights request control:  %s
-INFO_CANNOT_DECODE_GETEFFECTIVERIGHTS_AUTHZID_DN=Unable to decode authzid \
- DN string "%s" as a valid distinguished name:  %s
 ERR_LDAP_FILTER_ENCLOSED_IN_APOSTROPHES=An LDAP filter enclosed in \
  apostrophes is invalid:  %s
-INFO_JMX_CONNHANDLER_DESCRIPTION_ENABLE=Specifies whether to enable the \
- JMX connection handler
 ERR_LDAP_FILTER_INVALID_CHAR_IN_ATTR_TYPE=The provided search filter \
  contains an invalid attribute type '%s' with invalid character '%s' at \
  position %d
@@ -2492,116 +985,14 @@
  filter "%s" could not be decoded because the extensible match component \
  starting at position %d did not include either an attribute description or a \
  matching rule ID.  At least one of them must be provided
-ERR_LDAPV2_CONTROLS_NOT_ALLOWED=LDAPv2 clients are not allowed to \
- use request controls
-ERR_LDAP_CONNHANDLER_CANNOT_BIND=The LDAP connection handler \
- defined in configuration entry %s was unable to bind to %s:%d:  %s
-ERR_JMX_CONNHANDLER_CANNOT_BIND=The JMX connection handler defined \
- in configuration entry %s was unable to bind to port %d:  %s
-ERR_JMX_ADD_INSUFFICIENT_PRIVILEGES=You do not have sufficient \
- privileges to perform add operations through JMX
-ERR_JMX_DELETE_INSUFFICIENT_PRIVILEGES=You do not have sufficient \
- privileges to perform delete operations through JMX
-ERR_JMX_MODIFY_INSUFFICIENT_PRIVILEGES=You do not have sufficient \
- privileges to perform modify operations through JMX
-ERR_JMX_MODDN_INSUFFICIENT_PRIVILEGES=You do not have sufficient \
- privileges to perform modify DN operations through JMX
-ERR_JMX_SEARCH_INSUFFICIENT_PRIVILEGES=You do not have sufficient \
- privileges to perform search operations through JMX
-ERR_JMX_INSUFFICIENT_PRIVILEGES=You do not have sufficient \
- privileges to establish the connection through JMX. At least JMX_READ \
- privilege is required
-ERR_INTERNALCONN_NO_SUCH_USER=User %s does not exist in the directory
-ERR_INTERNALOS_CLOSED=This output stream has been closed
-ERR_INTERNALOS_INVALID_REQUEST=The provided LDAP message had an \
- invalid operation type (%s) for a request
-ERR_INTERNALOS_SASL_BIND_NOT_SUPPORTED=SASL bind operations are not \
- supported over internal LDAP sockets
-ERR_INTERNALOS_STARTTLS_NOT_SUPPORTED=StartTLS operations are not \
- supported over internal LDAP sockets
-WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_NOT_DIRECTORY=The value %s \
- specified as the LDIF directory path for the LDIF connection handler defined \
- in configuration entry %s exists but is not a directory.  The specified path \
- must be a directory.  The LDIF connection handler will start, but will not \
- be able to proces any changes until this path is changed to a directory
-WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_MISSING=The directory %s \
- referenced by the LDIF connection handler defined in configuration entry %s \
- does not exist.  The LDIF connection handler will start, but will not be \
- able to process any changes until this directory is created
-ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_NONFATAL=An error \
- occurred while trying to read a change record from the LDIF file:  %s.  This \
- change will be skipped but processing on the LDIF file will continue
-ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_FATAL=An error \
- occurred while trying to read a change record from the LDIF file:  %s.  No \
- further processing on this LDIF file can be performed
-INFO_LDIF_CONNHANDLER_UNKNOWN_CHANGETYPE=Unsupported change type %s
-INFO_LDIF_CONNHANDLER_RESULT_CODE=Result Code:  %d (%s)
-INFO_LDIF_CONNHANDLER_ERROR_MESSAGE=Additional Info:  %s
-INFO_LDIF_CONNHANDLER_MATCHED_DN=Matched DN:  %s
-INFO_LDIF_CONNHANDLER_REFERRAL_URL=Referral URL:  %s
-ERR_LDIF_CONNHANDLER_IO_ERROR=An I/O error occurred while the LDIF \
- connection handler was processing LDIF file %s:  %s
-ERR_LDIF_CONNHANDLER_CANNOT_RENAME=An error occurred while the \
- LDIF connection handler was attempting to rename partially-processed file \
- from %s to %s:  %s
-ERR_LDIF_CONNHANDLER_CANNOT_DELETE=An error occurred while the \
- LDIF connection handler was attempting to delete processed file %s:  %s
-ERR_CONNHANDLER_ADDRESS_INUSE=Address already in use
-INFO_SNMP_CONNHANDLER_DESCRIPTION_LISTEN_PORT=SNMP port on \
- which this connection handler accepts SNMP requests.  Changes \
- to this configuration attribute will not take effect until the connection \
- handler is disabled and re-enabled, or until the Directory Server is \
- restarted
-ERR_SNMP_CONNHANDLER_NO_LISTEN_PORT=No listen port was defined \
- using configuration ds-cfg-listen-port in configuration entry %s.  This is a \
- required attribute
-ERR_SNMP_CONNHANDLER_CANNOT_DETERMINE_LISTEN_PORT=An unexpected \
- error occurred while processing the ds-cfg-listen-port attribute in \
- configuration entry %s, which is used to specify the port on which to listen \
- for client connections:  %s
-ERR_SNMP_CONNHANDLER_CANNOT_BE_STARTED=An unexpected \
- error occurred when this connection handler started
-ERR_SNMP_CONNHANDLER_NO_CONFIGURATION=No Configuration was defined \
- for this connection handler. The configuration parameters ds-cfg-listen-port \
- and ds-cfg-trap-port are required by the connection handler to start
-ERR_SNMP_CONNHANDLER_TRAPS_DESTINATION=Traps Destination %s is \
- an unknown host. Traps will not be sent to this destination
-ERR_SNMP_CONNHANDLER_NO_OPENDMK_JARFILES=You do not have the \
- appropriate OpenDMK jar files to enable the SNMP Connection Handler. \
- Please go under http://opendmk.dev.java.net and set the \
- opendmk-jarfile configuration parameter to set the full path \
- of the required jdmkrt.jar file. The SNMP connection Handler didn't started
-ERR_SNMP_CONNHANDLER_BAD_CONFIGURATION=Cannot initialize the \
- SNMP Connection Handler. Please check the configuration attributes
-ERR_SNMP_CONNHANDLER_NO_VALID_TRAP_DESTINATIONS=No valid trap \
- destinations has been found. No trap will be sent
-ERR_ASN1_READ_ERROR=An error occured while accessing the \
- underlying data source: %s
-ERR_ASN1_EOF_ERROR=An unexpected end of file reached while trying \
- to read %d bytes from the underlying data source
-ERR_ASN1_INVALID_STATE=Invalid reader state: %d
 ERR_SUBTREE_DELETE_INVALID_CONTROL_VALUE=Cannot decode the provided \
  subtree delete control because it contains a value
- SEVERE_ERR_CONNHANDLER_SSL_CANNOT_INITIALIZE=An error occurred \
- while attempting to initialize the SSL context for use in the LDAP \
- Connection Handler:  %s
-ERR_LDAP_UNSUPPORTED_PROTOCOL_VERSION=The Directory Server does not \
- support LDAP protocol version %d.  This connection will be closed
-ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_DOES_NOT_EXIST=The specified \
- OpenDMK jar file '%s' could not be found.  Verify that the value set in the \
- opendmk-jarfile configuration parameter of the SNMP connection handler is the \
- valid path to the jdmkrt.jar file and that the file is accessible
-ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_NOT_OPERATIONAL=The required \
- classes could not be loaded using jar file '%s'.  Verify that the jar file \
- is not corrupted
 ERR_ASN1_UNEXPECTED_TAG=Encountered unexpected tag while reading \
  ASN.1 element (expected=%d, got=%d)
 ERR_AUTHZIDREQ_CONTROL_HAS_VALUE=Cannot decode the provided \
  control as an authorization identity request control because the provided \
  control had a value but the authorization identity request control should not \
  have a value
-ERR_LDAP_FILTER_BAD_SUBSTRING=The search filter "%s" cannot be \
- parsed because it contains a malformed substring filter component "%s"
 ERR_MVFILTER_BAD_FILTER_AND=The provided filter \
  "%s" cannot be used as a matched values filter because "and" filters are \
  not allowed
@@ -2617,9 +1008,6 @@
 ERR_MVFILTER_BAD_FILTER_UNRECOGNIZED=The provided filter \
  "%s" cannot be used as a matched values filter because filters of type %d are \
  not allowed
-ERR_CANNOT_DECODE_CONTROL_VALUE=Cannot decode the provided \
- control %s because an error occurred while attempting to \
- decode the control value:  %s
 ERR_ASN1_SEQUENCE_WRITE_NOT_STARTED=Cannot encode the end of the ASN.1 \
  sequence or set because the start of the sequence was not written
 ERR_NO_SEARCH_RESULT_ENTRIES=The search request succeeded \
@@ -2649,52 +1037,26 @@
  because the line "%s" does not include an attribute name
 ERR_LDIF_NO_DN=Unable to parse LDIF entry starting at line %d because \
  the first line does not contain a DN (the first line was "%s"
-ERR_LDIF_INVALID_DN_SEPARATOR=Unable to parse LDIF entry starting at \
- line %d because line "%s" contained an invalid separator between the "dn" \
- prefix and the actual distinguished name
 ERR_LDIF_INVALID_DN=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
-ERR_LDIF_INVALID_ATTR_SEPARATOR=Unable to parse LDIF entry %s \
- starting at line %d because line "%s" contained an invalid separator between \
- the attribute name and value
 ERR_LDIF_COULD_NOT_BASE64_DECODE_DN=Unable to parse LDIF entry \
  starting at line %d because it was not possible to base64-decode the DN on \
  line "%s":  %s
 ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR=Unable to parse LDIF entry %s \
  starting at line %d because it was not possible to base64-decode the \
  attribute on line "%s":  %s
-WARN_LDIF_DUPLICATE_OBJECTCLASS=Entry %s read from LDIF starting at \
- line %d includes a duplicate objectclass value %s.  The second occurrence of \
- that objectclass has been skipped
 WARN_LDIF_DUPLICATE_ATTR=Entry %s read from LDIF starting at line %d \
  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=Entry %s starting at \
  line %d includes multiple values for single-valued attribute %s
-ERR_LDIF_INVALID_ATTR_SYNTAX=Unable to parse LDIF entry %s starting \
- at line %d because it has an invalid value "%s" for attribute %s:  %s
-ERR_LDIF_SCHEMA_VIOLATION=Entry %s read from LDIF starting at line %d \
- is not valid because it violates the server's schema configuration:  %s
-ERR_LDIF_FILE_EXISTS=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=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
 ERR_LDIF_URL_IO_ERROR=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
-ERR_REJECT_FILE_EXISTS=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=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
-ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_EXPORT=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
 ERR_LDIF_INVALID_DELETE_ATTRIBUTES=Error in the LDIF change record \
  entry. Invalid attributes specified for the delete operation
 ERR_LDIF_NO_MOD_DN_ATTRIBUTES=Error in the LDIF change record \
@@ -2712,200 +1074,11 @@
 ERR_LDIF_INVALID_CHANGETYPE_ATTRIBUTE=Error in the LDIF change \
  record entry. Invalid value "%s" for the changetype specified. Expecting one \
  of the following values "%s"
-ERR_LDIF_INVALID_MODIFY_ATTRIBUTE_VAL=Error in the LDIF change \
- record entry. Invalid value for the "%s" attribute specified
-ERR_SCHEMANAME_EMPTY_VALUE=The provided value could not be parsed \
- to determine whether it contained a valid schema element name or OID because \
- it was null or empty
-ERR_SCHEMANAME_ILLEGAL_CHAR=The provided value "%s" does not \
- contain a valid schema element name or OID because it contains an illegal \
- character %c at position %d
-ERR_SCHEMANAME_CONSECUTIVE_PERIODS=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=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=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_ARG_NO_BOOLEAN_VALUE=The %s argument does not have any value \
- that may be retrieved as a Boolean
-ERR_ARG_CANNOT_DECODE_AS_BOOLEAN=The provided value "%s" for the %s \
- argument cannot be decoded as a Boolean
-ERR_ARG_BOOLEAN_MULTIPLE_VALUES=The %s argument has multiple values \
- and therefore cannot be decoded as a single Boolean 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 its long identifier --%s conflicts with the %s argument \
- that has already been defined
-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 doesn't 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
-ERR_MOVEFILE_NO_SUCH_FILE=The file to move %s does not exist
-ERR_MOVEFILE_NOT_FILE=The file to move %s exists but is not a file
-ERR_MOVEFILE_NO_SUCH_DIRECTORY=The target directory %s does not \
- exist
-ERR_MOVEFILE_NOT_DIRECTORY=The target directory %s exists but is \
- not a directory
-ERR_EMAILMSG_INVALID_SENDER_ADDRESS=The provided sender address %s \
- is invalid:  %s
-ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS=The provided recipient \
- address %s is invalid:  %s
-ERR_EMAILMSG_CANNOT_SEND=The specified e-mail message could not be \
- sent using any of the configured mail servers
-ERR_ARG_SUBCOMMAND_DUPLICATE_SUBCOMMAND=The argument parser already \
- has a %s subcommand
-ERR_ARG_SUBCOMMAND_DUPLICATE_ARGUMENT_NAME=There are multiple \
- arguments for subcommand %s with name %s
-ERR_ARG_SUBCOMMAND_ARGUMENT_GLOBAL_CONFLICT=Argument %s for \
- subcommand %s conflicts with a global argument with the same name
-ERR_ARG_SUBCOMMAND_DUPLICATE_SHORT_ID=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=Argument %s \
- for subcommand %s has a short ID -%s that conflicts with that of global \
- argument %s
-ERR_ARG_SUBCOMMAND_DUPLICATE_LONG_ID=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=Argument %s for \
- subcommand %s has a long ID --%s that conflicts with that of global argument \
- %s
-ERR_SUBCMDPARSER_DUPLICATE_GLOBAL_ARG_NAME=There is already another \
- global argument named "%s"
-ERR_SUBCMDPARSER_GLOBAL_ARG_NAME_SUBCMD_CONFLICT=The argument name \
- %s conflicts with the name of another argument associated with the %s \
- subcommand
-ERR_SUBCMDPARSER_DUPLICATE_GLOBAL_ARG_SHORT_ID=Short ID -%s for \
- global argument %s conflicts with the short ID of another global argument %s
-ERR_SUBCMDPARSER_GLOBAL_ARG_SHORT_ID_CONFLICT=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=Long ID --%s for \
- global argument %s conflicts with the long ID of another global argument %s
-ERR_SUBCMDPARSER_GLOBAL_ARG_LONG_ID_CONFLICT=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=An error occurred \
- while attempting to read the contents of the argument properties file %s:  %s
-ERR_SUBCMDPARSER_LONG_ARG_WITHOUT_NAME=The provided command-line \
- argument %s does not contain an argument name
-ERR_SUBCMDPARSER_NO_GLOBAL_ARGUMENT_FOR_LONG_ID=The provided \
- argument --%s is not a valid global argument identifier
-ERR_SUBCMDPARSER_NO_ARGUMENT_FOR_LONG_ID=The provided argument --%s \
- is not a valid global or subcommand argument identifier
-ERR_SUBCMDPARSER_NO_VALUE_FOR_ARGUMENT_WITH_LONG_ID=Command-line \
- argument --%s requires a value but none was given
-ERR_SUBCMDPARSER_VALUE_UNACCEPTABLE_FOR_LONG_ID=The provided value \
- "%s" for argument --%s is not acceptable:  %s
-ERR_SUBCMDPARSER_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_SUBCMDPARSER_ARG_FOR_LONG_ID_DOESNT_TAKE_VALUE=A value was \
- provided for argument --%s but that argument does not take a value
-ERR_SUBCMDPARSER_INVALID_DASH_AS_ARGUMENT=The dash character by \
- itself is invalid for use as an argument name
-ERR_SUBCMDPARSER_NO_GLOBAL_ARGUMENT_FOR_SHORT_ID=The provided \
- argument -%s is not a valid global argument identifier
-ERR_SUBCMDPARSER_NO_ARGUMENT_FOR_SHORT_ID=The provided argument \
- -%s is not a valid global or subcommand argument identifier
-ERR_SUBCMDPARSER_NO_VALUE_FOR_ARGUMENT_WITH_SHORT_ID=Argument -%s \
- requires a value but none was provided
-ERR_SUBCMDPARSER_VALUE_UNACCEPTABLE_FOR_SHORT_ID=The provided \
- value "%s" for argument -%s is not acceptable:  %s
-ERR_SUBCMDPARSER_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_SUBCMDPARSER_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 doesn't require a value
-ERR_SUBCMDPARSER_INVALID_ARGUMENT=The provided argument "%s" is \
- not recognized
-ERR_SUBCMDPARSER_MULTIPLE_SUBCOMMANDS=The provided argument %s \
- specifies a valid subcommand, but another subcommand %s was also given.  Only \
- a single subcommand may be provided
-ERR_SUBCMDPARSER_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
-ERR_LDAPURL_NO_COLON_SLASH_SLASH=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
 ERR_LDAPURL_NO_SCHEME=The provided string "%s" cannot be decoded \
  as an LDAP URL because it does not contain a protocol scheme
 ERR_LDAPURL_BAD_SCHEME=The provided string "%s" cannot be decoded \
  as an LDAP URL because the protocol scheme "%s" is invalid. It should be \
  either "ldap" or "ldaps"
-ERR_LDAPURL_NO_HOST=The provided string "%s" cannot be decoded as \
- an LDAP URL because it does not contain a host before the colon to specify \
- the port number
-ERR_LDAPURL_NO_PORT=The provided string "%s" cannot be decoded as \
- an LDAP URL because it does not contain a port number after the colon \
- following the host
 ERR_LDAPURL_CANNOT_DECODE_PORT=The provided string "%s" cannot be \
  decoded as an LDAP URL because the port number portion %s cannot be decoded \
  as an integer
@@ -2920,299 +1093,15 @@
 ERR_LDAPURL_INVALID_FILTER=The provided string "%s" cannot be \
  decoded as an LDAP URL because the provided filter could \
  not be parsed: %s
-ERR_LDAPURL_INVALID_SCOPE_STRING=The provided string "%s" cannot \
- be decoded as an LDAP URL because the scope string %s was not one of the \
- allowed values of base, one, sub, or subordinate
-ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END=The provided URL component \
- "%s" could not be decoded because the percent character at byte %d was not \
- followed by two hexadecimal digits
 ERR_LDAPURL_INVALID_HEX_BYTE=The provided URL component "%s" could \
  not be decoded because the character at byte %d was not a valid hexadecimal \
  digit
-ERR_LDAPURL_CANNOT_CREATE_UTF8_STRING=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
-ERR_CHARSET_NO_COLON=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
-ERR_CHARSET_CONSTRUCTOR_NO_NAME=The named character set is invalid \
- because it does not contain a name
-ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR=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
-ERR_CHARSET_NO_NAME=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=Cannot decode value "%s" as a named character \
- set because there are no characters to include in the set
-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_ACCTNOTTYPE_ACCOUNT_TEMPORARILY_LOCKED=account-temporarily-locked
-INFO_ACCTNOTTYPE_ACCOUNT_PERMANENTLY_LOCKED=account-permanently-locked
-INFO_ACCTNOTTYPE_ACCOUNT_UNLOCKED=account-unlocked
-INFO_ACCTNOTTYPE_ACCOUNT_IDLE_LOCKED=account-idle-locked
-INFO_ACCTNOTTYPE_ACCOUNT_RESET_LOCKED=account-reset-locked
-INFO_ACCTNOTTYPE_ACCOUNT_DISABLED=account-disabled
-INFO_ACCTNOTTYPE_ACCOUNT_ENABLED=account-enabled
-INFO_ACCTNOTTYPE_ACCOUNT_EXPIRED=account-expired
-INFO_ACCTNOTTYPE_PASSWORD_EXPIRED=password-expired
-INFO_ACCTNOTTYPE_PASSWORD_EXPIRING=password-expiring
-INFO_ACCTNOTTYPE_PASSWORD_RESET=password-reset
-INFO_ACCTNOTTYPE_PASSWORD_CHANGED=password-changed
-ERR_FILEPERM_SET_NO_SUCH_FILE=Unable to set permissions for file %s \
- because it does not exist
-ERR_FILEPERM_CANNOT_EXEC_CHMOD=Unable to execute the chmod command \
- to set file permissions on %s:  %s
-ERR_FILEPERM_SET_JAVA_EXCEPTION=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=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=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=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=The %s command will not be allowed because the \
- Directory Server has been configured to refuse the use of the exec method
-ERR_VALIDATOR_PRECONDITION_NOT_MET=A precondition of the invoked \
- method was not met.  This This usually means there is a defect somewhere in \
- the call stack.  Details: %s
-INFO_GLOBAL_OPTIONS=Global Options:
-INFO_GLOBAL_OPTIONS_REFERENCE=See "%s --help"
-INFO_SUBCMD_OPTIONS=SubCommand Options:
-INFO_ARGPARSER_USAGE=Usage:
-INFO_SUBCMDPARSER_SUBCMD_HEADING=Available subcommands:
-INFO_SUBCMDPARSER_SUBCMD_REFERENCE=See "%s --help-{category}"
-INFO_SUBCMDPARSER_GLOBAL_HEADING=The global options are:
-INFO_GLOBAL_HELP_REFERENCE=See "%s --help" to get more usage help
-ERR_RENAMEFILE_CANNOT_RENAME=Failed to rename file %s to %s
-ERR_RENAMEFILE_CANNOT_DELETE_TARGET=Failed to delete target file \
- %s.  Make sure the file is not currently in use by this or another \
- application
-ERR_EXPCHECK_TRUSTMGR_CLIENT_CERT_EXPIRED=Refusing to trust client \
- or issuer certificate '%s' because it expired on %s
-ERR_EXPCHECK_TRUSTMGR_CLIENT_CERT_NOT_YET_VALID=Refusing to trust \
- client or issuer certificate '%s' because it is not valid until %s
-ERR_EXPCHECK_TRUSTMGR_SERVER_CERT_EXPIRED=Refusing to trust server \
- or issuer certificate '%s' because it expired on %s
-ERR_EXPCHECK_TRUSTMGR_SERVER_CERT_NOT_YET_VALID=Refusing to trust \
- server or issuer certificate '%s' because it is not valid until %s
 WARN_LDIF_VALUE_VIOLATES_SYNTAX=Entry %s read from LDIF starting at \
  line %d includes value "%s" for attribute %s that is invalid according to the \
  associated syntax:  %s
-ERR_SKIP_FILE_EXISTS=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
-ERR_LDIF_SKIP=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=To get the list of subcommands use:
-ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING=The Directory Server cannot \
- be started because it is already running
-INFO_SUBCMDPARSER_OPTIONS={options}
-INFO_SUBCMDPARSER_SUBCMD_AND_OPTIONS={subcommand} {options}
-INFO_SUBCMDPARSER_WHERE_OPTIONS_INCLUDE=Where {options} include:
-INFO_EMAIL_TOOL_DESCRIPTION=Send an e-mail message via SMTP
-INFO_EMAIL_HOST_DESCRIPTION=The address of the SMTP server to use to send \
- the message
-INFO_EMAIL_FROM_DESCRIPTION=The address to use for the message sender
-INFO_EMAIL_TO_DESCRIPTION=The address to use for the message recipient
-INFO_EMAIL_SUBJECT_DESCRIPTION=The subject to use for the e-mail message
-INFO_EMAIL_BODY_DESCRIPTION=The path to the file containing the text for \
- the message body
-INFO_EMAIL_ATTACH_DESCRIPTION=The path to a file to attach to the e-mail \
- message
-INFO_EMAIL_HELP_DESCRIPTION=Display this usage information
-ERR_EMAIL_NO_SUCH_BODY_FILE=The file %s specified as the body file \
- for the e-mail message does not exist
-ERR_EMAIL_CANNOT_PROCESS_BODY_FILE=An error occurred while \
- attempting to process message body file %s:  %s
-ERR_EMAIL_NO_SUCH_ATTACHMENT_FILE=The attachment file %s does not \
- exist
-ERR_EMAIL_CANNOT_ATTACH_FILE=An error occurred while trying to \
- attach file %s:  %s
-ERR_EMAIL_CANNOT_SEND_MESSAGE=An error occurred while trying to \
- send the e-mail message:  %s
-INFO_BASE64_TOOL_DESCRIPTION=This utility can be used to encode and \
- decode information using base64
-INFO_BASE64_HELP_DESCRIPTION=Display this usage information
-INFO_BASE64_DECODE_DESCRIPTION=Decode base64-encoded information into \
- raw data
-INFO_BASE64_ENCODE_DESCRIPTION=Encode raw data using base64
-INFO_BASE64_ENCODED_DATA_DESCRIPTION=The base64-encoded data to be decoded
-INFO_BASE64_ENCODED_FILE_DESCRIPTION=The path to a file containing the \
- base64-encoded data to be decoded
-INFO_BASE64_RAW_DATA_DESCRIPTION=The raw data to be base64 encoded
-INFO_BASE64_RAW_FILE_DESCRIPTION=The path to a file containing the raw \
- data to be base64 encoded
-INFO_BASE64_TO_ENCODED_FILE_DESCRIPTION=The path to a file to which the \
- base64-encoded data should be written
-INFO_BASE64_TO_RAW_FILE_DESCRIPTION=The path to a file to which the raw \
- base64-decoded data should be written
-ERR_BASE64_CANNOT_READ_RAW_DATA=An error occurred while attempting \
- to read the raw data to encode:  %s
-ERR_BASE64_CANNOT_WRITE_ENCODED_DATA=An error occurred while \
- attempting to write the encoded data:  %s
-ERR_BASE64_CANNOT_READ_ENCODED_DATA=An error occurred while \
- attempting to read the base64-encoded data:  %s
-ERR_BASE64_CANNOT_WRITE_RAW_DATA=An error occurred while \
- attempting to write the decoded data:  %s
-ERR_BASE64_UNKNOWN_SUBCOMMAND=Unknown subcommand %s
-INFO_GENERAL_NO=no
-INFO_GENERAL_YES=yes
-ERR_CONSOLE_APP_CONFIRM=Invalid response. Please enter \
- "%s" or "%s"
-INFO_MENU_OPTION_HELP=help
-INFO_MENU_OPTION_HELP_KEY=?
-INFO_MENU_OPTION_CANCEL=cancel
-INFO_MENU_OPTION_CANCEL_KEY=c
-INFO_MENU_OPTION_QUIT=quit
-INFO_MENU_OPTION_QUIT_KEY=q
-INFO_MENU_NUMERIC_OPTION=%d)
-INFO_MENU_CHAR_OPTION=%c)
-ERR_MENU_BAD_CHOICE_MULTI=Invalid response. Please enter one or \
-more valid menu options
-ERR_MENU_BAD_CHOICE_SINGLE=Invalid response. Please enter a valid \
-menu option
-ERR_MENU_BAD_CHOICE_MULTI_DUPE=The option "%s" was specified \
-more than once. Please enter one or more valid menu options
-INFO_MENU_PROMPT_SINGLE=Enter choice:
-INFO_MENU_PROMPT_SINGLE_DEFAULT=Enter choice [%s]:
-INFO_MENU_PROMPT_MULTI=Enter one or more choices separated by commas:
-INFO_MENU_PROMPT_MULTI_DEFAULT=Enter one or more choices separated by commas [%s]:
-INFO_MENU_PROMPT_RETURN_TO_CONTINUE=Press RETURN to continue
-INFO_MENU_PROMPT_CONFIRM=%s (%s / %s) [%s]:
-ERR_CONSOLE_INPUT_ERROR=The response could not be read from the console due to the following error: %s
-INFO_MENU_OPTION_BACK=back
-INFO_MENU_OPTION_BACK_KEY=b
-ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE=Rejecting entry %s because \
- it was rejected by a plugin
-ERR_LDIF_REJECTED_BY_PLUGIN=Rejecting entry %s because it was \
- rejected by a plugin:  %s
-INFO_LDAP_CONN_PROMPT_SECURITY_LDAP=LDAP
-INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL=LDAP with SSL
-INFO_LDAP_CONN_PROMPT_SECURITY_USE_START_TLS=LDAP with StartTLS
-INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL=Automatically \
-  trust
-INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH=Truststore path:
-INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD=Password for \
-  truststore '%s':
-INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_NEEDED=Do you want to perform \
-  secure authentication (client side authentication)?
-INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PATH=Keystore path:
-INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD=Password for keystore \
-  '%s':
-INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_NAME=Certificate nickname:
-INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS=>>>> Specify OpenDJ LDAP \
-  connection parameters
-ERR_LDAP_CONN_BAD_HOST_NAME=The hostname "%s" could not be \
-  resolved. Please check you have provided the correct address
-ERR_LDAP_CONN_BAD_PORT_NUMBER=Invalid port number "%s". Please \
-  enter a valid port number between 1 and 65535
-INFO_LDAP_CONN_PROMPT_HOST_NAME=Directory server hostname or IP address \
-  [%s]:
-INFO_LDAP_CONN_PROMPT_PORT_NUMBER=Directory server port number [%d]:
-INFO_LDAP_CONN_PROMPT_BIND_DN=Administrator user bind DN [%s]:
-INFO_LDAP_CONN_PROMPT_SECURITY_USE_SECURE_CTX=How do you want to connect?
-INFO_LDAP_CONN_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE=%d
-ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH=The provided path \
-  is not valid
-INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_METHOD=How do you want to trust the server certificate?
-INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE=Use a truststore
-INFO_LDAP_CONN_PROMPT_SECURITY_MANUAL_CHECK=Manually validate
-INFO_LDAP_CONN_PROMPT_SECURITY_SERVER_CERTIFICATE=Server Certificate:
-INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE=%s
-INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION=Do you trust this server certificate?
-INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_NO=No
-INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_SESSION=Yes, for this session only
-INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_ALWAYS=Yes, also add it to a truststore
-INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_DETAILS=View certificate details
-INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN=User DN  : %s
-INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_VALIDITY=Validity : From '%s'%n             To '%s'
-INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER=Issuer   : %s
-INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES=Which certificate do you want to use?
-INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIAS=%s (%s)
-INFO_SUBCMDPARSER_GLOBAL_HEADING_PREFIX=Global %s
-INFO_PROMPT_SINGLE_DEFAULT=%s [%s]:
-INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID=Global Administrator User ID [%s]:
-INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT=Global Administrator \
- User ID, or bind DN if no Global Administrator is defined [%s]:
-INFO_ARGPARSER_USAGE_JAVA_CLASSNAME=Usage:  java %s  {options}
-INFO_ARGPARSER_USAGE_JAVA_SCRIPTNAME=Usage:  %s  {options}
-INFO_ARGPARSER_USAGE_TRAILINGARGS={trailing-arguments}
-ERR_CONFIRMATION_TRIES_LIMIT_REACHED=Confirmation tries limit reached \
- (%d)
 ERR_UNEXPECTED=Unexpected error.  Details: %s
-ERR_TRIES_LIMIT_REACHED=Input tries limit reached (%d)
-INFO_ADMIN_CONN_PROMPT_PORT_NUMBER=Directory server administration port number [%d]:
 ERR_LDIF_INVALID_ATTR_OPTION=Unable to parse LDIF entry %s starting \
  at line %d because it has an invalid binary option for attribute %s
-ERR_CERTMGR_INVALID_PKCS11_PATH=Invalid key store path for PKCS11 \
-keystore, it must be %s
-ERR_CERTMGR_INVALID_KEYSTORE_PATH=Key store path %s exists but is \
-not a file
-ERR_CERTMGR_INVALID_PARENT=Parent directory for key store path \
- %s does not exist or is not a directory
-ERR_CERTMGR_INVALID_STORETYPE=Invalid key store type, it must \
-be one of the following: %s, %s, %s or %s
-ERR_CERTMGR_KEYSTORE_NONEXISTANT=Keystore does not exist, \
-it must exist to retrieve an alias, delete an alias or generate a \
-certificate request
-ERR_CERTMGR_VALIDITY=Validity value %d is invalid, it must \
-be a positive integer
-ERR_CERTMGR_ALIAS_ALREADY_EXISTS= A certificate with the alias \
-%s already exists in the key store
-ERR_CERTMGR_ADD_CERT=The following error occured when \
-adding a certificate with alias %s to the keystore: %s
-ERR_CERTMGR_ALIAS_INVALID=The alias %s is cannot be added to the \
-keystore for one of the following reasons: it already exists in the \
-keystore, or, it is not an instance of a trusted certificate class
-ERR_CERTMGR_CERT_REPLIES_INVALID=The alias %s is an instance of \
-a private key entry, which is not supported being added to the keystore \
-at this time
-ERR_CERTMGR_DELETE_ALIAS=The following error occured when \
-deleting a certificate with alias %s from the keystore: %s
-ERR_CERTMGR_CERT_REQUEST=The following error occured when \
-generating a certificate request with alias %s: %s
-ERR_CERTMGR_GEN_SELF_SIGNED_CERT=The following error occured when \
-generating a self-signed certificate using the alias %s: %s
-ERR_CERTMGR_INVALID_CERT_FILE=The certificate file %s is \
-invalid because it does not exists, or exists, but is not a file
-ERR_CERTMGR_ALIAS_CAN_NOT_DELETE=The alias %s cannot be \
-deleted from the keystore because it does not exist
-ERR_CERTMGR_ALIAS_DOES_NOT_EXIST=The alias %s does not exist \
-in the keystore so its key information cannot be retrieved
-ERR_CERTMGR_ALIAS_INVALID_ENTRY_TYPE=The alias %s is not a \
-valid keystore entry type, so its key information cannot be retrieved
-ERR_CERTMGR_GET_KEY=The key information for alias %s \
-cannot be retrieved because of the following reason: %s
-ERR_CERTMGR_PRIVATE_KEY=The private key for alias %s \
-could not be retrieved because it was not a key related entry
-ERR_CERTMGR_ALIAS_NO_CERTIFICATE=The alias %s does not \
-does not have a certificate associated with it
-ERR_CERTMGR_TRUSTED_CERT=The trusted certificate associated \
-with alias %s could not be added to keystore because of the following \
-reason: %s
-ERR_CERTMGR_FILE_NAME_INVALID=The %s is invalid because it is \
-null
-ERR_CERTMGR_VALUE_INVALID=The argument %s is invalid because it \
-is either null, or has zero length
-ERR_CERTMGR_CLASS_NOT_FOUND=A security class cannot be found \
-in this JVM because of the following reason: %s
-ERR_CERTMGR_SECURITY=The security classes could not be \
-initialized because of the following reason: %s
-ERR_CERTMGR_NO_METHOD=A method needed in the security classes \
-could not be located because of the following reason: %s
-ERR_CERTMGR_CERT_SIGN_REQ_NOT_SUPPORTED=Certificate signing \
-request generation is not supported on JVM supplied by this vendor: %s
-INFO_ARGPARSER_USAGE_DEFAULT_VALUE=Default value: %s
-WARN_EXPORT_LDIF_SET_PERMISSION_FAILED=An error occurred while \
- setting file permissions for the LDIF file %s: %s
 ERR_INVALID_ESCAPE_CHAR=The value %s cannot be decoded because %c \
  is not a valid escape character
 WARN_READ_LDIF_RECORD_NO_CHANGE_RECORD_FOUND=The provided LDIF \
@@ -3251,2436 +1140,8 @@
 #
 # Tools messages
 #
-ERR_TOOLS_CANNOT_CREATE_SSL_CONNECTION=Unable to create an SSL \
- connection to the server: %s
-ERR_TOOLS_SSL_CONNECTION_NOT_INITIALIZED=Unable to create an SSL \
- connection to the server because the connection factory has not been \
- initialized
-ERR_TOOLS_CANNOT_LOAD_KEYSTORE_FILE=Cannot load the key store file: \
- %s
-ERR_TOOLS_CANNOT_INIT_KEYMANAGER=Cannot initialize the key manager \
- for the key store:%s
-ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE=Cannot load the key store \
- file: %s
-ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER=Cannot initialize the key manager \
- for the key store:%s
-INFO_ENCPW_DESCRIPTION_LISTSCHEMES=List available password storage schemes
-INFO_ENCPW_DESCRIPTION_CLEAR_PW=Clear-text password to encode or to compare \
- against an encoded password
-INFO_ENCPW_DESCRIPTION_CLEAR_PW_FILE=Clear-text password file
-INFO_ENCPW_DESCRIPTION_ENCODED_PW=Encoded password to compare against the \
- clear-text password
-INFO_ENCPW_DESCRIPTION_ENCODED_PW_FILE=Encoded password file
-INFO_DESCRIPTION_CONFIG_CLASS=The fully-qualified name of the Java class \
- to use as the Directory Server configuration handler.  If this is not \
- provided, then a default of org.opendj.server.extensions.ConfigFileHandler \
- will be used
-INFO_DESCRIPTION_CONFIG_FILE=Path to the Directory Server \
- configuration file
-INFO_ENCPW_DESCRIPTION_SCHEME=Scheme to use for the encoded password
-INFO_DESCRIPTION_USAGE=Displays this usage information
-ERR_CANNOT_INITIALIZE_ARGS=An unexpected error occurred while \
- attempting to initialize the command-line arguments:  %s
-ERR_ERROR_PARSING_ARGS=An error occurred while parsing the \
- command-line arguments:  %s
-ERR_ENCPW_NO_CLEAR_PW=No clear-text password was specified.  Use \
- --%s or --%s to specify the password to encode
-ERR_ENCPW_NO_SCHEME=No password storage scheme was specified.  Use \
- the --%s argument to specify the storage scheme
-ERR_SERVER_BOOTSTRAP_ERROR=An unexpected error occurred while \
- attempting to bootstrap the Directory Server client-side code:  %s
-ERR_CANNOT_LOAD_CONFIG=An error occurred while trying to load the \
- Directory Server configuration:  %s
-ERR_CANNOT_LOAD_SCHEMA=An error occurred while trying to load the \
- Directory Server schema:  %s
-ERR_CANNOT_INITIALIZE_CORE_CONFIG=An error occurred while trying to \
- initialize the core Directory Server configuration:  %s
-ERR_ENCPW_CANNOT_INITIALIZE_STORAGE_SCHEMES=An error occurred while \
- trying to initialize the Directory Server password storage schemes:  %s
-ERR_ENCPW_NO_STORAGE_SCHEMES=No password storage schemes have been \
- configured for use in the Directory Server
-ERR_ENCPW_NO_SUCH_SCHEME=Password storage scheme "%s" is not \
- configured for use in the Directory Server
-INFO_ENCPW_PASSWORDS_MATCH=The provided clear-text and encoded passwords \
- match
-INFO_ENCPW_PASSWORDS_DO_NOT_MATCH=The provided clear-text and encoded \
- passwords do not match
-ERR_ENCPW_ENCODED_PASSWORD=Encoded Password:  "%s"
-ERR_ENCPW_CANNOT_ENCODE=An error occurred while attempting to \
- encode the clear-text password:  %s
-INFO_LDIFEXPORT_DESCRIPTION_LDIF_FILE=Path to the LDIF file to be written
-INFO_LDIFEXPORT_DESCRIPTION_APPEND_TO_LDIF=Append an existing LDIF file \
- rather than overwriting it
-INFO_LDIFEXPORT_DESCRIPTION_BACKEND_ID=Backend ID for the backend to \
- export
-INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_BRANCH=Base DN of a branch to exclude \
- from the LDIF export
-INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_ATTRIBUTE=Attribute to include in the \
- LDIF export
-INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE=Attribute to exclude from \
- the LDIF export
-INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_FILTER=Filter to identify entries to \
- include in the LDIF export
-INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_FILTER=Filter to identify entries to \
- exclude from the LDIF export
-INFO_LDIFEXPORT_DESCRIPTION_WRAP_COLUMN=Column at which to wrap long lines \
- (0 for no wrapping)
-INFO_LDIFEXPORT_DESCRIPTION_COMPRESS_LDIF=Compress the LDIF data as it is \
- exported
-INFO_LDIFEXPORT_DESCRIPTION_ENCRYPT_LDIF=Encrypt the LDIF data as it is \
- exported
-INFO_LDIFEXPORT_DESCRIPTION_SIGN_HASH=Generate a signed hash of the export \
- data
-ERR_LDIFEXPORT_CANNOT_PARSE_EXCLUDE_FILTER=Unable to decode exclude \
- filter string "%s" as a valid search filter:  %s
-ERR_LDIFEXPORT_CANNOT_PARSE_INCLUDE_FILTER=Unable to decode include \
- filter string "%s" as a valid search filter:  %s
-ERR_CANNOT_DECODE_BASE_DN=Unable to decode base DN string "%s" as a \
- valid distinguished name:  %s
-ERR_LDIFEXPORT_MULTIPLE_BACKENDS_FOR_ID=Multiple Directory Server \
- backends are configured with the requested backend ID "%s"
-ERR_LDIFEXPORT_NO_BACKENDS_FOR_ID=None of the Directory Server \
- backends are configured with the requested backend ID "%s"
-ERR_LDIFEXPORT_CANNOT_DECODE_EXCLUDE_BASE=Unable to decode exclude \
- branch string "%s" as a valid distinguished name:  %s
-ERR_LDIFEXPORT_CANNOT_DECODE_WRAP_COLUMN_AS_INTEGER=Unable to \
- decode wrap column value "%s" as an integer
-ERR_LDIFEXPORT_ERROR_DURING_EXPORT=An error occurred while \
- attempting to process the LDIF export:  %s
-ERR_CANNOT_DECODE_BACKEND_BASE_DN=Unable to decode the backend \
- configuration base DN string "%s" as a valid DN:  %s
-ERR_CANNOT_RETRIEVE_BACKEND_BASE_ENTRY=Unable to retrieve the \
- backend configuration base entry "%s" from the server configuration:  %s
-ERR_CANNOT_DETERMINE_BACKEND_CLASS=Cannot determine the name of the \
- Java class providing the logic for the backend defined in configuration entry \
- %s:  %s
-ERR_CANNOT_LOAD_BACKEND_CLASS=Unable to load class %s referenced in \
- configuration entry %s for use as a Directory Server backend:  %s
-ERR_CANNOT_INSTANTIATE_BACKEND_CLASS=Unable to create an instance \
- of class %s referenced in configuration entry %s as a Directory Server \
- backend:  %s
-ERR_NO_BASES_FOR_BACKEND=No base DNs have been defined in backend \
- configuration entry %s.  This backend will not be evaluated
-ERR_CANNOT_DETERMINE_BASES_FOR_BACKEND=Unable to determine the set \
- of base DNs defined in backend configuration entry %s:  %s
-INFO_LDIFIMPORT_DESCRIPTION_LDIF_FILE=Path to the LDIF file to be imported
-INFO_LDIFIMPORT_DESCRIPTION_APPEND=Append to an existing database rather \
- than overwriting it
-INFO_LDIFIMPORT_DESCRIPTION_REPLACE_EXISTING=Replace existing entries when \
- appending to the database
-INFO_LDIFIMPORT_DESCRIPTION_BACKEND_ID=Backend ID for the backend to \
- import
-INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_BRANCH=Base DN of a branch to exclude \
- from the LDIF import
-INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_ATTRIBUTE=Attribute to include in the \
- LDIF import
-INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE=Attribute to exclude from \
- the LDIF import
-INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_FILTER=Filter to identify entries to \
- include in the LDIF import
-INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_FILTER=Filter to identify entries to \
- exclude from the LDIF import
-INFO_LDIFIMPORT_DESCRIPTION_REJECT_FILE=Write rejected entries to the \
- specified file
-INFO_LDIFIMPORT_DESCRIPTION_OVERWRITE=Overwrite an existing rejects and/or \
- skip file rather than appending to it
-INFO_LDIFIMPORT_DESCRIPTION_IS_COMPRESSED=LDIF file is compressed
-INFO_LDIFIMPORT_DESCRIPTION_IS_ENCRYPTED=LDIF file is encrypted
-ERR_LDIFIMPORT_CANNOT_PARSE_EXCLUDE_FILTER=Unable to decode exclude \
- filter string "%s" as a valid search filter:  %s
-ERR_LDIFIMPORT_CANNOT_PARSE_INCLUDE_FILTER=Unable to decode include \
- filter string "%s" as a valid search filter:  %s
-ERR_LDIFIMPORT_MULTIPLE_BACKENDS_FOR_ID=Imported branches or \
- backend IDs can not span across multiple Directory Server backends
-ERR_LDIFIMPORT_NO_BACKENDS_FOR_ID=None of the Directory Server \
- backends are configured with the requested backend ID or base DNs that \
- include the specified branches
-ERR_LDIFIMPORT_CANNOT_DECODE_EXCLUDE_BASE=Unable to decode exclude \
- branch string "%s" as a valid distinguished name:  %s
-ERR_LDIFIMPORT_CANNOT_OPEN_REJECTS_FILE=An error occurred while \
- trying to open the rejects file %s for writing:  %s
-ERR_LDIFIMPORT_ERROR_DURING_IMPORT=An error occurred while \
- attempting to process the LDIF import:  %s
-INFO_PROCESSING_OPERATION=Processing %s request for %s
-INFO_OPERATION_FAILED=%s operation failed
-INFO_OPERATION_SUCCESSFUL=%s operation successful for DN %s
-INFO_PROCESSING_COMPARE_OPERATION=Comparing type %s with value %s in \
- entry %s
-INFO_COMPARE_OPERATION_RESULT_FALSE=Compare operation returned false for \
- entry %s
-INFO_COMPARE_OPERATION_RESULT_TRUE=Compare operation returned true for \
- entry %s
-INFO_SEARCH_OPERATION_INVALID_PROTOCOL=Invalid operation type returned in \
- search result %s
-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
-INFO_DESCRIPTION_BINDPASSWORDFILE=Bind password file
-INFO_DESCRIPTION_ENCODING=Use the specified character set for \
- command-line input
-INFO_DESCRIPTION_VERBOSE=Use verbose mode
-INFO_DESCRIPTION_KEYSTOREPATH=Certificate key store path
-INFO_DESCRIPTION_TRUSTSTOREPATH=Certificate trust store path
-INFO_DESCRIPTION_KEYSTOREPASSWORD=Certificate key store PIN
-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_USE_SSL=Use SSL for secure communication with the server
-INFO_DESCRIPTION_START_TLS=Use StartTLS to secure communication with the \
- server
-INFO_DESCRIPTION_USE_SASL_EXTERNAL=Use the SASL EXTERNAL authentication \
- mechanism
-INFO_DELETE_DESCRIPTION_FILENAME=File containing the DNs of the entries \
- to delete
-INFO_DELETE_DESCRIPTION_DELETE_SUBTREE=Delete the specified entry and all \
- entries below it
-INFO_MODIFY_DESCRIPTION_DEFAULT_ADD=Treat records with no changetype as \
- add operations
-INFO_SEARCH_DESCRIPTION_BASEDN=Search base DN
-INFO_SEARCH_DESCRIPTION_SIZE_LIMIT=Maximum number of entries to return \
- from the search
-INFO_SEARCH_DESCRIPTION_TIME_LIMIT=Maximum length of time in seconds to \
- allow for the search
-INFO_SEARCH_DESCRIPTION_SEARCH_SCOPE=Search scope ('base', 'one', 'sub', \
- or 'subordinate')
-INFO_SEARCH_DESCRIPTION_DEREFERENCE_POLICY=Alias dereference policy \
- ('never', 'always', 'search', or 'find')
-ERR_LDAPAUTH_CANNOT_SEND_SIMPLE_BIND=Cannot send the simple bind \
- request:  %s
-ERR_LDAPAUTH_CANNOT_READ_BIND_RESPONSE=Cannot read the bind \
- response from the server. The port you are using may require a secured \
-communication (--useSSL). %s
-ERR_LDAPAUTH_SERVER_DISCONNECT=The Directory Server indicated that \
- it was closing the connection to the client (result code %d, message "%s"
-ERR_LDAPAUTH_UNEXPECTED_EXTENDED_RESPONSE=The Directory Server \
- sent an unexpected extended response message to the client:  %s
-ERR_LDAPAUTH_UNEXPECTED_RESPONSE=The Directory Server sent an \
- unexpected response message to the client:  %s
-ERR_LDAPAUTH_SIMPLE_BIND_FAILED=The simple bind attempt failed
-ERR_LDAPAUTH_NO_SASL_MECHANISM=A SASL bind was requested but no \
- SASL mechanism was specified
-ERR_LDAPAUTH_UNSUPPORTED_SASL_MECHANISM=The requested SASL mechanism \
- "%s" is not supported by this client
-ERR_LDAPAUTH_TRACE_SINGLE_VALUED=The trace SASL property may only be \
- given a single value
-ERR_LDAPAUTH_INVALID_SASL_PROPERTY=Property "%s" is not allowed for \
- the %s SASL mechanism
-ERR_LDAPAUTH_CANNOT_SEND_SASL_BIND=Cannot send the SASL %S bind \
- request:  %s
-ERR_LDAPAUTH_SASL_BIND_FAILED=The SASL %s bind attempt failed
-ERR_LDAPAUTH_NO_SASL_PROPERTIES=No SASL properties were provided for \
- use with the %s mechanism
-ERR_LDAPAUTH_AUTHID_SINGLE_VALUED=The "authid" SASL property only \
- accepts a single value
-ERR_LDAPAUTH_SASL_AUTHID_REQUIRED=The "authid" SASL property is \
- required for use with the %s mechanism
-ERR_LDAPAUTH_CANNOT_SEND_INITIAL_SASL_BIND=Cannot send the initial \
- bind request in the multi-stage %s bind to the server:  %s
-ERR_LDAPAUTH_CANNOT_READ_INITIAL_BIND_RESPONSE=Cannot read the \
- initial %s bind response from the server:  %s
-ERR_LDAPAUTH_UNEXPECTED_INITIAL_BIND_RESPONSE=The client received an \
- unexpected intermediate bind response.  The "SASL bind in progress" result \
- was expected for the first response in the multi-stage %s bind process, but \
- the bind response had a result code of %d (%s) and an error message of "%s"
-ERR_LDAPAUTH_NO_CRAMMD5_SERVER_CREDENTIALS=The initial bind response \
- from the server did not include any server SASL credentials containing the \
- challenge information needed to complete the CRAM-MD5 authentication
-ERR_LDAPAUTH_CANNOT_INITIALIZE_MD5_DIGEST=An unexpected error \
- occurred while trying to initialize the MD5 digest generator:  %s
-ERR_LDAPAUTH_CANNOT_SEND_SECOND_SASL_BIND=Cannot send the second \
- bind request in the multi-stage %s bind to the server:  %s
-ERR_LDAPAUTH_CANNOT_READ_SECOND_BIND_RESPONSE=Cannot read the second \
- %s bind response from the server:  %s
-ERR_LDAPAUTH_NO_ALLOWED_SASL_PROPERTIES=One or more SASL properties \
- were provided, but the %s mechanism does not take any SASL properties
-ERR_LDAPAUTH_AUTHZID_SINGLE_VALUED=The "authzid" SASL property only \
- accepts a single value
-ERR_LDAPAUTH_REALM_SINGLE_VALUED=The "realm" SASL property only \
- accepts a single value
-ERR_LDAPAUTH_QOP_SINGLE_VALUED=The "qop" SASL property only accepts \
- a single value
-ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED=The "%s" QoP mode is not \
- supported by this client.  Only the "auth" mode is currently available for \
- use
-ERR_LDAPAUTH_DIGESTMD5_INVALID_QOP=The specified DIGEST-MD5 quality \
- of protection mode "%s" is not valid.  The only QoP mode currently supported \
- is "auth"
-ERR_LDAPAUTH_DIGEST_URI_SINGLE_VALUED=The "digest-uri" SASL property \
- only accepts a single value
-ERR_LDAPAUTH_NO_DIGESTMD5_SERVER_CREDENTIALS=The initial bind \
- response from the server did not include any server SASL credentials \
- containing the challenge information needed to complete the DIGEST-MD5 \
- authentication
-ERR_LDAPAUTH_DIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS=The DIGEST-MD5 \
- credentials provided by the server contained an invalid token of "%s" \
- starting at position %d
-ERR_LDAPAUTH_DIGESTMD5_INVALID_CHARSET=The DIGEST-MD5 credentials \
- provided by the server specified the use of the "%s" character set.  The \
- character set that may be specified in the DIGEST-MD5 credentials is "utf-8"
-ERR_LDAPAUTH_REQUESTED_QOP_NOT_SUPPORTED_BY_SERVER=The requested QoP \
- mode of "%s" is not listed as supported by the Directory Server.  The \
- Directory Server's list of supported QoP modes is:  "%s"
-ERR_LDAPAUTH_DIGESTMD5_NO_NONCE=The server SASL credentials provided \
- in response to the initial DIGEST-MD5 bind request did not include the nonce \
- to use to generate the authentication digests
-ERR_LDAPAUTH_DIGESTMD5_CANNOT_CREATE_RESPONSE_DIGEST=An error \
- occurred while attempting to generate the response digest for the DIGEST-MD5 \
- bind request:  %s
-ERR_LDAPAUTH_DIGESTMD5_NO_RSPAUTH_CREDS=The DIGEST-MD5 bind response \
- from the server did not include the "rspauth" element to provide a digest of \
- the response authentication information
-ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_DECODE_RSPAUTH=An error occurred \
- while trying to decode the rspauth element of the DIGEST-MD5 bind response \
- from the server as a hexadecimal string:  %s
-ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_CALCULATE_RSPAUTH=An error occurred \
- while trying to calculate the expected rspauth element to compare against the \
- value included in the DIGEST-MD5 response from the server:  %s
-ERR_LDAPAUTH_DIGESTMD5_RSPAUTH_MISMATCH=The rpsauth element included \
- in the DIGEST-MD5 bind response from the Directory Server was different from \
- the expected value calculated by the client
-ERR_LDAPAUTH_DIGESTMD5_INVALID_CLOSING_QUOTE_POS=The DIGEST-MD5 \
- response challenge could not be parsed because it had an invalid quotation \
- mark at position %d
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_TRACE=Text string that may be written \
- to the Directory Server error log as trace information for the bind
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHID=Authentication ID for the bind
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_REALM=Realm into which \
- the authentication is to be performed
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_QOP=Quality of \
- protection to use for the bind
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_DIGEST_URI=Digest URI to \
- use for the bind
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHZID=Authorization ID \
- to use for the bind
-INFO_DESCRIPTION_SASL_PROPERTIES=SASL bind options
-INFO_LDAPAUTH_PROPERTY_DESCRIPTION_KDC=KDC to use for the \
- Kerberos authentication
-ERR_LDAPAUTH_KDC_SINGLE_VALUED=The "kdc" SASL property only accepts \
- a single value
-ERR_LDAPAUTH_GSSAPI_INVALID_QOP=The specified GSSAPI quality of \
- protection mode "%s" is not valid.  The only QoP mode currently supported is \
- "auth"
-ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_JAAS_CONFIG=An error occurred \
- while trying to create the temporary JAAS configuration for GSSAPI \
- authentication:  %s
 ERR_LDAPAUTH_GSSAPI_LOCAL_AUTHENTICATION_FAILED=An error occurred \
  while attempting to perform local authentication to the Kerberos realm:  %s
-ERR_LDAPAUTH_GSSAPI_REMOTE_AUTHENTICATION_FAILED=An error occurred \
- while attempting to perform GSSAPI authentication to the Directory Server: \
- %s
-ERR_LDAPAUTH_NONSASL_RUN_INVOCATION=The \
- LDAPAuthenticationHandler.run() method was called for a non-SASL bind.  The \
- backtrace for this call is %s
-ERR_LDAPAUTH_UNEXPECTED_RUN_INVOCATION=The \
- LDAPAuthenticationHandler.run() method was called for a SASL bind with an \
- unexpected mechanism of "%s".  The backtrace for this call is %s
-ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_SASL_CLIENT=An error occurred \
- while attempting to create a SASL client to process the GSSAPI \
- authentication:  %s
-ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_INITIAL_CHALLENGE=An error \
- occurred while attempting to create the initial challenge for GSSAPI \
- authentication:  %s
-ERR_LDAPAUTH_GSSAPI_CANNOT_VALIDATE_SERVER_CREDS=An error occurred \
- while trying to validate the SASL credentials provided by the Directory \
- Server in the GSSAPI bind response:  %s
-ERR_LDAPAUTH_GSSAPI_UNEXPECTED_SUCCESS_RESPONSE=The Directory Server \
- unexpectedly returned a success response to the client even though the client \
- does not believe that the GSSAPI negotiation is complete
-ERR_LDAPAUTH_GSSAPI_BIND_FAILED=The GSSAPI bind attempt failed
-ERR_LDAPAUTH_NONSASL_CALLBACK_INVOCATION=The \
- LDAPAuthenticationHandler.handle() method was called for a non-SASL bind. \
- The backtrace for this call is %s
-ERR_LDAPAUTH_UNEXPECTED_GSSAPI_CALLBACK=The \
- LDAPAuthenticationHandler.handle() method was called during a GSSAPI bind \
- attempt with an unexpected callback type of %s
-ERR_LDAPAUTH_UNEXPECTED_CALLBACK_INVOCATION=The \
- LDAPAuthenticationHandler.handle() method was called for an unexpected SASL \
- mechanism of %s.  The backtrace for this call is %s
-INFO_LDAPAUTH_PASSWORD_PROMPT=Password for user '%s':
-INFO_DESCRIPTION_VERSION=LDAP protocol version number
-ERR_DESCRIPTION_INVALID_VERSION=Invalid LDAP version number '%s'. \
- Allowed values are 2 and 3
-ERR_LDAPAUTH_CANNOT_SEND_WHOAMI_REQUEST=Cannot send the 'Who Am \
- I?' request to the Directory Server:  %s
-ERR_LDAPAUTH_CANNOT_READ_WHOAMI_RESPONSE=Cannot read the 'Who Am \
- I?' response from the Directory Server:  %s
-ERR_LDAPAUTH_WHOAMI_FAILED=The 'Who Am I?' request was rejected by \
- the Directory Server
-ERR_SEARCH_INVALID_SEARCH_SCOPE=Invalid scope '%s' specified for \
- the search request
-ERR_SEARCH_NO_FILTERS=No filters specified for the search request
-INFO_VERIFYINDEX_DESCRIPTION_BASE_DN=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=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 \
- all entries containing that value
-INFO_VERIFYINDEX_DESCRIPTION_VERIFY_CLEAN=Specifies that a single index \
- should be verified to ensure it is clean.  An index is clean if each index \
- value references only entries containing that value.  Only one index at a \
- time may be verified in this way
-ERR_VERIFYINDEX_ERROR_DURING_VERIFY=An error occurred while \
- attempting to perform index verification:  %s
-ERR_VERIFYINDEX_VERIFY_CLEAN_REQUIRES_SINGLE_INDEX=Only one index \
- at a time may be verified for cleanliness
-ERR_BACKEND_NO_INDEXING_SUPPORT=The backend does not support \
- indexing
-ERR_LDIFEXPORT_CANNOT_EXPORT_BACKEND=The Directory Server backend \
- with backend ID "%s" does not provide a mechanism for performing LDIF exports
-ERR_LDIFIMPORT_CANNOT_IMPORT=The Directory Server backend with \
- backend ID %s does not provide a mechanism for performing LDIF imports
-INFO_DESCRIPTION_DONT_WRAP=Do not wrap long lines
-INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_BRANCH=Base DN of a branch to include \
- in the LDIF import
-ERR_CANNOT_DETERMINE_BACKEND_ID=Cannot determine the backend ID \
- for the backend defined in configuration entry %s:  %s
-ERR_LDIFIMPORT_CANNOT_DECODE_INCLUDE_BASE=Unable to decode include \
- branch string "%s" as a valid distinguished name:  %s
-ERR_LDIFIMPORT_INVALID_INCLUDE_BASE=Provided include base DN "%s" \
- is not handled by the backend with backend ID %s
-ERR_MULTIPLE_BACKENDS_FOR_BASE=Multiple Directory Server backends \
- are configured to support base DN "%s"
-ERR_NO_BACKENDS_FOR_BASE=None of the Directory Server backends are \
- configured to support the requested base DN "%s"
-INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_BRANCH=Base DN of a branch to include \
- in the LDIF export
-ERR_LDIFEXPORT_CANNOT_DECODE_INCLUDE_BASE=Unable to decode include \
- branch string "%s" as a valid distinguished name:  %s
-ERR_LDIFEXPORT_INVALID_INCLUDE_BASE=Provided include base DN "%s" \
- is not handled by the backend with backend ID %s
-INFO_BACKUPDB_DESCRIPTION_BACKEND_ID=Backend ID for the backend to \
- archive
-INFO_BACKUPDB_DESCRIPTION_BACKUP_ID=Use the provided identifier for the \
- backup
-INFO_BACKUPDB_DESCRIPTION_BACKUP_DIR=Path to the target directory for the \
- backup file(s)
-INFO_BACKUPDB_DESCRIPTION_INCREMENTAL=Perform an incremental backup \
- rather than a full backup
-INFO_BACKUPDB_DESCRIPTION_COMPRESS=Compress the backup contents
-INFO_BACKUPDB_DESCRIPTION_ENCRYPT=Encrypt the backup contents
-INFO_BACKUPDB_DESCRIPTION_HASH=Generate a hash of the backup contents
-INFO_BACKUPDB_DESCRIPTION_SIGN_HASH=Sign the hash of the backup contents
-ERR_BACKUPDB_MULTIPLE_BACKENDS_FOR_ID=Multiple Directory Server \
- backends are configured with the requested backend ID "%s"
-ERR_BACKUPDB_NO_BACKENDS_FOR_ID=None of the Directory Server \
- backends are configured with the requested backend ID "%s"
-ERR_BACKUPDB_CONFIG_ENTRY_MISMATCH=The configuration for the \
- backend with backend ID %s is held in entry "%s", but other backups in the \
- target backup directory %s were generated from a backend whose configuration \
- was held in configuration entry "%s"
-ERR_BACKUPDB_INVALID_BACKUP_DIR=An error occurred while attempting \
- to use the specified path "%s" as the target directory for the backup:  %s
-ERR_BACKUPDB_CANNOT_BACKUP=The target backend %s cannot be backed \
- up using the requested configuration:  %s
-ERR_BACKUPDB_ERROR_DURING_BACKUP=An error occurred while \
- attempting to back up backend %s with the requested configuration:  %s
-INFO_BACKUPDB_DESCRIPTION_BACKUP_ALL=Back up all backends in the server
-ERR_BACKUPDB_CANNOT_MIX_BACKUP_ALL_AND_BACKEND_ID=The %s and %s \
- arguments may not be used together.  Exactly one of them must be provided
-ERR_BACKUPDB_NEED_BACKUP_ALL_OR_BACKEND_ID=Neither the %s argument \
- nor the %s argument was provided.  Exactly one of them is required
-ERR_BACKUPDB_CANNOT_CREATE_BACKUP_DIR=An error occurred while \
- attempting to create the backup directory %s:  %s
-WARN_BACKUPDB_BACKUP_NOT_SUPPORTED=Backend ID %s was included in \
- the set of backends to archive, but this backend does not provide support for \
- a backup mechanism.  It will be skipped
-WARN_BACKUPDB_NO_BACKENDS_TO_ARCHIVE=None of the target backends \
- provide a backup mechanism.  The backup operation has been aborted
-NOTICE_BACKUPDB_STARTING_BACKUP=Starting backup for backend %s
-ERR_BACKUPDB_CANNOT_PARSE_BACKUP_DESCRIPTOR=An error occurred \
- while attempting to parse the backup descriptor file %s:  %s
-NOTICE_BACKUPDB_COMPLETED_WITH_ERRORS=The backup process completed with \
- one or more errors
-NOTICE_BACKUPDB_COMPLETED_SUCCESSFULLY=The backup process completed \
- successfully
-ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER=An error occurred while \
- attempting to initialize the crypto manager:  %s
-INFO_BACKUPDB_DESCRIPTION_INCREMENTAL_BASE_ID=Backup ID of the source \
- archive for an incremental backup
-ERR_BACKUPDB_INCREMENTAL_BASE_REQUIRES_INCREMENTAL=The use of the \
- %s argument requires that the %s argument is also provided
-INFO_RESTOREDB_DESCRIPTION_BACKEND_ID=Backend ID for the backend to \
- restore
-INFO_RESTOREDB_DESCRIPTION_BACKUP_ID=Backup ID of the backup to restore
-INFO_RESTOREDB_DESCRIPTION_BACKUP_DIR=Path to the directory containing \
- the backup file(s)
-INFO_RESTOREDB_DESCRIPTION_LIST_BACKUPS=List available backups in the \
- backup directory
-INFO_RESTOREDB_DESCRIPTION_VERIFY_ONLY=Verify the contents of the backup \
- but do not restore it
-ERR_RESTOREDB_CANNOT_READ_BACKUP_DIRECTORY=An error occurred while \
- attempting to examine the set of backups contained in backup directory %s: \
- %s
-INFO_RESTOREDB_LIST_BACKUP_ID=Backup ID:          %s
-INFO_RESTOREDB_LIST_BACKUP_DATE=Backup Date:        %s
-INFO_RESTOREDB_LIST_INCREMENTAL=Is Incremental:     %s
-INFO_RESTOREDB_LIST_COMPRESSED=Is Compressed:      %s
-INFO_RESTOREDB_LIST_ENCRYPTED=Is Encrypted:       %s
-INFO_RESTOREDB_LIST_HASHED=Has Unsigned Hash:  %s
-INFO_RESTOREDB_LIST_SIGNED=Has Signed Hash:    %s
-INFO_RESTOREDB_LIST_DEPENDENCIES=Dependent Upon:     %s
-ERR_RESTOREDB_INVALID_BACKUP_ID=The requested backup ID %s does \
- not exist in %s
-ERR_RESTOREDB_NO_BACKUPS_IN_DIRECTORY=There are no Directory \
- Server backups contained in %s
-ERR_RESTOREDB_NO_BACKENDS_FOR_DN=The backups contained in \
- directory %s were taken from a Directory Server backend defined in \
- configuration entry %s but no such backend is available
-ERR_RESTOREDB_CANNOT_RESTORE=The Directory Server backend \
- configured with backend ID %s does not provide a mechanism for restoring \
- backups
-ERR_RESTOREDB_ERROR_DURING_BACKUP=An unexpected error occurred \
- while attempting to restore backup %s from %s:  %s
-ERR_RESTOREDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE=Restoring an \
- encrypted or signed backup requires a connection to an online server
-ERR_BACKUPDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE=The use of the \
- %s argument or the %s argument requires a connection to an online server \
- instance
-ERR_BACKUPDB_SIGN_REQUIRES_HASH=The use of the %s argument \
- requires that the %s argument is also provided
-INFO_DESCRIPTION_NOOP=Show what would be done but do not perform any \
- operation
-ERR_BACKUPDB_CANNOT_LOCK_BACKEND=An error occurred while \
- attempting to acquire a shared lock for backend %s:  %s.  This generally \
- means that some other process has exclusive access to this backend (e.g., a \
- restore or an LDIF import).  This backend will not be archived
-WARN_BACKUPDB_CANNOT_UNLOCK_BACKEND=An error occurred while \
- attempting to release the shared lock for backend %s:  %s.  This lock should \
- automatically be cleared when the backup process exits, so no further action \
- should be required
-ERR_RESTOREDB_CANNOT_LOCK_BACKEND=An error occurred while \
- attempting to acquire an exclusive lock for backend %s:  %s.  This generally \
- means some other process is still using this backend (e.g., it is in use by \
- the Directory Server or a backup or LDIF export is in progress).  The restore \
- cannot continue
-WARN_RESTOREDB_CANNOT_UNLOCK_BACKEND=An error occurred while \
- attempting to release the exclusive lock for backend %s:  %s.  This lock \
- should automatically be cleared when the restore process exits, so no further \
- action should be required
-ERR_LDIFIMPORT_CANNOT_LOCK_BACKEND=An error occurred while \
- attempting to acquire an exclusive lock for backend %s:  %s.  This generally \
- means some other process is still using this backend (e.g., it is in use by \
- the Directory Server or a backup or LDIF export is in progress).  The LDIF \
- import cannot continue
-WARN_LDIFIMPORT_CANNOT_UNLOCK_BACKEND=An error occurred while \
- attempting to release the exclusive lock for backend %s:  %s.  This lock \
- should automatically be cleared when the import process exits, so no further \
- action should be required
-ERR_LDIFEXPORT_CANNOT_LOCK_BACKEND=An error occurred 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 LDIF export cannot continue
-WARN_LDIFEXPORT_CANNOT_UNLOCK_BACKEND=An error occurred while \
- attempting to release the shared lock for backend %s:  %s.  This lock should \
- automatically be cleared when the export process exits, so no further action \
- should be required
-ERR_VERIFYINDEX_CANNOT_LOCK_BACKEND=An error occurred 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 index verification cannot continue
-WARN_VERIFYINDEX_CANNOT_UNLOCK_BACKEND=An error occurred while \
- attempting to release the shared lock for backend %s:  %s.  This lock should \
- automatically be cleared when the verification process exits, so no further \
- action should be required
-INFO_DESCRIPTION_TYPES_ONLY=Only retrieve attribute names but not their \
- values
-INFO_LDIFIMPORT_DESCRIPTION_SKIP_SCHEMA_VALIDATION=Skip schema validation \
- during the LDIF import
-ERR_LDIFEXPORT_CANNOT_INITIALIZE_PLUGINS=An error occurred while \
- attempting to initialize the LDIF export plugins:  %s
-ERR_LDIFIMPORT_CANNOT_INITIALIZE_PLUGINS=An error occurred while \
- attempting to initialize the LDIF import plugins:  %s
-INFO_DESCRIPTION_ASSERTION_FILTER=Use the LDAP assertion control with the \
- provided filter
-ERR_LDAP_ASSERTION_INVALID_FILTER=The search filter provided for the \
- LDAP assertion control was invalid:  %s
-INFO_DESCRIPTION_PREREAD_ATTRS=Use the LDAP ReadEntry pre-read control
-INFO_DESCRIPTION_POSTREAD_ATTRS=Use the LDAP ReadEntry post-read control
-ERR_LDAPMODIFY_PREREAD_NO_VALUE=The pre-read response control did \
- not include a value
-ERR_LDAPMODIFY_PREREAD_CANNOT_DECODE_VALUE=An error occurred while \
- trying to decode the entry contained in the value of the pre-read response \
- control:  %s
-INFO_LDAPMODIFY_PREREAD_ENTRY=Target entry before the operation:
-ERR_LDAPMODIFY_POSTREAD_NO_VALUE=The post-read response control did \
- not include a value
-ERR_LDAPMODIFY_POSTREAD_CANNOT_DECODE_VALUE=An error occurred while \
- trying to decode the entry contained in the value of the post-read response \
- control:  %s
-INFO_LDAPMODIFY_POSTREAD_ENTRY=Target entry after the operation:
-INFO_DESCRIPTION_PROXY_AUTHZID=Use the proxied authorization control with \
- the given authorization ID
-INFO_DESCRIPTION_PSEARCH_INFO=Use the persistent search control
-ERR_PSEARCH_MISSING_DESCRIPTOR=The request to use the persistent \
- search control did not include a descriptor that indicates the options to use \
- with that control
-ERR_PSEARCH_DOESNT_START_WITH_PS=The persistent search descriptor %s \
- did not start with the required 'ps' string
-ERR_PSEARCH_INVALID_CHANGE_TYPE=The provided change type value %s is \
- invalid.  The recognized change types are add, delete, modify, modifydn, and \
- any
-ERR_PSEARCH_INVALID_CHANGESONLY=The provided changesOnly value %s is \
- invalid.  Allowed values are 1 to only return matching entries that have \
- changed since the beginning of the search, or 0 to also include existing \
- entries that match the search criteria
-ERR_PSEARCH_INVALID_RETURN_ECS=The provided returnECs value %s is \
- invalid.  Allowed values are 1 to request that the entry change notification \
- control be included in updated entries, or 0 to exclude the control from \
- matching entries
-INFO_DESCRIPTION_REPORT_AUTHZID=Use the authorization identity control
-INFO_BIND_AUTHZID_RETURNED=# Bound with authorization ID %s
-INFO_SEARCH_DESCRIPTION_FILENAME=File containing a list of search filter \
- strings
-INFO_DESCRIPTION_MATCHED_VALUES_FILTER=Use the LDAP matched values \
- control with the provided filter
-ERR_LDAP_MATCHEDVALUES_INVALID_FILTER=The provided matched values \
- filter was invalid:  %s
-ERR_LDIF_FILE_CANNOT_OPEN_FOR_READ=An error occurred while \
- attempting to open the LDIF file %s for reading:  %s
-ERR_LDIF_FILE_READ_ERROR=An error occurred while attempting to read \
- the contents of LDIF file %s:  %s
-ERR_LDIF_FILE_INVALID_LDIF_ENTRY=Error at or near line %d in LDIF \
- file %s:  %s
-INFO_ENCPW_DESCRIPTION_AUTHPW=Use the authentication password syntax \
- rather than the user password syntax
-ERR_ENCPW_NO_AUTH_STORAGE_SCHEMES=No authentication password \
- storage schemes have been configured for use in the Directory Server
-ERR_ENCPW_NO_SUCH_AUTH_SCHEME=Authentication password storage \
- scheme "%s" is not configured for use in the Directory Server
-ERR_ENCPW_INVALID_ENCODED_AUTHPW=The provided password is not a \
- valid encoded authentication password value:  %s
-ERR_LDIFIMPORT_CANNOT_INITIALIZE_PWPOLICY=An error occurred while \
- attempting to initialize the password policy components:  %s
-INFO_STOPDS_DESCRIPTION_HOST=Directory server hostname or IP address
-INFO_STOPDS_DESCRIPTION_PORT=Directory server administration port number
-INFO_STOPDS_DESCRIPTION_USESSL=Use SSL for secure communication with the \
- server
-INFO_STOPDS_DESCRIPTION_USESTARTTLS=Use StartTLS for secure communication \
- with the server
-INFO_STOPDS_DESCRIPTION_BINDDN=DN to use to bind to the server
-INFO_STOPDS_DESCRIPTION_BINDPW=Password to use to bind to the server
-INFO_STOPDS_DESCRIPTION_BINDPWFILE=Bind password file
-INFO_STOPDS_DESCRIPTION_SASLOPTIONS=SASL bind options
-INFO_STOPDS_DESCRIPTION_PROXYAUTHZID=Use the proxied authorization \
- control with the given authorization ID
-INFO_STOPDS_DESCRIPTION_STOP_REASON=Reason the server is being stopped or \
- restarted
-INFO_STOPDS_DESCRIPTION_STOP_TIME=Indicates the date/time at which the \
- shutdown operation will begin as a server task expressed in format \
- 'YYYYMMDDhhmmss'.  A value of '0' will cause the shutdown to be scheduled for \
- immediate execution.  When this option is specified the operation will be \
- scheduled to start at the specified time after which this utility will exit \
- immediately
-INFO_STOPDS_DESCRIPTION_TRUST_ALL=Trust all server SSL certificates
-INFO_STOPDS_DESCRIPTION_KSFILE=Certificate key store path
-INFO_STOPDS_DESCRIPTION_KSPW=Certificate key store PIN
-INFO_STOPDS_DESCRIPTION_KSPWFILE=Certificate key store PIN file
-INFO_STOPDS_DESCRIPTION_TSFILE=Certificate trust store path
-INFO_STOPDS_DESCRIPTION_TSPW=Certificate trust store PIN
-INFO_STOPDS_DESCRIPTION_TSPWFILE=Certificate trust store PIN file
-INFO_STOPDS_DESCRIPTION_SHOWUSAGE=Display this usage information
-ERR_STOPDS_MUTUALLY_EXCLUSIVE_ARGUMENTS=ERROR:  You may not \
- provide both the %s and the %s arguments
-ERR_STOPDS_CANNOT_DECODE_STOP_TIME=ERROR:  Unable to decode the \
- provided stop time.  It should be in the form YYYYMMDDhhmmssZ for UTC time or \
- YYYYMMDDhhmmss for local time
-ERR_STOPDS_CANNOT_INITIALIZE_SSL=ERROR:  Unable to perform SSL \
- initialization:  %s
-ERR_STOPDS_CANNOT_PARSE_SASL_OPTION=ERROR:  The provided SASL \
- option string "%s" could not be parsed in the form "name=value"
-ERR_STOPDS_NO_SASL_MECHANISM=ERROR:  One or more SASL options were \
- provided, but none of them were the "mech" option to specify which SASL \
- mechanism should be used
-ERR_STOPDS_CANNOT_DETERMINE_PORT=ERROR:  Cannot parse the value of \
- the %s argument as an integer value between 1 and 65535:  %s
-ERR_STOPDS_CANNOT_CONNECT=ERROR:  Cannot establish a connection to \
- the Directory Server %s.  Verify that the server is running and that \
- the provided credentials are valid.  Details:  %s
-ERR_STOPDS_UNEXPECTED_CONNECTION_CLOSURE=NOTICE:  The connection \
- to the Directory Server was closed while waiting for a response to the \
- shutdown request.  This likely means that the server has started the shutdown \
- process
-ERR_STOPDS_IO_ERROR=ERROR:  An I/O error occurred while attempting \
- to communicate with the Directory Server:  %s
-ERR_STOPDS_DECODE_ERROR=ERROR:  An error occurred while trying to \
- decode the response from the server:  %s
-ERR_STOPDS_INVALID_RESPONSE_TYPE=ERROR:  Expected an add response \
- message but got a %s message instead
-INFO_BIND_PASSWORD_EXPIRED=# Your password has expired
-INFO_BIND_PASSWORD_EXPIRING=# Your password will expire in %s
-INFO_BIND_ACCOUNT_LOCKED=# Your account has been locked
-INFO_BIND_MUST_CHANGE_PASSWORD=# You must change your password before any \
- other operations will be allowed
-INFO_BIND_GRACE_LOGINS_REMAINING=# You have %d grace logins remaining
-INFO_DESCRIPTION_USE_PWP_CONTROL=Use the password policy request control
-INFO_STOPDS_DESCRIPTION_RESTART=Attempt to automatically restart the \
- server once it has stopped
-INFO_COMPARE_DESCRIPTION_FILENAME=File containing the DNs of the entries \
- to compare
-INFO_LDIFSEARCH_DESCRIPTION_LDIF_FILE=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
-INFO_LDIFSEARCH_DESCRIPTION_BASEDN=The base DN for the search.  Multiple \
- base DNs may be specified by providing the option multiple times.  If no base \
- DN is provided, then the root DSE will be used
-INFO_LDIFSEARCH_DESCRIPTION_SCOPE=The scope for the search.  It must be \
- one of 'base', 'one', 'sub', or 'subordinate'.  If it is not provided, then \
- 'sub' will be used
-INFO_LDIFSEARCH_DESCRIPTION_FILTER_FILE=The path to the file containing \
- the search filter(s) to use.  If this is not provided, then the filter must \
- be provided on the command line after all configuration options
-INFO_LDIFSEARCH_DESCRIPTION_OUTPUT_FILE=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=Any existing output \
- file should be overwritten rather than appending to it
-INFO_LDIFSEARCH_DESCRIPTION_DONT_WRAP=Long lines should \
- not be wrapped
-INFO_LDIFSEARCH_DESCRIPTION_SIZE_LIMIT=Maximum number of \
- matching entries to return
-INFO_LDIFSEARCH_DESCRIPTION_TIME_LIMIT=Maximum length of \
- time (in seconds) to spend processing
-ERR_LDIFSEARCH_NO_FILTER=No search filter was specified.  Either a \
- filter file or an individual search filter must be provided
-ERR_LDIFSEARCH_CANNOT_INITIALIZE_CONFIG=An error occurred while \
- attempting to process the Directory Server configuration file %s:  %s
-ERR_LDIFSEARCH_CANNOT_INITIALIZE_SCHEMA=An error occurred while \
- attempting to initialize the Directory Server schema based on the information \
- in configuration file %s:  %s
-ERR_LDIFSEARCH_CANNOT_PARSE_FILTER=An error occurred while \
- attempting to parse search filter '%s':  %s
-ERR_LDIFSEARCH_CANNOT_PARSE_BASE_DN=An error occurred while \
- attempting to parse base DN '%s':  %s
-ERR_LDIFSEARCH_CANNOT_PARSE_TIME_LIMIT=An error occurred while \
- attempting to parse the time limit as an integer:  %s
-ERR_LDIFSEARCH_CANNOT_PARSE_SIZE_LIMIT=An error occurred while \
- attempting to parse the size limit as an integer:  %s
-ERR_LDIFSEARCH_CANNOT_CREATE_READER=An error occurred while \
- attempting to create the LDIF reader:  %s
-ERR_LDIFSEARCH_CANNOT_CREATE_WRITER=An error occurred while \
- attempting to create the LDIF writer used to return matching entries:  %s
-WARN_LDIFSEARCH_TIME_LIMIT_EXCEEDED=The specified time limit has \
- been exceeded during search processing
-WARN_LDIFSEARCH_SIZE_LIMIT_EXCEEDED=The specified size limit has \
- been exceeded during search processing
-ERR_LDIFSEARCH_CANNOT_READ_ENTRY_RECOVERABLE=An error occurred \
- while attempting to read an entry from the LDIF content:  %s.  Skipping this \
- entry and continuing processing
-ERR_LDIFSEARCH_CANNOT_READ_ENTRY_FATAL=An error occurred while \
- attempting to read an entry from the LDIF content:  %s.  Unable to continue \
- processing
-ERR_LDIFSEARCH_ERROR_DURING_PROCESSING=An unexpected error \
- occurred during search processing:  %s
-ERR_LDIFSEARCH_CANNOT_INITIALIZE_JMX=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=LDIF file to use as \
- the source data
-INFO_LDIFDIFF_DESCRIPTION_TARGET_LDIF=LDIF file to use as \
- the target data
-INFO_LDIFDIFF_DESCRIPTION_OUTPUT_LDIF=File to which the \
- output should be written
-INFO_LDIFDIFF_DESCRIPTION_OVERWRITE_EXISTING=Any existing \
- output file should be overwritten rather than appending to it
-ERR_LDIFDIFF_CANNOT_INITIALIZE_JMX=An error occurred while \
- attempting to initialize the Directory Server JMX subsystem based on the \
- information in configuration file %s:  %s
-ERR_LDIFDIFF_CANNOT_INITIALIZE_CONFIG=An error occurred while \
- attempting to process the Directory Server configuration file %s:  %s
-ERR_LDIFDIFF_CANNOT_INITIALIZE_SCHEMA=An error occurred while \
- attempting to initialize the Directory Server schema based on the information \
- in configuration file %s:  %s
-ERR_LDIFDIFF_CANNOT_OPEN_SOURCE_LDIF=An error occurred while \
- attempting to open source LDIF %s:  %s
-ERR_LDIFDIFF_ERROR_READING_SOURCE_LDIF=An error occurred while \
- reading the contents of source LDIF %s:  %s
-ERR_LDIFDIFF_CANNOT_OPEN_TARGET_LDIF=An error occurred while \
- attempting to open target LDIF %s:  %s
-ERR_LDIFDIFF_ERROR_READING_TARGET_LDIF=An error occurred while \
- reading the contents of target LDIF %s:  %s
-ERR_LDIFDIFF_CANNOT_OPEN_OUTPUT=An error occurred while attempting \
- to open the LDIF writer for the diff output:  %s
-INFO_LDIFDIFF_NO_DIFFERENCES=No differences were detected between the \
- source and target LDIF files
-ERR_LDIFDIFF_ERROR_WRITING_OUTPUT=An error occurred while \
- attempting to write the diff output:  %s
-INFO_CONFIGDS_DESCRIPTION_LDAP_PORT=Port on which the \
- Directory Server should listen for LDAP communication
-INFO_CONFIGDS_DESCRIPTION_BASE_DN=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=DN for the initial root \
- user for the Directory Server
-INFO_CONFIGDS_DESCRIPTION_ROOT_PW=Password for the initial \
- root user for the Directory Server
-INFO_CONFIGDS_DESCRIPTION_ROOT_PW_FILE=Path to a file \
- containing the password for the initial root user for the Directory Server
-ERR_CONFIGDS_CANNOT_ACQUIRE_SERVER_LOCK=An error occurred while \
- attempting to acquire the server-wide lock file %s:  %s.  This generally \
- means that the Directory Server is running, or another tool that requires \
- exclusive access to the server is in use
-ERR_CONFIGDS_CANNOT_INITIALIZE_JMX=An error occurred while \
- attempting to initialize the Directory Server JMX subsystem based on the \
- information in configuration file %s:  %s
-ERR_CONFIGDS_CANNOT_INITIALIZE_CONFIG=An error occurred while \
- attempting to process the Directory Server configuration file %s:  %s
-ERR_CONFIGDS_CANNOT_INITIALIZE_SCHEMA=An error occurred while \
- attempting to initialize the Directory Server schema based on the information \
- in configuration file %s:  %s
-ERR_CONFIGDS_CANNOT_PARSE_BASE_DN=An error occurred while \
- attempting to parse base DN value "%s" as a DN:  %s
-ERR_CONFIGDS_CANNOT_PARSE_ROOT_DN=An error occurred while \
- attempting to parse root DN value "%s" as a DN:  %s
-ERR_CONFIGDS_NO_ROOT_PW=The DN for the initial root user was \
- provided, but no corresponding password was given.  If the root DN is \
- specified then the password must also be provided
-ERR_CONFIGDS_CANNOT_UPDATE_BASE_DN=An error occurred while \
- attempting to update the base DN(s) for user data in the Directory Server: \
- %s
-ERR_CONFIGDS_CANNOT_UPDATE_LDAP_PORT=An error occurred while \
- attempting to update the port on which to listen for LDAP communication:  %s
-ERR_CONFIGDS_CANNOT_UPDATE_ROOT_USER=An error occurred while \
- attempting to update the entry for the initial Directory Server root user: \
- %s
-ERR_CONFIGDS_CANNOT_WRITE_UPDATED_CONFIG=An error occurred while \
- writing the updated Directory Server configuration:  %s
-ERR_CONFIGDS_NO_CONFIG_CHANGES=ERROR:  No configuration changes \
- were specified
-INFO_CONFIGDS_WROTE_UPDATED_CONFIG=Successfully wrote the updated \
- Directory Server configuration
-INFO_INSTALLDS_DESCRIPTION_TESTONLY=Just verify that the JVM can be \
- started properly
-INFO_INSTALLDS_DESCRIPTION_PROGNAME=The setup command used to invoke this \
- program
-INFO_INSTALLDS_DESCRIPTION_SILENT=Run setup in quiet mode.  Quiet mode \
- will not output progress information to standard output
-INFO_INSTALLDS_DESCRIPTION_BASEDN=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=Indicates whether to create the base \
- entry in the Directory Server database
-INFO_INSTALLDS_DESCRIPTION_IMPORTLDIF=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=Port on which the \
- Directory Server should listen for LDAP communication
-INFO_INSTALLDS_DESCRIPTION_SKIPPORT=Skip the check to determine whether \
- the specified ports are usable
-INFO_INSTALLDS_DESCRIPTION_ROOTDN=DN for the initial root \
- user for the Directory Server
-INFO_INSTALLDS_DESCRIPTION_ROOTPW=Password for the initial \
- root user for the Directory Server
-INFO_INSTALLDS_DESCRIPTION_ROOTPWFILE=Path to a file \
- containing the password for the initial root user for the Directory Server
-INFO_INSTALLDS_DESCRIPTION_HELP=Display this usage information
-ERR_INSTALLDS_NO_CONFIG_FILE=ERROR:  No configuration file path \
- was provided (use the %s argument)
-ERR_INSTALLDS_CANNOT_INITIALIZE_JMX=An error occurred while \
- attempting to initialize the Directory Server JMX subsystem based on the \
- information in configuration file %s:  %s
-ERR_INSTALLDS_CANNOT_INITIALIZE_CONFIG=An error occurred while \
- attempting to process the Directory Server configuration file %s:  %s
-ERR_INSTALLDS_CANNOT_INITIALIZE_SCHEMA=An error occurred while \
- attempting to initialize the Directory Server schema based on the information \
- in configuration file %s:  %s
-ERR_INSTALLDS_CANNOT_PARSE_DN=An error occurred while attempting \
- to parse the string "%s" as a valid DN:  %s
-INFO_INSTALLDS_PROMPT_BASEDN=What do you wish to use as the base DN for \
- the directory data?
-INFO_INSTALLDS_PROMPT_IMPORT=Do you wish to populate the directory \
- database with information from an existing LDIF file?
-INFO_INSTALLDS_PROMPT_IMPORT_FILE=Please specify the path to the LDIF \
- file containing the data to import:
-ERR_INSTALLDS_TWO_CONFLICTING_ARGUMENTS=ERROR:  You may not \
- provide both the %s and the %s arguments at the same time
-INFO_INSTALLDS_PROMPT_ADDBASE=Would you like to have the base %s entry \
- automatically created in the directory database?
-INFO_INSTALLDS_PROMPT_LDAPPORT=On which port would you like the Directory \
- Server to accept connections from LDAP clients?
-ERR_INSTALLDS_CANNOT_BIND_TO_PRIVILEGED_PORT=ERROR:  Unable to \
- bind to port %d.  This port may already be in use, or you may not have \
- permission to bind to it.  On UNIX-based operating systems, non-root users \
- may not be allowed to bind to ports 1 through 1024
-ERR_INSTALLDS_CANNOT_BIND_TO_PORT=ERROR:  Unable to bind to port \
- %d.  This port may already be in use, or you may not have permission to bind \
- to it
-INFO_INSTALLDS_PROMPT_ROOT_DN=What would you like to use as the initial \
- root user DN for the Directory Server?
-ERR_INSTALLDS_NO_ROOT_PASSWORD=ERROR:  No password was provided \
- for the initial root user.  When performing a non-interactive installation, \
- this must be provided using either the %s or the %s argument
-INFO_INSTALLDS_PROMPT_ROOT_PASSWORD=Please provide the password to use \
- for the initial root user:
-INFO_INSTALLDS_PROMPT_CONFIRM_ROOT_PASSWORD=Please re-enter the password \
- for confirmation:
-INFO_INSTALLDS_STATUS_CONFIGURING_DS=Applying the requested configuration \
- to the Directory Server...
-INFO_INSTALLDS_STATUS_CREATING_BASE_LDIF=Creating a temporary LDIF file \
- with the initial base entry contents...
-ERR_INSTALLDS_CANNOT_CREATE_BASE_ENTRY_LDIF=An error occurred \
- while attempting to create the base LDIF file:  %s
-INFO_INSTALLDS_STATUS_IMPORTING_LDIF=Importing the LDIF data into the \
- Directory Server database...
-INFO_INSTALLDS_STATUS_SUCCESS=The server setup process has completed \
- successfully
-INFO_INSTALLDS_PROMPT_VALUE_YES=yes
-INFO_INSTALLDS_PROMPT_VALUE_NO=no
-ERR_INSTALLDS_INVALID_YESNO_RESPONSE=ERROR:  The provided value \
- could not be interpreted as a yes or no response.  Please enter a response of \
- either "yes" or "no"
-ERR_INSTALLDS_INVALID_INTEGER_RESPONSE=ERROR:  The provided response \
- could not be interpreted as an integer.  Please provide the response as an \
- integer value
-ERR_INSTALLDS_INTEGER_BELOW_LOWER_BOUND=ERROR:  The provided value \
- is less than the lowest allowed value of %d
-ERR_INSTALLDS_INTEGER_ABOVE_UPPER_BOUND=ERROR:  The provided value \
- is greater than the largest allowed value of %d
-ERR_INSTALLDS_INVALID_DN_RESPONSE=ERROR:  The provided response \
- could not be interpreted as an LDAP DN
-ERR_INSTALLDS_INVALID_STRING_RESPONSE=ERROR:  The response value may \
- not be an empty string
-ERR_INSTALLDS_INVALID_PASSWORD_RESPONSE=ERROR:  The password value \
- may not be an empty string
-ERR_INSTALLDS_PASSWORDS_DONT_MATCH=ERROR:  The provided password \
- values do not match
-ERR_INSTALLDS_ERROR_READING_FROM_STDIN=ERROR:  Unexpected failure \
- while reading from standard input:  %s
-INFO_LDIFIMPORT_DESCRIPTION_QUIET=Use quiet mode (no output)
-INFO_INSTALLDS_IMPORT_SUCCESSFUL=Import complete
-INFO_INSTALLDS_INITIALIZING=Please wait while the setup program \
- initializes...
-ERR_MAKELDIF_TAG_INVALID_ARGUMENT_COUNT=Invalid number of arguments \
- provided for tag %s on line number %d of the template file:  expected %d, got \
- %d
-ERR_MAKELDIF_TAG_INVALID_ARGUMENT_RANGE_COUNT=Invalid number of \
- arguments provided for tag %s on line number %d of the template file: \
- expected between %d and %d, got %d
-ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE=Undefined attribute %s \
- referenced on line %d of the template file
-ERR_MAKELDIF_TAG_INTEGER_BELOW_LOWER_BOUND=Value %d is below the \
- lowest allowed value of %d for tag %s on line %d of the template file
-ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_INTEGER=Cannot parse value "%s" as \
- an integer for tag %s on line %d of the template file
-ERR_MAKELDIF_TAG_INTEGER_ABOVE_UPPER_BOUND=Value %d is above the \
- largest allowed value of %d for tag %s on line %d of the template file
-ERR_MAKELDIF_TAG_INVALID_EMPTY_STRING_ARGUMENT=Argument %d for tag \
- %s on line number %d may not be an empty string
-ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_BOOLEAN=Cannot parse value "%s" as \
- a Boolean value for tag %s on line %d of the template file.  The value must \
- be either 'true' or 'false'
-ERR_MAKELDIF_UNDEFINED_BRANCH_SUBORDINATE=The branch with entry DN \
- '%s' references a subordinate template named '%s' which is not defined in the \
- template file
-ERR_MAKELDIF_CANNOT_LOAD_TAG_CLASS=Unable to load class %s for use \
- as a MakeLDIF tag
-ERR_MAKELDIF_CANNOT_INSTANTIATE_TAG=Cannot instantiate class %s as a \
- MakeLDIF tag
-ERR_MAKELDIF_CONFLICTING_TAG_NAME=Cannot register the tag defined in \
- class %s because the tag name %s conflicts with the name of another tag that \
- has already been registered
-WARN_MAKELDIF_WARNING_UNDEFINED_CONSTANT=Possible reference to an \
- undefined constant %s on line %d
-ERR_MAKELDIF_DEFINE_MISSING_EQUALS=The constant definition on line \
- %d is missing an equal sign to delimit the constant name from the value
-ERR_MAKELDIF_DEFINE_NAME_EMPTY=The constant definition on line %d \
- does not include a name for the constant
-ERR_MAKELDIF_CONFLICTING_CONSTANT_NAME=The definition for constant \
- %s on line %d conflicts with an earlier constant definition included in the \
- template
-ERR_MAKELDIF_WARNING_DEFINE_VALUE_EMPTY=Constant %s defined on line \
- %d has not been assigned a value
-ERR_MAKELDIF_CONFLICTING_BRANCH_DN=The branch definition %s starting \
- on line %d conflicts with an earlier branch definition contained in the \
- template file
-ERR_MAKELDIF_CONFLICTING_TEMPLATE_NAME=The template definition %s \
- starting on line %d conflicts with an earlier template definition contained \
- in the template file
-ERR_MAKELDIF_UNEXPECTED_TEMPLATE_FILE_LINE=Unexpected template line \
- "%s" encountered on line %d of the template file
-ERR_MAKELDIF_UNDEFINED_TEMPLATE_SUBORDINATE=The template named %s \
- references a subordinate template named %s which is not defined in the \
- template file
-ERR_MAKELDIF_CANNOT_DECODE_BRANCH_DN=Unable to decode branch DN "%s" \
- on line %d of the template file
-ERR_MAKELDIF_BRANCH_SUBORDINATE_TEMPLATE_NO_COLON=Subordinate \
- template definition on line %d for branch %s is missing a colon to separate \
- the template name from the number of entries
-ERR_MAKELDIF_BRANCH_SUBORDINATE_INVALID_NUM_ENTRIES=Subordinate \
- template definition on line %d for branch %s specified invalid number of \
- entries %d for template %s
-WARN_MAKELDIF_BRANCH_SUBORDINATE_ZERO_ENTRIES=Subordinate template \
- definition on line %d for branch %s specifies that zero entries of type %s \
- should be generated
-ERR_MAKELDIF_BRANCH_SUBORDINATE_CANT_PARSE_NUMENTRIES=Unable to \
- parse the number of entries for template %s as an integer for the subordinate \
- template definition on line %d for branch %s
-ERR_MAKELDIF_TEMPLATE_SUBORDINATE_TEMPLATE_NO_COLON=Subordinate \
- template definition on line %d for template %s is missing a colon to separate \
- the template name from the number of entries
-ERR_MAKELDIF_TEMPLATE_SUBORDINATE_INVALID_NUM_ENTRIES=Subordinate \
- template definition on line %d for template %s specified invalid number of \
- entries %d for subordinate template %s
-WARN_MAKELDIF_TEMPLATE_SUBORDINATE_ZERO_ENTRIES=Subordinate template \
- definition on line %d for template %s specifies that zero entries of type %s \
- should be generated
-ERR_MAKELDIF_TEMPLATE_SUBORDINATE_CANT_PARSE_NUMENTRIES=Unable to \
- parse the number of entries for template %s as an integer for the subordinate \
- template definition on line %d for template %s
-ERR_MAKELDIF_TEMPLATE_MISSING_RDN_ATTR=The template named %s \
- includes RDN attribute %s that is not assigned a value in that template
-ERR_MAKELDIF_NO_COLON_IN_BRANCH_EXTRA_LINE=There is no colon to \
- separate the attribute name from the value pattern on line %d of the template \
- file in the definition for branch %s
-ERR_MAKELDIF_NO_ATTR_IN_BRANCH_EXTRA_LINE=There is no attribute name \
- before the colon on line %d of the template file in the definition for branch \
- %s
-WARN_MAKELDIF_NO_VALUE_IN_BRANCH_EXTRA_LINE=The value pattern for \
- line %d of the template file in the definition for branch %s is empty
-ERR_MAKELDIF_NO_COLON_IN_TEMPLATE_LINE=There is no colon to separate \
- the attribute name from the value pattern on line %d of the template file in \
- the definition for template %s
-ERR_MAKELDIF_NO_ATTR_IN_TEMPLATE_LINE=There is no attribute name \
- before the colon on line %d of the template file in the definition for \
- template %s
-WARN_MAKELDIF_NO_VALUE_IN_TEMPLATE_LINE=The value pattern for line \
- %d of the template file in the definition for template %s is empty
-ERR_MAKELDIF_NO_SUCH_TAG=An undefined tag %s is referenced on line \
- %d of the template file
-ERR_MAKELDIF_CANNOT_INSTANTIATE_NEW_TAG=An unexpected error occurred \
- while trying to create a new instance of tag %s referenced on line %d of the \
- template file:  %s
-INFO_MAKELDIF_DESCRIPTION_TEMPLATE=The path to the template file with \
- information about the LDIF data to generate
-INFO_MAKELDIF_DESCRIPTION_LDIF=The path to the LDIF file to be written
-INFO_MAKELDIF_DESCRIPTION_SEED=The seed to use to initialize the random \
- number generator
-INFO_MAKELDIF_DESCRIPTION_HELP=Show this usage information
-ERR_MAKELDIF_CANNOT_INITIALIZE_JMX=An error occurred while \
- attempting to initialize the Directory Server JMX subsystem based on the \
- information in configuration file %s:  %s
-ERR_MAKELDIF_CANNOT_INITIALIZE_CONFIG=An error occurred while \
- attempting to process the Directory Server configuration file %s:  %s
-ERR_MAKELDIF_CANNOT_INITIALIZE_SCHEMA=An error occurred while \
- attempting to initialize the Directory Server schema based on the information \
- in configuration file %s:  %s
-ERR_MAKELDIF_IOEXCEPTION_DURING_PARSE=An error occurred while \
- attempting to read the template file:  %s
-ERR_MAKELDIF_EXCEPTION_DURING_PARSE=An error occurred while \
- attempting to parse the template file:  %s
-ERR_MAKELDIF_TAG_INVALID_FORMAT_STRING=Cannot parse value "%s" as an \
- valid format string for tag %s on line %d of the template file
-ERR_MAKELDIF_TAG_NO_RANDOM_TYPE_ARGUMENT=The random tag on line %d \
- of the template file does not include an argument to specify the type of \
- random value that should be generated
-WARN_MAKELDIF_TAG_WARNING_EMPTY_VALUE=The value generated from the \
- random tag on line %d of the template file will always be an empty string
-ERR_MAKELDIF_TAG_UNKNOWN_RANDOM_TYPE=The random tag on line %d of \
- the template file references an unknown random type of %s
-INFO_MAKELDIF_DESCRIPTION_RESOURCE_PATH=Path to look for \
- MakeLDIF resources (e.g., data files) not found in the current working \
- directory or template directory path
-ERR_MAKELDIF_COULD_NOT_FIND_TEMPLATE_FILE=Could not find template \
- file %s
-ERR_MAKELDIF_NO_SUCH_RESOURCE_DIRECTORY=The specified resource \
- directory %s could not be found
-ERR_MAKELDIF_RESOURCE_DIRECTORY_NOT_DIRECTORY=The specified resource \
- directory %s exists but is not a directory
-ERR_MAKELDIF_TAG_CANNOT_FIND_FILE=Cannot find file %s referenced by \
- tag %s on line %d of the template file
-ERR_MAKELDIF_TAG_INVALID_FILE_ACCESS_MODE=Invalid file access mode \
- %s for tag %s on line %d of the template file.  It must be either \
- "sequential" or "random"
-ERR_MAKELDIF_TAG_CANNOT_READ_FILE=An error occurred while trying to \
- read file %s referenced by tag %s on line %d of the template file:  %s
-ERR_MAKELDIF_UNABLE_TO_CREATE_LDIF=An error occurred while \
- attempting to open LDIF file %s for writing:  %s
-ERR_MAKELDIF_ERROR_WRITING_LDIF=An error occurred while writing data \
- to LDIF file %s:  %s
-INFO_MAKELDIF_PROCESSED_N_ENTRIES=Processed %d entries
-ERR_MAKELDIF_CANNOT_WRITE_ENTRY=An error occurred while attempting \
- to write entry %s to LDIF:  %s
-INFO_MAKELDIF_PROCESSING_COMPLETE=LDIF processing complete.  %d entries \
- written
-INFO_LDIFIMPORT_DESCRIPTION_TEMPLATE_FILE=Path to a MakeLDIF template to \
- use to generate the import data
-ERR_LDIFIMPORT_CONFLICTING_OPTIONS=The %s and %s arguments are \
- incompatible and may not be used together
-ERR_LDIFIMPORT_MISSING_REQUIRED_ARGUMENT=Neither the %s or the %s \
- argument was provided.  One of these arguments must be given to specify the \
- source for the LDIF data to be imported
-ERR_LDIFIMPORT_CANNOT_PARSE_TEMPLATE_FILE=Unable to parse the \
- specified file %s as a MakeLDIF template file:  %s
-ERR_MAKELDIF_INCOMPLETE_TAG=Line %d of the template file contains an \
- incomplete tag that starts with either '<' or '{' but does get closed
-ERR_MAKELDIF_TAG_NOT_ALLOWED_IN_BRANCH=Tag %s referenced on line %d \
- of the template file is not allowed for use in branch definitions
-INFO_LDIFIMPORT_DESCRIPTION_RANDOM_SEED=Seed for the MakeLDIF random \
- number generator
-ERR_LDIFMODIFY_CANNOT_ADD_ENTRY_TWICE=Entry %s is added twice in the \
- set of changes to apply, which is not supported by the LDIF modify tool
-ERR_LDIFMODIFY_CANNOT_DELETE_AFTER_ADD=Entry %s cannot be deleted \
- because it was previously added in the set of changes.  This is not supported \
- by the LDIF modify tool
-ERR_LDIFMODIFY_CANNOT_MODIFY_ADDED_OR_DELETED=Cannot modify entry %s \
- because it was previously added or deleted in the set of changes.  This is \
- not supported by the LDIF modify tool
-ERR_LDIFMODIFY_MODDN_NOT_SUPPORTED=The modify DN operation targeted \
- at entry %s cannot be processed because modify DN operations are not \
- supported by the LDIF modify tool
-ERR_LDIFMODIFY_UNKNOWN_CHANGETYPE=Entry %s has an unknown changetype \
- of %s
-ERR_LDIFMODIFY_ADD_ALREADY_EXISTS=Unable to add entry %s because it \
- already exists in the data set
-ERR_LDIFMODIFY_DELETE_NO_SUCH_ENTRY=Unable to delete entry %s \
- because it does not exist in the data set
-ERR_LDIFMODIFY_MODIFY_NO_SUCH_ENTRY=Unable to modify entry %s \
- because it does not exist in the data set
-INFO_LDIFMODIFY_DESCRIPTION_SOURCE=LDIF file containing the \
- data to be updated
-INFO_LDIFMODIFY_DESCRIPTION_CHANGES=LDIF file containing \
- the changes to apply
-INFO_LDIFMODIFY_DESCRIPTION_TARGET=File to which the \
- updated data should be written
-INFO_LDIFMODIFY_DESCRIPTION_HELP=Displays this usage information
-ERR_LDIFMODIFY_CANNOT_INITIALIZE_JMX=An error occurred while \
- attempting to initialize the Directory Server JMX subsystem based on the \
- information in configuration file %s:  %s
-ERR_LDIFMODIFY_CANNOT_INITIALIZE_CONFIG=An error occurred while \
- attempting to process the Directory Server configuration file %s:  %s
-ERR_LDIFMODIFY_CANNOT_INITIALIZE_SCHEMA=An error occurred while \
- attempting to initialize the Directory Server schema based on the information \
- in configuration file %s:  %s
-ERR_LDIFMODIFY_SOURCE_DOES_NOT_EXIST=The source LDIF file %s does \
- not exist
-ERR_LDIFMODIFY_CANNOT_OPEN_SOURCE=Unable to open the source LDIF \
- file %s:  %s
-ERR_LDIFMODIFY_CHANGES_DOES_NOT_EXIST=The changes LDIF file %s \
- does not exist
-ERR_LDIFMODIFY_CANNOT_OPEN_CHANGES=Unable to open the changes LDIF \
- file %s:  %s
-ERR_LDIFMODIFY_CANNOT_OPEN_TARGET=Unable to open the target LDIF \
- file %s for writing:  %s
-ERR_LDIFMODIFY_ERROR_PROCESSING_LDIF=An error occurred while \
- processing the requested changes:  %s
-INFO_LDAPPWMOD_DESCRIPTION_HOST=Address of the Directory \
- Server system
-INFO_LDAPPWMOD_DESCRIPTION_PORT=Port on which the Directory \
- Server listens for LDAP client connections
-INFO_LDAPPWMOD_DESCRIPTION_BIND_DN=DN to use to bind to the server
-INFO_LDAPPWMOD_DESCRIPTION_BIND_PW=Password to use to bind to the server
-INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_FILE=Path to a file \
- containing the password to use to bind to the server
-INFO_LDAPPWMOD_DESCRIPTION_AUTHZID=Authorization ID for the \
- user entry whose password should be changed
-INFO_LDAPPWMOD_DESCRIPTION_PROVIDE_DN_FOR_AUTHZID=Use the bind \
- DN as the authorization ID for the password modify operation
-INFO_LDAPPWMOD_DESCRIPTION_NEWPW=New password to provide \
- for the target user
-INFO_LDAPPWMOD_DESCRIPTION_NEWPWFILE=Path to a file \
- containing the new password to provide for the target user
-INFO_LDAPPWMOD_DESCRIPTION_CURRENTPW=Current password for \
- the target user
-INFO_LDAPPWMOD_DESCRIPTION_CURRENTPWFILE=Path to a file \
- containing the current password for the target user
-INFO_LDAPPWMOD_DESCRIPTION_USE_SSL=Use SSL to secure the communication \
- with the Directory Server
-INFO_LDAPPWMOD_DESCRIPTION_USE_STARTTLS=Use StartTLS to secure the \
- communication with the Directory Server
-INFO_LDAPPWMOD_DESCRIPTION_BLIND_TRUST=Blindly trust any SSL certificate \
- presented by the server
-INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE=Path to the key store to use when \
- establishing SSL/TLS communication with the server
-INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_PINFILE=Path to a file containing \
- the PIN needed to access the contents of the key store
-INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE=Path to the trust store to use \
- when establishing SSL/TLS communication with the server
-INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_PINFILE=Path to a file \
- containing the PIN needed to access the contents of the trust store
-ERR_LDAPPWMOD_CONFLICTING_ARGS=The %s and %s arguments may not be \
- provided together
-ERR_LDAPPWMOD_BIND_DN_AND_PW_MUST_BE_TOGETHER=If either a bind DN \
- or bind password is provided, then the other must be given as well
-ERR_LDAPPWMOD_ANON_REQUIRES_AUTHZID_AND_CURRENTPW=If a bind DN and \
- password are not provided, then an authorization ID and current password must \
- be given
-ERR_LDAPPWMOD_DEPENDENT_ARGS=If the %s argument is provided, then \
- the  %s argument must also be given
-ERR_LDAPPWMOD_ERROR_INITIALIZING_SSL=Unable to initialize SSL/TLS \
- support:  %s
-ERR_LDAPPWMOD_CANNOT_CONNECT=An error occurred while attempting to \
- connect to the Directory Server:  %s
-ERR_LDAPPWMOD_CANNOT_SEND_PWMOD_REQUEST=Unable to send the LDAP \
- password modify request:  %s
-ERR_LDAPPWMOD_CANNOT_READ_PWMOD_RESPONSE=Unable to read the LDAP \
- password modify response:  %s
-ERR_LDAPPWMOD_FAILED=The LDAP password modify operation failed: \
- %d (%s)
-ERR_LDAPPWMOD_FAILURE_ERROR_MESSAGE=Error Message:  %s
-ERR_LDAPPWMOD_FAILURE_MATCHED_DN=Matched DN:  %s
-INFO_LDAPPWMOD_SUCCESSFUL=The LDAP password modify operation was \
- successful
-INFO_LDAPPWMOD_ADDITIONAL_INFO=Additional Info:  %s
-INFO_LDAPPWMOD_GENERATED_PASSWORD=Generated Password:  %s
-ERR_LDAPPWMOD_UNRECOGNIZED_VALUE_TYPE=Unable to decode the \
- password modify response value because it contained an invalid element type \
- of %s
-ERR_LDAPPWMOD_COULD_NOT_DECODE_RESPONSE_VALUE=Unable to decode the \
- password modify response value:  %s
-ERR_INSTALLDS_IMPORT_UNSUCCESSFUL=Import failed
-INFO_COMPARE_CANNOT_BASE64_DECODE_ASSERTION_VALUE=The assertion value was \
- indicated to be base64-encoded, but an error occurred while trying to decode \
- the value
-INFO_COMPARE_CANNOT_READ_ASSERTION_VALUE_FROM_FILE=Unable to read the \
- assertion value from the specified file:  %s
-INFO_WAIT4DEL_DESCRIPTION_TARGET_FILE=Path to the file to \
- watch for deletion
-INFO_WAIT4DEL_DESCRIPTION_LOG_FILE=Path to a file \
- containing log output to monitor
-INFO_WAIT4DEL_DESCRIPTION_TIMEOUT=Maximum length of time in seconds \
- to wait for the target file to be deleted before exiting
-INFO_WAIT4DEL_DESCRIPTION_HELP=Displays this usage information
-WARN_WAIT4DEL_CANNOT_OPEN_LOG_FILE=WARNING:  Unable to open log \
- file %s for reading:  %s
-ERR_LDAPCOMPARE_NO_DNS=No entry DNs provided for the compare \
- operation
-INFO_BACKUPDB_TOOL_DESCRIPTION=This utility can be used to back up one or \
- more Directory Server backends
-INFO_CONFIGDS_TOOL_DESCRIPTION=This utility can be used to define a base \
- configuration for the Directory Server
-INFO_ENCPW_TOOL_DESCRIPTION=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=This utility can be used to export data \
- from a Directory Server backend in LDIF form
-INFO_LDIFIMPORT_TOOL_DESCRIPTION=This utility can be used to import LDIF \
- data into a Directory Server backend
-INFO_INSTALLDS_TOOL_DESCRIPTION=This utility can be used to setup the \
- Directory Server
-INFO_LDAPCOMPARE_TOOL_DESCRIPTION=This utility can be used to perform \
- LDAP compare operations in the Directory Server
-INFO_LDAPDELETE_TOOL_DESCRIPTION=This utility can be used to perform LDAP \
- delete operations in the Directory Server
-INFO_LDAPMODIFY_TOOL_DESCRIPTION=This utility can be used to perform LDAP \
- modify, add, delete, and modify DN operations in the Directory Server
-INFO_LDAPPWMOD_TOOL_DESCRIPTION=This utility can be used to perform LDAP \
- password modify operations in the Directory Server
-INFO_LDAPSEARCH_TOOL_DESCRIPTION=This utility can be used to perform LDAP \
- search operations in the Directory Server
-INFO_LDIFDIFF_TOOL_DESCRIPTION=This utility can be used to compare two \
- LDIF files and report the differences in LDIF format
-INFO_LDIFMODIFY_TOOL_DESCRIPTION=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=This utility can be used to perform \
- search operations against data in an LDIF file
-INFO_MAKELDIF_TOOL_DESCRIPTION=This utility can be used to generate LDIF \
- data based on a definition in a template file
-INFO_RESTOREDB_TOOL_DESCRIPTION=This utility can be used to restore a \
- backup of a Directory Server backend
-INFO_STOPDS_TOOL_DESCRIPTION=This utility can be used to request that the \
- Directory Server stop running or perform a restart
-INFO_VERIFYINDEX_TOOL_DESCRIPTION=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=This utility can be used to wait for a \
- file to be removed from the filesystem
-ERR_TOOL_CONFLICTING_ARGS=You may not provide both the --%s and \
- the --%s arguments
-ERR_LDAPCOMPARE_NO_ATTR=No attribute was specified to use as the \
- target for the comparison
-ERR_LDAPCOMPARE_INVALID_ATTR_STRING=Invalid attribute string '%s'. \
- The attribute string must be in one of the following forms: \
- 'attribute:value', 'attribute::base64value', or 'attribute:<valueFilePath'
-ERR_TOOL_INVALID_CONTROL_STRING=Invalid control specification '%s'
-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_LDAPSEARCH_PSEARCH_CHANGE_TYPE=# Persistent search change type:  %s
-INFO_LDAPSEARCH_PSEARCH_PREVIOUS_DN=# Persistent search previous entry \
- DN:  %s
-INFO_LDAPSEARCH_ACCTUSABLE_HEADER=# Account Usability Response Control
-INFO_LDAPSEARCH_ACCTUSABLE_IS_USABLE=#   The account is usable
-INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_EXPIRATION=#   Time until password \
- expiration:  %s
-INFO_LDAPSEARCH_ACCTUSABLE_NOT_USABLE=#   The account is not usable
-INFO_LDAPSEARCH_ACCTUSABLE_ACCT_INACTIVE=#   The account has been \
- deactivated
-INFO_LDAPSEARCH_ACCTUSABLE_PW_RESET=#   The password has been reset
-INFO_LDAPSEARCH_ACCTUSABLE_PW_EXPIRED=#   The password has expired
-INFO_LDAPSEARCH_ACCTUSABLE_REMAINING_GRACE=#   Number of grace logins \
- remaining:  %d
-INFO_LDAPSEARCH_ACCTUSABLE_LOCKED=#   The account is locked
-INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_UNLOCK=#   Time until the account \
- is unlocked:  %s
-INFO_DESCRIPTION_KEYSTOREPASSWORD_FILE=Certificate key store PIN file
-INFO_DESCRIPTION_TRUSTSTOREPASSWORD=Certificate trust store PIN
-INFO_DESCRIPTION_TRUSTSTOREPASSWORD_FILE=Certificate trust store PIN file
-INFO_LISTBACKENDS_TOOL_DESCRIPTION=This utility can be used to list the \
- backends and base DNs configured in the Directory Server
-INFO_LISTBACKENDS_DESCRIPTION_BACKEND_ID=Backend ID of the backend for \
- which to list the base DNs
-INFO_LISTBACKENDS_DESCRIPTION_BASE_DN=Base DN for which to list the \
- backend ID
-INFO_LISTBACKENDS_DESCRIPTION_HELP=Display this usage information
-ERR_LISTBACKENDS_CANNOT_GET_BACKENDS=An error occurred while \
- trying to read backend information from the server configuration:  %s
-ERR_LISTBACKENDS_INVALID_DN=The provided base DN value '%s' could \
- not be parsed as a valid DN:  %s
-INFO_LISTBACKENDS_NOT_BASE_DN=The provided DN '%s' is not a base DN for \
- any backend configured in the Directory Server
-INFO_LISTBACKENDS_NO_BACKEND_FOR_DN=The provided DN '%s' is not below any \
- base DN for any of the backends configured in the Directory Server
-INFO_LISTBACKENDS_DN_BELOW_BASE=The provided DN '%s' is below '%s' which \
- is configured as a base DN for backend '%s'
-INFO_LISTBACKENDS_BASE_FOR_ID=The provided DN '%s' is a base DN for \
- backend '%s'
-INFO_LISTBACKENDS_LABEL_BACKEND_ID=Backend ID
-INFO_LISTBACKENDS_LABEL_BASE_DN=Base DN
-ERR_LISTBACKENDS_NO_SUCH_BACKEND=There is no backend with ID '%s' \
- in the server configuration
-ERR_LISTBACKENDS_NO_VALID_BACKENDS=None of the provided backend \
- IDs exist in the server configuration
-ERR_ENCPW_INVALID_ENCODED_USERPW=The provided password is not a \
- valid encoded user password value:  %s
-INFO_ENCPW_DESCRIPTION_USE_COMPARE_RESULT=Use the LDAP compare result as \
- an exit code for the password comparison
-INFO_DESCRIPTION_COUNT_ENTRIES=Count the number of entries returned by \
- the server
-INFO_LDAPSEARCH_MATCHING_ENTRY_COUNT=# Total number of matching entries: \
- %d
-INFO_INSTALLDS_DESCRIPTION_CLI=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
-INFO_INSTALLDS_DESCRIPTION_SAMPLE_DATA=Specifies that the database should \
- be populated with the specified number of sample entries
-INFO_INSTALLDS_HEADER_POPULATE_TYPE=Options for populating the database:
-INFO_INSTALLDS_POPULATE_OPTION_BASE_ONLY=Only create the base entry
-INFO_INSTALLDS_POPULATE_OPTION_LEAVE_EMPTY=Leave the database empty
-INFO_INSTALLDS_POPULATE_OPTION_IMPORT_LDIF=Import data from an LDIF file
-INFO_INSTALLDS_POPULATE_OPTION_GENERATE_SAMPLE=Load \
- automatically-generated sample data
-INFO_INSTALLDS_PROMPT_POPULATE_CHOICE=Database population selection:
-ERR_INSTALLDS_NO_SUCH_LDIF_FILE=ERROR:  The specified LDIF file %s \
- does not exist
-INFO_INSTALLDS_PROMPT_NUM_ENTRIES=Please specify the number of user \
- entries to generate:
-ERR_INSTALLDS_CANNOT_CREATE_TEMPLATE_FILE=ERROR:  Cannot create \
- the template file for generating sample data:  %s
-INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_PIN=The PIN needed to access the \
- contents of the key store
-INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_PIN=The PIN needed to access the \
- contents of the trust store
-INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_OPERATIONAL=Exclude operational \
- attributes from the LDIF export
-INFO_LDAPPWMOD_PWPOLICY_WARNING=Password Policy Warning:  %s = %d
-INFO_LDAPPWMOD_PWPOLICY_ERROR=Password Policy Error:  %s
-ERR_LDAPPWMOD_CANNOT_DECODE_PWPOLICY_CONTROL=Unable to decode the \
- password policy response control:  %s
-ERR_LDAPAUTH_CONNECTION_CLOSED_WITHOUT_BIND_RESPONSE=The \
- connection to the Directory Server was closed before the bind response could \
- be read
-INFO_DESCRIPTION_SIMPLE_PAGE_SIZE=Use the simple paged results control \
- with the given page size
-ERR_PAGED_RESULTS_REQUIRES_SINGLE_FILTER=The simple paged results \
- control may only be used with a single search filter
-ERR_PAGED_RESULTS_CANNOT_DECODE=Unable to decode the simple paged \
- results control from the search response:  %s
-ERR_PAGED_RESULTS_RESPONSE_NOT_FOUND=The simple paged results \
- response control was not found in the search result done message from the \
- server
-INFO_LDIFDIFF_DESCRIPTION_SINGLE_VALUE_CHANGES=Each \
- attribute-level change should be written as a separate modification per \
- attribute value rather than one modification per entry
-ERR_PROMPTTM_REJECTING_CLIENT_CERT=Rejecting client certificate \
- chain because the prompt trust manager may only be used to trust server \
- certificates
-WARN_PROMPTTM_NO_SERVER_CERT_CHAIN=WARNING:  The server did not \
- present a certificate chain.  Do you still wish to attempt connecting to the \
- target server?
-WARN_PROMPTTM_CERT_EXPIRED=WARNING:  The server certificate is \
- expired (expiration time:  %s)
-WARN_PROMPTTM_CERT_NOT_YET_VALID=WARNING:  The server certificate \
- will not be valid until %s
-INFO_PROMPTTM_SERVER_CERT=The server is using the following certificate: \
- \n    Subject DN:  %s\n    Issuer DN:  %s\n    Validity:  %s through %s\nDo \
- you wish to trust this certificate and continue connecting to the server?
-INFO_PROMPTTM_YESNO_PROMPT=Please enter "yes" or "no":
-ERR_PROMPTTM_USER_REJECTED=The server certificate has been \
- rejected by the user
-INFO_STOPDS_SERVER_ALREADY_STOPPED=Server already stopped
-INFO_STOPDS_GOING_TO_STOP=Stopping Server...\n
-INFO_STOPDS_CHECK_STOPPABILITY=Used to determine whether the server can \
- be stopped or not and the mode to be used to stop it
-INFO_DESCRIPTION_CERT_NICKNAME=Nickname of certificate for SSL client \
- authentication
-INFO_CONFIGDS_DESCRIPTION_JMX_PORT=Port on which the \
- Directory Server should listen for JMX communication
-ERR_CONFIGDS_CANNOT_UPDATE_JMX_PORT=An error occurred while \
- attempting to update the port on which to listen for JMX communication:  %s
-INFO_INSTALLDS_DESCRIPTION_JMXPORT=Port on which the \
- Directory Server should listen for JMX communication
-INFO_INSTALLDS_PROMPT_JMXPORT=On which port would you like the Directory \
- Server to accept connections from JMX clients?
-ERR_TOOL_RESULT_CODE=Result Code:  %d (%s)
-ERR_TOOL_ERROR_MESSAGE=Additional Information:  %s
-ERR_TOOL_MATCHED_DN=Matched DN:  %s
-ERR_WINDOWS_SERVICE_NOT_FOUND=Could not find the service name for \
- the server
-ERR_WINDOWS_SERVICE_START_ERROR=An unexpected error occurred \
- starting the server as a windows service
-ERR_WINDOWS_SERVICE_STOP_ERROR=An unexpected error occurred \
- stopping the server windows service
-INFO_CONFIGURE_WINDOWS_SERVICE_TOOL_DESCRIPTION=This utility can be used \
- to configure the server as a Windows service
-INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_SHOWUSAGE=Display this usage \
- information
-INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_ENABLE=Enables the server as a \
- Windows service
-INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_DISABLE=Disables the server as \
- a Windows service and stops the server
-INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_STATE=Provides information \
- about the state of the server as a Windows service
-ERR_CONFIGURE_WINDOWS_SERVICE_TOO_MANY_ARGS=You can only provide \
- one of the following arguments:\nenableService, disableService, serviceState \
- or cleanupService
-ERR_CONFIGURE_WINDOWS_SERVICE_TOO_FEW_ARGS=You must provide at \
- least one of the following arguments:\nenableService, disableService or \
- serviceState or cleanupService
-INFO_WINDOWS_SERVICE_NAME=OpenDJ
-INFO_WINDOWS_SERVICE_DESCRIPTION=Open source Next Generation Directory \
- Server.  Installation path: %s
-INFO_WINDOWS_SERVICE_SUCCESSULLY_ENABLED=The server was successfully \
- enabled to run as a Windows service
-INFO_WINDOWS_SERVICE_ALREADY_ENABLED=The server was already enabled to run \
- as a Windows service
-ERR_WINDOWS_SERVICE_NAME_ALREADY_IN_USE=The server could not be \
- enabled to run as a Windows service.  The service name is already in use
-ERR_WINDOWS_SERVICE_ENABLE_ERROR=An unexpected error occurred \
- trying to enable the server as a Windows service.%nCheck that you have \
- administrator rights (only Administrators can enable the server to run as a \
- Windows Service)
-INFO_WINDOWS_SERVICE_SUCCESSULLY_DISABLED=The server was successfully \
- disabled as a Windows service
-INFO_WINDOWS_SERVICE_ALREADY_DISABLED=The server was already disabled as a \
- Windows service
-WARN_WINDOWS_SERVICE_MARKED_FOR_DELETION=The server has been marked \
- for deletion as a Windows Service
-ERR_WINDOWS_SERVICE_DISABLE_ERROR=An unexpected error occurred \
- trying to disable the server as a Windows service%nCheck that you have \
- administrator rights (only Administrators can disable the server as a Windows \
- Service)
-INFO_WINDOWS_SERVICE_ENABLED=The server is enabled as a Windows service.  \
- The service name for the server is: %s
-INFO_WINDOWS_SERVICE_DISABLED=The server is disabled as a Windows service
-ERR_WINDOWS_SERVICE_STATE_ERROR=An unexpected error occurred \
- trying to retrieve the state of the server as a Windows service
-INFO_STOPDS_DESCRIPTION_WINDOWS_NET_STOP=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=Path to a file to \
- which the command will write the output
-WARN_WAIT4DEL_CANNOT_OPEN_OUTPUT_FILE=WARNING:  Unable to open \
- output file %s for writing:  %s
-INFO_INSTALLDS_ENABLING_WINDOWS_SERVICE=Enabling the server as a Windows \
- service...
-INFO_INSTALLDS_PROMPT_ENABLE_SERVICE=Enable the server to run as a Windows \
- Service?
-INFO_INSTALLDS_DESCRIPTION_ENABLE_WINDOWS_SERVICE=Enable the server to run \
- as a Windows Service
-INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_CLEANUP=Allows to disable the \
- server service and to clean up the windows registry information associated \
- with the provided service name
-INFO_WINDOWS_SERVICE_CLEANUP_SUCCESS=Clean up of service %s was \
- successful
-ERR_WINDOWS_SERVICE_CLEANUP_NOT_FOUND=Could not find the service \
- with name %s
-WARN_WINDOWS_SERVICE_CLEANUP_MARKED_FOR_DELETION=Service %s has \
- been marked for deletion
-ERR_WINDOWS_SERVICE_CLEANUP_ERROR=An unexpected error occurred \
- cleaning up the service %s
-INFO_REBUILDINDEX_TOOL_DESCRIPTION=This utility can be used to rebuild \
- index data within a backend based on the Berkeley DB Java Edition
-INFO_REBUILDINDEX_DESCRIPTION_BASE_DN=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=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
-ERR_REBUILDINDEX_ERROR_DURING_REBUILD=An error occurred while \
- attempting to perform index rebuild:  %s
-ERR_REBUILDINDEX_WRONG_BACKEND_TYPE=The backend does not support \
- rebuilding of indexes
-ERR_REBUILDINDEX_REQUIRES_AT_LEAST_ONE_INDEX=At least one index \
- must be specified for the rebuild process
-ERR_REBUILDINDEX_CANNOT_EXCLUSIVE_LOCK_BACKEND=An error occurred \
- while attempting to acquire a exclusive lock for backend %s:  %s.  This \
- generally means that some other process has an lock on this backend or the \
- server is running with this backend online. The rebuild process cannot \
- continue
-WARN_REBUILDINDEX_CANNOT_UNLOCK_BACKEND=An error occurred while \
- attempting to release the shared lock for backend %s:  %s.  This lock should \
- automatically be cleared when the rebuild process exits, so no further action \
- should be required
-ERR_REBUILDINDEX_CANNOT_SHARED_LOCK_BACKEND=An error occurred \
- 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=Port on which the \
- Directory Server should listen for LDAPS communication
-ERR_CONFIGDS_CANNOT_UPDATE_LDAPS_PORT=An error occurred while \
- attempting to update the port on which to listen for LDAPS communication:  %s
-INFO_CONFIGDS_DESCRIPTION_ENABLE_START_TLS=Specifies whether to enable or \
- not StartTLS
-INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PROVIDER_DN=DN of the \
- key manager provider to use for SSL and/or StartTLS
-INFO_CONFIGDS_DESCRIPTION_TRUSTMANAGER_PROVIDER_DN=DN of \
- the trust manager provider to use for SSL and/or StartTLS
-ERR_CONFIGDS_CANNOT_PARSE_KEYMANAGER_PROVIDER_DN=An error occurred \
- while attempting to parse key manager provider DN value "%s" as a DN:  %s
-ERR_CONFIGDS_CANNOT_PARSE_TRUSTMANAGER_PROVIDER_DN=An error \
- occurred while attempting to parse trust manager provider DN value "%s" as a \
- DN:  %s
-ERR_CONFIGDS_CANNOT_ENABLE_STARTTLS=An error occurred while \
- attempting to enable StartTLS: %s
-ERR_CONFIGDS_CANNOT_ENABLE_KEYMANAGER=An error occurred while \
- attempting to enable key manager provider entry: %s
-ERR_CONFIGDS_CANNOT_ENABLE_TRUSTMANAGER=An error occurred while \
- attempting to enable trust manager provider entry: %s
-ERR_CONFIGDS_CANNOT_UPDATE_KEYMANAGER_REFERENCE=An error occurred \
- while attempting to update the key manager provider DN used for LDAPS \
- communication: %s
-ERR_CONFIGDS_CANNOT_UPDATE_TRUSTMANAGER_REFERENCE=An error \
- occurred while attempting to update the trust manager provider DN used for \
- LDAPS communication: %s
-INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PATH=Path of the \
- key store to be used by the key manager provider
-INFO_CONFIGDS_DESCRIPTION_CERTNICKNAME=Nickname of the \
- certificate that the connection handler should use when accepting SSL-based \
- connections or performing StartTLS negotiation
-ERR_CONFIGDS_KEYMANAGER_PROVIDER_DN_REQUIRED=ERROR:  You must \
- provide the %s argument when providing the %s argument
-ERR_CONFIGDS_CANNOT_UPDATE_CERT_NICKNAME=An error occurred while \
- 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=LDIF file containing \
- the changes to apply
-ERR_MAKELDIF_TEMPLATE_INVALID_PARENT_TEMPLATE=The parent template %s \
- referenced on line %d for template %s is invalid because the referenced \
- parent template is not defined before the template that extends it
-INFO_DESCRIPTION_SORT_ORDER=Sort the results using the provided sort \
- order
-ERR_LDAP_SORTCONTROL_INVALID_ORDER=The provided sort order was \
- invalid:  %s
-INFO_DESCRIPTION_VLV=Use the virtual list view control to retrieve the \
- specified results page
-ERR_LDAPSEARCH_VLV_REQUIRES_SORT=If the --%s argument is provided, \
- then the --%s argument must also be given
-ERR_LDAPSEARCH_VLV_INVALID_DESCRIPTOR=The provided virtual list view \
- descriptor was invalid.  It must be a value in the form \
- 'beforeCount:afterCount:offset:contentCount' (where offset specifies the \
- index of the target entry and contentCount specifies the estimated total \
- number of results or zero if it is not known), or \
- 'beforeCount:afterCount:assertionValue' (where the entry should be the first \
- entry whose primary sort value is greater than or equal to the provided \
- assertionValue).  In either case, beforeCount is the number of entries to \
- return before the target value and afterCount is the number of entries to \
- return after the target value
-WARN_LDAPSEARCH_SORT_ERROR=# Server-side sort failed:  %s
-WARN_LDAPSEARCH_CANNOT_DECODE_SORT_RESPONSE=# Unable to decode the \
- server-side sort response:  %s
-INFO_LDAPSEARCH_VLV_TARGET_OFFSET=# VLV Target Offset:  %d
-INFO_LDAPSEARCH_VLV_CONTENT_COUNT=# VLV Content Count:  %d
-WARN_LDAPSEARCH_VLV_ERROR=# Virtual list view processing failed: \
- %s
-WARN_LDAPSEARCH_CANNOT_DECODE_VLV_RESPONSE=# Unable to decode the \
- virtual list view response:  %s
-ERR_LDIFIMPORT_CANNOT_READ_FILE=The specified LDIF file %s cannot \
- be read
-INFO_DESCRIPTION_EFFECTIVERIGHTS_USER=Use geteffectiverights control with \
- the provided authzid
-INFO_DESCRIPTION_EFFECTIVERIGHTS_ATTR=Specifies geteffectiverights \
- control specific attribute list
-ERR_EFFECTIVERIGHTS_INVALID_AUTHZID=The authorization ID "%s" \
- contained in the geteffectiverights control is invalid because it does not \
- start with "dn:" to indicate a user DN
-INFO_DESCRIPTION_PRODUCT_VERSION=Display Directory Server version \
- information
-INFO_DESCRIPTION_QUIET=Use quiet mode
-INFO_DESCRIPTION_SCRIPT_FRIENDLY=Use script-friendly mode
-INFO_DESCRIPTION_NO_PROMPT=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=This utility can be used to retrieve and \
- manipulate the values of password policy state variables
-INFO_PWPSTATE_DESCRIPTION_HOST=Directory server hostname or IP address
-INFO_PWPSTATE_DESCRIPTION_PORT=Directory server administration port number
-INFO_PWPSTATE_DESCRIPTION_USESSL=Use SSL for secure communication with \
- the server
-INFO_PWPSTATE_DESCRIPTION_USESTARTTLS=Use StartTLS to secure \
- communication with the server
-INFO_PWPSTATE_DESCRIPTION_BINDDN=The DN to use to bind to the server
-INFO_PWPSTATE_DESCRIPTION_BINDPW=The password to use to bind to the \
- server
-INFO_PWPSTATE_DESCRIPTION_BINDPWFILE=The path to the file containing the \
- bind password
-INFO_PWPSTATE_DESCRIPTION_TARGETDN=The DN of the user entry for which to \
- get and set password policy state information
-INFO_PWPSTATE_DESCRIPTION_SASLOPTIONS=SASL bind options
-INFO_PWPSTATE_DESCRIPTION_TRUST_ALL=Trust all server SSL certificates
-INFO_PWPSTATE_DESCRIPTION_KSFILE=Certificate key store path
-INFO_PWPSTATE_DESCRIPTION_KSPW=Certificate key store PIN
-INFO_PWPSTATE_DESCRIPTION_KSPWFILE=Certificate key store PIN file
-INFO_PWPSTATE_DESCRIPTION_TSFILE=Certificate trust store path
-INFO_PWPSTATE_DESCRIPTION_TSPW=Certificate trust store PIN
-INFO_PWPSTATE_DESCRIPTION_TSPWFILE=Certificate trust store PIN file
-INFO_PWPSTATE_DESCRIPTION_SHOWUSAGE=Display this usage information
-INFO_DESCRIPTION_PWPSTATE_GET_ALL=Display all password policy state \
- information for the user
-INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_POLICY_DN=Display the DN of the \
- password policy for the user
-INFO_DESCRIPTION_PWPSTATE_GET_ACCOUNT_DISABLED_STATE=Display information \
- about whether the user account has been administratively disabled
-INFO_DESCRIPTION_PWPSTATE_SET_ACCOUNT_DISABLED_STATE=Specify whether the \
- user account has been administratively disabled
-INFO_DESCRIPTION_OPERATION_BOOLEAN_VALUE='true' to indicate that the \
- account is disabled, or 'false' to indicate that it is not disabled
-INFO_DESCRIPTION_PWPSTATE_CLEAR_ACCOUNT_DISABLED_STATE=Clear account \
- disabled state information from the user account
-INFO_DESCRIPTION_PWPSTATE_GET_ACCOUNT_EXPIRATION_TIME=Display when the \
- user account will expire
-INFO_DESCRIPTION_PWPSTATE_SET_ACCOUNT_EXPIRATION_TIME=Specify when the \
- user account will expire
-INFO_DESCRIPTION_OPERATION_TIME_VALUE=A timestamp value using the \
- generalized time syntax
-INFO_DESCRIPTION_PWPSTATE_CLEAR_ACCOUNT_EXPIRATION_TIME=Clear account \
- expiration time information from the user account
-INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_ACCOUNT_EXPIRATION=Display \
- the length of time in seconds until the user account expires
-INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_CHANGED_TIME=Display the time \
- that the user's password was last changed
-INFO_DESCRIPTION_PWPSTATE_SET_PASSWORD_CHANGED_TIME=Specify the time \
- that the user's password was last changed.  This should be used only for \
- testing purposes
-INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_CHANGED_TIME=Clear information \
- about the time that the user's password was last changed.  This should be \
- used only for testing purposes
-INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_EXPIRATION_WARNED_TIME=Display \
- the time that the user first received an expiration warning notice
-INFO_DESCRIPTION_PWPSTATE_SET_PASSWORD_EXPIRATION_WARNED_TIME=Specify \
- the time that the user first received an expiration warning notice.  This \
- should be used only for testing purposes
-INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_EXPIRATION_WARNED_TIME=Clear \
- information about the time that the user first received an expiration warning \
- notice.  This should be used only for testing purposes
-INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_PASSWORD_EXP=Display length \
- of time in seconds until the user's password expires
-INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_PASSWORD_EXP_WARNING=Display \
- the length of time in seconds until the user should start receiving password \
- expiration warning notices
-INFO_DESCRIPTION_PWPSTATE_GET_AUTH_FAILURE_TIMES=Display the \
- authentication failure times for the user
-INFO_DESCRIPTION_PWPSTATE_ADD_AUTH_FAILURE_TIME=Add an authentication \
- failure time to the user account.  This should be used only for testing \
- purposes
-INFO_DESCRIPTION_PWPSTATE_SET_AUTH_FAILURE_TIMES=Specify the \
- authentication failure times for the user.  This should be used only for \
- testing purposes
-INFO_DESCRIPTION_OPERATION_TIME_VALUES=A timestamp value using the \
- generalized time syntax.  Multiple timestamp values may be given by providing \
- this argument multiple times
-INFO_DESCRIPTION_PWPSTATE_CLEAR_AUTH_FAILURE_TIMES=Clear authentication \
- failure time information from the user's account.  This should be used only \
- for testing purposes
-INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_AUTH_FAILURE_UNLOCK=Display \
- the length of time in seconds until the authentication failure lockout \
- expires
-INFO_DESCRIPTION_PWPSTATE_GET_REMAINING_AUTH_FAILURE_COUNT=Display the \
- number of remaining authentication failures until the user's account is \
- locked
-INFO_DESCRIPTION_PWPSTATE_GET_LAST_LOGIN_TIME=Display the time that the \
- user last authenticated to the server
-INFO_DESCRIPTION_PWPSTATE_SET_LAST_LOGIN_TIME=Specify the time that the \
- user last authenticated to the server.  This should be used only for testing \
- purposes
-INFO_DESCRIPTION_PWPSTATE_CLEAR_LAST_LOGIN_TIME=Clear the time that the \
- user last authenticated to the server.  This should be used only for testing \
- purposes
-INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_IDLE_LOCKOUT=Display the \
- length of time in seconds until user's account is locked because it has \
- remained idle for too long
-INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_RESET_STATE=Display information \
- about whether the user will be required to change his or her password on the \
- next successful authentication
-INFO_DESCRIPTION_PWPSTATE_SET_PASSWORD_RESET_STATE=Specify whether the \
- user will be required to change his or her password on the next successful \
- authentication.  This should be used only for testing purposes
-INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_RESET_STATE=Clear information \
- about whether the user will be required to change his or her password on the \
- next successful authentication.  This should be used only for testing \
- purposes
-INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_RESET_LOCKOUT=Display the \
- length of time in seconds until user's account is locked because the user \
- failed to change the password in a timely manner after an administrative \
- reset
-INFO_DESCRIPTION_PWPSTATE_GET_GRACE_LOGIN_USE_TIMES=Display the grace \
- login use times for the user
-INFO_DESCRIPTION_PWPSTATE_ADD_GRACE_LOGIN_USE_TIME=Add a grace login use \
- time to the user account.  This should be used only for testing purposes
-INFO_DESCRIPTION_PWPSTATE_SET_GRACE_LOGIN_USE_TIMES=Specify the grace \
- login use times for the user.  This should be used only for testing purposes
-INFO_DESCRIPTION_PWPSTATE_CLEAR_GRACE_LOGIN_USE_TIMES=Clear the set of \
- grace login use times for the user.  This should be used only for testing \
- purposes
-INFO_DESCRIPTION_PWPSTATE_GET_REMAINING_GRACE_LOGIN_COUNT=Display the \
- number of grace logins remaining for the user
-INFO_DESCRIPTION_PWPSTATE_GET_PW_CHANGED_BY_REQUIRED_TIME=Display the \
- required password change time with which the user last complied
-INFO_DESCRIPTION_PWPSTATE_SET_PW_CHANGED_BY_REQUIRED_TIME=Specify the \
- required password change time with which the user last complied.  This should \
- be used only for testing purposes
-INFO_DESCRIPTION_PWPSTATE_CLEAR_PW_CHANGED_BY_REQUIRED_TIME=Clear \
- information about the required password change time with which the user last \
- complied.  This should be used only for testing purposes
-INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_REQUIRED_CHANGE_TIME=Display \
- the length of time in seconds that the user has remaining to change his or \
- her password before the account becomes locked due to the required change \
- time
-ERR_PWPSTATE_NO_SUBCOMMAND=No subcommand was provided to indicate \
- which password policy state operation should be performed
-ERR_PWPSTATE_INVALID_BOOLEAN_VALUE=The provided value '%s' was \
- invalid for the requested operation.  A Boolean value of either 'true' or \
- 'false' was expected
-ERR_PWPSTATE_NO_BOOLEAN_VALUE=No value was specified, but the \
- requested operation requires a Boolean value of either 'true' or 'false'
-ERR_PWPSTATE_INVALID_SUBCOMMAND=Unrecognized subcommand '%s'
-ERR_PWPSTATE_CANNOT_SEND_REQUEST_EXTOP=An error occurred while \
- attempting to send the request to the server:  %s
-ERR_PWPSTATE_CONNECTION_CLOSED_READING_RESPONSE=The Directory \
- Server closed the connection before the response could be read
-ERR_PWPSTATE_REQUEST_FAILED=The server was unable to process the \
- request:  result code %d (%s), error message '%s'
-ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_MESSAGE=The server was unable \
- to decode the response message from the server:  %s
-ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_OP=Unable to decode \
- information about an operation contained in the response:  %s
-INFO_PWPSTATE_LABEL_PASSWORD_POLICY_DN=Password Policy DN
-INFO_PWPSTATE_LABEL_ACCOUNT_DISABLED_STATE=Account Is Disabled
-INFO_PWPSTATE_LABEL_ACCOUNT_EXPIRATION_TIME=Account Expiration Time
-INFO_PWPSTATE_LABEL_SECONDS_UNTIL_ACCOUNT_EXPIRATION=Seconds Until \
- Account Expiration
-INFO_PWPSTATE_LABEL_PASSWORD_CHANGED_TIME=Password Changed Time
-INFO_PWPSTATE_LABEL_PASSWORD_EXPIRATION_WARNED_TIME=Password Expiration \
- Warned Time
-INFO_PWPSTATE_LABEL_SECONDS_UNTIL_PASSWORD_EXPIRATION=Seconds Until \
- Password Expiration
-INFO_PWPSTATE_LABEL_SECONDS_UNTIL_PASSWORD_EXPIRATION_WARNING=Seconds \
- Until Password Expiration Warning
-INFO_PWPSTATE_LABEL_AUTH_FAILURE_TIMES=Authentication Failure Times
-INFO_PWPSTATE_LABEL_SECONDS_UNTIL_AUTH_FAILURE_UNLOCK=Seconds Until \
- Authentication Failure Unlock
-INFO_PWPSTATE_LABEL_REMAINING_AUTH_FAILURE_COUNT=Remaining \
- Authentication Failure Count
-INFO_PWPSTATE_LABEL_LAST_LOGIN_TIME=Last Login Time
-INFO_PWPSTATE_LABEL_SECONDS_UNTIL_IDLE_LOCKOUT=Seconds Until Idle \
- Account Lockout
-INFO_PWPSTATE_LABEL_PASSWORD_RESET_STATE=Password Is Reset
-INFO_PWPSTATE_LABEL_SECONDS_UNTIL_PASSWORD_RESET_LOCKOUT=Seconds Until \
- Password Reset Lockout
-INFO_PWPSTATE_LABEL_GRACE_LOGIN_USE_TIMES=Grace Login Use Times
-INFO_PWPSTATE_LABEL_REMAINING_GRACE_LOGIN_COUNT=Remaining Grace Login \
- Count
-INFO_PWPSTATE_LABEL_PASSWORD_CHANGED_BY_REQUIRED_TIME=Password Changed \
- by Required Time
-INFO_PWPSTATE_LABEL_SECONDS_UNTIL_REQUIRED_CHANGE_TIME=Seconds Until \
- Required Change Time
-ERR_PWPSTATE_INVALID_RESPONSE_OP_TYPE=Unrecognized or invalid \
- operation type:  %s
-ERR_PWPSTATE_MUTUALLY_EXCLUSIVE_ARGUMENTS=ERROR:  You may not \
- provide both the %s and the %s arguments
-ERR_PWPSTATE_CANNOT_INITIALIZE_SSL=ERROR:  Unable to perform SSL \
- initialization:  %s
-ERR_PWPSTATE_CANNOT_PARSE_SASL_OPTION=ERROR:  The provided SASL \
- option string "%s" could not be parsed in the form "name=value"
-ERR_PWPSTATE_NO_SASL_MECHANISM=ERROR:  One or more SASL options \
- were provided, but none of them were the "mech" option to specify which SASL \
- mechanism should be used
-ERR_PWPSTATE_CANNOT_DETERMINE_PORT=ERROR:  Cannot parse the value \
- of the %s argument as an integer value between 1 and 65535:  %s
-ERR_PWPSTATE_CANNOT_CONNECT=ERROR:  Cannot establish a connection to \
- the Directory Server %s.  Verify that the server is running and that \
- the provided credentials are valid.  Details:  %s
-INFO_UPGRADE_DESCRIPTION_FILE=Specifies an existing server package \
- (.zip) file to which the current build will be upgraded using the command \
- line version of this tool
-INFO_UPGRADE_DESCRIPTION_NO_PROMPT=Use non-interactive mode.  Prompt for \
- any required information rather than fail
-INFO_UPGRADE_DESCRIPTION_SILENT=Perform a quiet upgrade or reversion
-INFO_LDIFIMPORT_DESCRIPTION_COUNT_REJECTS=Count the number of entries \
- rejected by the server and return that value as the exit code (values > 255 \
- will be reduced to 255 due to exit code restrictions)
-INFO_LDIFIMPORT_DESCRIPTION_SKIP_FILE=Write skipped entries to the \
- specified file
-ERR_LDIFIMPORT_CANNOT_OPEN_SKIP_FILE=An error occurred while \
- trying to open the skip file %s for writing:  %s
-INFO_VERIFYINDEX_DESCRIPTION_COUNT_ERRORS=Count the number of errors \
- found during the verification and return that value as the exit code (values \
- > 255 will be reduced to 255 due to exit code restrictions)
-INFO_PWPSTATE_LABEL_PASSWORD_HISTORY=Password History
-INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_HISTORY=Display password history \
- state values for the user
-INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_HISTORY=Clear password history \
- state values for the user.  This should be used only for testing purposes
-ERR_CONFIGDS_PORT_ALREADY_SPECIFIED=ERROR:  You have specified \
- the value %s for different ports
-ERR_CLI_ERROR_PROPERTY_UNRECOGNIZED=The property "%s" is not a \
- recognized property
-ERR_CLI_ERROR_MISSING_PROPERTY=The mandatory property "%s" is \
- missing
-ERR_CLI_ERROR_INVALID_PROPERTY_VALUE=The value "%s" specified for \
- the property "%s" is invalid
-INFO_CLI_HEADING_PROPERTY_DEFAULT_VALUE=Default value
-INFO_REVERT_DESCRIPTION_DIRECTORY=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=The installation will be \
- reverted to the state before the most recent upgrade
-INFO_REVERT_DESCRIPTION_INTERACTIVE=Prompt for any required information \
- rather than fail
-INFO_REVERT_DESCRIPTION_SILENT=Perform a quiet reversion
-INFO_LDIFIMPORT_DESCRIPTION_CLEAR_BACKEND=Remove all entries for all \
- base DNs in the backend before importing
-ERR_LDIFIMPORT_MISSING_BACKEND_ARGUMENT=Neither the %s or the %s \
- argument was provided.  One of these arguments must be given to specify the \
- backend for the LDIF data to be imported to
-ERR_LDIFIMPORT_MISSING_CLEAR_BACKEND=Importing to a backend \
- without the append argument will remove all entries for all base DNs (%s) in \
- the backend. The %s argument must be given to continue with import
-ERR_MAKELDIF_TAG_LIST_NO_ARGUMENTS=The list tag on line %d of the \
- template file does not contain any arguments to specify the list values.  At \
- least one list value must be provided
-WARN_MAKELDIF_TAG_LIST_INVALID_WEIGHT=The list tag on line %d of \
- the template file contains item '%s' that includes a semicolon but that \
- semicolon is not followed by an integer.  The semicolon will be assumed to be \
- part of the value and not a delimiter to separate the value from its relative \
- weight
-ERR_INITIALIZE_SERVER_ROOT=An unexpected error occurred \
-  attempting to set the server's root directory to %s: %s
-ERR_LDAP_CONN_MUTUALLY_EXCLUSIVE_ARGUMENTS=ERROR:  You may not \
- provide both the %s and the %s arguments
-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"
-ERR_LDAP_CONN_NO_SASL_MECHANISM=ERROR:  One or more SASL options \
- were provided, but none of them were the "mech" option to specify which SASL \
- mechanism should be used
-ERR_LDAP_CONN_CANNOT_DETERMINE_PORT=ERROR:  Cannot parse the value \
- of the %s argument as an integer value between 1 and 65535:  %s
-ERR_LDAP_CONN_CANNOT_CONNECT=ERROR:  Cannot establish a connection \
- to the Directory Server %s.  Verify that the server is running and that \
- the provided credentials are valid.  Details:  %s
-INFO_LDAP_CONN_DESCRIPTION_HOST=Directory server hostname or IP address
-INFO_LDAP_CONN_DESCRIPTION_PORT=Directory server port number
-INFO_LDAP_CONN_DESCRIPTION_USESSL=Use SSL for secure communication with \
- the server
-INFO_LDAP_CONN_DESCRIPTION_USESTARTTLS=Use StartTLS for secure \
- communication with the server
-INFO_LDAP_CONN_DESCRIPTION_BINDDN=DN to use to bind to the server
-INFO_LDAP_CONN_DESCRIPTION_BINDPW=Password to use to bind to the server
-INFO_LDAP_CONN_DESCRIPTION_BINDPWFILE=Bind password file
-INFO_LDAP_CONN_DESCRIPTION_SASLOPTIONS=SASL bind options
-INFO_LDAP_CONN_DESCRIPTION_TRUST_ALL=Trust all server SSL certificates
-INFO_LDAP_CONN_DESCRIPTION_KSFILE=Certificate key store path
-INFO_LDAP_CONN_DESCRIPTION_KSPW=Certificate key store PIN
-INFO_LDAP_CONN_DESCRIPTION_KSPWFILE=Certificate key store PIN file
-INFO_LDAP_CONN_DESCRIPTION_TSFILE=Certificate trust store path
-INFO_LDAP_CONN_DESCRIPTION_TSPW=Certificate trust store PIN
-INFO_LDAP_CONN_DESCRIPTION_TSPWFILE=Certificate trust store PIN file
-ERR_TASK_CLIENT_UNEXPECTED_CONNECTION_CLOSURE=NOTICE:  The \
- connection to the Directory Server was closed while waiting for a response to \
- the shutdown request.  This likely means that the server has started the \
- shutdown process
-ERR_TASK_TOOL_IO_ERROR=ERROR:  An I/O error occurred while \
- attempting to communicate with the Directory Server:  %s
-ERR_TASK_TOOL_DECODE_ERROR=ERROR:  An error occurred while \
- trying to decode the response from the server:  %s
-ERR_TASK_CLIENT_INVALID_RESPONSE_TYPE=ERROR:  Expected an add \
- response message but got a %s message instead
-INFO_TASK_TOOL_TASK_SCHEDULED_NOW=%s task %s scheduled to start \
-  immediately
-ERR_LDAP_CONN_INCOMPATIBLE_ARGS=ERROR:  argument %s is \
- incompatible with use of this tool to interact with the directory as a client
-ERR_CREATERC_ONLY_RUNS_ON_UNIX=This tool may only be used on \
- UNIX-based systems
-INFO_CREATERC_TOOL_DESCRIPTION=Create an RC script that may be used to \
- start, stop, and restart the Directory Server on UNIX-based systems
-INFO_CREATERC_OUTFILE_DESCRIPTION=The path to the output file to create
-ERR_CREATERC_UNABLE_TO_DETERMINE_SERVER_ROOT=Unable to determine \
- the path to the server root directory.  Please ensure that the %s system \
- property or the %s environment variable is set to the path of the server \
- root directory
-ERR_CREATERC_CANNOT_WRITE=An error occurred while attempting to \
- generate the RC script:  %s
-ERR_DSCFG_ERROR_QUIET_AND_INTERACTIVE_INCOMPATIBLE=If you specify \
- the {%s} argument you must also specify {%s}
-INFO_DESCRIPTION_DBTEST_TOOL=This utility can be used to debug the JE \
-  database
-INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_ROOT_CONTAINERS=List the root \
-  containers used by all JE backends
-INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_ENTRY_CONTAINERS=List the entry \
-  containers for a root container
-INFO_DESCRIPTION_DBTEST_SUBCMD_DUMP_DATABASE_CONTAINER=Dump records from \
-  a database container
-INFO_DESCRIPTION_DBTEST_BACKEND_ID=The backend ID of the JE backend to \
-  debug
-INFO_DESCRIPTION_DBTEST_BASE_DN=The base DN of the entry container to debug
-INFO_DESCRIPTION_DBTEST_DATABASE_NAME=The name of the database container \
-  to debug
-INFO_DESCRIPTION_DBTEST_SKIP_DECODE=Do not try to decode the JE data to \
-  their appropriate types
-ERR_DBTEST_DECODE_FAIL=An error occurred while decoding data: %s
-INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_INDEX_STATUS=List the status of \
-  indexes in an entry container
-INFO_DESCRIPTION_DBTEST_MAX_KEY_VALUE=Only show records with keys that \
-  should be ordered before the provided value using the comparator for the \
-  database container
-INFO_DESCRIPTION_DBTEST_MIN_KEY_VALUE=Only show records with keys that \
-  should be ordered after the provided value using the comparator for the \
-  database container
-INFO_DESCRIPTION_DBTEST_MAX_DATA_SIZE=Only show records whose data is no \
-  larger than the provided value
-INFO_DESCRIPTION_DBTEST_MIN_DATA_SIZE=Only show records whose data is no \
-  smaller than the provided value
-INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_DATABASE_CONTAINERS=List the database \
-  containers for an entry container
-INFO_LABEL_DBTEST_BACKEND_ID=Backend ID
-INFO_LABEL_DBTEST_DB_DIRECTORY=Database Directory
-INFO_LABEL_DBTEST_BASE_DN=Base DN
-INFO_LABEL_DBTEST_JE_DATABASE_PREFIX=JE Database Prefix
-INFO_LABEL_DBTEST_ENTRY_COUNT=Entry Count
-ERR_DBTEST_NO_BACKENDS_FOR_ID=None of the Directory Server \
-  backends are configured with the requested backend ID %s
-ERR_DBTEST_NO_ENTRY_CONTAINERS_FOR_BASE_DN=None of the entry \
-  containers are configured with the requested base DN %s in backend %s
-ERR_DBTEST_NO_DATABASE_CONTAINERS_FOR_NAME=No database container \
-  exists with the requested name %s in entry container %s and backend %s
-ERR_DBTEST_ERROR_INITIALIZING_BACKEND=An unexpected error occurred \
-  while attempting to initialize the JE backend %s: %s
-ERR_DBTEST_ERROR_READING_DATABASE=An unexpected error occurred \
-  while attempting to read and/or decode records from the database: %s
-ERR_DBTEST_DECODE_BASE_DN=Unable to decode base DN string "%s" as \
-  a valid distinguished name:  %s
-INFO_LABEL_DBTEST_DATABASE_NAME=Database Name
-INFO_LABEL_DBTEST_DATABASE_TYPE=Database Type
-INFO_LABEL_DBTEST_JE_DATABASE_NAME=JE Database Name
-INFO_LABEL_DBTEST_JE_RECORD_COUNT=Record Count
-INFO_LABEL_DBTEST_INDEX_NAME=Index Name
-INFO_LABEL_DBTEST_INDEX_TYPE=Index Type
-INFO_LABEL_DBTEST_INDEX_STATUS=Index Status
-INFO_LABEL_DBTEST_KEY=Key
-INFO_LABEL_DBTEST_DATA=Data
-WARN_DBTEST_CANNOT_UNLOCK_BACKEND=An error occurred while \
- attempting to release the shared lock for backend %s:  %s.  This lock should \
- automatically be cleared when the process exits, so no further action \
- should be required
-ERR_DBTEST_CANNOT_LOCK_BACKEND=An error occurred while \
- attempting to acquire a shared lock for backend %s:  %s.  This generally \
- means that some other process has exclusive access to this backend (e.g., a \
- restore or an LDIF import)
-ERR_DBTEST_CANNOT_DECODE_KEY=An error occurred while decoding the \
-  min/max key value %s: %s. Values prefixed with "0x" will be decoded as raw \
-  bytes in hex. When dumping the DN2ID database, the value must be a valid \
-  distinguished name. When dumping the ID2Entry database, the value will be \
-  decoded as a entry ID. When dumping all other databases, the value will be \
-  decoded as a string
-INFO_LABEL_DBTEST_ENTRY=Entry
-INFO_LABEL_DBTEST_ENTRY_ID=Entry ID
-INFO_LABEL_DBTEST_ENTRY_DN=Entry DN
-INFO_LABEL_DBTEST_URI=URI
-INFO_LABEL_DBTEST_INDEX_VALUE=Indexed Value
-INFO_LABEL_DBTEST_INDEX_ENTRY_ID_LIST=Entry ID List
-INFO_LABEL_DBTEST_VLV_INDEX_LAST_SORT_KEYS=Last Sort Keys
-ERR_DBTEST_CANNOT_DECODE_SIZE=An error occurred while parsing the \
-  min/max data size %s as a integer: %s
-ERR_CONFIGDS_CANNOT_ENABLE_ADS_TRUST_STORE=An error occurred while \
- attempting to enable the ADS trust store: %s
-ERR_DBTEST_MISSING_SUBCOMMAND=A sub-command must be specified
-INFO_CREATERC_USER_DESCRIPTION=The name of the user account under which \
- the server should run
-INFO_CREATERC_JAVA_HOME_DESCRIPTION=The path to the Java installation \
- that should be used to run the server
-INFO_CREATERC_JAVA_ARGS_DESCRIPTION=A set of arguments that should be \
- passed to the JVM when running the server
-ERR_CREATERC_JAVA_HOME_DOESNT_EXIST=The directory %s specified \
- as the OPENDJ_JAVA_HOME path does not exist or is not a directory
-INFO_INSTALLDS_STATUS_COMMAND_LINE=To see basic server configuration \
-status and configuration you can launch %s
-INFO_INSTALLDS_PROMPT_ENABLE_SSL=Do you want to enable SSL?
-INFO_INSTALLDS_PROMPT_LDAPSPORT=On which port would you like the \
- Directory Server to accept connections from LDAPS clients?
-INFO_INSTALLDS_ENABLE_STARTTLS=Do you want to enable Start TLS?
-INFO_INSTALLDS_PROMPT_JKS_PATH=Java Key Store (JKS) path:
-INFO_INSTALLDS_PROMPT_PKCS12_PATH=PKCS#12 key Store path:
-INFO_INSTALLDS_PROMPT_KEYSTORE_PASSWORD=Key store PIN:
-INFO_INSTALLDS_PROMPT_CERTNICKNAME=Use nickname %s?
-INFO_INSTALLDS_HEADER_CERT_TYPE=Certificate server options:
-INFO_INSTALLDS_CERT_OPTION_SELF_SIGNED=Generate self-signed certificate \
- (recommended for testing purposes only)
-INFO_INSTALLDS_CERT_OPTION_JKS=Use an existing certificate located on a \
- Java Key Store (JKS)
-INFO_INSTALLDS_CERT_OPTION_PKCS12=Use an existing certificate located on \
- a PKCS#12 key store
-INFO_INSTALLDS_CERT_OPTION_PKCS11=Use an existing certificate on a \
- PKCS#11 token
-INFO_INSTALLDS_PROMPT_CERT_TYPE_CHOICE=Certificate type selection:
-INFO_INSTALLDS_PROMPT_START_SERVER=Do you want to start the server when \
- the configuration is completed?
-ERR_INSTALLDS_CERTNICKNAME_NOT_FOUND=The provided certificate \
- nickname could not be found.  The key store contains the following \
- certificate nicknames: %s
-ERR_INSTALLDS_MUST_PROVIDE_CERTNICKNAME=The key store contains the \
- following certificate nicknames: %s.%nYou have to provide the nickname of the \
- certificate you want to use
-INFO_INSTALLDS_DESCRIPTION_DO_NOT_START=Do not start the server when the \
- configuration is completed
-INFO_INSTALLDS_DESCRIPTION_ENABLE_STARTTLS=Enable StartTLS to allow \
- secure communication with the server using the LDAP port
-INFO_INSTALLDS_DESCRIPTION_LDAPSPORT=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=Generate a \
- self-signed certificate that the server should use when accepting SSL-based \
- connections or performing StartTLS negotiation
-INFO_INSTALLDS_DESCRIPTION_USE_PKCS11=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=Path of a Java \
- Key Store (JKS) containing a certificate to be used as the server certificate
-INFO_INSTALLDS_DESCRIPTION_USE_PKCS12=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=Certificate key store PIN.  \
- A PIN is required when you specify to use an existing certificate (JKS, \
- JCEKS, PKCS#12 or PKCS#11) as server certificate
-INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_FILE=Certificate key store \
- PIN file.  A PIN is required when you specify to use an existing certificate \
- (JKS, JCEKS, PKCS#12 or PKCS#11) as server certificate
-INFO_INSTALLDS_DESCRIPTION_CERT_NICKNAME=Nickname of the \
- certificate that the server should use when accepting SSL-based \
- connections or performing StartTLS negotiation
-ERR_INSTALLDS_SEVERAL_CERTIFICATE_TYPE_SPECIFIED=You have \
- specified several certificate types to be used.  Only one certificate type \
- (self-signed, JKS, JCEKS, PKCS#12 or PCKS#11) is allowed
-ERR_INSTALLDS_CERTIFICATE_REQUIRED_FOR_SSL_OR_STARTTLS=You have \
- chosen to enable SSL or StartTLS.  You must specify which type of certificate \
- you want the server to use
-ERR_INSTALLDS_NO_KEYSTORE_PASSWORD=You must provide the PIN of the \
- keystore to retrieve the certificate to be used by the server.  You can use \
- {%s} or {%s}
-INFO_INSTALLDS_DESCRIPTION_NO_PROMPT=Perform an installation in \
- non-interactive mode.  If some data in the command is missing the user will \
- not be prompted and the tool will fail
-ERR_INSTALLDS_SSL_OR_STARTTLS_REQUIRED=You have specified to use a \
- certificate as server certificate.  You must enable SSL (using option {%s}) \
- or Start TLS (using option %s)
-ERR_UPGRADE_INCOMPATIBLE_ARGS=The argument '%s' is incompatible \
- with '%s'
-INFO_TASKINFO_TOOL_DESCRIPTION=This utility can be used to obtain a list \
- of tasks scheduled to run within the Directory Server as well as information \
- about individual tasks
-INFO_TASKINFO_SUMMARY_ARG_DESCRIPTION=Print a summary of tasks
-INFO_TASKINFO_TASK_ARG_DESCRIPTION=ID of a particular task \
- about which this tool will display information
-INFO_TASKINFO_CMD_REFRESH=refresh
-INFO_TASKINFO_CMD_CANCEL=cancel task
-INFO_TASKINFO_CMD_VIEW_LOGS=view logs
-INFO_TASKINFO_MENU_PROMPT=Enter a menu item or task number
-INFO_TASKINFO_CMD_CANCEL_NUMBER_PROMPT=Enter the number of a task to \
-  cancel [%d]
-INFO_TASKINFO_MENU=Menu
-ERR_TASKINFO_INVALID_TASK_NUMBER=Task number must be between 1 and \
-  %d
-ERR_TASKINFO_INVALID_MENU_KEY=Invalid menu item or task number '%s'
-INFO_TASKINFO_FIELD_ID=ID
-INFO_TASKINFO_FIELD_TYPE=Type
-INFO_TASKINFO_FIELD_STATUS=Status
-INFO_TASKINFO_FIELD_SCHEDULED_START=Scheduled Start Time
-INFO_TASKINFO_FIELD_ACTUAL_START=Actual Start Time
-INFO_TASKINFO_FIELD_COMPLETION_TIME=Completion Time
-INFO_TASKINFO_FIELD_DEPENDENCY=Dependencies
-INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION=Failed Dependency Action
-INFO_TASKINFO_FIELD_LOG=Log Message(s)
-INFO_TASKINFO_FIELD_LAST_LOG=Last Log Message
-INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION=Email Upon Completion
-INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR=Email Upon Error
-INFO_TASKINFO_CMD_CANCEL_SUCCESS=Task %s canceled
-ERR_TASKINFO_CMD_CANCEL_ERROR=Error canceling task %s:  %s
-ERR_TASKINFO_RETRIEVING_TASK_ENTRY=Error retrieving task entry \
-  %s:  %s
-ERR_TASKINFO_UNKNOWN_TASK_ENTRY=There are no tasks with ID %s
-INFO_TASKINFO_DETAILS=Task Details
-INFO_TASKINFO_OPTIONS=%s Options
-INFO_TASKINFO_NO_TASKS=No tasks exist
-INFO_TASKINFO_NONE=None
-INFO_TASKINFO_NONE_SPECIFIED=None Specified
-INFO_TASKINFO_IMMEDIATE_EXECUTION=Immediate execution
-INFO_TASKINFO_LDAP_EXCEPTION=Error connecting to the directory server: \
-  '%s'. Verify that the connection options are correct and that the server is \
-  running
-ERR_INCOMPATIBLE_ARGUMENTS=Options '%s' and '%s' are incompatible \
-  with each other and cannot be used together
-INFO_TASKINFO_TASK_ARG_CANCEL=ID of a particular task to cancel
-ERR_TASKINFO_CANCELING_TASK=Error canceling task '%s': %s
-ERR_TASKINFO_ACCESSING_LOGS=Error accessing logs for task '%s': %s
-ERR_TASKINFO_NOT_CANCELABLE_TASK_INDEX=Task at index %d is not \
-  cancelable
-ERR_TASKINFO_NOT_CANCELABLE_TASK=Task %s has finished and cannot \
-  be canceled
-INFO_TASKINFO_NO_CANCELABLE_TASKS=There are currently no cancelable tasks
-ERR_TASK_CLIENT_UNKNOWN_TASK=There are no tasks defined with ID '%s'
-ERR_TASK_CLIENT_UNCANCELABLE_TASK=Task '%s' has finished and \
-  cannot be canceled
-ERR_TASK_CLIENT_TASK_STATE_UNKNOWN=State for task '%s' cannot be \
-  determined
-INFO_DESCRIPTION_START_DATETIME=Indicates the date/time at which this \
-  operation will start when scheduled as a server task expressed in format \
-  'YYYYMMDDhhmmss'.  A value of '0' will cause the task to be scheduled for \
-  immediate execution.  When this option is specified the operation will be \
-  scheduled to start at the specified time after which this utility will exit \
-  immediately
-ERR_START_DATETIME_FORMAT=The start date/time must in format \
-  'YYYYMMDDhhmmss'
-INFO_TASK_TOOL_TASK_SCHEDULED_FUTURE=%s task %s scheduled to start %s
-ERR_TASK_TOOL_START_TIME_NO_LDAP=You have provided 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=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_TASK_TASK_ARGS=Task Scheduling Options
-INFO_DESCRIPTION_TASK_LDAP_ARGS=Task Backend Connection Options
-INFO_DESCRIPTION_GENERAL_ARGS=General Options
-INFO_DESCRIPTION_IO_ARGS=Utility Input/Output Options
-INFO_DESCRIPTION_LDAP_CONNECTION_ARGS=LDAP Connection Options
-INFO_DESCRIPTION_CONFIG_OPTIONS_ARGS=Configuration Options
-INFO_DESCRIPTION_TASK_COMPLETION_NOTIFICATION=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=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=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=Action this task will \
-  take should one if its dependent tasks fail.  The value must be one of %s.  \
-  If not specified defaults to %s
-ERR_TASKTOOL_OPTIONS_FOR_TASK_ONLY=The option %s is only \
-  applicable when scheduling this operation as a task
-ERR_TASKTOOL_INVALID_EMAIL_ADDRESS=The value %s for option %s is \
-  not a valid email address
-ERR_TASKTOOL_INVALID_FDA=The failed dependency action value %s is \
-  invalid.  The value must be one of %s
-ERR_TASKTOOL_FDA_WITH_NO_DEPENDENCY=The failed dependency action \
-  option is to be used in conjunction with one or more dependencies
-ERR_TASKINFO_TASK_NOT_CANCELABLE_TASK=Error:  task %s is not in a \
-  cancelable state
-NOTICE_BACKUPDB_CANCELLED=The backup process was cancelled
-INFO_INSTALLDS_DESCRIPTION_REJECTED_FILE=Write rejected entries to the \
- specified file
-ERR_INSTALLDS_CANNOT_WRITE_REJECTED=Cannot write to rejected entries \
- file %s.  Verify that you have enough write rights on the file
-INFO_INSTALLDS_PROMPT_REJECTED_FILE=Write rejected entries to file:
-INFO_INSTALLDS_DESCRIPTION_SKIPPED_FILE=Write skipped entries to the \
- specified file
-ERR_INSTALLDS_CANNOT_WRITE_SKIPPED=Cannot write to skipped entries \
- file %s.  Verify that you have enough write rights on the file
-INFO_INSTALLDS_PROMPT_SKIPPED_FILE=Write skipped entries to file:
-ERR_INSTALLDS_TOO_MANY_KEYSTORE_PASSWORD_TRIES=The maximum number \
- of tries to provide the certificate key store PIN is %s.  Install canceled
-INFO_JAVAPROPERTIES_TOOL_DESCRIPTION=This utility can be used to change \
- the java arguments and java home that are used by the different server \
- commands.%n%nBefore launching the command, edit the properties file located \
- in %s to specify the java arguments and java home. When you have edited the \
- properties file, run this command for the changes to be taken into account.\
- %n%nNote that the changes will only apply to this server installation. No \
- modifications will be made to your environment variables
-INFO_JAVAPROPERTIES_DESCRIPTION_SILENT=Run the tool in quiet mode.  Quiet \
- mode will not output progress information to standard output
-INFO_JAVAPROPERTIES_DESCRIPTION_PROPERTIES_FILE=The properties file to \
- be used to generate the scripts.  If this attribute is not specified %s will \
- be used
-INFO_JAVAPROPERTIES_DESCRIPTION_DESTINATION_FILE=The script file that \
- will be written.  If not specified %s will be written
-INFO_JAVAPROPERTIES_DESCRIPTION_HELP=Display this usage information
-ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE=The file properties "%s" \
- cannot be read.  Check that it exists and that you have read rights to it
-ERR_JAVAPROPERTIES_WITH_DESTINATION_FILE=The destination file "%s" \
- cannot be written.  Check that you have right reads to it
-ERR_JAVAPROPERTIES_WRITING_DESTINATION_FILE=The destination file \
- "%s" cannot be written.  Check that you have right reads to it
-INFO_JAVAPROPERTIES_SUCCESSFUL_NON_DEFAULT=The script file %s was \
- successfully created.  For the command-lines to use the java properties \
- specified on %s you must copy the created script file to %s
-INFO_JAVAPROPERTIES_SUCCESSFUL=The operation was successful.  The server \
- commands will use the java arguments and java home specified in the \
- properties file located in %s
-INFO_DESCRIPTION_TEST_IF_OFFLINE=When this is set test if the command \
- must be run in offline or online mode, returning the appropriate error code
-ERR_BACKUPDB_REPEATED_BACKEND_ID=The backend ID '%s' has been \
- specified several times
-ERR_INSTALLDS_EMPTY_DN_RESPONSE=ERROR:  The empty LDAP DN is not \
- a valid value
-INFO_FILE_PLACEHOLDER={file}
-INFO_DIRECTORY_PLACEHOLDER={directory}
-INFO_CONFIGFILE_PLACEHOLDER={configFile}
-INFO_LDIFFILE_PLACEHOLDER={ldifFile}
-INFO_SEED_PLACEHOLDER={seed}
-INFO_KEYSTOREPATH_PLACEHOLDER={keyStorePath}
-INFO_TRUSTSTOREPATH_PLACEHOLDER={trustStorePath}
-INFO_BINDPWD_FILE_PLACEHOLDER={bindPasswordFile}
-INFO_CONFIGCLASS_PLACEHOLDER={configClass}
-INFO_HOST_PLACEHOLDER={host}
-INFO_PORT_PLACEHOLDER={port}
-INFO_BASEDN_PLACEHOLDER={baseDN}
-INFO_ROOT_USER_DN_PLACEHOLDER={rootUserDN}
-INFO_BINDDN_PLACEHOLDER={bindDN}
-INFO_BINDPWD_PLACEHOLDER={bindPassword}
-INFO_KEYSTORE_PWD_PLACEHOLDER={keyStorePassword}
-INFO_PATH_PLACEHOLDER={path}
-INFO_TRUSTSTORE_PWD_FILE_PLACEHOLDER={path}
-INFO_TRUSTSTORE_PWD_PLACEHOLDER={trustStorePassword}
-INFO_NICKNAME_PLACEHOLDER={nickname}
-INFO_ASSERTION_FILTER_PLACEHOLDER={filter}
-INFO_FILTER_PLACEHOLDER={filter}
-INFO_PROXYAUTHID_PLACEHOLDER={authzID}
-INFO_SASL_OPTION_PLACEHOLDER={name=value}
-INFO_PROTOCOL_VERSION_PLACEHOLDER={version}
-INFO_DESCRIPTION_PLACEHOLDER={description}
-INFO_GROUPNAME_PLACEHOLDER={groupName}
-INFO_MEMBERNAME_PLACEHOLDER={memberName}
-INFO_BACKENDNAME_PLACEHOLDER={backendName}
-INFO_SERVERID_PLACEHOLDER={serverID}
-INFO_USERID_PLACEHOLDER={userID}
-INFO_VALUE_SET_PLACEHOLDER={PROP:VALUE}
-INFO_START_DATETIME_PLACEHOLDER={startTime}
-INFO_PROP_FILE_PATH_PLACEHOLDER={propertiesFilePath}
-INFO_EMAIL_ADDRESS_PLACEHOLDER={emailAddress}
-INFO_TASK_ID_PLACEHOLDER={taskID}
-INFO_ACTION_PLACEHOLDER={action}
-INFO_TYPE_PLACEHOLDER={type}
-INFO_CATEGORY_PLACEHOLDER={category}
-INFO_PROPERTY_PLACEHOLDER={property}
-INFO_NAME_PLACEHOLDER={name}
-INFO_UNIT_PLACEHOLDER={unit}
-INFO_BACKUPID_PLACEHOLDER={backupID}
-INFO_BACKUPDIR_PLACEHOLDER={backupDir}
-INFO_LDAPPORT_PLACEHOLDER={ldapPort}
-INFO_JMXPORT_PLACEHOLDER={jmxPort}
-INFO_KEY_MANAGER_PROVIDER_DN_PLACEHOLDER={keyManagerProviderDN}
-INFO_TRUST_MANAGER_PROVIDER_DN_PLACEHOLDER={trustManagerProviderDN}
-INFO_KEY_MANAGER_PATH_PLACEHOLDER={keyManagerPath}
-INFO_ROOT_USER_PWD_PLACEHOLDER={rootUserPassword}
-INFO_SERVER_ROOT_DIR_PLACEHOLDER={serverRootDir}
-INFO_SERVICE_NAME_PLACEHOLDER={serviceName}
-INFO_USER_NAME_PLACEHOLDER={userName}
-INFO_ARGS_PLACEHOLDER={args}
-INFO_DATABASE_NAME_PLACEHOLDER={databaseName}
-INFO_MAX_KEY_VALUE_PLACEHOLDER={maxKeyValue}
-INFO_MIN_KEY_VALUE_PLACEHOLDER={minKeyValue}
-INFO_MAX_DATA_SIZE_PLACEHOLDER={maxDataSize}
-INFO_MIN_DATA_SIZE_PLACEHOLDER={minDataSize}
-INFO_CLEAR_PWD={clearPW}
-INFO_ENCODED_PWD_PLACEHOLDER={encodedPW}
-INFO_STORAGE_SCHEME_PLACEHOLDER={scheme}
-INFO_BRANCH_DN_PLACEHOLDER={branchDN}
-INFO_ATTRIBUTE_PLACEHOLDER={attribute}
-INFO_WRAP_COLUMN_PLACEHOLDER={wrapColumn}
-INFO_TEMPLATE_FILE_PLACEHOLDER={templateFile}
-INFO_REJECT_FILE_PLACEHOLDER={rejectFile}
-INFO_SKIP_FILE_PLACEHOLDER={skipFile}
-INFO_PROGRAM_NAME_PLACEHOLDER={programName}
-INFO_NUM_ENTRIES_PLACEHOLDER={numEntries}
-INFO_ROOT_USER_PWD_FILE_PLACEHOLDER={rootUserPasswordFile}
-INFO_LDAP_CONTROL_PLACEHOLDER={controloid[:criticality[:value|::b64value|:<filePath]]}
-INFO_ENCODING_PLACEHOLDER={encoding}
-INFO_ATTRIBUTE_LIST_PLACEHOLDER={attrList}
-INFO_NEW_PASSWORD_PLACEHOLDER={newPassword}
-INFO_CURRENT_PASSWORD_PLACEHOLDER={currentPassword}
-INFO_SEARCH_SCOPE_PLACEHOLDER={searchScope}
-INFO_SORT_ORDER_PLACEHOLDER={sortOrder}
-INFO_VLV_PLACEHOLDER={before:after:index:count | before:after:value}
-INFO_DEREFERENCE_POLICE_PLACEHOLDER={dereferencePolicy}
-INFO_SIZE_LIMIT_PLACEHOLDER={sizeLimit}
-INFO_TIME_LIMIT_PLACEHOLDER={timeLimit}
-INFO_SCOPE_PLACEHOLDER={scope}
-INFO_FILTER_FILE_PLACEHOLDER={filterFile}
-INFO_OUTPUT_FILE_PLACEHOLDER={outputFile}
-INFO_TARGETDN_PLACEHOLDER={targetDN}
-INFO_TIME_PLACEHOLDER={time}
-INFO_TRUE_FALSE_PLACEHOLDER={true|false}
-INFO_INDEX_PLACEHOLDER={index}
-INFO_STOP_REASON_PLACEHOLDER={stopReason}
-INFO_STOP_TIME_PLACEHOLDER={stopTime}
-INFO_SECONDS_PLACEHOLDER={seconds}
-INFO_DATA_PLACEHOLDER={data}
-INFO_ADDRESS_PLACEHOLDER={address}
-INFO_SUBJECT_PLACEHOLDER={subject}
-INFO_ADMINUID_PLACEHOLDER={adminUID}
-INFO_KEYSTORE_PWD_FILE_PLACEHOLDER={keyStorePasswordFile}
-INFO_PSEARCH_PLACEHOLDER=ps[:changetype[:changesonly[:entrychgcontrols]]]
-INFO_MULTICHOICE_TRUE_VALUE=true
-INFO_MULTICHOICE_FALSE_VALUE=false
-INFO_INSTALLDS_SERVER_JMXPORT_LABEL=JMX Listener Port:
-INFO_INSTALLDS_START_SERVER=Start Server when the configuration is completed
-INFO_INSTALLDS_DO_NOT_START_SERVER=Do not start Server when the configuration \
- is completed
-INFO_INSTALLDS_SUMMARY=Setup Summary%n=============
-INFO_INSTALLDS_CONFIRM_INSTALL_PROMPT=What would you like to do?
-INFO_INSTALLDS_CONFIRM_INSTALL=Setup the server with the parameters above
-INFO_INSTALLDS_PROVIDE_DATA_AGAIN=Provide the setup parameters again
-INFO_INSTALLDS_CANCEL=Cancel the setup
-ERR_CONFIGDS_CANNOT_UPDATE_CRYPTO_MANAGER=An error occurred while \
- attempting to update the crypto manager in the Directory Server: %s
-INFO_TASK_TOOL_TASK_SUCESSFULL=%s task %s has been successfully completed
-INFO_TASK_TOOL_TASK_NOT_SUCESSFULL=%s task %s did not complete \
- successfully
-ERR_CANNOT_READ_TRUSTSTORE=Cannot access trust store '%s'.  Verify \
- that the provided trust store exists and that you have read access rights to it
-ERR_CANNOT_READ_KEYSTORE=Cannot access key store '%s'.  Verify \
- that the provided key store exists and that you have read access rights to it
-INFO_LDIFDIFF_DESCRIPTION_IGNORE_ATTRS=File containing a list of attributes \
- to ignore when computing the difference
-INFO_LDIFDIFF_DESCRIPTION_IGNORE_ENTRIES=File containing a list of entries (DN) \
- to ignore when computing the difference
-ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ENTRIES=An error occurred while attempting \
- to read the file '%s' containing the list of ignored entries: %s
-ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ATTRIBS=An error occurred while attempting \
- to read the file '%s' containing the list of ignored attributes: %s
-INFO_LDIFDIFF_CANNOT_PARSE_STRING_AS_DN=The string '%s' from file '%s' could \
- not be parsed as a dn
-INFO_CHANGE_NUMBER_CONTROL_RESULT=The %s operation change number is %s
-INFO_INSTALLDS_PROMPT_ADMINCONNECTORPORT=On which port would you like the \
- Administration Connector to accept connections?
-INFO_INSTALLDS_DESCRIPTION_ADMINCONNECTORPORT=Port on which the \
- Administration Connector should listen for communication
-ERR_CONFIGDS_CANNOT_UPDATE_ADMIN_CONNECTOR_PORT=An error occurred \
- while attempting to update the administration connector port:  %s
-ERR_TASKINFO_LDAP_EXCEPTION_SSL=Error connecting to the directory server at %s on %s. \
-Check this port is an administration port
-INFO_DESCRIPTION_ADMIN_PORT=Directory server administration port number
-INFO_INSTALLDS_DESCRIPTION_USE_JCEKS=Path of a JCEKS containing a \
- certificate to be used as the server certificate
-INFO_INSTALLDS_CERT_OPTION_JCEKS=Use an existing certificate located on a \
- JCEKS key store
-INFO_INSTALLDS_PROMPT_JCEKS_PATH=JCEKS Key Store path:
-ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_PROVIDER=Error creating \
- JCEKS Key Provider configuration:  %s
-ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_TRUST_MANAGER=Error \
- creating JCEKS Trust Manager configuration:  %s
-ERR_STOPDS_CANNOT_CONNECT_SSL=ERROR:  Cannot establish a connection to \
- the Directory Server at %s on port %s. Check this port is an administration port
-ERR_PWPSTATE_CANNOT_CONNECT_SSL=ERROR:  Cannot establish a connection to \
- the Directory Server at %s on port %s. Check this port is an administration port
-INFO_IPATH_PLACEHOLDER={instancePath}
-INFO_CURRENT_USER_PLACEHOLDER={currentUser}
-INFO_CONFIGURE_DESCRIPTION_IPATH=Path where the instance will be located
-INFO_CONFIGURE_DESCRIPTION_USERNAME=User name of the owner of the instance
-INFO_CONFIGURE_DESCRIPTION_GROUPNAME=Group name of the owner of the instance
-INFO_CONFIGURE_USAGE_DESCRIPTION=This utility sets the instance location
-ERR_CONFIGURE_NOT_DIRECTORY=[%s] is not a directory. Only directories can \
-be used as {instancePath}
-ERR_CONFIGURE_DIRECTORY_NOT_EMPTY=[%s] is not empty. Only empty directories can \
-be used as {instancePath}
-ERR_CONFIGURE_DIRECTORY_NOT_WRITABLE=[%s] is not writable. Cannot create \
-Directory Server instance
-ERR_CONFIGURE_BAD_USER_NAME=[%s] does not start with a letter. \
-Cannot be specified as {userName}
-ERR_CONFIGURE_GET_GROUP_ERROR=Unable to retrieve group for [%s]. \
-Check that [%s] exists
-ERR_CONFIGURE_CHMOD_ERROR=Unable to use [%s]/[%s] as {userName}/{groupName}. \
-Check that %s exists and belongs to %s
-ERR_CONFIGURE_CURRENT_USER_ERROR=Unauthorized user. \
-Only user that can write [%s] can use this command
-INFO_CHECK_DESCRIPTION=This utility checks version and owner of the instance
-INFO_CHECK_DESCRIPTION_CURRENT_USER=Current user
-INFO_CHECK_DESCRIPTION_CHECK_VERSION=Specifies that check on version should be done
-ERR_CHECK_USER_ERROR=Current user is not owner of the instance. Only [%s] can run this command
-ERR_CHECK_VERSION_NOT_MATCH=Data version does not match binaries. Run upgrade script to solve this
-ERR_CONFIGURE_USER_NOT_EXIST=User [%s] does not exist
-ERR_CONFIGURE_LDAPUSER_NOT_EXIST=User/role [%s] does not exist. \
-Create it or use --userName option to specify another user
-ERR_BACKUPDB_CANNOT_BACKUP_IN_DIRECTORY=The target backend %s \
- cannot be backed up to the backup directory %s: this directory is \
- already a backup location for backend %s
-INFO_RECURRING_TASK_PLACEHOLDER={schedulePattern}
-ERR_ENCPW_CANNOT_INITIALIZE_SERVER_COMPONENTS=An error occurred \
- while attempting to initialize server components to run the encode \
- password tool:  %s
-ERR_LDIFIMPORT_COUNT_REJECTS_REQUIRES_OFFLINE=The %s \
- argument is not supported for online imports
-INFO_DESCRIPTION_RECURRING_TASK=Indicates the task is recurring and will \
- be scheduled according to the value argument expressed in crontab(5) \
- compatible time/date pattern
-INFO_TASK_TOOL_RECURRING_TASK_SCHEDULED=Recurring %s task %s scheduled \
- successfully
-INFO_UNCONFIGURE_USAGE_DESCRIPTION=This utility unsets the instance location
-INFO_DESCRIPTION_CHECK_OPTIONS=Checks options are valid
-ERR_INTERNAL=Internal Error: %s
-ERR_INSTALL_ROOT_NOT_SPECIFIED=INSTALL_ROOT property not specified
-ERR_INSTANCE_ROOT_NOT_SPECIFIED=INSTANCE_ROOT property not specified
-ERR_CONFIG_LDIF_NOT_FOUND=The "config.ldif" file is not present in \
-the instance directory %s.\nInstance directory is referenced by %s
-INFO_LDIFEXPORT_PATH_TO_LDIF_FILE=Exporting to %s
-INFO_PROMPT_YES_COMPLETE_ANSWER=yes
-INFO_PROMPT_YES_FIRST_LETTER_ANSWER=y
-INFO_PROMPT_NO_COMPLETE_ANSWER=no
-INFO_PROMPT_NO_FIRST_LETTER_ANSWER=n
-ERR_START_DATETIME_ALREADY_PASSED=The specified start time '%s' \
- has already passed
-ERR_LDAPCOMPARE_ERROR_READING_FILE=An error occurred reading file \
- '%s'.  Check that the file exists and that you have read access rights to \
- it.  Details: %s
-ERR_STOPDS_DATETIME_ALREADY_PASSED=The specified stop time '%s' \
- has already passed
-ERR_LDAPCOMPARE_FILENAME_AND_DNS=Both entry DNs and a file name \
- were provided for the compare operation.  These arguments are not compatible
-INFO_TASKINFO_CMD_REFRESH_CHAR=r
-INFO_TASKINFO_CMD_CANCEL_CHAR=c
-INFO_TASKINFO_CMD_VIEW_LOGS_CHAR=l
-INFO_LDIFDIFF_DESCRIPTION_CHECK_SCHEMA=Takes into account the syntax of \
- the attributes as defined in the schema to make the value comparison.  The \
- provided LDIF files must be conform to the server schema
-WARN_LDIFDIFF_NO_CONFIG_FILE=WARNING:  no configuration file was \
- provided as argument.  No schema check will be performed.  If this is being \
- called throught the '%s' command-line, verify that the script has not been \
- modified
-INFO_LDAPAUTH_NON_EMPTY_PASSWORD=You must provide a non-empty password \
-to continue
-INFO_BATCH_FILE_PATH_PLACEHOLDER={batchFilePath}
-INFO_DESCRIPTION_BATCH_FILE_PATH=Path to a batch file containing \
-a set of dsconfig commands to be executed
-ERR_DSCFG_ERROR_BATCH_FILE_AND_INTERACTIVE_INCOMPATIBLE=If you specify \
- the {%s} argument you must also specify {%s}
-ERR_TIMEOUT_DURING_STARTUP=The timeout of '%d' seconds to start \
- the server has been reached.  You can use the argument '--%s' to increase \
- this timeout
-INFO_INSTALLDS_ENABLE_WINDOWS_SERVICE=Enable the server to run as a \
- Windows Service
-INFO_INSTALLDS_DO_NOT_ENABLE_WINDOWS_SERVICE=Do not enable the server to \
- run as a Windows Service
-INFO_ERROR_EMPTY_RESPONSE=ERROR: a response must be provided in order to continue
 ERR_ACCTUSABLEREQ_CONTROL_BAD_OID=Cannot decode the provided \
  control as an account availability request control because it contained \
  the OID '%s', when '%s' was expected
@@ -5749,9 +1210,6 @@
 ERR_PROXYAUTH2_CONTROL_BAD_OID=Cannot decode the provided \
  control as a proxy authorization v2 control because it \
  contained the OID '%s', when '%s' was expected
-ERR_PROXYAUTH2_INVALID_AUTHZIDDN=Cannot decode the provided \
- proxy authorization v2 control because it contains an invalid \
- authorization distinguished name: %s
 ERR_PROXYAUTH2_INVALID_AUTHZID_TYPE=Cannot decode the provided \
  proxy authorization v2 control because the control value '%s' does not \
  begin with a valid authorization ID type 'dn:' or 'u:'
@@ -5794,7 +1252,6 @@
  contained the OID '%s', when '%s' was expected
 ERR_SUBENTRIES_INVALID_CONTROL_VALUE=Cannot decode the provided \
  sub-entries control because it contains a value
-ERR_DECODE_CONTROL_FAILURE=# %s
 ERR_WHOAMI_INVALID_AUTHZID_TYPE=The provided authorization ID '%s' \
  does not begin with a valid authorization ID type 'dn:' or 'u:'
 ERR_PERMISSIVE_MODIFY_CONTROL_BAD_OID=Cannot decode the provided \
@@ -5812,31 +1269,6 @@
  contained the OID '%s', when '%s' was expected
 ERR_VIRTUAL_ATTRS_ONLY_INVALID_CONTROL_VALUE=Cannot decode the provided \
  virtual attributes only control because it contains a value
-WARN_CLIENT_DUPLICATE_MESSAGE_ID=The Directory Server is already processing \
- another request on the same client connection with the same message ID of %d
-INFO_CANCELED_BY_ABANDON_REQUEST=The operation was canceled because the client \
- issued an abandon request (message ID %d) for this operation
-INFO_CANCELED_BY_CANCEL_REQUEST=The operation was canceled because the client \
- issued a cancel request (message ID %d) for this operation
-INFO_CANCELED_BY_CLIENT_DISCONNECT=The operation was canceled because the \
- client disconnected
-INFO_CANCELED_BY_CLIENT_ERROR=The operation was canceled because the \
- client connection failed
-INFO_SEARCHRATE_TOOL_DESCRIPTION=This utility can be used to measure \
-  search throughput and response time of a directory service using \
-  user-defined searches
-INFO_SEARCHRATE_TOOL_DESCRIPTION_BASEDN=Base DN format string.
-INFO_MODRATE_TOOL_DESCRIPTION=This utility can be used to measure \
-  modify throughput and response time of a directory service using \
-  user-defined modifications
-INFO_MODRATE_TOOL_DESCRIPTION_TARGETDN=Target entry DN format string
-INFO_AUTHRATE_TOOL_DESCRIPTION=This utility can be used to measure \
-  bind throughput and response time of a directory service using \
-  user-defined bind or search-then-bind operations. Format strings may be \
-  used in the bind DN option as well as the authid and authzid SASL bind \
-  options. A search operation may be used to retrieve the bind DN by \
-  specifying the base DN and a filter. The retrieved entry DN will be appended \
-  as the last argument in the argument list when evaluating format strings.
 
 
 
diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_de.properties b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_de.properties
index f410602..8a7ed66 100755
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_de.properties
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_de.properties
@@ -22,214 +22,36 @@
 #
 #      Copyright 2009 Sun Microsystems, Inc.
 #
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
-### approximate matching rule %s used as the default for the %s attribute syntax. \
-### Approximate matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_EQUALITY_MATCHING_RULE_2=Unable to retrieve \
-### equality matching rule %s used as the default for the %s attribute syntax. \
-### Equality matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_ORDERING_MATCHING_RULE_3=Unable to retrieve \
-### ordering matching rule %s used as the default for the %s attribute syntax. \
-### Ordering matches will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_SUBSTRING_MATCHING_RULE_4=Unable to retrieve \
-### substring matching rule %s used as the default for the %s attribute syntax. \
-### Substring matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_BOOLEAN_5=The provided value "%s" is not \
-### allowed for attributes with a Boolean syntax.  The only allowed values are \
-### 'TRUE' and 'FALSE'
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_TOO_SHORT_6=The provided value "%s" is too \
-### short to be a valid bit string.  A bit string must be a series of binary \
-### digits surrounded by single quotes and followed by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_NOT_QUOTED_7=The provided value "%s" is not \
-### a valid bit string because it is not surrounded by single quotes and followed \
-### by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_INVALID_BIT_8=The provided value "%s" is \
-### not a valid bit string because '%s' is not a valid binary digit
+
 ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH_9=Der angegebene Wert "%s" ist keine g\u00fcltige L\u00e4nderzeichenkette, da die L\u00e4nge nicht exakt zwei Zeichen betr\u00e4gt
 ERR_ATTR_SYNTAX_COUNTRY_STRING_NOT_PRINTABLE_10=Der angegebene Wert "%s" ist keine g\u00fcltige L\u00e4nderzeichenkette, da er ein oder mehrere nicht druckbare Zeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_NO_ELEMENTS_11=Der angegebene Wert "%s" ist keine g\u00fcltige Liefermethode, da er keine Elemente enth\u00e4lt
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_INVALID_ELEMENT_12=Der angegebene Wert "%s" ist keine g\u00fcltige Liefermethode, da "%s" keine g\u00fcltige Methode ist
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_TOO_SHORT_13=The provided value "%s" \
-### is too short to be a valid generalized time value
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_YEAR_14=The provided value \
-### "%s" is not a valid generalized time value because the '%s' character is not \
-### allowed in the century or year specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MONTH_15=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid month \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_DAY_16=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid day \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_HOUR_17=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid hour \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MINUTE_18=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid minute \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SECOND_19=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid second \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SUBSECOND_20=The provided \
-### value "%s" is not a valid generalized time value because the sub-second \
-### component is not valid (between 1 and 3 numeric digits)
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_LONG_SUBSECOND_21=The provided value \
-### "%s" is not a valid generalized time value because the sub-second value may \
-### not contain more than three digits
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_OFFSET_22=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid GMT \
-### offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_CHAR_23=The provided value \
-### "%s" is not a valid generalized time value because it contains an invalid \
-### character '%s' at position %d
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_CANNOT_PARSE_24=The provided value \
-### "%s" could not be parsed as a valid generalized time:  %s
 ERR_ATTR_SYNTAX_DN_INVALID_25=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden: %s
-ERR_ATTR_SYNTAX_DN_END_WITH_COMMA_26=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da das letzte nicht-Leerzeichen ein Komma oder Semikolon ist
-ERR_ATTR_SYNTAX_DN_ATTR_START_WITH_DIGIT_27=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da die numerische Ziffer '%s' als erstes Zeichen in einem Attributnamen unzul\u00e4ssig ist
 ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR_28=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da das Zeichen '%c' an Position '%d' in einem Attributnamen unzul\u00e4ssig ist
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_UNDERSCORE_CHAR_29=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da das Unterstrich-Zeichen in einem Attributnamen unzul\u00e4ssig ist, au\u00dfer wenn die Konfigurationsoption %s aktiviert ist
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH_30=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da das Bindestrich-Zeichen als erstes Zeichen in einem Attributnamen unzul\u00e4ssig ist
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_UNDERSCORE_31=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da das Unterstrich-Zeichen als erstes Zeichen in einem Attributnamen unzul\u00e4ssig ist, selbst wenn die Konfigurationsoption %s aktiviert ist
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT_32=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da die Ziffer '%c' nicht als erstes Zeichen in einem Attributnamen zul\u00e4ssig ist, au\u00dfer wenn der Name als OID festgelegt oder die Konfigurationsoption %s aktiviert ist
 ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME_33=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da er einen RDN mit leerem Attributnamen enth\u00e4lt
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD_34=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da der geparste Attributname %s einen Punkt enth\u00e4lt, der Name aber anscheinend kein g\u00fcltiger OID ist
 ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME_35=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da das letzte nicht-Leerzeichen Teil des Attributnamens '%s' ist
 ERR_ATTR_SYNTAX_DN_NO_EQUAL_36=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da das n\u00e4chste nicht-Leerzeichen nach dem Attributnamen "%s" ein Gleichheitszeichen sein m\u00fcsste, stattdessen aber '%c' ist
-ERR_ATTR_SYNTAX_DN_INVALID_CHAR_37=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da das Zeichen '%c' an Position %d unzul\u00e4ssig ist
 ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT_38=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da ein Attributwert zwar mit einem Rautezeichen (#) beginnt, diesem aber kein positives Vielfaches von zwei hexadezimalen Ziffern folgt
 ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT_39=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da ein Attributwert zwar mit einem Rautezeichen (#) beginnt, aber auch das Zeichen %c enth\u00e4lt, welches keine g\u00fcltige hexadezimale Ziffer darstellt
 ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE_40=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da ein unerwarteter Fehler beim Versuch aufgetreten ist, einen Attributwert von einem der RDN-Komponenten zu parsen: "%s"
 ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE_41=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da einer der RDN-Komponenten einen Wert mit Anf\u00fchrungszeichen enth\u00e4lt, bei dem das schlie\u00dfende Anf\u00fchrungszeichen fehlt
 ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID_42=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name (DN) geparst werden, da einer der RDN-Komponenten einen Wert mit einer vereinzelten hexadezimalen Ziffer enth\u00e4lt, auf die keine zweite hexadezimale Ziffer folgt
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INITIAL_ZERO_43=The provided value "%s" could \
-### not be parsed as a valid integer because the first digit may not be zero \
-### unless it is the only digit
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_MISPLACED_DASH_44=The provided value "%s" \
-### could not be parsed as a valid integer because the dash may only appear if it \
-### is the first character of the value followed by one or more digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INVALID_CHARACTER_45=The provided value "%s" \
-### could not be parsed as a valid integer because character '%c' at position %d \
-### is not allowed in an integer value
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_EMPTY_VALUE_46=The provided value "%s" could \
-### not be parsed as a valid integer because it did not contain any digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_DASH_NEEDS_VALUE_47=The provided value "%s" \
-### could not be parsed as a valid integer because it contained only a dash not \
-### followed by an integer value
 ERR_ATTR_SYNTAX_OID_NO_VALUE_48=Der angegebene Wert kann nicht als g\u00fcltiger OID geparst werden, da er keine Zeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_OID_ILLEGAL_CHARACTER_49=Der angegebene Wert "%s"kann nicht als g\u00fcltiger OID geparst werden, da er ein unzul\u00e4ssiges Zeichen an Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_OID_CONSECUTIVE_PERIODS_50=Der angegebene Wert "%s" kann nicht als g\u00fcltiger OID geparst werden, da er zwei aufeinanderfolgende Punkte an oder bei Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_OID_ENDS_WITH_PERIOD_51=Der angegebene Wert "%s" kann nicht als g\u00fcltiger OID geparst werden, da er mit einem Punkt endet
 ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE_52=Der angegebene Wert kann nicht als g\u00fcltige Attributtypbeschreibung geparst werden, da er leer ist oder nur Leerzeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_OPEN_PARENTHESIS_53=Der angegebene Wert "%s" kann nicht als Attributtypbeschreibung geparst werden, da eine \u00f6ffnende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%s' gefunden wurde
-ERR_ATTR_SYNTAX_ATTRTYPE_TRUNCATED_VALUE_54=Der angegebene Wert "%s" kann nicht als Attributtypbeschreibung geparst werden, da das Ende des Werts erreicht wurde, obwohl der Directory-Server noch mehr Daten erwartet hat
-ERR_ATTR_SYNTAX_ATTRTYPE_DOUBLE_PERIOD_IN_NUMERIC_OID_55=Der angegebene Wert "%s" kann nicht als Attributtypbeschreibung geparst werden, da der numerische OID zwei aufeinanderfolgende Punkte an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_NUMERIC_OID_56=Der angegebene Wert "%s" kann nicht als Attributtypbeschreibung geparst werden, da der numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_STRING_OID_57=Der angegebene Wert "%s" kann nicht als Attributtypbeschreibung geparst werden, da der nicht-numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_58=Der angegebene Wert "%s" kann nicht als Attributtypbeschreibung geparst werden, da er das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRTYPE_UNEXPECTED_CLOSE_PARENTHESIS_59=Der angegebene Wert "%s" kann nicht als Attributtypbeschreibung geparst werden, da er eine unerwartete schlie\u00dfende Klammer an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_60=Der angegebene Wert "%s" kann nicht als Attributtypbeschreibung geparst werden, da ein einfaches Anf\u00fchrungszeichen als erstes nicht-Leerzeichen nach Token %s erwartet, stattdessen aber das Zeichen %s gefunden wurde 
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUPERIOR_TYPE_61=The definition for \
-### the attribute type with OID %s declared a superior type with an OID of %s. \
-### No attribute type with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_APPROXIMATE_MR_62=The definition for \
-### the attribute type with OID %s declared that approximate matching should be \
-### performed using the matching rule "%s".  No such approximate matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_EQUALITY_MR_63=The definition for \
-### the attribute type with OID %s declared that equality matching should be \
-### performed using the matching rule "%s".  No such equality matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_ORDERING_MR_64=The definition for \
-### the attribute type with OID %s declared that ordering matching should be \
-### performed using the matching rule "%s".  No such ordering matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUBSTRING_MR_65=The definition for \
-### the attribute type with OID %s declared that substring matching should be \
-### performed using the matching rule "%s".  No such substring matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SYNTAX_66=The definition for the \
-### attribute type with OID %s declared that it should have a syntax with OID %s. \
-### No such syntax is configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_ATTRIBUTE_USAGE_67=The definition \
-### for the attribute type with OID %s declared that it should have an attribute \
-### usage of %s.  This is an invalid usage
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_AT_POS_68=The provided value \
-### "%s" could not be parsed as an attribute type description because a single \
-### quote was expected at position %d but the character %s was found instead
 ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE_69=Der angegebene Wert kann nicht als g\u00fcltige Objektklassenbeschreibung geparst werden, da er leer ist oder nur Leerzeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_OPEN_PARENTHESIS_70=Der angegebene Wert "%s" kann nicht als Objektklassenbeschreibung geparst werden, da eine \u00f6ffnende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%s' gefunden wurde
-ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE_71=Der angegebene Wert "%s" kann nicht als Objektklassenbeschreibung geparst werden, da das Ende des Werts erreicht wurde, obwohl der Directory-Server noch mehr Daten erwartet hat
-ERR_ATTR_SYNTAX_OBJECTCLASS_DOUBLE_PERIOD_IN_NUMERIC_OID_72=Der angegebene Wert "%s" kann nicht als Objektklassenbeschreibung geparst werden, da der numerische OID zwei aufeinanderfolgende Punkte an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_NUMERIC_OID_73=Der angegebene Wert "%s" kann nicht als Objektklassenbeschreibung geparst werden, da der numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_STRING_OID_74=Der angegebene Wert "%s" kann nicht als Objektklassenbeschreibung geparst werden, da der nicht-numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_75=Der angegebene Wert "%s" kann nicht als Objektklassenbeschreibung geparst werden, da er das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS_76=Der angegebene Wert "%s" kann nicht als Objektklassenbeschreibung geparst werden, da er eine unerwartete schlie\u00dfende Klammer an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_77=Der angegebene Wert "%s" kann nicht als Objektklassenbeschreibung geparst werden, da ein einfaches Anf\u00fchrungszeichen als erstes nicht-Leerzeichen nach Token %s erwartet, stattdessen aber das Zeichen %s gefunden wurde
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_SUPERIOR_CLASS_78=The definition \
-### for the objectclass with OID %s declared a superior objectclass with an OID \
-### of %s.  No objectclass with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_AT_POS_79=The provided \
-### value "%s" could not be parsed as an objectclass description because a single \
-### quote was expected at position %d but the character %s was found instead
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_REQUIRED_ATTR_80=The definition \
-### for the objectclass with OID %s declared that it should include required \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_OPTIONAL_ATTR_81=The definition \
-### for the objectclass with OID %s declared that it should include optional \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER_82=The provided value "%s" \
-### cannot be parsed as a valid IA5 string because it contains an illegal \
-### character "%s" that is not allowed in the IA5 (ASCII) character set
-INFO_ATTR_SYNTAX_TELEPHONE_DESCRIPTION_STRICT_MODE_83=Gibt an, ob die Telefonnummer-Attributsyntax einen Strict-Modus verwenden soll, bei dem nur Werte im ITU-T E.123-Format zul\u00e4ssig sind.  Wenn dieser aktiviert ist, werden alle anderen Werte, die nicht diesem Format entsprechen, zur\u00fcckgewiesen.  Wenn dieser deaktiviert ist, werden allen anderen Werte akzeptiert, es werden aber nur die Ziffern bei der \u00dcbereinstimmung ber\u00fccksichtigt
-###SEVERE_WARN_ATTR_SYNTAX_TELEPHONE_CANNOT_DETERMINE_STRICT_MODE_84=An error \
-### occurred while trying to retrieve attribute \
-### ds-cfg-strict-format from configuration entry %s:  %s.  The \
-### Directory Server will not enforce strict compliance to the ITU-T E.123 format \
-### for telephone number values
 ERR_ATTR_SYNTAX_TELEPHONE_EMPTY_85=Der angegebene Wert ist keine g\u00fcltige Telefonnummer, da er leer oder Null ist
 ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS_86=Der angegebene Wert "%s" ist keine g\u00fcltige Telefonnummer, da die strikte Telefonnummerpr\u00fcfung aktiviert ist und der Wert nicht in \u00dcbereinstimmung mit der ITU-T E.123-Spezifikation mit einem Pluszeichen beginnt
 ERR_ATTR_SYNTAX_TELEPHONE_ILLEGAL_CHAR_87=Der angegebene Wert "%s" ist keine g\u00fcltige Telefonnummer, da die strikte Telefonnummerpr\u00fcfung aktiviert ist und das Zeichen %s an Position %d gem\u00e4\u00df der ITU-T E.123-Spezifikation unzul\u00e4ssig ist
 ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS_88=Der angegebene Wert "%s" ist keine g\u00fcltige Telefonnummer, da er keine numerischen Ziffern enth\u00e4lt
-INFO_ATTR_SYNTAX_TELEPHONE_UPDATED_STRICT_MODE_89=Der Wert des Konfigurationsattributs ds-cfg-strict-format, der angibt ob die strikte Telefonnummer-Syntaxpr\u00fcfung verwendet wird, wurde aktualisiert auf %s in Konfigurationseintrag %s
-###SEVERE_WARN_ATTR_SYNTAX_NUMERIC_STRING_ILLEGAL_CHAR_90=The provided value \
-### "%s" is not a valid numeric string because it contained character %s at \
-### position %d that was neither a digit nor a space
 ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE_91=Der angegebene Wert ist keine g\u00fcltige numerische Zeichenkette, da er keine Zeichen enth\u00e4lt.  Ein numerischer Zeichenkettenwert muss mindestens eine numerische Ziffer oder ein Leerzeichen enthalten
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EMPTY_VALUE_92=Der angegebene Wert kann nicht als g\u00fcltige Attributsyntaxbeschreibung geparst werden, da er leer ist oder nur Leerzeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_OPEN_PARENTHESIS_93=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da eine \u00f6ffnende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%s' gefunden wurde
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TRUNCATED_VALUE_94=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da das Ende des Werts erreicht wurde, obwohl der Directory-Server noch mehr Daten erwartet hat
-ERR_ATTR_SYNTAX_ATTRSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_95=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da der numerische OID zwei aufeinanderfolgende Punkte an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_96=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da der numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_STRING_OID_97=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da der nicht-numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS_98=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da er eine unerwartete schlie\u00dfende Klammer an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_TOKEN_99=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da ein unerwarteter Fehler aufgetreten ist beim Versuch, den Token "DESC" aus der Zeichenkette an oder bei Position %d zu lesen: %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TOKEN_NOT_DESC_100=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da der Token  "DESC" erwartet, stattdessen aber die Zeichenkette "%s" gefunden wurde
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_VALUE_101=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da ein unerwarteter Fehler aufgetreten ist beim Versuch, den Wert des Token "DESC" aus der Zeichenkette an oder bei Position %d zu lesen: %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_CLOSE_PARENTHESIS_102=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da eine schlie\u00dfende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%s' gefunden wurde
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_AFTER_CLOSE_103=Der angegebene Wert "%s" kann nicht als Attributsyntaxbeschreibung geparst werden, da das unzul\u00e4ssige Zeichen %s an Position %d hinter der schlie\u00dfenden Klammer gefunden wurde
-###SEVERE_WARN_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_QUOTE_AT_POS_104=The provided \
-### value "%s" could not be parsed as an attribute syntax description because a \
-### single quote was expected at position %d but the character %s was found \
-### instead
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE_105=The provided value \
-### could not be parsed as a printable string because it was null or empty.  A \
-### printable string must contain at least one character
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_ILLEGAL_CHARACTER_106=The provided \
-### value "%s" could not be parsed as a printable string because it contained an \
-### invalid character %s at position %d
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_ONLY_WILDCARD_107=The provided value "*" \
-### could not be parsed as a substring assertion because it consists only of a \
-### wildcard character and zero-length substrings are not allowed
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_CONSECUTIVE_WILDCARDS_108=The provided \
-### value "%s" could not be parsed as a substring assertion because it contains \
-### consecutive wildcard characters at position %d and zero-length substrings are \
-### not allowed
 ERR_ATTR_SYNTAX_UTC_TIME_TOO_SHORT_109=Der angegebene Wert %s ist zu kurz, um ein g\u00fcltiger UTC-Zeitwert zu sein
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_YEAR_110=Der angegebene Wert %s ist kein g\u00fcltiger UTC-Zeitwert, da das Zeichen %s im Jahrhundert bzw. in der Jahresangabe unzul\u00e4ssig ist
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_MONTH_111=Der angegebene Wert %s ist kein g\u00fcltiger UTC-Zeitwert, da %s keine g\u00fcltige Monatsangabe ist 
@@ -242,12 +64,6 @@
 ERR_ATTR_SYNTAX_UTC_TIME_CANNOT_PARSE_118=Der angegebene Wert %s kann nicht als g\u00fcltige UTC-Zeit geparst werden: %s
 ERR_ATTR_SYNTAX_DCR_EMPTY_VALUE_119=Der angegebene Wert kann nicht als g\u00fcltige DIT-Inhaltsregelbeschreibung geparst werden, da er leer ist oder nur Leerzeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_DCR_EXPECTED_OPEN_PARENTHESIS_120=Der angegebene Wert "%s" kann nicht als DIT-Inhaltsregelbeschreibung geparst werden, da eine \u00f6ffnende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%s' gefunden wurde
-ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE_121=Der angegebene Wert "%s" kann nicht als DIT-Inhaltsregelbeschreibung geparst werden, da das Ende des Werts erreicht wurde, obwohl der Directory-Server noch mehr Daten erwartet hat
-ERR_ATTR_SYNTAX_DCR_DOUBLE_PERIOD_IN_NUMERIC_OID_122=Der angegebene Wert "%s" kann nicht als DIT-Inhaltsregelbeschreibung geparst werden, da der numerische OID zwei aufeinanderfolgende Punkte an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_NUMERIC_OID_123=Der angegebene Wert "%s" kann nicht als DIT-Inhaltsregelbeschreibung geparst werden, da der numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_STRING_OID_124=Der angegebene Wert "%s" kann nicht als DIT-Inhaltsregelbeschreibung geparst werden, da der nicht-numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_DCR_UNEXPECTED_CLOSE_PARENTHESIS_125=Der angegebene Wert "%s" kann nicht als DIT-Inhaltsregelbeschreibung geparst werden, da er eine unerwartete schlie\u00dfende Klammer an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_126=Der angegebene Wert "%s" kann nicht als DIT-Inhaltsregelbeschreibung geparst werden, da er das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS_127=Die DIT-Inhaltsregel "%s" ist mit der strukturellen Objektklasse %s verkn\u00fcpft, die nicht im Serverschema definiert ist
 ERR_ATTR_SYNTAX_DCR_STRUCTURAL_CLASS_NOT_STRUCTURAL_128=Die DIT-Inhaltsregel "%s" ist mit der Objektklasse mit dem OID %s (%s) verkn\u00fcpft.  Diese Objektklasse ist zwar im Serverschema vorhanden, ist aber nicht als strukturelle Klasse, sondern als %s definiert
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_AUXILIARY_CLASS_129=Die DIT-Inhaltsregel "%s" ist mit der Hilfobjektklasse %s verkn\u00fcpft, die nicht im Serverschema definiert ist
@@ -255,57 +71,27 @@
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR_131=Die DIT-Inhaltsregel "%s" ist mit dem erforderlichen Attributtyp %s verkn\u00fcpft, der nicht im Serverschema definiert ist
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR_132=Die DIT-Inhaltsregel "%s" ist mit dem optionalen Attributtyp %s verkn\u00fcpft, der nicht im Serverschema definiert ist
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR_133=Die DIT-Inhaltsregel "%s" ist mit dem unzul\u00e4ssigen Attributtyp %s verkn\u00fcpft, der nicht im Serverschema definiert ist
-ERR_ATTR_SYNTAX_DCR_EXPECTED_QUOTE_AT_POS_134=Der angegebene Wert "%s" kann nicht als DIT-Inhaltsregelbeschreibung geparst werden, da ein einfaches Anf\u00fchrungszeichen an Position %d erwartet wurde. Stattdessen wurde das Zeichen %s gefunden
 ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE_135=Der angegebene Wert kann nicht als g\u00fcltige Namensformbeschreibung geparst werden, da er leer ist oder nur Leerzeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_OPEN_PARENTHESIS_136=Der angegebene Wert "%s" kann nicht als Namensformbeschreibung geparst werden, da eine \u00f6ffnende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%c' gefunden wurde
-ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE_137=Der angegebene Wert "%s" kann nicht als Namensformbeschreibung geparst werden, da das Ende des Werts erreicht wurde, obwohl der Directory-Server noch mehr Daten erwartet hat
-ERR_ATTR_SYNTAX_NAME_FORM_DOUBLE_PERIOD_IN_NUMERIC_OID_138=Der angegebene Wert "%s" kann nicht als Namensformbeschreibung geparst werden, da der numerische OID zwei aufeinanderfolgende Punkte an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_NUMERIC_OID_139=Der angegebene Wert "%s" kann nicht als Namensformbeschreibung geparst werden, da der numerische OID das unzul\u00e4ssige Zeichen %c an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_STRING_OID_140=Der angegebene Wert "%s" kann nicht als Namensformbeschreibung geparst werden, da der nicht-numerische OID das unzul\u00e4ssige Zeichen %c an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_NAME_FORM_UNEXPECTED_CLOSE_PARENTHESIS_141=Der angegebene Wert "%s" kann nicht als Namensformbeschreibung geparst werden, da er eine unerwartete schlie\u00dfende Klammer an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_142=Der angegebene Wert "%s" kann nicht als Namensformbeschreibung geparst werden, da er das unzul\u00e4ssige Zeichen %c an Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS_143=Die Namensformbeschreibung "%s" ist mit der strukturellen Objektklasse %s verkn\u00fcpft, die nicht im Serverschema definiert ist
 ERR_ATTR_SYNTAX_NAME_FORM_STRUCTURAL_CLASS_NOT_STRUCTURAL_144=Die Namensformbeschreibung "%s" ist mit der Objektklasse mit dem OID %s (%s) verkn\u00fcpft. Diese Objektklasse ist zwar im Serverschema vorhanden, ist aber nicht als strukturelle Klasse, sondern als %s definiert
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_REQUIRED_ATTR_145=Die Definition der Namensform mit dem OID %s gibt an, dass das erforderliche Attribut "%s" enthalten sein muss.  Im Serverschema ist kein Attributtyp vorhanden, der mit diesem Namen oder OID \u00fcbereinstimmt
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_OPTIONAL_ATTR_146=Die Definition der Namensform mit dem OID %s gibt an, dass das optionale Attribut "%s" enthalten sein muss.  Im Serverschema ist kein Attributtyp vorhanden, der mit diesem Namen oder OID \u00fcbereinstimmt
 ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS_147=Der angegebene Wert "%s" kann nicht als Namensformbeschreibung geparst werden, da er nicht die strukturelle Objektklasse angibt, der er zugeordnet ist
-ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_QUOTE_AT_POS_148=Der angegebene Wert "%s" kann nicht als Namensformbeschreibung geparst werden, da ein einfaches Anf\u00fchrungszeichen an Position %d erwartet, stattdessen aber das Zeichen %c gefunden wurde
 ERR_ATTR_SYNTAX_MR_EMPTY_VALUE_149=Der angegebene Wert kann nicht als g\u00fcltige \u00dcbereinstimmungsregelbeschreibung geparst werden, da er leer ist oder nur Leerzeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_MR_EXPECTED_OPEN_PARENTHESIS_150=Der angegebene Wert "%s" kann nicht als \u00dcbereinstimmungsregelbeschreibung geparst werden, da eine \u00f6ffnende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%s' gefunden wurde
-ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE_151=Der angegebene Wert "%s" kann nicht als \u00dcbereinstimmungsregelbeschreibung geparst werden, da das Ende des Werts erreicht wurde, obwohl der Directory-Server noch mehr Daten erwartet hat
-ERR_ATTR_SYNTAX_MR_DOUBLE_PERIOD_IN_NUMERIC_OID_152=Der angegebene Wert "%s" kann nicht als \u00dcbereinstimmungsregelbeschreibung geparst werden, da der numerische OID zwei aufeinanderfolgende Punkte an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_NUMERIC_OID_153=Der angegebene Wert "%s" kann nicht als \u00dcbereinstimmungsregelbeschreibung geparst werden, da der numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_STRING_OID_154=Der angegebene Wert "%s" kann nicht als \u00dcbereinstimmungsregelbeschreibung geparst werden, da der nicht-numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_MR_UNEXPECTED_CLOSE_PARENTHESIS_155=Der angegebene Wert "%s" kann nicht als \u00dcbereinstimmungsregelbeschreibung geparst werden, da er eine unerwartete schlie\u00dfende Klammer an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_156=Der angegebene Wert "%s" kann nicht als \u00dcbereinstimmungsregelbeschreibung geparst werden, da er das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX_157=Die \u00dcbereinstimmungsregelbeschreibung "%s" ist der Attributsyntax %s zugeordnet, welche nicht im Serverschema definiert ist
 ERR_ATTR_SYNTAX_MR_NO_SYNTAX_158=Der angegebene Wert "%s" kann nicht als \u00dcbereinstimmungsregelbeschreibung geparst werden, da er nicht die Attributsyntax angibt, der er zugeordnet ist
-ERR_ATTR_SYNTAX_MR_EXPECTED_QUOTE_AT_POS_159=Der angegebene Wert "%s" kann nicht als \u00dcbereinstimmungsregelbeschreibung geparst werden, da ein einfaches Anf\u00fchrungszeichen an Position %d erwartet, stattdessen aber das Zeichen %s gefunden wurde
 ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE_160=Der angegebene Wert kann nicht als g\u00fcltige Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da er leer ist oder nur Leerzeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_MRUSE_EXPECTED_OPEN_PARENTHESIS_161=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da eine \u00f6ffnende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%s' gefunden wurde
-ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE_162=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da das Ende des Werts erreicht wurde, obwohl der Directory-Server noch mehr Daten erwartet hat
-ERR_ATTR_SYNTAX_MRUSE_DOUBLE_PERIOD_IN_NUMERIC_OID_163=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da der numerische OID zwei aufeinanderfolgende Punkte an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_NUMERIC_OID_164=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da der numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_STRING_OID_165=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da der nicht-numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE_166=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da die angegebene \u00dcbereinstimmungsregel %s unbekannt ist
-ERR_ATTR_SYNTAX_MRUSE_UNEXPECTED_CLOSE_PARENTHESIS_167=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da er eine unerwartete schlie\u00dfende Klammer an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_168=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da er das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR_169=Die Verwendungsbeschreibung der \u00dcbereinstimmungsregel "%s" ist dem Attributtyp %s zugeordnet, der nicht im Serverschema definiert ist
 ERR_ATTR_SYNTAX_MRUSE_NO_ATTR_170=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da er nicht den Satz von Attributtypen angibt, die mit dem zugeordneten OID verwendet werden k\u00f6nnen
-ERR_ATTR_SYNTAX_MRUSE_EXPECTED_QUOTE_AT_POS_171=Der angegebene Wert "%s" kann nicht als Verwendungsbeschreibung der \u00dcbereinstimmungsregel geparst werden, da ein einfaches Anf\u00fchrungszeichen an Position %d erwartet, stattdessen aber das Zeichen %s gefunden wurde
 ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE_172=Der angegebene Wert kann nicht als g\u00fcltige DIT-Strukturregelbeschreibung geparst werden, da er leer ist oder nur Leerzeichen enth\u00e4lt
 ERR_ATTR_SYNTAX_DSR_EXPECTED_OPEN_PARENTHESIS_173=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da eine \u00f6ffnende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%s' gefunden wurde
-ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE_174=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da das Ende des Werts erreicht wurde, obwohl der Directory-Server noch mehr Daten erwartet hat
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_RULE_ID_175=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da die Regel-ID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_DSR_UNEXPECTED_CLOSE_PARENTHESIS_176=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da er eine unerwartete schlie\u00dfende Klammer an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_177=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da er das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM_178=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da er auf die unbekannte Namensform %s verweist
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_RULE_ID_179=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da er auf die unbekannte Regel-ID %d f\u00fcr eine \u00fcbergeordnete DIT-Strukturregel verweist
 ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM_180=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da er nicht die Namensform f\u00fcr die Regel angibt
-ERR_ATTR_SYNTAX_DSR_EXPECTED_QUOTE_AT_POS_181=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da eine \u00f6ffnende Klammer an Position %d erwartet, stattdessen aber das Zeichen '%s' gefunden wurde
-ERR_ATTR_SYNTAX_DSR_DOUBLE_PERIOD_IN_NUMERIC_OID_182=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da der numerische OID zwei aufeinanderfolgende Punkte an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_NUMERIC_OID_183=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da der numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_STRING_OID_184=Der angegebene Wert "%s" kann nicht als DIT-Strukturregelbeschreibung geparst werden, da der nicht-numerische OID das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_TELEX_TOO_SHORT_185=Der angegebene Wert "%s" ist zu kurz, um ein g\u00fcltiger Telexnummerwert zu sein
 ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE_186=Der angegebene Wert "%s" enth\u00e4lt keine g\u00fcltige Telexnummer, da das Zeichen %s an Position %d kein g\u00fcltiges druckbares Zeichenkettenzeichen ist
 ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR_187=Der angegebene Wert "%s" enth\u00e4lt keine g\u00fcltige Telexnummer, da das Zeichen %s an Position %d weder ein g\u00fcltiges druckbares Zeichenkettenzeichen noch ein Dollarzeichen enh\u00e4lt, das die Telexnummerkomponenten trennt
@@ -336,180 +122,10 @@
 ERR_ATTR_SYNTAX_GUIDE_INVALID_MATCH_TYPE_212=Der angegebene Wert "%s" kann nicht als Richtwert geparst werden, da im Kriterienteil %s ein ung\u00fcltiger \u00dcbereinstimmungstyp an Position %d festgelegt ist
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SHARP_213=Der angegebene Wert "%s" kann nicht als verbesserter Richtwert geparst werden, da er kein Rautzeichen (#) enth\u00e4lt, das die Objektklasse vom Kriterium trennt
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC_214=Der angegebene Wert "%s" kann nicht als verbesserter Richtwert geparst werden, da er keinen Objektklassennamen oder OID vor dem Rautezeichen (#) enth\u00e4lt
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_DOUBLE_PERIOD_IN_OC_OID_215=Der angegebene Wert "%s" kann nicht als verbesserter Richtwert geparst werden, da der numerische OID %s, der die Objektklasse festlegt, zwei aufeinanderfolgende Punkt an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_OID_216=Der angegebene Wert "%s" kann nicht als verbesserter Richtwert geparst werden, da der numerische OID %s, der die Objektklasse festlegt, das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_NAME_217=Der angegebene Wert "%s" kann nicht als verbesserter Richtwert geparst werden, da der Objektklassennamen %s das unzul\u00e4ssige Zeichen %s an Position %d enth\u00e4lt
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP_218=Der angegebene Wert "%s" kann nicht als verbesserter Richtwert geparst werden, da er kein Rautzeichen (#) enth\u00e4lt, das das Kriterium vom Umfang trennt
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SCOPE_219=Der angegebene Wert "%s" kann nicht als verbesserter Richtwert geparst werden, da kein Umfang nach dem Rautezeichen (#) angegeben ist
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_INVALID_SCOPE_220=Der angegebene Wert "%s" kann nicht als verbesserter Richtwert geparst werden, da der angegebene Umfang %s ung\u00fcltig ist
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_CRITERIA_221=Der angegebene Wert "%s" kann nicht als verbesserter Richtwert geparst werden, da keine Kriterien zwischen den Rautezeichen (#) festgelegt sind
-ERR_ATTR_SYNTAX_OID_INVALID_VALUE_222=Der angegebene Wert %s kann nicht als g\u00fcltiger OID geparst werden: %s
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NORMALIZE_FAILURE_223=An unexpected \
-### error occurred while trying to normalize value %s as a generalized time \
-### value:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_CANNOT_NORMALIZE_224=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseExactOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_INVALID_TYPE_225=An error occurred while \
-### attempting to compare two objects using the caseExactOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_CANNOT_NORMALIZE_226=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseIgnoreOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_INVALID_TYPE_227=An error occurred while \
-### attempting to compare two objects using the caseIgnoreOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_CANNOT_NORMALIZE_228=An error \
-### occurred while attempting to compare two AttributeValue objects using the \
-### generalizedTimeOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_INVALID_TYPE_229=An error occurred \
-### while attempting to compare two objects using the \
-### generalizedTimeOrderingMatch matching rule because the objects were of an \
-### unsupported type %s.  Only byte arrays, ASN.1 octet strings, and attribute \
-### value objects may be compared
-###SEVERE_WARN_OMR_INTEGER_COMPARE_CANNOT_NORMALIZE_230=An error occurred while \
-### attempting to compare two AttributeValue objects using the \
-### integerOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_INTEGER_COMPARE_INVALID_TYPE_231=An error occurred while \
-### attempting to compare two objects using the integerOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_CANNOT_NORMALIZE_232=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### numericStringOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_INVALID_TYPE_233=An error occurred \
-### while attempting to compare two objects using the numericStringOrderingMatch \
-### matching rule because the objects were of an unsupported type %s.  Only byte \
-### arrays, ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_CANNOT_NORMALIZE_234=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### octetStringOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_INVALID_TYPE_235=An error occurred while \
-### attempting to compare two objects using the octetStringOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_ATTR_SYNTAX_UUID_INVALID_LENGTH_236=The provided value "%s" has \
-### an invalid length for a UUID.  All UUID values must have a length of exactly \
-### 36 bytes, but the provided value had a length of %d bytes
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_DASH_237=The provided value "%s" should \
-### have had a dash at position %d, but the character '%s' was found instead
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_HEX_238=The provided value "%s" should \
-### have had a hexadecimal digit at position %d, but the character '%s' was found \
-### instead
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_DESCRIPTION_ALLOW_ZEROLENGTH_239=Gibt an, ob Attribute mit der Verzeichniszeichenkettensyntax Werte der L\u00e4nge Null haben d\u00fcrfen.  Dies wird von den LDAP-Spezifikationen technisch nicht zugelassen, kann aber f\u00fcr die Abw\u00e4rtskompatibilit\u00e4t mit vorherigen Directory-Server-Versionen n\u00fctzlich sein
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_CANNOT_DETERMINE_ZEROLENGTH_240=An \
-### error occurred while trying to determine the value of the %s configuration \
-### attribute, which indicates whether directory string attributes should be \
-### allowed to have zero-length values:  %s
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_INVALID_ZEROLENGTH_VALUE_241=The \
-### operation attempted to assign a zero-length value to an attribute with the \
-### directory string syntax
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_UPDATED_ALLOW_ZEROLENGTH_242=Das Attribut %s im Konfigurationseintrag %s wurde mit dem neuen Wert %s aktualisiert
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR_243=The provided \
-### authPassword value had an invalid scheme character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_244=The provided authPassword value \
-### had a zero-length scheme element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_SEPARATOR_245=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the scheme and authInfo elements
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR_246=The provided \
-### authPassword value had an invalid authInfo character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_247=The provided authPassword \
-### value had a zero-length authInfo element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR_248=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the authInfo and authValue elements
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_INITIAL_PARENTHESIS_249=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### it did not start with a parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_NONSPACE_250=The provided value "%s" could not \
-### be parsed by the integer first component matching rule because it did not \
-### have any non-space characters after the opening parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_SPACE_AFTER_INT_251=The provided value "%s" \
-### could not be parsed by the integer first component matching rule because it \
-### did not have any space characters after the first component
-###SEVERE_ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT_252=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### the first component does not appear to be an integer value
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_VALUE_253=No value was given to decode by \
-### the user password attribute syntax
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE_254=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not start with the opening curly brace ("{") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE_255=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not contain a closing curly brace ("}") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_SCHEME_256=Unable to decode the provided \
-### value according to the user password syntax because the value does not \
-### contain a storage scheme name
-ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID_257=Der angegebene Wert "%s" kann nicht als g\u00fcltige RFC 3672-Unteransichtsspezifikation geparst werden
-ERR_ATTR_SYNTAX_ABSOLUTE_SUBTREE_SPECIFICATION_INVALID_258=Der angegebene Wert "%s" kann nicht als g\u00fcltige absolute Unteransichtsspezifikation geparst werden
-ERR_ATTR_SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_INVALID_259=Der angegebene Wert "%s" kann nicht als g\u00fcltige relative Unteransichtsspezifikation geparst werden
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_INTEGER_260=The provided value %s is not \
-### allowed for attributes with a Integer syntax
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR_261=The provided \
-### authPassword value had an invalid authValue character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_VALUE_262=The provided authPassword \
-### value had a zero-length authValue element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR_263=The provided \
-### authPassword value had an invalid trailing character at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXTENSION_INVALID_CHARACTER_264=Der angegebene Wert "%s" kann nicht als Attributsyntaxerweiterung geparst werden, da er ein unzul\u00e4ssige Zeichen an Position %d enth\u00e4lt
-ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID_EXTENSION_265=Der Attributsyntax kann wegen einer ung\u00fcltigen Erweiterung nicht geparst werden.%s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_INVALID_SUPERIOR_TYPE_266=The definition \
-### for objectclass %s is invalid because it has an objectclass type of %s but \
-### this is incompatible with the objectclass type %s for the superior class %s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_STRUCTURAL_SUPERIOR_NOT_TOP_267=The \
-### definition for objectclass %s is invalid because it is defined as a \
-### structural class but its superior chain does not include the "top" \
-### objectclass
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_SUPERIOR_USAGE_268=The definition \
-### for attribute type %s is invalid because its attribute usage %s is not the \
-### same as the usage for its superior type %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_FROM_NONCOLLECTIVE_269=The \
-### definition for attribute type %s is invalid because it is defined as a \
-### collective type but the superior type %s is not collective
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NONCOLLECTIVE_FROM_COLLECTIVE_270=The \
-### definition for attribute type %s is invalid because it is not defined as a \
-### collective type but the superior type %s is collective
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_STRUCTURAL_271=Die DIT-Inhaltsregel "%s" ist ung\u00fcltig, da sie die Verwendung des Attributtyps %s verbietet, der von der zugeordneten strukturellen Objektklasse %s erfordert wird
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY_272=Die DIT-Inhaltsregel "%s" ist ung\u00fcltig, da sie die Verwendung des Attributtyps %s verbietet, der von der zugeordneten Hilfsobjektklasse %s erfordert wird
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_IS_OPERATIONAL_273=The definition \
-### for attribute type %s is invalid because it is declared COLLECTIVE but does \
-### not have a usage of userApplications
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NO_USER_MOD_NOT_OPERATIONAL_274=The \
-### definition for attribute type %s is invalid because it is declared \
-### NO-USER-MODIFICATION but does not have an operational usage
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_FRACTION_CHAR_275=The \
-### provided value %s is not a valid generalized time value because it contains \
-### illegal character %s in the fraction component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_EMPTY_FRACTION_276=The provided \
-### value %s is not a valid generalized time value because it does not contain at \
-### least one digit after the period to use as the fractional component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NO_TIME_ZONE_INFO_277=The provided \
-### value %s is not a valid generalized time value because it does not end with \
-### 'Z' or a time zone offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_TIME_278=The provided value \
-### %s is not a valid generalized time value because it represents an invalid \
-### time (e.g., a date that does not exist):  %s
-NOTICE_SCHEMA_IMPORT_FAILED_279=Ein Schemaelement konnte nicht importiert werden: %s, %s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_LOCALE_280=Die Sortierregel %s unter dem entsprechenden Regeleintrag %s ist ung\u00fcltig, da JVM das Gebietsschema %s nicht unterst\u00fctzt
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT_281=Die angegebene Sortierregel %s enth\u00e4lt kein g\u00fcltiges Format von OID:LOCALE
 ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR_282=Der angegebene Wert "%s" kann nicht als g\u00fcltiger Distinguished Name geparst werden, da ein Attributswert mit einem Zeichen an Position '%d' vermieden werden muss
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_CHAR_283=Der angegebene Wert "%s" kann nicht als g\u00fcltige Attributstypedefinition geparst werden, da das Zeichen '%c' an Position '%d' in einem Attributstypnamen unzul\u00e4ssig ist
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_284=Der angegebene Wert "%s" kann nicht als g\u00fcltige Attributstypdefiinition geparst werden, da das Unterstrich-Zeichen in einem Attributtypenamen unzul\u00e4ssig ist, au\u00dfer wenn die Konfigurationsoption %s aktiviert ist
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_285=Der angegebene Wert "%s" kann nicht als g\u00fcltige Attributstypdefinition geparst werden, da das Bindestrich-Zeichen als erstes Zeichen in einem Attributstypnamen unzul\u00e4ssig ist
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_286=Der angegebene Wert "%s" kann nicht als g\u00fcltige Attributstypdefinition geparst werden, da das Unterstrich-Zeichen als erstes Zeichen in einem Attributstypnamen unzul\u00e4ssig ist, selbst wenn die Konfigurationsoption %s aktiviert ist
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_287=Der angegebene Wert "%s" kann nicht als g\u00fcltige Attributstypdefinition geparst werden, da die Ziffer '%c' nicht als erstes Zeichen in einem Attributstypnamen zul\u00e4ssig ist, au\u00dfer wenn der Name als OID festgelegt oder die Konfigurationsoption %s aktiviert ist
-ERR_OC_SYNTAX_ATTR_ILLEGAL_CHAR_288=Der angegebene Wert "%s" kann nicht als g\u00fcltige Objektklassendefinition geparst werden, da das Zeichen '%c' an Position '%d' in einem Objektklassenamen unzul\u00e4ssig ist
-ERR_OC_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_289=Der angegebene Wert "%s" kann nicht als g\u00fcltige Objektklassendefinition geparst werden, da das Unterstrich-Zeichen in einem Attributnamen unzul\u00e4ssig ist, au\u00dfer wenn die Konfigurationsoption %s aktiviert ist
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_290=Der angegebene Wert "%s" kann nicht als g\u00fcltige Objektklassendefinition geparst werden, da das Bindestrich-Zeichen als erstes Zeichen in einem Objektklassennamen unzul\u00e4ssig ist
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_291=Der angegebene Wert "%s" kann nicht als g\u00fcltige Objektklassendefinition geparst werden, da das Unterstrich-Zeichen als erstes Zeichen in einem Objektklassennamen unzul\u00e4ssig ist, selbst wenn die Konfigurationsoption %s aktiviert ist
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_292=Der angegebene Wert "%s" kann nicht als g\u00fcltige Objektklassendefinition geparst werden, da das erste Zeichen '%c' in einem Objektklassennamen unzul\u00e4ssig ist, selbst wenn die Konfigurationsoption %s aktiviert ist
diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_es.properties b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_es.properties
index 0b15b56..2f7ae83 100755
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_es.properties
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_es.properties
@@ -22,214 +22,35 @@
 #
 #      Copyright 2009 Sun Microsystems, Inc.
 #
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
-### approximate matching rule %s used as the default for the %s attribute syntax. \
-### Approximate matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_EQUALITY_MATCHING_RULE_2=Unable to retrieve \
-### equality matching rule %s used as the default for the %s attribute syntax. \
-### Equality matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_ORDERING_MATCHING_RULE_3=Unable to retrieve \
-### ordering matching rule %s used as the default for the %s attribute syntax. \
-### Ordering matches will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_SUBSTRING_MATCHING_RULE_4=Unable to retrieve \
-### substring matching rule %s used as the default for the %s attribute syntax. \
-### Substring matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_BOOLEAN_5=The provided value "%s" is not \
-### allowed for attributes with a Boolean syntax.  The only allowed values are \
-### 'TRUE' and 'FALSE'
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_TOO_SHORT_6=The provided value "%s" is too \
-### short to be a valid bit string.  A bit string must be a series of binary \
-### digits surrounded by single quotes and followed by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_NOT_QUOTED_7=The provided value "%s" is not \
-### a valid bit string because it is not surrounded by single quotes and followed \
-### by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_INVALID_BIT_8=The provided value "%s" is \
-### not a valid bit string because '%s' is not a valid binary digit
 ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH_9=El valor proporcionado "%s" no es una cadena de pa\u00edses v\u00e1lida porque no tiene una longitud de dos caracteres. 
 ERR_ATTR_SYNTAX_COUNTRY_STRING_NOT_PRINTABLE_10=El valor proporcionado "%s" no es una cadena de pa\u00edses v\u00e1lida porque contiene uno o m\u00e1s caracteres no imprimibles. 
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_NO_ELEMENTS_11=El valor proporcionado "%s" no es un valor de m\u00e9todo de entrega v\u00e1lido porque no contiene elementos
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_INVALID_ELEMENT_12=El valor proporcionado "%s" no es un valor de m\u00e9todo de entrega v\u00e1lido porque "%s" no es un m\u00e9todo v\u00e1lido
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_TOO_SHORT_13=The provided value "%s" \
-### is too short to be a valid generalized time value
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_YEAR_14=The provided value \
-### "%s" is not a valid generalized time value because the '%s' character is not \
-### allowed in the century or year specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MONTH_15=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid month \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_DAY_16=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid day \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_HOUR_17=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid hour \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MINUTE_18=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid minute \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SECOND_19=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid second \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SUBSECOND_20=The provided \
-### value "%s" is not a valid generalized time value because the sub-second \
-### component is not valid (between 1 and 3 numeric digits)
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_LONG_SUBSECOND_21=The provided value \
-### "%s" is not a valid generalized time value because the sub-second value may \
-### not contain more than three digits
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_OFFSET_22=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid GMT \
-### offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_CHAR_23=The provided value \
-### "%s" is not a valid generalized time value because it contains an invalid \
-### character '%s' at position %d
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_CANNOT_PARSE_24=The provided value \
-### "%s" could not be parsed as a valid generalized time:  %s
 ERR_ATTR_SYNTAX_DN_INVALID_25=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido: %s
-ERR_ATTR_SYNTAX_DN_END_WITH_COMMA_26=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque el \u00faltimo car\u00e1cter distinto a un espacio era una coma o punto y coma
-ERR_ATTR_SYNTAX_DN_ATTR_START_WITH_DIGIT_27=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque no se permite el d\u00edgito num\u00e9rico '%s' como primer car\u00e1cter en un nombre de atributo
 ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR_28=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque no se permite el car\u00e1cter '%c'  en la posici\u00f3n %d en un nombre de atributo
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_UNDERSCORE_CHAR_29=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque no se permite el car\u00e1cter de subrayado en un nombre de atributo a menos que est\u00e9 habilitada la opci\u00f3n de configuraci\u00f3n %s
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH_30=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque no se permite el car\u00e1cter de gui\u00f3n como primer car\u00e1cter de un nombre de atributo
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_UNDERSCORE_31=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque no se permite el car\u00e1cter de subrayado como primer car\u00e1cter de un nombre de atributo incluso si est\u00e1 habilitada la opci\u00f3n de configuraci\u00f3n %s
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT_32=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque no se permite el d\u00edgito '%c' como primer car\u00e1cter de un nombre de atributo a menos que est\u00e9 especificado el nombre como un OID o que est\u00e9 habilitada la opci\u00f3n de configuraci\u00f3n %s
 ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME_33=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque conten\u00eda un RDN que a su vez conten\u00eda un nombre de atributo vac\u00edo
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD_34=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque el nombre de atributo analizado %s inclu\u00eda un punto, sin embargo no parec\u00eda ser un OID v\u00e1lido
 ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME_35=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque el \u00faltimo car\u00e1cter distinto a un espacio formaba parte del nombre de atributo '%s'
 ERR_ATTR_SYNTAX_DN_NO_EQUAL_36=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque el siguiente car\u00e1cter distinto a un espacio detr\u00e1s del nombre de atributo "%s" deber\u00eda haber sido un signo igual en lugar de '%c'
-ERR_ATTR_SYNTAX_DN_INVALID_CHAR_37=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque el car\u00e1cter '%c'  en la posici\u00f3n %d no es v\u00e1lido
 ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT_38=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque un valor de atributo comenzaba con un signo de almohadilla (#), sin embargo, no estaba seguido por un m\u00faltiplo positivo de dos d\u00edgitos hexadecimales
 ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT_39=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque un valor de atributo comenzaba con un signo de almohadilla (#) sin embargo conten\u00eda un car\u00e1cter %c que no era un d\u00edgito hexadecimal v\u00e1lido
 ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE_40=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque se ha producido un fallo inesperado al intentar analizar un valor de atributo desde uno de los componentes de RDN: "%s"
 ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE_41=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque uno de los componentes de RDN inclu\u00eda un valor citado que no ten\u00eda la comilla de cierre correspondiente
 ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID_42=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque uno de los componentes de RDN inclu\u00eda un valor con un d\u00edgito hexadecimal escapado que no estaba seguido por un segundo d\u00edgito hexadecimal
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INITIAL_ZERO_43=The provided value "%s" could \
-### not be parsed as a valid integer because the first digit may not be zero \
-### unless it is the only digit
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_MISPLACED_DASH_44=The provided value "%s" \
-### could not be parsed as a valid integer because the dash may only appear if it \
-### is the first character of the value followed by one or more digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INVALID_CHARACTER_45=The provided value "%s" \
-### could not be parsed as a valid integer because character '%c' at position %d \
-### is not allowed in an integer value
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_EMPTY_VALUE_46=The provided value "%s" could \
-### not be parsed as a valid integer because it did not contain any digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_DASH_NEEDS_VALUE_47=The provided value "%s" \
-### could not be parsed as a valid integer because it contained only a dash not \
-### followed by an integer value
 ERR_ATTR_SYNTAX_OID_NO_VALUE_48=No se pudo analizar el valor proporcionado como un OID v\u00e1lido porque no conten\u00eda caracteres
 ERR_ATTR_SYNTAX_OID_ILLEGAL_CHARACTER_49=No se pudo analizar el valor proporcionado "%s" como un OID v\u00e1lido porque ten\u00eda un car\u00e1cter no v\u00e1lido en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_OID_CONSECUTIVE_PERIODS_50=No se pudo analizar el valor proporcionado "%s" como un OID v\u00e1lido porque ten\u00eda dos puntos consecutivos en o cerca de la posici\u00f3n %d
 ERR_ATTR_SYNTAX_OID_ENDS_WITH_PERIOD_51=No se pudo analizar el valor proporcionado "%s" como un OID v\u00e1lido porque finaliza con un punto
 ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE_52=No se pudo analizar el valor proporcionado como descripci\u00f3n de tipo de atributo v\u00e1lido porque estaba vac\u00edo o conten\u00eda s\u00f3lo espacios en blanco
 ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_OPEN_PARENTHESIS_53=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de tipo de atributo porque se encontr\u00f3 un car\u00e1cter '%3$s' en lugar del par\u00e9ntesis de apertura en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_ATTRTYPE_TRUNCATED_VALUE_54=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de tipo de atributo porque se encontr\u00f3 el final del valor si bien Directory Server esperaba que se proporcionaran m\u00e1s datos
-ERR_ATTR_SYNTAX_ATTRTYPE_DOUBLE_PERIOD_IN_NUMERIC_OID_55=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de tipo de atributo porque el OID num\u00e9rico conten\u00eda dos puntos consecutivos en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_NUMERIC_OID_56=No se pudo analizar el valor proporcionado  "%s" como descripci\u00f3n de tipo de atributo porque el OID num\u00e9rico conten\u00eda un car\u00e1cter no v\u00e1lido %s en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_STRING_OID_57=No se pudo analizar el valor proporcionado  "%s" como descripci\u00f3n de tipo de atributo porque el OID no num\u00e9rico conten\u00eda un car\u00e1cter no v\u00e1lido %s en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_58=No se pudo analizar el valor proporcionado  "%s" como descripci\u00f3n de tipo de atributo porque conten\u00eda un car\u00e1cter no v\u00e1lido %s en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRTYPE_UNEXPECTED_CLOSE_PARENTHESIS_59=No se pudo analizar el valor proporcionado  "%s" como descripci\u00f3n de tipo de atributo porque conten\u00eda un par\u00e9ntesis de cierre inesperado en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_60=No se pudo analizar el valor proporcionado  "%s" como descripci\u00f3n de tipo de atributo porque se esperaba una comilla como el primer car\u00e1cter no blanco a continuaci\u00f3n del token %s.  Sin embargo, se encontr\u00f3 el car\u00e1cter %s en su lugar
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUPERIOR_TYPE_61=The definition for \
-### the attribute type with OID %s declared a superior type with an OID of %s. \
-### No attribute type with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_APPROXIMATE_MR_62=The definition for \
-### the attribute type with OID %s declared that approximate matching should be \
-### performed using the matching rule "%s".  No such approximate matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_EQUALITY_MR_63=The definition for \
-### the attribute type with OID %s declared that equality matching should be \
-### performed using the matching rule "%s".  No such equality matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_ORDERING_MR_64=The definition for \
-### the attribute type with OID %s declared that ordering matching should be \
-### performed using the matching rule "%s".  No such ordering matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUBSTRING_MR_65=The definition for \
-### the attribute type with OID %s declared that substring matching should be \
-### performed using the matching rule "%s".  No such substring matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SYNTAX_66=The definition for the \
-### attribute type with OID %s declared that it should have a syntax with OID %s. \
-### No such syntax is configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_ATTRIBUTE_USAGE_67=The definition \
-### for the attribute type with OID %s declared that it should have an attribute \
-### usage of %s.  This is an invalid usage
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_AT_POS_68=The provided value \
-### "%s" could not be parsed as an attribute type description because a single \
-### quote was expected at position %d but the character %s was found instead
 ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE_69=No se pudo analizar el valor proporcionado como descripci\u00f3n de clase de objeto v\u00e1lido porque estaba vac\u00edo o conten\u00eda s\u00f3lo espacios en blanco
 ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_OPEN_PARENTHESIS_70=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de clase de objeto porque se encontr\u00f3 un car\u00e1cter '%3$s' en lugar de un par\u00e9ntesis de apertura en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE_71=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de clase de objeto porque se encontr\u00f3 el final del valor si bien Directory Server esperaba que se proporcionaran m\u00e1s datos
-ERR_ATTR_SYNTAX_OBJECTCLASS_DOUBLE_PERIOD_IN_NUMERIC_OID_72=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de clase de objeto porque el OID num\u00e9rico conten\u00eda dos puntos consecutivos en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_NUMERIC_OID_73=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de clase de objeto porque el OID num\u00e9rico conten\u00eda un car\u00e1cter no v\u00e1lido %s en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_STRING_OID_74=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de clase de objeto porque el OID no num\u00e9rico conten\u00eda un car\u00e1cter no v\u00e1lido %s en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_75=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de clase de objeto porque conten\u00eda un car\u00e1cter no v\u00e1lido %s en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS_76=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de clase de objeto porque conten\u00eda un par\u00e9ntesis de cierre inesperado en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_77=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de clase de objeto porque se esperaba una comilla como el primer car\u00e1cter no blanco a continuaci\u00f3n del token %s. Sin embargo, se encontr\u00f3 el car\u00e1cter %s en su lugar
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_SUPERIOR_CLASS_78=The definition \
-### for the objectclass with OID %s declared a superior objectclass with an OID \
-### of %s.  No objectclass with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_AT_POS_79=The provided \
-### value "%s" could not be parsed as an objectclass description because a single \
-### quote was expected at position %d but the character %s was found instead
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_REQUIRED_ATTR_80=The definition \
-### for the objectclass with OID %s declared that it should include required \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_OPTIONAL_ATTR_81=The definition \
-### for the objectclass with OID %s declared that it should include optional \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER_82=The provided value "%s" \
-### cannot be parsed as a valid IA5 string because it contains an illegal \
-### character "%s" that is not allowed in the IA5 (ASCII) character set
-INFO_ATTR_SYNTAX_TELEPHONE_DESCRIPTION_STRICT_MODE_83=Indica si la sintaxis de atributo de n\u00famero de tel\u00e9fono deber\u00eda utilizar un modo estricto en el que s\u00f3lo se aceptar\u00e1n valores con el formato E.123 de ITU-T.  Si est\u00e1 habilitado, se rechazar\u00e1 cualquier valor con este formato.  En el caso de que est\u00e9 deshabilitado, se aceptar\u00e1 cualquier valor, pero s\u00f3lo se tendr\u00e1n en cuenta los d\u00edgitos a la hora de llevar a cabo la comparaci\u00f3n
-###SEVERE_WARN_ATTR_SYNTAX_TELEPHONE_CANNOT_DETERMINE_STRICT_MODE_84=An error \
-### occurred while trying to retrieve attribute \
-### ds-cfg-strict-format from configuration entry %s:  %s.  The \
-### Directory Server will not enforce strict compliance to the ITU-T E.123 format \
-### for telephone number values
 ERR_ATTR_SYNTAX_TELEPHONE_EMPTY_85=El valor proporcionado no es un n\u00famero de tel\u00e9fono v\u00e1lido porque est\u00e1 vac\u00edo o es nulo
 ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS_86=El valor proporcionado "%s" no es un n\u00famero de tel\u00e9fono v\u00e1lido porque est\u00e1 habilitada la comprobaci\u00f3n estricta de n\u00famero de tel\u00e9fono y el valor no comienza con un signo m\u00e1s (+) en cumplimiento de la especificaci\u00f3n E.123 de ITU-T
 ERR_ATTR_SYNTAX_TELEPHONE_ILLEGAL_CHAR_87=El valor proporcionado "%s" no es un n\u00famero de tel\u00e9fono v\u00e1lido porque est\u00e1 habilitada la comprobaci\u00f3n estricta de n\u00famero de tel\u00e9fono y la especificaci\u00f3n E.123 de ITU-T no permite el car\u00e1cter %s en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS_88=El valor proporcionado "%s" no es un n\u00famero de tel\u00e9fono v\u00e1lido porque no contiene d\u00edgitos num\u00e9ricos
-INFO_ATTR_SYNTAX_TELEPHONE_UPDATED_STRICT_MODE_89=El valor de atributo de configuraci\u00f3n ds-cfg-strict-format, que indica si se utiliza la comprobaci\u00f3n estricta de sintaxis de n\u00famero de tel\u00e9fono, se ha actualizado a %s en la entrada de configuraci\u00f3n %s
-###SEVERE_WARN_ATTR_SYNTAX_NUMERIC_STRING_ILLEGAL_CHAR_90=The provided value \
-### "%s" is not a valid numeric string because it contained character %s at \
-### position %d that was neither a digit nor a space
 ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE_91=El valor proporcionado no era una cadena num\u00e9rica v\u00e1lida porque no conten\u00eda caracteres.  Un valor de cadena num\u00e9rico debe contener un espacio o un d\u00edgito num\u00e9rico como m\u00ednimo
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EMPTY_VALUE_92=No se pudo analizar el valor proporcionado como descripci\u00f3n de sintaxis de atributo v\u00e1lido porque estaba vac\u00edo o conten\u00eda s\u00f3lo espacios en blanco
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_OPEN_PARENTHESIS_93=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de sintaxis de atributo porque se encontr\u00f3 un car\u00e1cter '%3$s' en lugar del par\u00e9ntesis de apertura en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TRUNCATED_VALUE_94=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de sintaxis de atributo porque se encontr\u00f3 el final del valor, si bien Directory Server esperaba que se proporcionaran m\u00e1s datos
-ERR_ATTR_SYNTAX_ATTRSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_95=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de sintaxis de atributo porque el OID num\u00e9rico conten\u00eda dos puntos consecutivos en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_96=No se pudo analizar el valor proporcionado  "%s" como descripci\u00f3n de sintaxis de atributo porque el OID num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_STRING_OID_97=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de sintaxis de atributo porque el OID no num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS_98=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de sintaxis de atributo porque conten\u00eda un par\u00e9ntesis de cierre inesperado en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_TOKEN_99=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de sintaxis de atributo porque se produjo un error inesperado al intentar leer el token "DESC" desde la cadena en o cerca de la posici\u00f3n %d:  %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TOKEN_NOT_DESC_100=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de sintaxis de atributo porque se encontr\u00f3 la cadena "%s" en lugar del token "DESC"
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_VALUE_101=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de sintaxis de atributo porque se produjo un error inesperado al intentar leer el valor del token "DESC" desde la cadena en o cerca de la posici\u00f3n %d:  %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_CLOSE_PARENTHESIS_102=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de sintaxis de atributo porque se encontr\u00f3 un car\u00e1cter '%3$s' en lugar del par\u00e9ntesis de cierre en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_AFTER_CLOSE_103=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de sintaxis de atributo porque se encontr\u00f3 un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d detr\u00e1s del par\u00e9ntesis de cierre
-###SEVERE_WARN_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_QUOTE_AT_POS_104=The provided \
-### value "%s" could not be parsed as an attribute syntax description because a \
-### single quote was expected at position %d but the character %s was found \
-### instead
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE_105=The provided value \
-### could not be parsed as a printable string because it was null or empty.  A \
-### printable string must contain at least one character
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_ILLEGAL_CHARACTER_106=The provided \
-### value "%s" could not be parsed as a printable string because it contained an \
-### invalid character %s at position %d
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_ONLY_WILDCARD_107=The provided value "*" \
-### could not be parsed as a substring assertion because it consists only of a \
-### wildcard character and zero-length substrings are not allowed
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_CONSECUTIVE_WILDCARDS_108=The provided \
-### value "%s" could not be parsed as a substring assertion because it contains \
-### consecutive wildcard characters at position %d and zero-length substrings are \
-### not allowed
 ERR_ATTR_SYNTAX_UTC_TIME_TOO_SHORT_109=El valor proporcionado %s es demasiado corto para considerarse un valor de tiempo UTC v\u00e1lido
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_YEAR_110=El valor proporcionado %s  no es un valor de tiempo UTC v\u00e1lido porque no se permite el car\u00e1cter %s en la especificaci\u00f3n de a\u00f1o o siglo
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_MONTH_111=El valor proporcionado %s no es un valor de tiempo UTC v\u00e1lido porque %s no es una especificaci\u00f3n de mes v\u00e1lida
@@ -242,12 +63,6 @@
 ERR_ATTR_SYNTAX_UTC_TIME_CANNOT_PARSE_118=No se pudo analizar el valor proporcionado %s como tiempo UTC v\u00e1lido: %s
 ERR_ATTR_SYNTAX_DCR_EMPTY_VALUE_119=No se pudo analizar el valor proporcionado como descripci\u00f3n de regla de contenido del DIT v\u00e1lida porque estaba vac\u00edo o conten\u00eda s\u00f3lo espacios en blanco
 ERR_ATTR_SYNTAX_DCR_EXPECTED_OPEN_PARENTHESIS_120=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de regla de contenido del DIT porque se encontr\u00f3 un car\u00e1cter '%3$s' en lugar del par\u00e9ntesis de apertura en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE_121=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de contenido del DIT porque se encontr\u00f3 el final del valor si bien Directory Server esperaba que se proporcionaran m\u00e1s datos
-ERR_ATTR_SYNTAX_DCR_DOUBLE_PERIOD_IN_NUMERIC_OID_122=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de contenido del DIT porque el OID num\u00e9rico conten\u00eda dos puntos consecutivos en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_NUMERIC_OID_123=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de contenido del DIT porque el OID num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_STRING_OID_124=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de contenido del DIT porque el OID no num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_DCR_UNEXPECTED_CLOSE_PARENTHESIS_125=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de contenido del DIT porque conten\u00eda un par\u00e9ntesis de cierre inesperado en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_126=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de contenido del DIT porque conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS_127=La regla de contenido del DIT "%s" est\u00e1 asociada a una clase de objeto estructural %s que no est\u00e1 definida en el esquema del servidor
 ERR_ATTR_SYNTAX_DCR_STRUCTURAL_CLASS_NOT_STRUCTURAL_128=La regla de contenido del DIT "%s" est\u00e1 asociada a la clase de objeto con OID %s (%s).  Esta clase de objeto existe en el esquema del servidor pero no est\u00e1 definida como estructural sino como %s. 
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_AUXILIARY_CLASS_129=La regla de contenido del DIT "%s" est\u00e1 asociada a una clase de objeto auxiliar %s que no est\u00e1 definida en el esquema del servidor
@@ -255,57 +70,27 @@
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR_131=La regla de contenido del DIT "%s" est\u00e1 asociada a un tipo de atributo necesario %s que no est\u00e1 definido en el esquema del servidor
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR_132=La regla de contenido del DIT "%s" est\u00e1 asociada a un tipo de atributo opcional %s que no est\u00e1 definido en el esquema del servidor
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR_133=La regla de contenido del DIT "%s" est\u00e1 asociada a un tipo de atributo prohibido %s que no est\u00e1 definido en el esquema del servidor
-ERR_ATTR_SYNTAX_DCR_EXPECTED_QUOTE_AT_POS_134=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de regla de contenido del DIT porque se encontr\u00f3 el car\u00e1cter %3$s en lugar de una comilla en la posici\u00f3n %2$d
 ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE_135=No se pudo analizar el valor proporcionado como descripci\u00f3n de formato de nombre v\u00e1lido porque estaba vac\u00edo o conten\u00eda s\u00f3lo espacios en blanco
 ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_OPEN_PARENTHESIS_136=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de formato de nombre porque se encontr\u00f3 un car\u00e1cter '%3$c' en lugar de un par\u00e9ntesis de apertura en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE_137=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de formato de nombre porque se encontr\u00f3 el final del valor si bien Directory Server esperaba que se proporcionaran m\u00e1s datos
-ERR_ATTR_SYNTAX_NAME_FORM_DOUBLE_PERIOD_IN_NUMERIC_OID_138=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de formato de nombre porque el OID num\u00e9rico conten\u00eda dos puntos consecutivos en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_NUMERIC_OID_139=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de formato de nombre porque el OID num\u00e9rico conten\u00eda un car\u00e1cter %c no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_STRING_OID_140=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de formato de nombre porque el OID no num\u00e9rico conten\u00eda un car\u00e1cter %c no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_NAME_FORM_UNEXPECTED_CLOSE_PARENTHESIS_141=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de formato de nombre porque conten\u00eda un par\u00e9ntesis de cierre inesperado en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_142=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de formato de nombre porque conten\u00eda un car\u00e1cter %c no v\u00e1lido en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS_143=La descripci\u00f3n de formato de nombre "%s" est\u00e1 asociada a una clase de objeto estructural %s que no est\u00e1 definida en el esquema del servidor
 ERR_ATTR_SYNTAX_NAME_FORM_STRUCTURAL_CLASS_NOT_STRUCTURAL_144=La descripci\u00f3n de formato de nombre "%s" est\u00e1 asociada a la clase de objeto con OID %s (%s). Esta clase de objeto existe en el esquema del servidor pero no est\u00e1 definida como estructural sino como %s. 
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_REQUIRED_ATTR_145=La definici\u00f3n del formato de nombre con OID %s declar\u00f3 que deber\u00eda incluir el atributo necesario "%s".  No existe ning\u00fan tipo de atributo que coincida con este nombre u OID en el esquema del servidor
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_OPTIONAL_ATTR_146=La definici\u00f3n del formato de nombre con OID %s declar\u00f3 que deber\u00eda incluir el atributo opcional "%s".  No existe ning\u00fan tipo de atributo que coincida con este nombre u OID en el esquema del servidor
 ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS_147=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de formato de nombre porque no especifica la clase de objeto estructural con la que est\u00e1 asociada
-ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_QUOTE_AT_POS_148=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de formato de nombre porque se encontr\u00f3 el car\u00e1cter %3$c en lugar de una comilla en la posici\u00f3n %2$d
 ERR_ATTR_SYNTAX_MR_EMPTY_VALUE_149=No se pudo analizar el valor proporcionado como descripci\u00f3n de regla de coincidencia v\u00e1lida porque estaba vac\u00edo o conten\u00eda s\u00f3lo espacios en blanco
 ERR_ATTR_SYNTAX_MR_EXPECTED_OPEN_PARENTHESIS_150=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de regla de coincidencia porque se encontr\u00f3 un car\u00e1cter '%3$s' en lugar de un par\u00e9ntesis de apertura en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE_151=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de coincidencia porque se encontr\u00f3 el final del valor si bien Directory Server esperaba que se proporcionaran m\u00e1s datos
-ERR_ATTR_SYNTAX_MR_DOUBLE_PERIOD_IN_NUMERIC_OID_152=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de coincidencia porque el OID num\u00e9rico conten\u00eda dos puntos consecutivos en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_NUMERIC_OID_153=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de coincidencia porque el OID num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_STRING_OID_154=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de coincidencia porque el OID no num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_MR_UNEXPECTED_CLOSE_PARENTHESIS_155=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de coincidencia porque conten\u00eda un par\u00e9ntesis de cierre inesperado en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_156=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de coincidencia porque conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX_157=La descripci\u00f3n de regla de coincidencia "%s" est\u00e1 asociada a la sintaxis de atributo %s que no est\u00e1 definida en el esquema del servidor
 ERR_ATTR_SYNTAX_MR_NO_SYNTAX_158=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de coincidencia porque no especifica la sintaxis de atributo con la que est\u00e1 asociada
-ERR_ATTR_SYNTAX_MR_EXPECTED_QUOTE_AT_POS_159=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de regla de coincidencia porque se encontr\u00f3 el car\u00e1cter %3$s en lugar de una comilla en la posici\u00f3n %2$d
 ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE_160=No se pudo analizar el valor proporcionado como descripci\u00f3n de uso de regla de coincidencia v\u00e1lida porque estaba vac\u00edo o conten\u00eda s\u00f3lo espacios en blanco
 ERR_ATTR_SYNTAX_MRUSE_EXPECTED_OPEN_PARENTHESIS_161=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de uso de regla de coincidencia porque se encontr\u00f3 un car\u00e1cter '%3$s' en lugar de un par\u00e9ntesis de apertura en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE_162=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de uso de regla de coincidencia porque se encontr\u00f3 el final del valor si bien Directory Server esperaba que se proporcionaran m\u00e1s datos
-ERR_ATTR_SYNTAX_MRUSE_DOUBLE_PERIOD_IN_NUMERIC_OID_163=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de uso de regla de coincidencia porque el OID num\u00e9rico conten\u00eda dos puntos consecutivos en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_NUMERIC_OID_164=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de uso de regla de coincidencia porque el OID num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_STRING_OID_165=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de uso de regla de coincidencia porque el OID no num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE_166=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de uso de regla de coincidencia porque la regla de coincidencia especificada %s es desconocida
-ERR_ATTR_SYNTAX_MRUSE_UNEXPECTED_CLOSE_PARENTHESIS_167=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de uso de regla de coincidencia porque conten\u00eda un par\u00e9ntesis de cierre inesperado en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_168=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de uso de regla de coincidencia porque conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR_169=La descripci\u00f3n de uso de regla de coincidencia "%s" est\u00e1 asociada al tipo de atributo %s que no est\u00e1 definido en el esquema del servidor
 ERR_ATTR_SYNTAX_MRUSE_NO_ATTR_170=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de coincidencia porque no especifica el conjunto de tipos de atributo que se pueden utilizar con el OID asociado
-ERR_ATTR_SYNTAX_MRUSE_EXPECTED_QUOTE_AT_POS_171=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de uso de regla de coincidencia porque se encontr\u00f3 el car\u00e1cter %3$s en lugar de una comilla en la posici\u00f3n %2$d
 ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE_172=No se pudo analizar el valor proporcionado como descripci\u00f3n de regla de estructura del DIT v\u00e1lida porque estaba vac\u00edo o conten\u00eda s\u00f3lo espacios en blanco
 ERR_ATTR_SYNTAX_DSR_EXPECTED_OPEN_PARENTHESIS_173=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de regla de estructura del DIT porque se encontr\u00f3 un car\u00e1cter '%3$s' en lugar del par\u00e9ntesis de apertura en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE_174=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque se encontr\u00f3 el final del valor si bien Directory Server esperaba que se proporcionaran m\u00e1s datos
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_RULE_ID_175=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque el ID de regla conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_DSR_UNEXPECTED_CLOSE_PARENTHESIS_176=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque conten\u00eda un par\u00e9ntesis de cierre inesperado en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_177=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM_178=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque hac\u00eda referencia a un formato de nombre desconocido %s
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_RULE_ID_179=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque hac\u00eda referencia a un ID de regla desconocido %d para una regla de estructura del DIT superior
 ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM_180=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque no especific\u00f3 el formato de nombre para la regla
-ERR_ATTR_SYNTAX_DSR_EXPECTED_QUOTE_AT_POS_181=No se pudo analizar el valor proporcionado "%1$s" como descripci\u00f3n de regla de estructura del DIT porque se encontr\u00f3 el car\u00e1cter %3$s en lugar de una comilla en la posici\u00f3n %2$d
-ERR_ATTR_SYNTAX_DSR_DOUBLE_PERIOD_IN_NUMERIC_OID_182=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque el OID num\u00e9rico conten\u00eda dos puntos consecutivos en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_NUMERIC_OID_183=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque el OID num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_STRING_OID_184=No se pudo analizar el valor proporcionado "%s" como descripci\u00f3n de regla de estructura del DIT porque el OID no num\u00e9rico conten\u00eda un car\u00e1cter %s no v\u00e1lido en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_TELEX_TOO_SHORT_185=El valor proporcionado "%s" es demasiado corto para considerarse un valor de n\u00famero de t\u00e9lex v\u00e1lido
 ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE_186=El valor proporcionado "%s" no tiene un n\u00famero de t\u00e9lex v\u00e1lido porque un car\u00e1cter %s en la posici\u00f3n %d no era un car\u00e1cter de cadena imprimible v\u00e1lido
 ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR_187=El valor proporcionado "%s" no tiene un n\u00famero de t\u00e9lex v\u00e1lido porque un car\u00e1cter %s en la posici\u00f3n %d no era ni un car\u00e1cter de cadena imprimible v\u00e1lido ni un signo de d\u00f3lar para separar los componentes de n\u00famero de t\u00e9lex
@@ -336,180 +121,10 @@
 ERR_ATTR_SYNTAX_GUIDE_INVALID_MATCH_TYPE_212=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda porque la parte de criterios %s ten\u00eda un tipo de coincidencia no v\u00e1lido que comenzaba en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SHARP_213=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda mejorado porque no conten\u00eda un car\u00e1cter de almohadilla (#) para separar la clase de objeto de los criterios
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC_214=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda mejorado porque no conten\u00eda un nombre de clase de objeto u OID delante del car\u00e1cter de almohadilla (#)
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_DOUBLE_PERIOD_IN_OC_OID_215=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda mejorado porque el OID num\u00e9rico %s que especifica la clase de objeto conten\u00eda dos puntos consecutivos en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_OID_216=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda mejorado porque el OID num\u00e9rico %s que especifica la clase de objeto conten\u00eda un car\u00e1cter no v\u00e1lido %s  en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_NAME_217=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda mejorado porque el nombre de clase de objeto %s conten\u00eda un car\u00e1cter no v\u00e1lido %s  en la posici\u00f3n %d
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP_218=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda mejorado porque no ten\u00eda un car\u00e1cter de almohadilla (#) para separar los criterios del \u00e1mbito
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SCOPE_219=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda mejorado porque no se proporcion\u00f3 ning\u00fan \u00e1mbito detr\u00e1s del car\u00e1cter almohadilla (#) final
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_INVALID_SCOPE_220=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda mejorado porque el \u00e1mbito %s especificado no era v\u00e1lido
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_CRITERIA_221=No se pudo analizar el valor proporcionado "%s" como valor de gu\u00eda mejorado porque no se especific\u00f3 ning\u00fan criterio entre los caracteres de almohadilla (#). 
-ERR_ATTR_SYNTAX_OID_INVALID_VALUE_222=No se pudo analizar el valor proporcionado %s como OID v\u00e1lido: %s
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NORMALIZE_FAILURE_223=An unexpected \
-### error occurred while trying to normalize value %s as a generalized time \
-### value:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_CANNOT_NORMALIZE_224=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseExactOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_INVALID_TYPE_225=An error occurred while \
-### attempting to compare two objects using the caseExactOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_CANNOT_NORMALIZE_226=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseIgnoreOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_INVALID_TYPE_227=An error occurred while \
-### attempting to compare two objects using the caseIgnoreOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_CANNOT_NORMALIZE_228=An error \
-### occurred while attempting to compare two AttributeValue objects using the \
-### generalizedTimeOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_INVALID_TYPE_229=An error occurred \
-### while attempting to compare two objects using the \
-### generalizedTimeOrderingMatch matching rule because the objects were of an \
-### unsupported type %s.  Only byte arrays, ASN.1 octet strings, and attribute \
-### value objects may be compared
-###SEVERE_WARN_OMR_INTEGER_COMPARE_CANNOT_NORMALIZE_230=An error occurred while \
-### attempting to compare two AttributeValue objects using the \
-### integerOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_INTEGER_COMPARE_INVALID_TYPE_231=An error occurred while \
-### attempting to compare two objects using the integerOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_CANNOT_NORMALIZE_232=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### numericStringOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_INVALID_TYPE_233=An error occurred \
-### while attempting to compare two objects using the numericStringOrderingMatch \
-### matching rule because the objects were of an unsupported type %s.  Only byte \
-### arrays, ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_CANNOT_NORMALIZE_234=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### octetStringOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_INVALID_TYPE_235=An error occurred while \
-### attempting to compare two objects using the octetStringOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_ATTR_SYNTAX_UUID_INVALID_LENGTH_236=The provided value "%s" has \
-### an invalid length for a UUID.  All UUID values must have a length of exactly \
-### 36 bytes, but the provided value had a length of %d bytes
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_DASH_237=The provided value "%s" should \
-### have had a dash at position %d, but the character '%s' was found instead
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_HEX_238=The provided value "%s" should \
-### have had a hexadecimal digit at position %d, but the character '%s' was found \
-### instead
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_DESCRIPTION_ALLOW_ZEROLENGTH_239=Indica si se permitir\u00e1 que los atributos con la sintaxis de cadena de directorios tengan valores de longitud cero.  Las especificaciones LDAP no lo permiten t\u00e9cnicamente, pero puede resultar \u00fatil para la compatibilidad de retroceso con versiones anteriores de Directory Server
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_CANNOT_DETERMINE_ZEROLENGTH_240=An \
-### error occurred while trying to determine the value of the %s configuration \
-### attribute, which indicates whether directory string attributes should be \
-### allowed to have zero-length values:  %s
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_INVALID_ZEROLENGTH_VALUE_241=The \
-### operation attempted to assign a zero-length value to an attribute with the \
-### directory string syntax
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_UPDATED_ALLOW_ZEROLENGTH_242=El %s atributo de la entrada de configuraci\u00f3n %s se ha actualizado con un nuevo valor de %s
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR_243=The provided \
-### authPassword value had an invalid scheme character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_244=The provided authPassword value \
-### had a zero-length scheme element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_SEPARATOR_245=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the scheme and authInfo elements
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR_246=The provided \
-### authPassword value had an invalid authInfo character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_247=The provided authPassword \
-### value had a zero-length authInfo element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR_248=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the authInfo and authValue elements
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_INITIAL_PARENTHESIS_249=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### it did not start with a parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_NONSPACE_250=The provided value "%s" could not \
-### be parsed by the integer first component matching rule because it did not \
-### have any non-space characters after the opening parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_SPACE_AFTER_INT_251=The provided value "%s" \
-### could not be parsed by the integer first component matching rule because it \
-### did not have any space characters after the first component
-###SEVERE_ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT_252=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### the first component does not appear to be an integer value
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_VALUE_253=No value was given to decode by \
-### the user password attribute syntax
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE_254=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not start with the opening curly brace ("{") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE_255=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not contain a closing curly brace ("}") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_SCHEME_256=Unable to decode the provided \
-### value according to the user password syntax because the value does not \
-### contain a storage scheme name
-ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID_257=No se pudo analizar el valor proporcionado "%s" como especificaci\u00f3n de sub\u00e1rbol RFC 3672 v\u00e1lido
-ERR_ATTR_SYNTAX_ABSOLUTE_SUBTREE_SPECIFICATION_INVALID_258=No se pudo analizar el valor proporcionado "%s" como especificaci\u00f3n de sub\u00e1rbol absoluto v\u00e1lido
-ERR_ATTR_SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_INVALID_259=No se pudo analizar el valor proporcionado "%s" como especificaci\u00f3n de sub\u00e1rbol relativo v\u00e1lido
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_INTEGER_260=The provided value %s is not \
-### allowed for attributes with a Integer syntax
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR_261=The provided \
-### authPassword value had an invalid authValue character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_VALUE_262=The provided authPassword \
-### value had a zero-length authValue element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR_263=The provided \
-### authPassword value had an invalid trailing character at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXTENSION_INVALID_CHARACTER_264=No se pudo analizar el valor proporcionado "%s" como extensi\u00f3n de sintaxis de atributo porque se encontr\u00f3 un car\u00e1cter no v\u00e1lido en la posici\u00f3n %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID_EXTENSION_265=No se pudo analizar la sintaxis de atributo debido a una extensi\u00f3n no v\u00e1lida.%s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_INVALID_SUPERIOR_TYPE_266=The definition \
-### for objectclass %s is invalid because it has an objectclass type of %s but \
-### this is incompatible with the objectclass type %s for the superior class %s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_STRUCTURAL_SUPERIOR_NOT_TOP_267=The \
-### definition for objectclass %s is invalid because it is defined as a \
-### structural class but its superior chain does not include the "top" \
-### objectclass
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_SUPERIOR_USAGE_268=The definition \
-### for attribute type %s is invalid because its attribute usage %s is not the \
-### same as the usage for its superior type %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_FROM_NONCOLLECTIVE_269=The \
-### definition for attribute type %s is invalid because it is defined as a \
-### collective type but the superior type %s is not collective
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NONCOLLECTIVE_FROM_COLLECTIVE_270=The \
-### definition for attribute type %s is invalid because it is not defined as a \
-### collective type but the superior type %s is collective
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_STRUCTURAL_271=La regla de contenido del DIT "%s" no es v\u00e1lida porque proh\u00edbe el uso del tipo de atributo %s que necesita la clase de objeto estructural asociada %s
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY_272=La regla de contenido del DIT "%s" no es v\u00e1lida porque proh\u00edbe el uso del tipo de atributo %s que necesita la clase de objeto auxiliar asociada %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_IS_OPERATIONAL_273=The definition \
-### for attribute type %s is invalid because it is declared COLLECTIVE but does \
-### not have a usage of userApplications
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NO_USER_MOD_NOT_OPERATIONAL_274=The \
-### definition for attribute type %s is invalid because it is declared \
-### NO-USER-MODIFICATION but does not have an operational usage
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_FRACTION_CHAR_275=The \
-### provided value %s is not a valid generalized time value because it contains \
-### illegal character %s in the fraction component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_EMPTY_FRACTION_276=The provided \
-### value %s is not a valid generalized time value because it does not contain at \
-### least one digit after the period to use as the fractional component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NO_TIME_ZONE_INFO_277=The provided \
-### value %s is not a valid generalized time value because it does not end with \
-### 'Z' or a time zone offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_TIME_278=The provided value \
-### %s is not a valid generalized time value because it represents an invalid \
-### time (e.g., a date that does not exist):  %s
-NOTICE_SCHEMA_IMPORT_FAILED_279=No se pudo importar un elemento de esquema: %s, %s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_LOCALE_280=La regla de intercalaci\u00f3n %s que se encuentra en la entrada de regla de coincidencia %s no es v\u00e1lida, ya que JVM no admite la configuraci\u00f3n regional %s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT_281=La regla de intercalaci\u00f3n proporcionada %s no contiene un formato v\u00e1lido de OID:CONFIGURACI\u00d3N REGIONAL
 ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR_282=No se pudo analizar el valor proporcionado "%s" como nombre \u00fanico v\u00e1lido porque un valor de atributo empezaba con un car\u00e1cter en la posici\u00f3n %d al que hay que aplicarle caracteres de escape
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_CHAR_283=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de tipo de atributo v\u00e1lida porque no se permite el car\u00e1cter '%c' en la posici\u00f3n %d en un nombre de tipo de atributo
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_284=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de tipo de atributo v\u00e1lida porque no se permite el car\u00e1cter de subrayado en un nombre de tipo de atributo a menos que est\u00e9 habilitada la opci\u00f3n de configuraci\u00f3n %s
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_285=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de tipo de atributo v\u00e1lida porque no se permite el car\u00e1cter de gui\u00f3n como primer car\u00e1cter de un nombre de tipo de atributo
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_286=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de tipo de atributo v\u00e1lida porque no se permite el car\u00e1cter de subrayado como primer car\u00e1cter de un nombre de tipo de atributo, incluso si est\u00e1 habilitada la opci\u00f3n de configuraci\u00f3n %s 
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_287=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de tipo de atributo v\u00e1lida porque no se permite el d\u00edgito '%c' como primer car\u00e1cter de un nombre de tipo de atributo a menos que est\u00e9 especificado el nombre como un OID o que est\u00e9 habilitada la opci\u00f3n de configuraci\u00f3n %s
-ERR_OC_SYNTAX_ATTR_ILLEGAL_CHAR_288=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de clase de objeto v\u00e1lida porque no se permite el car\u00e1cter '%c' en la posici\u00f3n %d en un nombre de clase de objeto
-ERR_OC_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_289=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de clase de objeto v\u00e1lida porque no se permite el car\u00e1cter de subrayado en un nombre de clase de objeto a menos que est\u00e9 habilitada la opci\u00f3n de configuraci\u00f3n %s
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_290=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de clase de objeto v\u00e1lida porque no se permite el car\u00e1cter de gui\u00f3n como primer car\u00e1cter de un nombre de clase de objeto
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_291=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de clase de objeto v\u00e1lida porque no se permite el car\u00e1cter de subrayado como primer car\u00e1cter de un nombre de clase de objeto, incluso si est\u00e1 habilitada la opci\u00f3n de configuraci\u00f3n %s
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_292=No se pudo analizar el valor proporcionado "%s" como definici\u00f3n de clase de objeto v\u00e1lida porque no se permite el d\u00edgito '%c' como primer car\u00e1cter de un nombre de clase de objeto a menos que est\u00e9 especificado el nombre como un OID o que est\u00e9 habilitada la opci\u00f3n de configuraci\u00f3n %s
diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_fr.properties b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_fr.properties
index 9733967..5eb4b91 100755
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_fr.properties
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_fr.properties
@@ -22,214 +22,35 @@
 #
 #      Copyright 2009 Sun Microsystems, Inc.
 #
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
-### approximate matching rule %s used as the default for the %s attribute syntax. \
-### Approximate matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_EQUALITY_MATCHING_RULE_2=Unable to retrieve \
-### equality matching rule %s used as the default for the %s attribute syntax. \
-### Equality matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_ORDERING_MATCHING_RULE_3=Unable to retrieve \
-### ordering matching rule %s used as the default for the %s attribute syntax. \
-### Ordering matches will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_SUBSTRING_MATCHING_RULE_4=Unable to retrieve \
-### substring matching rule %s used as the default for the %s attribute syntax. \
-### Substring matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_BOOLEAN_5=The provided value "%s" is not \
-### allowed for attributes with a Boolean syntax.  The only allowed values are \
-### 'TRUE' and 'FALSE'
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_TOO_SHORT_6=The provided value "%s" is too \
-### short to be a valid bit string.  A bit string must be a series of binary \
-### digits surrounded by single quotes and followed by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_NOT_QUOTED_7=The provided value "%s" is not \
-### a valid bit string because it is not surrounded by single quotes and followed \
-### by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_INVALID_BIT_8=The provided value "%s" is \
-### not a valid bit string because '%s' is not a valid binary digit
 ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH_9=La valeur indiqu\u00e9e "%s" n'est pas une cha\u00eene de pays valide car elle n'a pas une longueur de deux caract\u00e8res exactement
 ERR_ATTR_SYNTAX_COUNTRY_STRING_NOT_PRINTABLE_10=La valeur indiqu\u00e9e "%s" n'est pas une cha\u00eene de pays valide car elle contient au moins un caract\u00e8re non imprimable
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_NO_ELEMENTS_11=La valeur indiqu\u00e9e "%s" n'est pas une m\u00e9thode de distribution valide car elle ne contient aucun \u00e9l\u00e9ment
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_INVALID_ELEMENT_12=La valeur indiqu\u00e9e "%s" n'est pas une m\u00e9thode de distribution valide car "%s" n'est pas une m\u00e9thode valide
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_TOO_SHORT_13=The provided value "%s" \
-### is too short to be a valid generalized time value
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_YEAR_14=The provided value \
-### "%s" is not a valid generalized time value because the '%s' character is not \
-### allowed in the century or year specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MONTH_15=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid month \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_DAY_16=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid day \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_HOUR_17=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid hour \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MINUTE_18=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid minute \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SECOND_19=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid second \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SUBSECOND_20=The provided \
-### value "%s" is not a valid generalized time value because the sub-second \
-### component is not valid (between 1 and 3 numeric digits)
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_LONG_SUBSECOND_21=The provided value \
-### "%s" is not a valid generalized time value because the sub-second value may \
-### not contain more than three digits
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_OFFSET_22=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid GMT \
-### offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_CHAR_23=The provided value \
-### "%s" is not a valid generalized time value because it contains an invalid \
-### character '%s' at position %d
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_CANNOT_PARSE_24=The provided value \
-### "%s" could not be parsed as a valid generalized time:  %s
 ERR_ATTR_SYNTAX_DN_INVALID_25=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide\u00a0:  %s
-ERR_ATTR_SYNTAX_DN_END_WITH_COMMA_26=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le dernier caract\u00e8re autre qu'un espace est une virgule ou un point-virgule
-ERR_ATTR_SYNTAX_DN_ATTR_START_WITH_DIGIT_27=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le chiffre num\u00e9rique "%s" n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'un nom d'attribut
 ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR_28=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le caract\u00e8re '%c' \u00e0 la position %d n'est pas autoris\u00e9 dans un nom d'attribut
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_UNDERSCORE_CHAR_29=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le trait de soulignement n'est pas autoris\u00e9 dans un nom d'attribut, sauf si l'option de configuration %s est activ\u00e9e 
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH_30=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le trait d'union n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'un nom d'attribut
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_UNDERSCORE_31=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le tiret de soulignement n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'un nom d'attribut, m\u00eame si l'option de configuration %s est activ\u00e9e 
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT_32=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le chiffre '%c' n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'un nom d'attribut, sauf si le nom est sp\u00e9cifi\u00e9 comme un OID ou que l'option de configuration %s est activ\u00e9e 
 ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME_33=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car il contient un NRD contenant un nom d'attribut vide
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD_34=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le nom d'attribut analys\u00e9 %s inclut un point mais ne semble pas \u00eatre un OID valide
 ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME_35=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le dernier caract\u00e8re autre qu'un espace fait partie du nom d'attribut '%s'
 ERR_ATTR_SYNTAX_DN_NO_EQUAL_36=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le caract\u00e8re suivant autre qu'un espace apr\u00e8s le nom d'attribut "%s" devrait \u00eatre un signe \u00e9gal au lieu de '%c'
-ERR_ATTR_SYNTAX_DN_INVALID_CHAR_37=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le caract\u00e8re '%c' \u00e0 la position %d n'est pas valide
 ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT_38=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car une valeur d'attribut commence par un di\u00e8se (#) sans \u00eatre suivie d'un multiple positif de deux chiffres hexad\u00e9cimaux 
 ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT_39=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car une valeur d'attribut commence par un di\u00e8se (#) mais contient un caract\u00e8re %c qui n'est pas un chiffre hexad\u00e9cimal valide
 ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE_40=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car un \u00e9chec inattendu s'est produit lors d'une tentative d'analyse d'une valeur d'attribut de l'un des composants du NRD\u00a0:  "%s" 
 ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE_41=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car un des composants du NRD inclut une valeur cit\u00e9e sans le guillemet de fermeture correspondant
 ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID_42=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car un des composants du NRD inclut une valeur contenant un chiffre hexad\u00e9cimal neutralis\u00e9 qui n'est pas suivi d'un second chiffre hexad\u00e9cimal
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INITIAL_ZERO_43=The provided value "%s" could \
-### not be parsed as a valid integer because the first digit may not be zero \
-### unless it is the only digit
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_MISPLACED_DASH_44=The provided value "%s" \
-### could not be parsed as a valid integer because the dash may only appear if it \
-### is the first character of the value followed by one or more digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INVALID_CHARACTER_45=The provided value "%s" \
-### could not be parsed as a valid integer because character '%c' at position %d \
-### is not allowed in an integer value
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_EMPTY_VALUE_46=The provided value "%s" could \
-### not be parsed as a valid integer because it did not contain any digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_DASH_NEEDS_VALUE_47=The provided value "%s" \
-### could not be parsed as a valid integer because it contained only a dash not \
-### followed by an integer value
 ERR_ATTR_SYNTAX_OID_NO_VALUE_48=Impossible d'analyser la valeur indiqu\u00e9e en tant qu'OID valide car il ne contient aucun caract\u00e8re
 ERR_ATTR_SYNTAX_OID_ILLEGAL_CHARACTER_49=Impossible d'analyser la valeur indiqu\u00e9e %s en tant qu'OID valide car il contient un caract\u00e8re ill\u00e9gal \u00e0 la position %d
 ERR_ATTR_SYNTAX_OID_CONSECUTIVE_PERIODS_50=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant qu'OID valide car il contient deux points cons\u00e9cutifs \u00e0 la position %d ou \u00e0 proximit\u00e9
 ERR_ATTR_SYNTAX_OID_ENDS_WITH_PERIOD_51=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant qu'OID valide car il se termine par un point
 ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE_52=Impossible d'analyser la valeur indiqu\u00e9e en tant que description de type d'attribut valide car elle est vide ou ne contient que des blancs
 ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_OPEN_PARENTHESIS_53=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de type d'attribut car une parenth\u00e8se ouverte devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re '%s'
-ERR_ATTR_SYNTAX_ATTRTYPE_TRUNCATED_VALUE_54=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de type d'attribut car la fin de la valeur est atteinte alors que Directory Server attend plus de donn\u00e9es
-ERR_ATTR_SYNTAX_ATTRTYPE_DOUBLE_PERIOD_IN_NUMERIC_OID_55=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de type d'attribut car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_NUMERIC_OID_56=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de type d'attribut car l'OID num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_STRING_OID_57=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de type d'attribut car l'OID non num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_58=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de type d'attribut car elle contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_UNEXPECTED_CLOSE_PARENTHESIS_59=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de type d'attribut car elle contient une parenth\u00e8se de fermeture inattendue \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_60=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de type d'attribut car le premier caract\u00e8re non vide suivant un jeton %s devrait \u00eatre un guillemet simple et non le caract\u00e8re %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUPERIOR_TYPE_61=The definition for \
-### the attribute type with OID %s declared a superior type with an OID of %s. \
-### No attribute type with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_APPROXIMATE_MR_62=The definition for \
-### the attribute type with OID %s declared that approximate matching should be \
-### performed using the matching rule "%s".  No such approximate matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_EQUALITY_MR_63=The definition for \
-### the attribute type with OID %s declared that equality matching should be \
-### performed using the matching rule "%s".  No such equality matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_ORDERING_MR_64=The definition for \
-### the attribute type with OID %s declared that ordering matching should be \
-### performed using the matching rule "%s".  No such ordering matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUBSTRING_MR_65=The definition for \
-### the attribute type with OID %s declared that substring matching should be \
-### performed using the matching rule "%s".  No such substring matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SYNTAX_66=The definition for the \
-### attribute type with OID %s declared that it should have a syntax with OID %s. \
-### No such syntax is configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_ATTRIBUTE_USAGE_67=The definition \
-### for the attribute type with OID %s declared that it should have an attribute \
-### usage of %s.  This is an invalid usage
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_AT_POS_68=The provided value \
-### "%s" could not be parsed as an attribute type description because a single \
-### quote was expected at position %d but the character %s was found instead
 ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE_69=Impossible d'analyser la valeur indiqu\u00e9e en tant que description de classe d'objet valide car elle est vide ou ne contient que des blancs
 ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_OPEN_PARENTHESIS_70=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de classe d'objet car une parenth\u00e8se ouverte devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re '%s'
-ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE_71=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de classe d'objet car la fin de la valeur est atteinte alors que Directory Server attend plus de donn\u00e9es
-ERR_ATTR_SYNTAX_OBJECTCLASS_DOUBLE_PERIOD_IN_NUMERIC_OID_72=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de classe d'objet car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_NUMERIC_OID_73=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de classe d'objet car l'OID num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_STRING_OID_74=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de classe d'objet car l'OID non num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_75=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de classe d'objet car elle contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS_76=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de classe d'objet car elle contient une parenth\u00e8se de fermeture inattendue \u00e0 la position %d
-ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_77=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de classe d'objet car le premier caract\u00e8re non vide suivant un jeton %s devrait \u00eatre un guillemet simple et non le caract\u00e8re %s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_SUPERIOR_CLASS_78=The definition \
-### for the objectclass with OID %s declared a superior objectclass with an OID \
-### of %s.  No objectclass with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_AT_POS_79=The provided \
-### value "%s" could not be parsed as an objectclass description because a single \
-### quote was expected at position %d but the character %s was found instead
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_REQUIRED_ATTR_80=The definition \
-### for the objectclass with OID %s declared that it should include required \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_OPTIONAL_ATTR_81=The definition \
-### for the objectclass with OID %s declared that it should include optional \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER_82=The provided value "%s" \
-### cannot be parsed as a valid IA5 string because it contains an illegal \
-### character "%s" that is not allowed in the IA5 (ASCII) character set
-INFO_ATTR_SYNTAX_TELEPHONE_DESCRIPTION_STRICT_MODE_83=Ceci indique si la syntaxe d'attribut de num\u00e9ro de t\u00e9l\u00e9phone doit utiliser un mode strict dans lequel seules les valeurs au format ITU-T E.123 seront accept\u00e9es.  Si cette option est activ\u00e9e, toutes les valeurs dans un autre format seront refus\u00e9es.  Si elle est d\u00e9sactiv\u00e9e, toutes les valeurs seront accept\u00e9es mais seuls les chiffres sont pris en compte lors de la recherche de correspondance 
-###SEVERE_WARN_ATTR_SYNTAX_TELEPHONE_CANNOT_DETERMINE_STRICT_MODE_84=An error \
-### occurred while trying to retrieve attribute \
-### ds-cfg-strict-format from configuration entry %s:  %s.  The \
-### Directory Server will not enforce strict compliance to the ITU-T E.123 format \
-### for telephone number values
 ERR_ATTR_SYNTAX_TELEPHONE_EMPTY_85=La valeur indiqu\u00e9e n'est pas un num\u00e9ro de t\u00e9l\u00e9phone valide car elle est vide ou null
 ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS_86=La valeur indiqu\u00e9e "%s" n'est pas un num\u00e9ro de t\u00e9l\u00e9phone valide car la v\u00e9rification stricte des num\u00e9ros de t\u00e9l\u00e9phone est activ\u00e9e et la valeur ne commence pas par un signe plus respectant la sp\u00e9cification ITU-T E.123
 ERR_ATTR_SYNTAX_TELEPHONE_ILLEGAL_CHAR_87=La valeur indiqu\u00e9e "%s" n'est pas un num\u00e9ro de t\u00e9l\u00e9phone valide car la v\u00e9rification stricte des num\u00e9ros de t\u00e9l\u00e9phone est activ\u00e9e et le caract\u00e8re %s \u00e0 la position %d n'est pas autoris\u00e9 par la sp\u00e9cification ITU-T E.123
 ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS_88=La valeur indiqu\u00e9e "%s" n'est pas un num\u00e9ro de t\u00e9l\u00e9phone valide car il ne contient aucun chiffre num\u00e9rique
-INFO_ATTR_SYNTAX_TELEPHONE_UPDATED_STRICT_MODE_89=La valeur de l'attribut de configuration ds-cfg-strict-format, qui indique si la v\u00e9rification stricte des num\u00e9ros de t\u00e9l\u00e9phone doit \u00eatre utilis\u00e9e, a \u00e9t\u00e9 mise \u00e0 jour sur %s dans l'entr\u00e9e de configuration %s
-###SEVERE_WARN_ATTR_SYNTAX_NUMERIC_STRING_ILLEGAL_CHAR_90=The provided value \
-### "%s" is not a valid numeric string because it contained character %s at \
-### position %d that was neither a digit nor a space
 ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE_91=La valeur indiqu\u00e9e n'est pas une cha\u00eene num\u00e9rique valide car elle ne contient aucun caract\u00e8re.  Une valeur de cha\u00eene num\u00e9rique doit contenir au moins un chiffre num\u00e9rique ou un espace
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EMPTY_VALUE_92=Impossible d'analyser la valeur indiqu\u00e9e en tant que description de syntaxe d'attribut valide car elle est vide ou ne contient que des blancs
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_OPEN_PARENTHESIS_93=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car une parenth\u00e8se ouverte devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re '%s'
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TRUNCATED_VALUE_94=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car la fin de la valeur est atteinte alors que Directory Server attend plus de donn\u00e9es
-ERR_ATTR_SYNTAX_ATTRSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_95=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_96=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car l'OID num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_STRING_OID_97=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car l'OID non num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS_98=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car elle contient une parenth\u00e8se de fermeture inattendue \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_TOKEN_99=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car une erreur inattendue s'est produite lors de la tentative de lecture du jeton "DESC" \u00e0 partir de la cha\u00eene ou pr\u00e8s de la position %d\u00a0:  %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TOKEN_NOT_DESC_100=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car le jeton "DESC" devrait \u00eatre pr\u00e9sent au lieu de la cha\u00eene "%s"
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_VALUE_101=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car une erreur inattendue s'est produite lors de la tentative de lecture de la valeur du jeton "DESC" \u00e0 partir de la cha\u00eene ou pr\u00e8s de la position %d\u00a0:  %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_CLOSE_PARENTHESIS_102=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car une parenth\u00e8se ferm\u00e9e devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re '%s'
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_AFTER_CLOSE_103=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de syntaxe d'attribut car un caract\u00e8re ill\u00e9gal %s se trouve \u00e0 la position %d apr\u00e8s la parenth\u00e8se ferm\u00e9e
-###SEVERE_WARN_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_QUOTE_AT_POS_104=The provided \
-### value "%s" could not be parsed as an attribute syntax description because a \
-### single quote was expected at position %d but the character %s was found \
-### instead
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE_105=The provided value \
-### could not be parsed as a printable string because it was null or empty.  A \
-### printable string must contain at least one character
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_ILLEGAL_CHARACTER_106=The provided \
-### value "%s" could not be parsed as a printable string because it contained an \
-### invalid character %s at position %d
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_ONLY_WILDCARD_107=The provided value "*" \
-### could not be parsed as a substring assertion because it consists only of a \
-### wildcard character and zero-length substrings are not allowed
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_CONSECUTIVE_WILDCARDS_108=The provided \
-### value "%s" could not be parsed as a substring assertion because it contains \
-### consecutive wildcard characters at position %d and zero-length substrings are \
-### not allowed
 ERR_ATTR_SYNTAX_UTC_TIME_TOO_SHORT_109=La valeur indiqu\u00e9e %s est trop courte pour \u00eatre une valeur de temps UTC valide
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_YEAR_110=La valeur indiqu\u00e9e %s n'est pas une valeur de temps UTC valide car le caract\u00e8re '%s' n'est pas autoris\u00e9 dans la sp\u00e9cification de si\u00e8cle ou d'ann\u00e9e
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_MONTH_111=La valeur indiqu\u00e9e %s n'est pas une valeur de temps UTC valide car %s n'est pas une sp\u00e9cification de mois valide
@@ -242,12 +63,6 @@
 ERR_ATTR_SYNTAX_UTC_TIME_CANNOT_PARSE_118=Impossible d'analyser la valeur indiqu\u00e9e %s en tant que temps UTC valide\u00a0:  %s
 ERR_ATTR_SYNTAX_DCR_EMPTY_VALUE_119=Impossible d'analyser la valeur indiqu\u00e9e en tant que description de r\u00e8gle de contenu DIT valide car elle est vide ou ne contient que des blancs
 ERR_ATTR_SYNTAX_DCR_EXPECTED_OPEN_PARENTHESIS_120=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de contenu DIT car une parenth\u00e8se ouverte devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re '%s'
-ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE_121=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de contenu DIT car la fin de la valeur est atteinte alors que Directory Server attend plus de donn\u00e9es
-ERR_ATTR_SYNTAX_DCR_DOUBLE_PERIOD_IN_NUMERIC_OID_122=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de contenu DIT car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_NUMERIC_OID_123=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de contenu DIT car l'OID num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_STRING_OID_124=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de contenu DIT car l'OID non num\u00e9rique contenient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_DCR_UNEXPECTED_CLOSE_PARENTHESIS_125=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de contenu DIT car elle contient une parenth\u00e8se de fermeture inattendue \u00e0 la position %d
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_126=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de contenu DIT car elle contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS_127=La r\u00e8gle de contenu DIT "%s" est associ\u00e9e \u00e0 une classe d'objet structurelle %s non d\u00e9finie dans le sch\u00e9ma de serveur
 ERR_ATTR_SYNTAX_DCR_STRUCTURAL_CLASS_NOT_STRUCTURAL_128=La r\u00e8gle de contenu DIT "%s" est associ\u00e9e \u00e0 la classe d'objet avec OID %s (%s).  Cette classe d'objet existe dans le sch\u00e9ma de serveur mais est plut\u00f4t d\u00e9finie comme %s que comme structurelle 
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_AUXILIARY_CLASS_129=La r\u00e8gle de contenu DIT "%s" est associ\u00e9e \u00e0 une classe d'objet auxiliaire %s non d\u00e9finie dans le sch\u00e9ma de serveur
@@ -255,57 +70,27 @@
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR_131=La r\u00e8gle de contenu DIT "%s" est associ\u00e9e \u00e0 un type d'attribut requis %s non d\u00e9fini dans le sch\u00e9ma de serveur
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR_132=La r\u00e8gle de contenu DIT "%s" est associ\u00e9e \u00e0 un type d'attribut facultatif %s non d\u00e9fini dans le sch\u00e9ma de serveur
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR_133=La r\u00e8gle de contenu DIT "%s" est associ\u00e9e \u00e0 un type d'attribut interdit %s non d\u00e9fini dans le sch\u00e9ma de serveur
-ERR_ATTR_SYNTAX_DCR_EXPECTED_QUOTE_AT_POS_134=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de contenu DIT car un guillemet simple aurait d\u00fb se trouver \u00e0 la position %d au lieu du caract\u00e8re %s
 ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE_135=Impossible d'analyser la valeur indiqu\u00e9e en tant que description de formulaire de nom valide car elle est vide ou ne contient que des blancs
 ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_OPEN_PARENTHESIS_136=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de formulaire de nom car une parenth\u00e8se ouverte devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re '%c'
-ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE_137=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de formulaire de nom car la fin de la valeur est atteinte alors que Directory Server attend plus de donn\u00e9es
-ERR_ATTR_SYNTAX_NAME_FORM_DOUBLE_PERIOD_IN_NUMERIC_OID_138=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de formulaire de nom car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_NUMERIC_OID_139=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de formulaire de nom car l'OID num\u00e9rique contient un caract\u00e8re ill\u00e9gal %c \u00e0 la position %d
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_STRING_OID_140=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de formulaire de nom car l'OID non num\u00e9rique contient un caract\u00e8re ill\u00e9gal %c \u00e0 la position %d
-ERR_ATTR_SYNTAX_NAME_FORM_UNEXPECTED_CLOSE_PARENTHESIS_141=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de formulaire de nom car elle contient une parenth\u00e8se de fermeture inattendue \u00e0 la position %d
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_142=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de formulaire de nom car elle contient un caract\u00e8re ill\u00e9gal %c \u00e0 la position %d
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS_143=La description de formulaire de nom "%s" est associ\u00e9e \u00e0 une classe d'objet structurelle %s non d\u00e9finie dans le sch\u00e9ma de serveur
 ERR_ATTR_SYNTAX_NAME_FORM_STRUCTURAL_CLASS_NOT_STRUCTURAL_144=La description de formulaire de nom "%s" est associ\u00e9e \u00e0 la classe d'objet avec OID %s (%s). Cette classe d'objet existe dans le sch\u00e9ma de serveur mais est plut\u00f4t d\u00e9finie comme %s que comme structurelle 
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_REQUIRED_ATTR_145=La d\u00e9finition pour le formulaire de nom avec l'OID %s d\u00e9clare qu'il devrait inclure l'attribut requis "%s".  Aucun type d'attribut correspondant \u00e0 ce nom ou cet OID n'existe dans le sch\u00e9ma de serveur
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_OPTIONAL_ATTR_146=La d\u00e9finition pour le formulaire de nom avec l'OID %s d\u00e9clare qu'elle devrait inclure l'attribut facultatif "%s".  Aucun type d'attribut correspondant \u00e0 ce nom ou cet OID n'existe dans le sch\u00e9ma de serveur
 ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS_147=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de formulaire de nom car elle ne sp\u00e9cifie pas la classe d'objet structurelle avec laquelle elle est associ\u00e9e
-ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_QUOTE_AT_POS_148=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de formulaire de nom car un guillemet simple devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re %c
 ERR_ATTR_SYNTAX_MR_EMPTY_VALUE_149=Impossible d'analyser la valeur indiqu\u00e9e en tant que description de r\u00e8gle de correspondance valide car elle est vide ou ne contient que des blancs
 ERR_ATTR_SYNTAX_MR_EXPECTED_OPEN_PARENTHESIS_150=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car une parenth\u00e8se ouverte devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re '%s'
-ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE_151=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car la fin de la valeur est atteinte alors que Directory Server attend plus de donn\u00e9es
-ERR_ATTR_SYNTAX_MR_DOUBLE_PERIOD_IN_NUMERIC_OID_152=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_NUMERIC_OID_153=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car l'OID num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_STRING_OID_154=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car l'OID non num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_MR_UNEXPECTED_CLOSE_PARENTHESIS_155=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car elle contient une parenth\u00e8se de fermeture inattendue \u00e0 la position %d
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_156=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car elle contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
 ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX_157=La description de r\u00e8gle de correspondance "%s" est associ\u00e9e \u00e0 une syntaxe d'attribut %s non d\u00e9finie dans le sch\u00e9ma de serveur
 ERR_ATTR_SYNTAX_MR_NO_SYNTAX_158=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car elle ne sp\u00e9cifie par la syntaxe d'attribut avec laquelle elle est associ\u00e9e
-ERR_ATTR_SYNTAX_MR_EXPECTED_QUOTE_AT_POS_159=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car un guillemet simple devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re %s
 ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE_160=Impossible d'analyser la valeur indiqu\u00e9e en tant que description d'utilisation d'une r\u00e8gle de correspondance valide car elle est vide ou ne contient que des blancs
 ERR_ATTR_SYNTAX_MRUSE_EXPECTED_OPEN_PARENTHESIS_161=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description d'utilisation d'une r\u00e8gle de correspondance car une parenth\u00e8se ouverte devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re '%s'
-ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE_162=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description d'utilisation d'une r\u00e8gle de correspondance car la fin de la valeur est atteinte alors que Directory Server attend plus de donn\u00e9es
-ERR_ATTR_SYNTAX_MRUSE_DOUBLE_PERIOD_IN_NUMERIC_OID_163=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description d'utilisation d'une r\u00e8gle de correspondance car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_NUMERIC_OID_164=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description d'utilisation d'une r\u00e8gle de correspondance car l'OID num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_STRING_OID_165=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description d'utilisation d'une r\u00e8gle de correspondance car l'OID non num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE_166=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description d'utilisation d'une r\u00e8gle de correspondance car la r\u00e8gle de correspondance %s est inconnue
-ERR_ATTR_SYNTAX_MRUSE_UNEXPECTED_CLOSE_PARENTHESIS_167=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description d'utilisation d'une r\u00e8gle de correspondance car elle contient une parenth\u00e8se de fermeture inattendue \u00e0 la position %d
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_168=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description d'utilisation d'une r\u00e8gle de correspondance car elle contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR_169=La description d'utilisation d'une r\u00e8gle de correspondance "%s" est associ\u00e9e \u00e0 un type d'attribut %s non d\u00e9fini dans le sch\u00e9ma de serveur
 ERR_ATTR_SYNTAX_MRUSE_NO_ATTR_170=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de correspondance car elle ne sp\u00e9cifie pas l'ensemble de types d'attributs \u00e0 utiliser avec l'OID associ\u00e9
-ERR_ATTR_SYNTAX_MRUSE_EXPECTED_QUOTE_AT_POS_171=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description d'utilisation d'une r\u00e8gle de correspondance car un guillemet simple devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re %s
 ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE_172=Impossible d'analyser la valeur indiqu\u00e9e en tant que description de r\u00e8gle de structure DIT valide car elle est vide ou ne contient que des blancs
 ERR_ATTR_SYNTAX_DSR_EXPECTED_OPEN_PARENTHESIS_173=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car une parenth\u00e8se ouverte devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re '%s'
-ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE_174=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car la fin de la valeur est atteinte alors que Directory Server attend plus de donn\u00e9es
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_RULE_ID_175=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car la r\u00e8gle DIT contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_DSR_UNEXPECTED_CLOSE_PARENTHESIS_176=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car elle contient une parenth\u00e8se de fermeture inattendue \u00e0 la position %d
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_177=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car elle contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM_178=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car elle fait r\u00e9f\u00e9rence \u00e0 une forme de nom inconnu %s
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_RULE_ID_179=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car elle fait r\u00e9f\u00e9rence \u00e0 un ID %d de r\u00e8gle inconnu pour une r\u00e8gle de structure DIT sup\u00e9rieure
 ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM_180=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car elle ne sp\u00e9cifie par le formulaire de nom pour la r\u00e8gle
-ERR_ATTR_SYNTAX_DSR_EXPECTED_QUOTE_AT_POS_181=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car un guillemet simple devrait se trouver \u00e0 la position %d au lieu du caract\u00e8re %s
-ERR_ATTR_SYNTAX_DSR_DOUBLE_PERIOD_IN_NUMERIC_OID_182=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_NUMERIC_OID_183=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car l'OID num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_STRING_OID_184=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que description de r\u00e8gle de structure DIT car l'OID non num\u00e9rique contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
 ERR_ATTR_SYNTAX_TELEX_TOO_SHORT_185=La valeur indiqu\u00e9e "%s" est trop courte pour \u00eatre une valeur de num\u00e9ro de t\u00e9lex valide
 ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE_186=La valeur indiqu\u00e9e "%s" ne contient pas un num\u00e9ro de t\u00e9lex valide car un caract\u00e8re %s \u00e0 la position %d n'est pas une cha\u00eene de caract\u00e8res imprimable valide
 ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR_187=La valeur indiqu\u00e9e "%s" ne contient pas un num\u00e9ro de t\u00e9lex valide car un caract\u00e8re %s \u00e0 la position %d n'est ni une cha\u00eene de caract\u00e8res imprimable valide, ni le signe du dollar pour s\u00e9parer les composants du num\u00e9ro de t\u00e9lex
@@ -336,180 +121,10 @@
 ERR_ATTR_SYNTAX_GUIDE_INVALID_MATCH_TYPE_212=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide car la partie crit\u00e8res %s a un type de correspondance ill\u00e9gal commen\u00e7ant \u00e0 la position %d
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SHARP_213=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide optimis\u00e9e car elle ne contient pas de caract\u00e8re di\u00e8se (#) pour s\u00e9parer la classe d'objet des crit\u00e8res
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC_214=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide optimis\u00e9e car elle ne contient pas de nom de classe d'objet ou d'OID avant le caract\u00e8re di\u00e8se (#)
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_DOUBLE_PERIOD_IN_OC_OID_215=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide optimis\u00e9e car l'OID num\u00e9rique %s sp\u00e9cifiant la classe d'objet contient deux points cons\u00e9cutifs \u00e0 la position %d
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_OID_216=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide optimis\u00e9e car l'OID num\u00e9rique %s sp\u00e9cifiant la classe d'objet contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_NAME_217=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide optimis\u00e9e car le nom de classe d'objet %s contient un caract\u00e8re ill\u00e9gal %s \u00e0 la position %d
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP_218=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide optimis\u00e9e car elle n'a pas de caract\u00e8re di\u00e8se (#) pour s\u00e9parer les crit\u00e8res du domaine
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SCOPE_219=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide optimis\u00e9e car aucun domaine n'est indiqu\u00e9 apr\u00e8s le caract\u00e8re di\u00e8se (#) final 
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_INVALID_SCOPE_220=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide optimis\u00e9e car le domaine sp\u00e9cifi\u00e9 %s n'est pas valide
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_CRITERIA_221=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que valeur guide optimis\u00e9e car elle ne sp\u00e9cifie pas de crit\u00e8res entre les catact\u00e8res di\u00e8se (#)
-ERR_ATTR_SYNTAX_OID_INVALID_VALUE_222=Impossible d'analyser la valeur indiqu\u00e9e %s en tant qu'OID valide\u00a0:  %s
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NORMALIZE_FAILURE_223=An unexpected \
-### error occurred while trying to normalize value %s as a generalized time \
-### value:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_CANNOT_NORMALIZE_224=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseExactOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_INVALID_TYPE_225=An error occurred while \
-### attempting to compare two objects using the caseExactOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_CANNOT_NORMALIZE_226=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseIgnoreOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_INVALID_TYPE_227=An error occurred while \
-### attempting to compare two objects using the caseIgnoreOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_CANNOT_NORMALIZE_228=An error \
-### occurred while attempting to compare two AttributeValue objects using the \
-### generalizedTimeOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_INVALID_TYPE_229=An error occurred \
-### while attempting to compare two objects using the \
-### generalizedTimeOrderingMatch matching rule because the objects were of an \
-### unsupported type %s.  Only byte arrays, ASN.1 octet strings, and attribute \
-### value objects may be compared
-###SEVERE_WARN_OMR_INTEGER_COMPARE_CANNOT_NORMALIZE_230=An error occurred while \
-### attempting to compare two AttributeValue objects using the \
-### integerOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_INTEGER_COMPARE_INVALID_TYPE_231=An error occurred while \
-### attempting to compare two objects using the integerOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_CANNOT_NORMALIZE_232=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### numericStringOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_INVALID_TYPE_233=An error occurred \
-### while attempting to compare two objects using the numericStringOrderingMatch \
-### matching rule because the objects were of an unsupported type %s.  Only byte \
-### arrays, ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_CANNOT_NORMALIZE_234=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### octetStringOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_INVALID_TYPE_235=An error occurred while \
-### attempting to compare two objects using the octetStringOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_ATTR_SYNTAX_UUID_INVALID_LENGTH_236=The provided value "%s" has \
-### an invalid length for a UUID.  All UUID values must have a length of exactly \
-### 36 bytes, but the provided value had a length of %d bytes
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_DASH_237=The provided value "%s" should \
-### have had a dash at position %d, but the character '%s' was found instead
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_HEX_238=The provided value "%s" should \
-### have had a hexadecimal digit at position %d, but the character '%s' was found \
-### instead
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_DESCRIPTION_ALLOW_ZEROLENGTH_239=Indique si les attributs avec la syntaxe de cha\u00eene d'annuaires sont autoris\u00e9s \u00e0 avoir des valeurs de longueur null.  Cette option n'est pas techniquement autoris\u00e9e par les sp\u00e9cifications LDAP, mais elle pourrait \u00eatre utile pour la compatibilit\u00e9 ascendante avec les versions pr\u00e9c\u00e9dentes de Directory Server 
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_CANNOT_DETERMINE_ZEROLENGTH_240=An \
-### error occurred while trying to determine the value of the %s configuration \
-### attribute, which indicates whether directory string attributes should be \
-### allowed to have zero-length values:  %s
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_INVALID_ZEROLENGTH_VALUE_241=The \
-### operation attempted to assign a zero-length value to an attribute with the \
-### directory string syntax
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_UPDATED_ALLOW_ZEROLENGTH_242=L'attribut %s dans l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour avec une nouvelle valeur de %s
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR_243=The provided \
-### authPassword value had an invalid scheme character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_244=The provided authPassword value \
-### had a zero-length scheme element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_SEPARATOR_245=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the scheme and authInfo elements
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR_246=The provided \
-### authPassword value had an invalid authInfo character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_247=The provided authPassword \
-### value had a zero-length authInfo element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR_248=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the authInfo and authValue elements
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_INITIAL_PARENTHESIS_249=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### it did not start with a parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_NONSPACE_250=The provided value "%s" could not \
-### be parsed by the integer first component matching rule because it did not \
-### have any non-space characters after the opening parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_SPACE_AFTER_INT_251=The provided value "%s" \
-### could not be parsed by the integer first component matching rule because it \
-### did not have any space characters after the first component
-###SEVERE_ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT_252=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### the first component does not appear to be an integer value
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_VALUE_253=No value was given to decode by \
-### the user password attribute syntax
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE_254=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not start with the opening curly brace ("{") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE_255=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not contain a closing curly brace ("}") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_SCHEME_256=Unable to decode the provided \
-### value according to the user password syntax because the value does not \
-### contain a storage scheme name
-ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID_257=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que sp\u00e9cification de sous-arborescence RFC 3672 valide
-ERR_ATTR_SYNTAX_ABSOLUTE_SUBTREE_SPECIFICATION_INVALID_258=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que sp\u00e9cification de sous-arborescence absolue valide
-ERR_ATTR_SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_INVALID_259=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que sp\u00e9cification de sous-arborescence relative valide
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_INTEGER_260=The provided value %s is not \
-### allowed for attributes with a Integer syntax
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR_261=The provided \
-### authPassword value had an invalid authValue character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_VALUE_262=The provided authPassword \
-### value had a zero-length authValue element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR_263=The provided \
-### authPassword value had an invalid trailing character at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXTENSION_INVALID_CHARACTER_264=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant qu'extension de syntaxe d'attribut car un caract\u00e8re invalide se trouve \u00e0 la position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID_EXTENSION_265=Impossible d'analyser la syntaxe d'attribut \u00e0 cause d'une extension invalide.%s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_INVALID_SUPERIOR_TYPE_266=The definition \
-### for objectclass %s is invalid because it has an objectclass type of %s but \
-### this is incompatible with the objectclass type %s for the superior class %s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_STRUCTURAL_SUPERIOR_NOT_TOP_267=The \
-### definition for objectclass %s is invalid because it is defined as a \
-### structural class but its superior chain does not include the "top" \
-### objectclass
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_SUPERIOR_USAGE_268=The definition \
-### for attribute type %s is invalid because its attribute usage %s is not the \
-### same as the usage for its superior type %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_FROM_NONCOLLECTIVE_269=The \
-### definition for attribute type %s is invalid because it is defined as a \
-### collective type but the superior type %s is not collective
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NONCOLLECTIVE_FROM_COLLECTIVE_270=The \
-### definition for attribute type %s is invalid because it is not defined as a \
-### collective type but the superior type %s is collective
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_STRUCTURAL_271=La r\u00e8gle de contenu DIT "%s" n'est pas valide car elle interdit l'utilisation du type d'attribut %s requis par la classe d'objet structurelle associ\u00e9e %s
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY_272=La r\u00e8gle de contenu DIT "%s" n'est pas valide car elle interdit l'utilisation du type d'attribut %s requis par la classe d'objet structurelle auxiliaire %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_IS_OPERATIONAL_273=The definition \
-### for attribute type %s is invalid because it is declared COLLECTIVE but does \
-### not have a usage of userApplications
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NO_USER_MOD_NOT_OPERATIONAL_274=The \
-### definition for attribute type %s is invalid because it is declared \
-### NO-USER-MODIFICATION but does not have an operational usage
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_FRACTION_CHAR_275=The \
-### provided value %s is not a valid generalized time value because it contains \
-### illegal character %s in the fraction component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_EMPTY_FRACTION_276=The provided \
-### value %s is not a valid generalized time value because it does not contain at \
-### least one digit after the period to use as the fractional component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NO_TIME_ZONE_INFO_277=The provided \
-### value %s is not a valid generalized time value because it does not end with \
-### 'Z' or a time zone offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_TIME_278=The provided value \
-### %s is not a valid generalized time value because it represents an invalid \
-### time (e.g., a date that does not exist):  %s
-NOTICE_SCHEMA_IMPORT_FAILED_279=Un \u00e9l\u00e9ment de sch\u00e9ma ne peut \u00eatre import\u00e9\u00a0: %s, %s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_LOCALE_280=La r\u00e8gle de classement %s sous la r\u00e8gle de correspondance %s est invalide car la variable locale %s n'est pas prise en charge par la JVM
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT_281=La r\u00e8gle de classement fournie %s ne contient pas de format valide de OID LOCALE
 ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR_282=Impossible d'analyser la valeur fournie "%s" en tant que nom valide distinctif car la valeur de l'attribut commence avec un caract\u00e8re en position %d qui doit \u00eatre \u00e9vit\u00e9
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_CHAR_283=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le caract\u00e8re '%c' \u00e0 la position %d n'est pas autoris\u00e9 dans un nom de type d'attribut
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_284=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le trait de soulignement n'est pas autoris\u00e9 dans un nom de type d'attribut, sauf si l'option de configuration %s est activ\u00e9e 
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_285=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que nom distinctif valide car le trait d'union n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'un nom de type d'attribut
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_286=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que d\u00e9finition de type d'attribut car le tiret de soulignement n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'un nom de type d'attribut, m\u00eame si l'option de configuration %s est activ\u00e9e 
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_287=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que d\u00e9finition de type d'attribut car le chiffre '%c' n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'un nom d'attribut, sauf si le nom est sp\u00e9cifi\u00e9 comme un OID ou que l'option de configuration %s est activ\u00e9e 
-ERR_OC_SYNTAX_ATTR_ILLEGAL_CHAR_288=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que d\u00e9finition de classe d'objet car le caract\u00e8re '%c' \u00e0 la position %d n'est pas autoris\u00e9 dans un nom de classe d'objet
-ERR_OC_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_289=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que d\u00e9finition de classe d'objet car le trait de soulignement n'est pas autoris\u00e9 dans un nom de classe d'objet, sauf si l'option de configuration %s est activ\u00e9e 
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_290=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que d\u00e9finition de classe d'objet car le trait d'union n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'un nom de classe d'objet
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_291=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que d\u00e9finition de classe d'objet car le tiret de soulignement n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'un nom de classe d'objet, m\u00eame si l'option de configuration %s est activ\u00e9e 
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_292=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que d\u00e9finition de classe d'objet car le chiffre '%c' n'est pas autoris\u00e9 en tant que premier caract\u00e8re d'une classe d'objet, sauf si le nom est sp\u00e9cifi\u00e9 comme un OID ou que l'option de configuration %s est activ\u00e9e 
diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ja.properties b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ja.properties
index 79ed989..98b93ca 100755
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ja.properties
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ja.properties
@@ -22,214 +22,35 @@
 #
 #      Copyright 2009 Sun Microsystems, Inc.
 #
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
-### approximate matching rule %s used as the default for the %s attribute syntax. \
-### Approximate matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_EQUALITY_MATCHING_RULE_2=Unable to retrieve \
-### equality matching rule %s used as the default for the %s attribute syntax. \
-### Equality matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_ORDERING_MATCHING_RULE_3=Unable to retrieve \
-### ordering matching rule %s used as the default for the %s attribute syntax. \
-### Ordering matches will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_SUBSTRING_MATCHING_RULE_4=Unable to retrieve \
-### substring matching rule %s used as the default for the %s attribute syntax. \
-### Substring matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_BOOLEAN_5=The provided value "%s" is not \
-### allowed for attributes with a Boolean syntax.  The only allowed values are \
-### 'TRUE' and 'FALSE'
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_TOO_SHORT_6=The provided value "%s" is too \
-### short to be a valid bit string.  A bit string must be a series of binary \
-### digits surrounded by single quotes and followed by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_NOT_QUOTED_7=The provided value "%s" is not \
-### a valid bit string because it is not surrounded by single quotes and followed \
-### by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_INVALID_BIT_8=The provided value "%s" is \
-### not a valid bit string because '%s' is not a valid binary digit
 ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH_9=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u3001\u9577\u3055\u304c\u6b63\u78ba\u306b 2 \u6587\u5b57\u3067\u306f\u306a\u3044\u305f\u3081\u3001\u6709\u52b9\u306a\u56fd\u6587\u5b57\u5217\u3067\u306f\u3042\u308a\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_COUNTRY_STRING_NOT_PRINTABLE_10=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u3001\u30d7\u30ea\u30f3\u30c8\u4e0d\u53ef\u80fd\u306a\u6587\u5b57\u304c 1 \u3064\u4ee5\u4e0a\u542b\u307e\u308c\u308b\u305f\u3081\u3001\u6709\u52b9\u306a\u56fd\u6587\u5b57\u5217\u3067\u306f\u3042\u308a\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_NO_ELEMENTS_11=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u3001\u8981\u7d20\u304c\u4e00\u5207\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u6709\u52b9\u306a\u5b9f\u65bd\u30e1\u30bd\u30c3\u30c9\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_INVALID_ELEMENT_12="%2$s" \u306f\u6709\u52b9\u306a\u30e1\u30bd\u30c3\u30c9\u3067\u306f\u306a\u3044\u305f\u3081\u3001\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u306f\u6709\u52b9\u306a\u5b9f\u65bd\u30e1\u30bd\u30c3\u30c9\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_TOO_SHORT_13=The provided value "%s" \
-### is too short to be a valid generalized time value
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_YEAR_14=The provided value \
-### "%s" is not a valid generalized time value because the '%s' character is not \
-### allowed in the century or year specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MONTH_15=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid month \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_DAY_16=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid day \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_HOUR_17=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid hour \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MINUTE_18=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid minute \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SECOND_19=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid second \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SUBSECOND_20=The provided \
-### value "%s" is not a valid generalized time value because the sub-second \
-### component is not valid (between 1 and 3 numeric digits)
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_LONG_SUBSECOND_21=The provided value \
-### "%s" is not a valid generalized time value because the sub-second value may \
-### not contain more than three digits
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_OFFSET_22=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid GMT \
-### offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_CHAR_23=The provided value \
-### "%s" is not a valid generalized time value because it contains an invalid \
-### character '%s' at position %d
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_CANNOT_PARSE_24=The provided value \
-### "%s" could not be parsed as a valid generalized time:  %s
 ERR_ATTR_SYNTAX_DN_INVALID_25=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:  %s
-ERR_ATTR_SYNTAX_DN_END_WITH_COMMA_26=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6700\u5f8c\u306e\u7a7a\u767d\u3067\u306a\u3044\u6587\u5b57\u304c\u30b3\u30f3\u30de\u307e\u305f\u306f\u30bb\u30df\u30b3\u30ed\u30f3\u3067\u3057\u305f
-ERR_ATTR_SYNTAX_DN_ATTR_START_WITH_DIGIT_27=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5b57 '%s' \u3092\u5c5e\u6027\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR_28=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306e\u6587\u5b57 '%2$c' \u3092\u5c5e\u6027\u540d\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_UNDERSCORE_CHAR_29=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002%s \u69cb\u6210\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u3067\u306a\u3044\u304b\u304e\u308a\u3001\u5c5e\u6027\u540d\u306b\u4e0b\u7dda\u6587\u5b57\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH_30=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30cf\u30a4\u30d5\u30f3\u6587\u5b57\u3092\u5c5e\u6027\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_UNDERSCORE_31=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002%s \u69cb\u6210\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u306a\u5834\u5408\u3067\u3082\u3001\u4e0b\u7dda\u6587\u5b57\u3092\u5c5e\u6027\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT_32=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u540d\u524d\u304c OID \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u304b\u3001%3$s \u69cb\u6210\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u3067\u306a\u3044\u304b\u304e\u308a\u3001\u6570\u5b57 '%2$c' \u3092\u5c5e\u6027\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME_33=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306b\u306f\u7a7a\u306e\u5c5e\u6027\u540d\u3092\u542b\u3080 RDN \u304c\u5b58\u5728\u3057\u3066\u3044\u305f\u305f\u3081\u3001\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD_34=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u89e3\u6790\u3055\u308c\u305f\u5c5e\u6027\u540d %s \u306b\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u3053\u306e\u540d\u524d\u306f\u6709\u52b9\u306a OID \u3067\u306f\u306a\u3044\u3088\u3046\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME_35=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6700\u5f8c\u306e\u7a7a\u767d\u4ee5\u5916\u306e\u6587\u5b57\u304c\u5c5e\u6027\u540d '%s' \u306e\u4e00\u90e8\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_DN_NO_EQUAL_36=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5c5e\u6027\u540d "%s" \u306e\u6b21\u306e\u7a7a\u767d\u4ee5\u5916\u306e\u6587\u5b57\u306f\u7b49\u53f7\u3067\u3042\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%c' \u3067\u3057\u305f
-ERR_ATTR_SYNTAX_DN_INVALID_CHAR_37=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306e\u6587\u5b57 '%2$c' \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT_38=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5c5e\u6027\u5024\u306f\u30b7\u30e3\u30fc\u30d7\u8a18\u53f7 (#) \u3067\u59cb\u307e\u3063\u3066\u3044\u307e\u3059\u304c\u3001\u7d9a\u304f\u6587\u5b57\u304c 2 \u6841\u306e 16 \u9032\u6570\u306e\u8907\u6570\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT_39=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5c5e\u6027\u5024\u306f\u30b7\u30e3\u30fc\u30d7\u8a18\u53f7 (#) \u3067\u59cb\u307e\u3063\u3066\u3044\u307e\u3059\u304c\u3001\u6709\u52b9\u306a 16 \u9032\u6570\u3067\u306a\u3044\u6587\u5b57 %c \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE_40=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3044\u305a\u308c\u304b\u306e RDN \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304b\u3089\u306e\u5c5e\u6027\u5024\u3092\u89e3\u6790\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u969c\u5bb3\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  "%s"
 ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE_41=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3044\u305a\u308c\u304b\u306e RDN \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3067\u3001\u5bfe\u5fdc\u3059\u308b\u9589\u3058\u5f15\u7528\u7b26\u3092\u6301\u305f\u306a\u3044\u5f15\u7528\u7b26\u4ed8\u304d\u306e\u5024\u304c\u3042\u308a\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID_42=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3044\u305a\u308c\u304b\u306e RDN \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u5024\u3067\u3001\u30a8\u30b9\u30b1\u30fc\u30d7\u3055\u308c\u305f 16 \u9032\u6570\u306e\u3042\u3068\u306b 2 \u756a\u76ee\u306e 16 \u9032\u6570\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INITIAL_ZERO_43=The provided value "%s" could \
-### not be parsed as a valid integer because the first digit may not be zero \
-### unless it is the only digit
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_MISPLACED_DASH_44=The provided value "%s" \
-### could not be parsed as a valid integer because the dash may only appear if it \
-### is the first character of the value followed by one or more digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INVALID_CHARACTER_45=The provided value "%s" \
-### could not be parsed as a valid integer because character '%c' at position %d \
-### is not allowed in an integer value
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_EMPTY_VALUE_46=The provided value "%s" could \
-### not be parsed as a valid integer because it did not contain any digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_DASH_NEEDS_VALUE_47=The provided value "%s" \
-### could not be parsed as a valid integer because it contained only a dash not \
-### followed by an integer value
 ERR_ATTR_SYNTAX_OID_NO_VALUE_48=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306b\u306f\u6587\u5b57\u304c\u4e00\u5207\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u6709\u52b9\u306a OID \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_OID_ILLEGAL_CHARACTER_49=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u3001\u4f4d\u7f6e %d \u306b\u4e0d\u6b63\u306a\u6587\u5b57\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u306b\u6709\u52b9\u306a OID \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_OID_CONSECUTIVE_PERIODS_50=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u3001\u4f4d\u7f6e %d \u307e\u305f\u306f\u305d\u306e\u4ed8\u8fd1\u306b 2 \u3064\u306e\u9023\u7d9a\u3057\u305f\u30d4\u30ea\u30aa\u30c9\u304c\u5b58\u5728\u3059\u308b\u305f\u3081\u306b\u6709\u52b9\u306a OID \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_OID_ENDS_WITH_PERIOD_51=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u3001\u672b\u5c3e\u306b\u30d4\u30ea\u30aa\u30c9\u304c\u5b58\u5728\u3059\u308b\u305f\u3081\u306b\u6709\u52b9\u306a OID \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE_52=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u3001\u7a7a\u3067\u3042\u308b\u304b\u7a7a\u767d\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u306b\u6709\u52b9\u306a\u5c5e\u6027\u578b\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_OPEN_PARENTHESIS_53=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u578b\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u958b\u304d\u62ec\u5f27\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%s' \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRTYPE_TRUNCATED_VALUE_54=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u578b\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3088\u308a\u591a\u304f\u306e\u30c7\u30fc\u30bf\u3092\u671f\u5f85\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5024\u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRTYPE_DOUBLE_PERIOD_IN_NUMERIC_OID_55=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u578b\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %d \u306b\u9023\u7d9a\u3059\u308b 2 \u3064\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_NUMERIC_OID_56=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u5c5e\u6027\u578b\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_STRING_OID_57=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u5c5e\u6027\u578b\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u975e\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_58=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u5c5e\u6027\u578b\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRTYPE_UNEXPECTED_CLOSE_PARENTHESIS_59=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u578b\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u4e88\u671f\u3057\u306a\u3044\u9589\u3058\u62ec\u5f27\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_60=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u578b\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c8\u30fc\u30af\u30f3 %s \u306b\u7d9a\u304f\u6700\u521d\u306e\u975e\u7a7a\u767d\u6587\u5b57\u3068\u3057\u3066\u5358\u4e00\u5f15\u7528\u7b26\u304c\u8a18\u8ff0\u3055\u308c\u308b\u3079\u304d\u3067\u3059\u304c\u3001\u6587\u5b57 %s \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUPERIOR_TYPE_61=The definition for \
-### the attribute type with OID %s declared a superior type with an OID of %s. \
-### No attribute type with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_APPROXIMATE_MR_62=The definition for \
-### the attribute type with OID %s declared that approximate matching should be \
-### performed using the matching rule "%s".  No such approximate matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_EQUALITY_MR_63=The definition for \
-### the attribute type with OID %s declared that equality matching should be \
-### performed using the matching rule "%s".  No such equality matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_ORDERING_MR_64=The definition for \
-### the attribute type with OID %s declared that ordering matching should be \
-### performed using the matching rule "%s".  No such ordering matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUBSTRING_MR_65=The definition for \
-### the attribute type with OID %s declared that substring matching should be \
-### performed using the matching rule "%s".  No such substring matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SYNTAX_66=The definition for the \
-### attribute type with OID %s declared that it should have a syntax with OID %s. \
-### No such syntax is configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_ATTRIBUTE_USAGE_67=The definition \
-### for the attribute type with OID %s declared that it should have an attribute \
-### usage of %s.  This is an invalid usage
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_AT_POS_68=The provided value \
-### "%s" could not be parsed as an attribute type description because a single \
-### quote was expected at position %d but the character %s was found instead
 ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE_69=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u3001\u7a7a\u3067\u3042\u308b\u304b\u7a7a\u767d\u3060\u3051\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u306b\u6709\u52b9\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_OPEN_PARENTHESIS_70=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u958b\u304d\u62ec\u5f27\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%s' \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE_71=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3088\u308a\u591a\u304f\u306e\u30c7\u30fc\u30bf\u3092\u671f\u5f85\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5024\u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_OBJECTCLASS_DOUBLE_PERIOD_IN_NUMERIC_OID_72=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %d \u306b\u9023\u7d9a\u3059\u308b 2 \u3064\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_NUMERIC_OID_73=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_STRING_OID_74=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u975e\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_75=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS_76=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u4e88\u671f\u3057\u306a\u3044\u9589\u3058\u62ec\u5f27\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_77=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c8\u30fc\u30af\u30f3 %s \u306b\u7d9a\u304f\u6700\u521d\u306e\u975e\u7a7a\u767d\u6587\u5b57\u3068\u3057\u3066\u5358\u4e00\u5f15\u7528\u7b26\u304c\u8a18\u8ff0\u3055\u308c\u308b\u3079\u304d\u3067\u3059\u304c\u3001\u6587\u5b57 %s \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_SUPERIOR_CLASS_78=The definition \
-### for the objectclass with OID %s declared a superior objectclass with an OID \
-### of %s.  No objectclass with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_AT_POS_79=The provided \
-### value "%s" could not be parsed as an objectclass description because a single \
-### quote was expected at position %d but the character %s was found instead
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_REQUIRED_ATTR_80=The definition \
-### for the objectclass with OID %s declared that it should include required \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_OPTIONAL_ATTR_81=The definition \
-### for the objectclass with OID %s declared that it should include optional \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER_82=The provided value "%s" \
-### cannot be parsed as a valid IA5 string because it contains an illegal \
-### character "%s" that is not allowed in the IA5 (ASCII) character set
-INFO_ATTR_SYNTAX_TELEPHONE_DESCRIPTION_STRICT_MODE_83=\u3053\u308c\u306f\u3001\u96fb\u8a71\u756a\u53f7\u306e\u5c5e\u6027\u306e\u69cb\u6587\u306b ITU-T E.123 \u5f62\u5f0f\u306e\u5024\u306e\u307f\u3092\u53d7\u3051\u5165\u308c\u308b\u53b3\u683c\u306a\u30e2\u30fc\u30c9\u3092\u4f7f\u7528\u3059\u3079\u304d\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002  \u3053\u308c\u304c\u6709\u52b9\u306a\u5834\u5408\u3001\u3053\u306e\u5f62\u5f0f\u4ee5\u5916\u306e\u5024\u306f\u3059\u3079\u3066\u62d2\u5426\u3055\u308c\u307e\u3059\u3002  \u3053\u308c\u304c\u7121\u52b9\u306a\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u5024\u304c\u53d7\u3051\u5165\u308c\u3089\u308c\u307e\u3059\u304c\u3001\u30de\u30c3\u30c1\u30f3\u30b0\u306e\u5b9f\u884c\u6642\u306b\u6570\u5b57\u306e\u307f\u304c\u8003\u616e\u3055\u308c\u307e\u3059
-###SEVERE_WARN_ATTR_SYNTAX_TELEPHONE_CANNOT_DETERMINE_STRICT_MODE_84=An error \
-### occurred while trying to retrieve attribute \
-### ds-cfg-strict-format from configuration entry %s:  %s.  The \
-### Directory Server will not enforce strict compliance to the ITU-T E.123 format \
-### for telephone number values
 ERR_ATTR_SYNTAX_TELEPHONE_EMPTY_85=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u7a7a\u307e\u305f\u306f NULL \u3067\u3042\u308b\u305f\u3081\u3001\u6709\u52b9\u306a\u96fb\u8a71\u756a\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS_86=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u6709\u52b9\u306a\u96fb\u8a71\u756a\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u53b3\u683c\u306a\u96fb\u8a71\u756a\u53f7\u30c1\u30a7\u30c3\u30af\u304c\u6709\u52b9\u306b\u306a\u3063\u3066\u304a\u308a\u3001\u5024\u306e\u5148\u982d\u304c ITU-T E.123 \u4ed5\u69d8\u306b\u6e96\u62e0\u3057\u305f\u30d7\u30e9\u30b9\u8a18\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_TELEPHONE_ILLEGAL_CHAR_87=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u306f\u6709\u52b9\u306a\u96fb\u8a71\u756a\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u53b3\u683c\u306a\u96fb\u8a71\u756a\u53f7\u30c1\u30a7\u30c3\u30af\u304c\u6709\u52b9\u306b\u306a\u3063\u3066\u304a\u308a\u3001\u4f4d\u7f6e %3$d \u306e\u6587\u5b57 %2$s \u306f ITU-T E.123 \u4ed5\u69d8\u3067\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS_88=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u3001\u6570\u5b57\u304c\u4e00\u5207\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u6709\u52b9\u306a\u96fb\u8a71\u756a\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093
-INFO_ATTR_SYNTAX_TELEPHONE_UPDATED_STRICT_MODE_89=\u53b3\u683c\u306a\u96fb\u8a71\u756a\u53f7\u306e\u69cb\u6587\u30c1\u30a7\u30c3\u30af\u3092\u4f7f\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3059\u8a2d\u5b9a\u5c5e\u6027 ds-cfg-strict-format \u306e\u5024\u304c\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u5185\u3067 %1$s \u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f
-###SEVERE_WARN_ATTR_SYNTAX_NUMERIC_STRING_ILLEGAL_CHAR_90=The provided value \
-### "%s" is not a valid numeric string because it contained character %s at \
-### position %d that was neither a digit nor a space
 ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE_91=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u3001\u6587\u5b57\u304c\u4e00\u5207\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u306b\u6709\u52b9\u306a\u6570\u5024\u6587\u5b57\u5217\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002  \u6570\u5b57\u6587\u5b57\u5217\u306e\u5024\u306b\u306f\u30011 \u3064\u4ee5\u4e0a\u306e\u6570\u5b57\u307e\u305f\u306f\u7a7a\u767d\u3092\u542b\u3081\u3066\u304f\u3060\u3055\u3044
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EMPTY_VALUE_92=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u3001\u7a7a\u3067\u3042\u308b\u304b\u7a7a\u767d\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u306b\u6709\u52b9\u306a\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_OPEN_PARENTHESIS_93=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u958b\u304d\u62ec\u5f27\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%s' \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TRUNCATED_VALUE_94=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3088\u308a\u591a\u304f\u306e\u30c7\u30fc\u30bf\u3092\u671f\u5f85\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5024\u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_95=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %d \u306b\u9023\u7d9a\u3059\u308b 2 \u3064\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_96=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_STRING_OID_97=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u975e\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS_98=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u4e88\u671f\u3057\u306a\u3044\u9589\u3058\u62ec\u5f27\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_TOKEN_99=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u307e\u305f\u306f\u305d\u306e\u4ed8\u8fd1\u306e\u6587\u5b57\u5217\u304b\u3089 "DESC" \u30c8\u30fc\u30af\u30f3\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TOKEN_NOT_DESC_100=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002"DESC" \u30c8\u30fc\u30af\u30f3\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001\u6587\u5b57\u5217 "%s" \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_VALUE_101=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u307e\u305f\u306f\u305d\u306e\u4ed8\u8fd1\u306e\u6587\u5b57\u5217\u304b\u3089 "DESC" \u30c8\u30fc\u30af\u30f3\u306e\u5024\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_CLOSE_PARENTHESIS_102=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u9589\u3058\u62ec\u5f27\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%s' \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_AFTER_CLOSE_103=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u5c5e\u6027\u69cb\u6587\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u9589\u3058\u62ec\u5f27\u306e\u3042\u3068\u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-###SEVERE_WARN_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_QUOTE_AT_POS_104=The provided \
-### value "%s" could not be parsed as an attribute syntax description because a \
-### single quote was expected at position %d but the character %s was found \
-### instead
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE_105=The provided value \
-### could not be parsed as a printable string because it was null or empty.  A \
-### printable string must contain at least one character
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_ILLEGAL_CHARACTER_106=The provided \
-### value "%s" could not be parsed as a printable string because it contained an \
-### invalid character %s at position %d
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_ONLY_WILDCARD_107=The provided value "*" \
-### could not be parsed as a substring assertion because it consists only of a \
-### wildcard character and zero-length substrings are not allowed
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_CONSECUTIVE_WILDCARDS_108=The provided \
-### value "%s" could not be parsed as a substring assertion because it contains \
-### consecutive wildcard characters at position %d and zero-length substrings are \
-### not allowed
 ERR_ATTR_SYNTAX_UTC_TIME_TOO_SHORT_109=\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u306f\u77ed\u3059\u304e\u308b\u305f\u3081\u3001\u6709\u52b9\u306a UTC \u6642\u9593\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_YEAR_110=\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u306f\u6709\u52b9\u306a UTC \u6642\u9593\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002%s \u6587\u5b57\u3092\u4e16\u7d00\u3084\u5e74\u306e\u6307\u5b9a\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_MONTH_111=\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u306f\u6709\u52b9\u306a UTC \u6642\u9593\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002%s \u3092\u6708\u306e\u6307\u5b9a\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
@@ -242,12 +63,6 @@
 ERR_ATTR_SYNTAX_UTC_TIME_CANNOT_PARSE_118=\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u3092\u6709\u52b9\u306a UTC \u6642\u9593\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:  %s
 ERR_ATTR_SYNTAX_DCR_EMPTY_VALUE_119=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u3001\u7a7a\u3067\u3042\u308b\u304b\u7a7a\u767d\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u306b\u6709\u52b9\u306a DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_DCR_EXPECTED_OPEN_PARENTHESIS_120=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u958b\u304d\u62ec\u5f27\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%s' \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE_121=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3088\u308a\u591a\u304f\u306e\u30c7\u30fc\u30bf\u3092\u671f\u5f85\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5024\u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DCR_DOUBLE_PERIOD_IN_NUMERIC_OID_122=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %d \u306b\u9023\u7d9a\u3059\u308b 2 \u3064\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_NUMERIC_OID_123=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092 DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_STRING_OID_124=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092 DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u975e\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DCR_UNEXPECTED_CLOSE_PARENTHESIS_125=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u4e88\u671f\u3057\u306a\u3044\u9589\u3058\u62ec\u5f27\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_126=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092 DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS_127=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059
 ERR_ATTR_SYNTAX_DCR_STRUCTURAL_CLASS_NOT_STRUCTURAL_128=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%s" \u306f\u3001OID %s (%s) \u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059\u3002  \u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u306b\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u69cb\u9020\u3068\u3057\u3066\u3067\u306f\u306a\u304f %s \u3068\u3057\u3066\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_AUXILIARY_CLASS_129=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059
@@ -255,57 +70,27 @@
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR_131=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5fc5\u9808\u5c5e\u6027\u578b %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR_132=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30aa\u30d7\u30b7\u30e7\u30f3\u5c5e\u6027\u578b %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR_133=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u7981\u6b62\u5c5e\u6027\u578b %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059
-ERR_ATTR_SYNTAX_DCR_EXPECTED_QUOTE_AT_POS_134=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u5358\u4e00\u5f15\u7528\u7b26\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001%s \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE_135=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u3001\u7a7a\u3067\u3042\u308b\u304b\u7a7a\u767d\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u306b\u6709\u52b9\u306a\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_OPEN_PARENTHESIS_136=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u958b\u304d\u62ec\u5f27\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%c' \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE_137=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3088\u308a\u591a\u304f\u306e\u30c7\u30fc\u30bf\u3092\u671f\u5f85\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5024\u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_NAME_FORM_DOUBLE_PERIOD_IN_NUMERIC_OID_138=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %d \u306b\u9023\u7d9a\u3059\u308b 2 \u3064\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_NUMERIC_OID_139=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$c \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_STRING_OID_140=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u975e\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$c \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_NAME_FORM_UNEXPECTED_CLOSE_PARENTHESIS_141=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u4e88\u671f\u3057\u306a\u3044\u9589\u3058\u62ec\u5f27\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_142=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$c \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS_143=\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059
 ERR_ATTR_SYNTAX_NAME_FORM_STRUCTURAL_CLASS_NOT_STRUCTURAL_144=\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e "%s" \u306f\u3001OID %s (%s) \u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059\u3002 \u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u306b\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u69cb\u9020\u3068\u3057\u3066\u3067\u306f\u306a\u304f %s \u3068\u3057\u3066\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_REQUIRED_ATTR_145=OID %s \u306e\u540d\u524d\u66f8\u5f0f\u306e\u5b9a\u7fa9\u3067\u306f\u3001\u5fc5\u9808\u5c5e\u6027 "%s" \u3092\u542b\u3081\u308b\u3079\u304d\u3067\u3042\u308b\u3068\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002  \u3053\u306e\u540d\u524d\u307e\u305f\u306f OID \u306b\u4e00\u81f4\u3059\u308b\u5c5e\u6027\u578b\u304c\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u306b\u5b58\u5728\u3057\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_OPTIONAL_ATTR_146=OID %s \u306e\u540d\u524d\u66f8\u5f0f\u306e\u5b9a\u7fa9\u3067\u306f\u3001\u30aa\u30d7\u30b7\u30e7\u30f3\u5c5e\u6027 "%s" \u3092\u542b\u3081\u308b\u3079\u304d\u3067\u3042\u308b\u3068\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002  \u3053\u306e\u540d\u524d\u307e\u305f\u306f OID \u306b\u4e00\u81f4\u3059\u308b\u5c5e\u6027\u578b\u304c\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u306b\u5b58\u5728\u3057\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS_147=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_QUOTE_AT_POS_148=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u540d\u524d\u66f8\u5f0f\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u5358\u4e00\u5f15\u7528\u7b26\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001%c \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_MR_EMPTY_VALUE_149=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u3001\u7a7a\u3067\u3042\u308b\u304b\u7a7a\u767d\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u306b\u6709\u52b9\u306a\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_MR_EXPECTED_OPEN_PARENTHESIS_150=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u958b\u304d\u62ec\u5f27\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%s' \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE_151=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3088\u308a\u591a\u304f\u306e\u30c7\u30fc\u30bf\u3092\u671f\u5f85\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5024\u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MR_DOUBLE_PERIOD_IN_NUMERIC_OID_152=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %d \u306b\u9023\u7d9a\u3059\u308b 2 \u3064\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_NUMERIC_OID_153=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_STRING_OID_154=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u975e\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MR_UNEXPECTED_CLOSE_PARENTHESIS_155=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u4e88\u671f\u3057\u306a\u3044\u9589\u3058\u62ec\u5f27\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_156=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX_157=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027\u69cb\u6587 %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059
 ERR_ATTR_SYNTAX_MR_NO_SYNTAX_158=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u5c5e\u6027\u69cb\u6587\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-ERR_ATTR_SYNTAX_MR_EXPECTED_QUOTE_AT_POS_159=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u5358\u4e00\u5f15\u7528\u7b26\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001%s \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE_160=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u3001\u7a7a\u3067\u3042\u308b\u304b\u7a7a\u767d\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u306b\u6709\u52b9\u306a\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_MRUSE_EXPECTED_OPEN_PARENTHESIS_161=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u958b\u304d\u62ec\u5f27\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%s' \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE_162=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3088\u308a\u591a\u304f\u306e\u30c7\u30fc\u30bf\u3092\u671f\u5f85\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5024\u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MRUSE_DOUBLE_PERIOD_IN_NUMERIC_OID_163=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %d \u306b\u9023\u7d9a\u3059\u308b 2 \u3064\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_NUMERIC_OID_164=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_STRING_OID_165=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u975e\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE_166=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6307\u5b9a\u3055\u308c\u305f\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u306f\u4e0d\u660e\u3067\u3059
-ERR_ATTR_SYNTAX_MRUSE_UNEXPECTED_CLOSE_PARENTHESIS_167=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u4e88\u671f\u3057\u306a\u3044\u9589\u3058\u62ec\u5f27\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_168=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR_169=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027\u578b %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059
 ERR_ATTR_SYNTAX_MRUSE_NO_ATTR_170=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f OID \u3067\u4f7f\u7528\u53ef\u80fd\u306a\u5c5e\u6027\u578b\u306e\u30bb\u30c3\u30c8\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-ERR_ATTR_SYNTAX_MRUSE_EXPECTED_QUOTE_AT_POS_171=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u5358\u4e00\u5f15\u7528\u7b26\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001%s \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE_172=\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u3001\u7a7a\u3067\u3042\u308b\u304b\u7a7a\u767d\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u306b\u6709\u52b9\u306a DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_DSR_EXPECTED_OPEN_PARENTHESIS_173=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u958b\u304d\u62ec\u5f27\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001'%s' \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE_174=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3088\u308a\u591a\u304f\u306e\u30c7\u30fc\u30bf\u3092\u671f\u5f85\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5024\u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_RULE_ID_175=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u898f\u5247 ID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DSR_UNEXPECTED_CLOSE_PARENTHESIS_176=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u4e88\u671f\u3057\u306a\u3044\u9589\u3058\u62ec\u5f27\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_177=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM_178=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4e0d\u660e\u306a\u540d\u524d\u66f8\u5f0f %s \u304c\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_RULE_ID_179=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4e0a\u4f4d\u306e DIT \u69cb\u9020\u898f\u5247\u3068\u3057\u3066\u4e0d\u660e\u306a\u898f\u5247 ID %d \u304c\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM_180=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u898f\u5247\u306e\u540d\u524d\u66f8\u5f0f\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
-ERR_ATTR_SYNTAX_DSR_EXPECTED_QUOTE_AT_POS_181=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u306f\u5358\u4e00\u5f15\u7528\u7b26\u304c\u5b58\u5728\u3059\u308b\u3079\u304d\u3067\u3059\u304c\u3001%s \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DSR_DOUBLE_PERIOD_IN_NUMERIC_OID_182=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %d \u306b\u9023\u7d9a\u3059\u308b 2 \u3064\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_NUMERIC_OID_183=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_STRING_OID_184=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092 DIT \u69cb\u9020\u898f\u5247\u306e\u8aac\u660e\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u975e\u6570\u5024 OID \u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_TELEX_TOO_SHORT_185=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u306f\u77ed\u3059\u304e\u308b\u305f\u3081\u3001\u6709\u52b9\u306a\u30c6\u30ec\u30c3\u30af\u30b9\u756a\u53f7\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE_186=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u306b\u306f\u6709\u52b9\u306a\u30c6\u30ec\u30c3\u30af\u30b9\u756a\u53f7\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4f4d\u7f6e %3$d \u306e\u6587\u5b57 %2$s \u306f\u6709\u52b9\u306a\u30d7\u30ea\u30f3\u30c8\u53ef\u80fd\u6587\u5b57\u5217\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR_187=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u306b\u306f\u6709\u52b9\u306a\u30c6\u30ec\u30c3\u30af\u30b9\u756a\u53f7\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4f4d\u7f6e %3$d \u306e\u6587\u5b57 %2$s \u306f\u3001\u6709\u52b9\u306a\u30d7\u30ea\u30f3\u30c8\u53ef\u80fd\u6587\u5b57\u5217\u3067\u3082\u3001\u30c6\u30ec\u30c3\u30af\u30b9\u756a\u53f7\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u533a\u5207\u308b\u305f\u3081\u306e\u30c9\u30eb\u8a18\u53f7\u3067\u3082\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
@@ -336,180 +121,10 @@
 ERR_ATTR_SYNTAX_GUIDE_INVALID_MATCH_TYPE_212=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6761\u4ef6\u90e8 %s \u306b\u3001\u4f4d\u7f6e %d \u304b\u3089\u59cb\u307e\u308b\u7121\u52b9\u306a\u4e00\u81f4\u578b\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SHARP_213=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u62e1\u5f35\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3068\u6761\u4ef6\u3092\u533a\u5207\u308b\u30b7\u30e3\u30fc\u30d7\u8a18\u53f7 (#) \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC_214=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u62e1\u5f35\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30b7\u30e3\u30fc\u30d7\u8a18\u53f7 (#) \u306e\u524d\u306b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u540d\u3082 OID \u3082\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_DOUBLE_PERIOD_IN_OC_OID_215=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u62e1\u5f35\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u6307\u5b9a\u3059\u308b\u6570\u5024 OID %s \u306e\u4f4d\u7f6e %d \u306b\u9023\u7d9a\u3059\u308b 2 \u3064\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_OID_216=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u62e1\u5f35\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u6307\u5b9a\u3059\u308b\u6570\u5024 OID %2$s \u306e\u4f4d\u7f6e %4$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %3$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_NAME_217=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u62e1\u5f35\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u540d %2$s \u306e\u4f4d\u7f6e %4$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %3$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP_218=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u62e1\u5f35\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6761\u4ef6\u3068\u6709\u52b9\u7bc4\u56f2\u3092\u533a\u5207\u308b\u30b7\u30e3\u30fc\u30d7\u8a18\u53f7 (#) \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SCOPE_219=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u62e1\u5f35\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6700\u5f8c\u306e\u30b7\u30e3\u30fc\u30d7\u8a18\u53f7 (#) \u306e\u3042\u3068\u306b\u6709\u52b9\u7bc4\u56f2\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_INVALID_SCOPE_220=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u62e1\u5f35\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6307\u5b9a\u3055\u308c\u305f\u6709\u52b9\u7bc4\u56f2 %s \u304c\u7121\u52b9\u3067\u3057\u305f
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_CRITERIA_221=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u62e1\u5f35\u30ac\u30a4\u30c9\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30b7\u30e3\u30fc\u30d7\u8a18\u53f7 (#) \u306e\u9593\u306b\u6761\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
-ERR_ATTR_SYNTAX_OID_INVALID_VALUE_222=\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u3092\u6709\u52b9\u306a OID \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:  %s
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NORMALIZE_FAILURE_223=An unexpected \
-### error occurred while trying to normalize value %s as a generalized time \
-### value:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_CANNOT_NORMALIZE_224=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseExactOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_INVALID_TYPE_225=An error occurred while \
-### attempting to compare two objects using the caseExactOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_CANNOT_NORMALIZE_226=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseIgnoreOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_INVALID_TYPE_227=An error occurred while \
-### attempting to compare two objects using the caseIgnoreOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_CANNOT_NORMALIZE_228=An error \
-### occurred while attempting to compare two AttributeValue objects using the \
-### generalizedTimeOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_INVALID_TYPE_229=An error occurred \
-### while attempting to compare two objects using the \
-### generalizedTimeOrderingMatch matching rule because the objects were of an \
-### unsupported type %s.  Only byte arrays, ASN.1 octet strings, and attribute \
-### value objects may be compared
-###SEVERE_WARN_OMR_INTEGER_COMPARE_CANNOT_NORMALIZE_230=An error occurred while \
-### attempting to compare two AttributeValue objects using the \
-### integerOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_INTEGER_COMPARE_INVALID_TYPE_231=An error occurred while \
-### attempting to compare two objects using the integerOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_CANNOT_NORMALIZE_232=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### numericStringOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_INVALID_TYPE_233=An error occurred \
-### while attempting to compare two objects using the numericStringOrderingMatch \
-### matching rule because the objects were of an unsupported type %s.  Only byte \
-### arrays, ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_CANNOT_NORMALIZE_234=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### octetStringOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_INVALID_TYPE_235=An error occurred while \
-### attempting to compare two objects using the octetStringOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_ATTR_SYNTAX_UUID_INVALID_LENGTH_236=The provided value "%s" has \
-### an invalid length for a UUID.  All UUID values must have a length of exactly \
-### 36 bytes, but the provided value had a length of %d bytes
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_DASH_237=The provided value "%s" should \
-### have had a dash at position %d, but the character '%s' was found instead
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_HEX_238=The provided value "%s" should \
-### have had a hexadecimal digit at position %d, but the character '%s' was found \
-### instead
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_DESCRIPTION_ALLOW_ZEROLENGTH_239=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u6587\u5b57\u5217\u69cb\u6587\u3092\u542b\u3080\u5c5e\u6027\u306b\u9577\u3055\u304c 0 \u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002  \u3053\u308c\u306f\u3001\u53b3\u5bc6\u306b\u306f LDAP \u4ed5\u69d8\u3067\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u4ee5\u524d\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u306e\u4e0b\u4f4d\u4e92\u63db\u6027\u3092\u7dad\u6301\u3059\u308b\u305f\u3081\u306b\u6709\u7528\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_CANNOT_DETERMINE_ZEROLENGTH_240=An \
-### error occurred while trying to determine the value of the %s configuration \
-### attribute, which indicates whether directory string attributes should be \
-### allowed to have zero-length values:  %s
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_INVALID_ZEROLENGTH_VALUE_241=The \
-### operation attempted to assign a zero-length value to an attribute with the \
-### directory string syntax
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_UPDATED_ALLOW_ZEROLENGTH_242=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u5185\u306e %1$s \u5c5e\u6027\u304c\u65b0\u3057\u3044\u5024 %3$s \u3067\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR_243=The provided \
-### authPassword value had an invalid scheme character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_244=The provided authPassword value \
-### had a zero-length scheme element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_SEPARATOR_245=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the scheme and authInfo elements
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR_246=The provided \
-### authPassword value had an invalid authInfo character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_247=The provided authPassword \
-### value had a zero-length authInfo element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR_248=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the authInfo and authValue elements
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_INITIAL_PARENTHESIS_249=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### it did not start with a parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_NONSPACE_250=The provided value "%s" could not \
-### be parsed by the integer first component matching rule because it did not \
-### have any non-space characters after the opening parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_SPACE_AFTER_INT_251=The provided value "%s" \
-### could not be parsed by the integer first component matching rule because it \
-### did not have any space characters after the first component
-###SEVERE_ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT_252=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### the first component does not appear to be an integer value
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_VALUE_253=No value was given to decode by \
-### the user password attribute syntax
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE_254=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not start with the opening curly brace ("{") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE_255=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not contain a closing curly brace ("}") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_SCHEME_256=Unable to decode the provided \
-### value according to the user password syntax because the value does not \
-### contain a storage scheme name
-ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID_257=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a RFC 3672 \u30b5\u30d6\u30c4\u30ea\u30fc\u4ed5\u69d8\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-ERR_ATTR_SYNTAX_ABSOLUTE_SUBTREE_SPECIFICATION_INVALID_258=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u7d76\u5bfe\u30b5\u30d6\u30c4\u30ea\u30fc\u4ed5\u69d8\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-ERR_ATTR_SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_INVALID_259=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u76f8\u5bfe\u30b5\u30d6\u30c4\u30ea\u30fc\u4ed5\u69d8\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_INTEGER_260=The provided value %s is not \
-### allowed for attributes with a Integer syntax
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR_261=The provided \
-### authPassword value had an invalid authValue character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_VALUE_262=The provided authPassword \
-### value had a zero-length authValue element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR_263=The provided \
-### authPassword value had an invalid trailing character at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXTENSION_INVALID_CHARACTER_264=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u5c5e\u6027\u69cb\u6587\u62e1\u5f35\u6a5f\u80fd\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306b\u7121\u52b9\u306a\u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID_EXTENSION_265=\u62e1\u5f35\u6a5f\u80fd\u304c\u7121\u52b9\u3067\u3042\u308b\u305f\u3081\u3001\u5c5e\u6027\u69cb\u6587\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002%s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_INVALID_SUPERIOR_TYPE_266=The definition \
-### for objectclass %s is invalid because it has an objectclass type of %s but \
-### this is incompatible with the objectclass type %s for the superior class %s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_STRUCTURAL_SUPERIOR_NOT_TOP_267=The \
-### definition for objectclass %s is invalid because it is defined as a \
-### structural class but its superior chain does not include the "top" \
-### objectclass
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_SUPERIOR_USAGE_268=The definition \
-### for attribute type %s is invalid because its attribute usage %s is not the \
-### same as the usage for its superior type %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_FROM_NONCOLLECTIVE_269=The \
-### definition for attribute type %s is invalid because it is defined as a \
-### collective type but the superior type %s is not collective
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NONCOLLECTIVE_FROM_COLLECTIVE_270=The \
-### definition for attribute type %s is invalid because it is not defined as a \
-### collective type but the superior type %s is collective
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_STRUCTURAL_271=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%1$s" \u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %3$s \u3067\u5fc5\u8981\u3068\u3055\u308c\u308b\u5c5e\u6027\u578b %2$s \u306e\u4f7f\u7528\u304c\u7981\u6b62\u3055\u308c\u3066\u3044\u307e\u3059
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY_272=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%1$s" \u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %3$s \u3067\u5fc5\u8981\u3068\u3055\u308c\u308b\u5c5e\u6027\u578b %2$s \u306e\u4f7f\u7528\u304c\u7981\u6b62\u3055\u308c\u3066\u3044\u307e\u3059
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_IS_OPERATIONAL_273=The definition \
-### for attribute type %s is invalid because it is declared COLLECTIVE but does \
-### not have a usage of userApplications
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NO_USER_MOD_NOT_OPERATIONAL_274=The \
-### definition for attribute type %s is invalid because it is declared \
-### NO-USER-MODIFICATION but does not have an operational usage
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_FRACTION_CHAR_275=The \
-### provided value %s is not a valid generalized time value because it contains \
-### illegal character %s in the fraction component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_EMPTY_FRACTION_276=The provided \
-### value %s is not a valid generalized time value because it does not contain at \
-### least one digit after the period to use as the fractional component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NO_TIME_ZONE_INFO_277=The provided \
-### value %s is not a valid generalized time value because it does not end with \
-### 'Z' or a time zone offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_TIME_278=The provided value \
-### %s is not a valid generalized time value because it represents an invalid \
-### time (e.g., a date that does not exist):  %s
-NOTICE_SCHEMA_IMPORT_FAILED_279=\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s\u3001%s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_LOCALE_280=\u30ed\u30b1\u30fc\u30eb %s \u306f JVM \u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u30a8\u30f3\u30c8\u30ea %s \u306e\u7167\u5408\u30eb\u30fc\u30eb %s \u306f\u7121\u52b9\u3067\u3059
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT_281=\u6307\u5b9a\u3055\u308c\u305f\u7167\u5408\u30eb\u30fc\u30eb %s \u306b\u3001\u6709\u52b9\u306a\u5f62\u5f0f\u306e OID:LOCALE \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
 ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR_282=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u8b58\u5225\u540d\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5c5e\u6027\u5024\u306e\u5148\u982d\u6587\u5b57 (\u4f4d\u7f6e %d) \u306f\u30a8\u30b9\u30b1\u30fc\u30d7\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u305f\u3081\u3067\u3059
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_CHAR_283=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u6709\u52b9\u306a\u5c5e\u6027\u578b\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306e\u6587\u5b57 '%2$c' \u3092\u5c5e\u6027\u578b\u540d\u306b\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_284=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u5c5e\u6027\u578b\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002%s \u69cb\u6210\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u3067\u306a\u3044\u304b\u304e\u308a\u3001\u5c5e\u6027\u578b\u540d\u306b\u4e0b\u7dda\u6587\u5b57\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_285=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u5c5e\u6027\u578b\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30cf\u30a4\u30d5\u30f3\u6587\u5b57\u3092\u5c5e\u6027\u578b\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_286=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u5c5e\u6027\u578b\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002%s \u69cb\u6210\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u306a\u5834\u5408\u3067\u3082\u3001\u4e0b\u7dda\u6587\u5b57\u3092\u5c5e\u6027\u578b\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_287=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u6709\u52b9\u306a\u5c5e\u6027\u578b\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u540d\u524d\u304c OID \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u304b\u3001%3$s \u69cb\u6210\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u3067\u306a\u3044\u304b\u304e\u308a\u3001\u6570\u5b57 '%2$c' \u3092\u5c5e\u6027\u578b\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
-ERR_OC_SYNTAX_ATTR_ILLEGAL_CHAR_288=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u6709\u52b9\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %3$d \u306e\u6587\u5b57 '%2$c' \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u540d\u306b\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
-ERR_OC_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_289=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002%s \u69cb\u6210\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u3067\u306a\u3044\u304b\u304e\u308a\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u540d\u306b\u4e0b\u7dda\u6587\u5b57\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_290=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30cf\u30a4\u30d5\u30f3\u6587\u5b57\u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_291=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092\u6709\u52b9\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002%s \u69cb\u6210\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u306a\u5834\u5408\u3067\u3082\u3001\u4e0b\u7dda\u6587\u5b57\u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_292=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%1$s" \u3092\u6709\u52b9\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u540d\u524d\u304c OID \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u304b\u3001%3$s \u69cb\u6210\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u3067\u306a\u3044\u304b\u304e\u308a\u3001\u6570\u5b57 '%2$c' \u3092\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u540d\u306e\u6700\u521d\u306e\u6587\u5b57\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3067\u3059
diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ko.properties b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ko.properties
index 7d731b2..24bbd98 100755
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ko.properties
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_ko.properties
@@ -22,214 +22,35 @@
 #
 #      Copyright 2009 Sun Microsystems, Inc.
 #
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
-### approximate matching rule %s used as the default for the %s attribute syntax. \
-### Approximate matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_EQUALITY_MATCHING_RULE_2=Unable to retrieve \
-### equality matching rule %s used as the default for the %s attribute syntax. \
-### Equality matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_ORDERING_MATCHING_RULE_3=Unable to retrieve \
-### ordering matching rule %s used as the default for the %s attribute syntax. \
-### Ordering matches will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_SUBSTRING_MATCHING_RULE_4=Unable to retrieve \
-### substring matching rule %s used as the default for the %s attribute syntax. \
-### Substring matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_BOOLEAN_5=The provided value "%s" is not \
-### allowed for attributes with a Boolean syntax.  The only allowed values are \
-### 'TRUE' and 'FALSE'
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_TOO_SHORT_6=The provided value "%s" is too \
-### short to be a valid bit string.  A bit string must be a series of binary \
-### digits surrounded by single quotes and followed by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_NOT_QUOTED_7=The provided value "%s" is not \
-### a valid bit string because it is not surrounded by single quotes and followed \
-### by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_INVALID_BIT_8=The provided value "%s" is \
-### not a valid bit string because '%s' is not a valid binary digit
 ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH_9=\uae38\uc774\uac00 \uc815\ud655\ud788 \ub450 \ubb38\uc790\uac00 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc740(\ub294) \uc720\ud6a8\ud55c \uad6d\uac00 \ubb38\uc790\uc5f4\uc774 \uc544\ub2d9\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_COUNTRY_STRING_NOT_PRINTABLE_10=\ud558\ub098 \uc774\uc0c1\uc758 \uc778\uc1c4\ud560 \uc218 \uc5c6\ub294 \ubb38\uc790\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc740(\ub294) \uc720\ud6a8\ud55c \uad6d\uac00 \ubb38\uc790\uc5f4\uc774 \uc544\ub2d9\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_NO_ELEMENTS_11=\uc694\uc18c\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc740(\ub294) \uc720\ud6a8\ud55c \uc804\ub2ec \ubc29\ubc95\uc774 \uc544\ub2d9\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_INVALID_ELEMENT_12=\"%2$s\"\uc774(\uac00) \uc720\ud6a8\ud55c \ubc29\ubc95\uc774 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc740(\ub294) \uc720\ud6a8\ud55c \uc804\ub2ec \ubc29\ubc95\uc774 \uc544\ub2d9\ub2c8\ub2e4.
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_TOO_SHORT_13=The provided value "%s" \
-### is too short to be a valid generalized time value
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_YEAR_14=The provided value \
-### "%s" is not a valid generalized time value because the '%s' character is not \
-### allowed in the century or year specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MONTH_15=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid month \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_DAY_16=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid day \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_HOUR_17=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid hour \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MINUTE_18=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid minute \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SECOND_19=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid second \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SUBSECOND_20=The provided \
-### value "%s" is not a valid generalized time value because the sub-second \
-### component is not valid (between 1 and 3 numeric digits)
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_LONG_SUBSECOND_21=The provided value \
-### "%s" is not a valid generalized time value because the sub-second value may \
-### not contain more than three digits
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_OFFSET_22=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid GMT \
-### offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_CHAR_23=The provided value \
-### "%s" is not a valid generalized time value because it contains an invalid \
-### character '%s' at position %d
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_CANNOT_PARSE_24=The provided value \
-### "%s" could not be parsed as a valid generalized time:  %s
 ERR_ATTR_SYNTAX_DN_INVALID_25=\uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s
-ERR_ATTR_SYNTAX_DN_END_WITH_COMMA_26=\uacf5\ubc31\uc774 \uc544\ub2cc \ub9c8\uc9c0\ub9c9 \ubb38\uc790\uac00 \uc27c\ud45c\ub098 \uc138\ubbf8\ucf5c\ub860\uc774\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DN_ATTR_START_WITH_DIGIT_27=\uc22b\uc790 '%2$s'\uc774(\uac00) \uc18d\uc131 \uc774\ub984\uc758 \uccab \ubc88\uc9f8 \ubb38\uc790\ub85c \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR_28=\uc704\uce58 %3$d\uc5d0 \uc788\ub294 \ubb38\uc790 '%2$c'\uc774(\uac00) \uc18d\uc131 \uc774\ub984\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_UNDERSCORE_CHAR_29=%2$s \uad6c\uc131 \uc635\uc158\uc774 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\uba74 \ubc11\uc904\uc774 \uc18d\uc131 \uc774\ub984\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH_30=\ud558\uc774\ud508\uc774 \uc18d\uc131 \uc774\ub984\uc758 \uccab \ubc88\uc9f8 \ubb38\uc790\ub85c \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_UNDERSCORE_31=%2$s \uad6c\uc131 \uc635\uc158\uc774 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub354\ub77c\ub3c4 \ubc11\uc904\uc774 \uc18d\uc131 \uc774\ub984\uc758 \uccab \ubc88\uc9f8 \ubb38\uc790\ub85c \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT_32=The provided value "%s" could not be parsed as a valid distinguished name because the digit '%c' is not allowed as the first character of an attribute name unless the name is specified as an OID or the %s configuration option is enabled
 ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME_33=\ube48 \uc18d\uc131 \uc774\ub984\uc744 \uac00\uc9c4 RDN\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD_34=\uad6c\ubb38 \ubd84\uc11d\ub41c \uc18d\uc131 \uc774\ub984 %2$s\uc5d0 \ub9c8\uce68\ud45c\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \ud574\ub2f9 \uc774\ub984\uc774 \uc720\ud6a8\ud55c OID\uac00 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME_35=\uacf5\ubc31\uc774 \uc544\ub2cc \ub9c8\uc9c0\ub9c9 \ubb38\uc790\uac00 \uc18d\uc131 \uc774\ub984 '%2$s'\uc758 \uc77c\ubd80\uc774\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DN_NO_EQUAL_36=\uc18d\uc131 \uc774\ub984 \"%2$s\" \ub4a4\uc5d0 \uacf5\ubc31\uc774 \uc544\ub2cc \ub2e4\uc74c \ubb38\uc790\uac00 \ub4f1\ud638 \uae30\ud638\uc5ec\uc57c \ud558\ub294\ub370 '%3$c'\uc774\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DN_INVALID_CHAR_37=\uc704\uce58 %3$d\uc5d0 \uc788\ub294 \ubb38\uc790 '%2$c'\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT_38=\uc18d\uc131 \uac12\uc774 # \uae30\ud638\ub85c \uc2dc\uc791\ud558\uc9c0\ub9cc \ub4a4\uc5d0 \ub450 16\uc9c4\uc218 \uc22b\uc790\uc758 \uc591\uc758 \ubc30\uc218\uac00 \uc624\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT_39=\uc18d\uc131 \uac12\uc774 # \uae30\ud638\ub85c \uc2dc\uc791\ud558\uc9c0\ub9cc \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 16\uc9c4\uc218 \uc22b\uc790\uc778 %2$c \ubb38\uc790\ub97c \ud3ec\ud568\ud558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\" \uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE_40=RDN \uad6c\uc131\uc694\uc18c \uc911 \ud558\ub098\uc5d0\uc11c \uc18d\uc131 \uac12\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: "%s"
 ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE_41=RDN \uad6c\uc131\uc694\uc18c \uc911 \ud558\ub098\uac00 \ud574\ub2f9\ud558\ub294 \ub2eb\ub294 \uc778\uc6a9 \ubd80\ud638\uac00 \uc5c6\ub294 \uc778\uc6a9 \uac12\uc744 \ud3ec\ud568\ud558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID_42=RDN \uad6c\uc131\uc694\uc18c \uc911 \ud558\ub098\uac00 \uc774\uc2a4\ucf00\uc774\ud504 \ucc98\ub9ac\ub41c 16\uc9c4\uc218 \uc22b\uc790\uac00 \uc788\ub294 \uac12\uc744 \ud3ec\ud568\ud558\uc9c0\ub9cc \ub4a4\uc5d0 \ub450 \ubc88\uc9f8 16\uc9c4\uc218 \uc22b\uc790\uac00 \uc624\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uace0\uc720 \uc774\ub984\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INITIAL_ZERO_43=The provided value "%s" could \
-### not be parsed as a valid integer because the first digit may not be zero \
-### unless it is the only digit
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_MISPLACED_DASH_44=The provided value "%s" \
-### could not be parsed as a valid integer because the dash may only appear if it \
-### is the first character of the value followed by one or more digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INVALID_CHARACTER_45=The provided value "%s" \
-### could not be parsed as a valid integer because character '%c' at position %d \
-### is not allowed in an integer value
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_EMPTY_VALUE_46=The provided value "%s" could \
-### not be parsed as a valid integer because it did not contain any digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_DASH_NEEDS_VALUE_47=The provided value "%s" \
-### could not be parsed as a valid integer because it contained only a dash not \
-### followed by an integer value
 ERR_ATTR_SYNTAX_OID_NO_VALUE_48=\ubb38\uc790\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc744 \uc720\ud6a8\ud55c OID\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_OID_ILLEGAL_CHARACTER_49=\uc704\uce58 %2$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c OID\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_OID_CONSECUTIVE_PERIODS_50=\uc704\uce58 %2$d \ub610\ub294 \uadf8 \uadfc\ucc98\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450 \uac1c \uc5f0\uc18d\ud574\uc11c \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc720\ud6a8\ud55c OID\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_OID_ENDS_WITH_PERIOD_51=\ub9c8\uce68\ud45c\ub85c \ub05d\ub098\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c OID\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE_52=\ube44\uc5b4 \uc788\uac70\ub098 \uacf5\ubc31\ub9cc \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc744 \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_OPEN_PARENTHESIS_53=\uc704\uce58 %2$d\uc5d0 \uc5ec\ub294 \uad04\ud638\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 '%3$s' \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRTYPE_TRUNCATED_VALUE_54=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ucd94\uac00 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud574\uc57c \ud558\ub294\ub370 \uac12\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRTYPE_DOUBLE_PERIOD_IN_NUMERIC_OID_55=\uc22b\uc790 OID\uc758 \uc704\uce58 %2$d\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450 \uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_NUMERIC_OID_56=\uc22b\uc790 OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_STRING_OID_57=\uc22b\uc790\uac00 \uc544\ub2cc OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_58=\uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRTYPE_UNEXPECTED_CLOSE_PARENTHESIS_59=\uc704\uce58 %2$d\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \ub2eb\ub294 \uad04\ud638\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_60=\ud1a0\ud070 %2$s \ub4a4\uc758 \uacf5\ubc31\uc774 \uc544\ub2cc \uccab \ubc88\uc9f8 \ubb38\uc790\ub85c \uc791\uc740 \ub530\uc634\ud45c\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 %3$s \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUPERIOR_TYPE_61=The definition for \
-### the attribute type with OID %s declared a superior type with an OID of %s. \
-### No attribute type with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_APPROXIMATE_MR_62=The definition for \
-### the attribute type with OID %s declared that approximate matching should be \
-### performed using the matching rule "%s".  No such approximate matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_EQUALITY_MR_63=The definition for \
-### the attribute type with OID %s declared that equality matching should be \
-### performed using the matching rule "%s".  No such equality matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_ORDERING_MR_64=The definition for \
-### the attribute type with OID %s declared that ordering matching should be \
-### performed using the matching rule "%s".  No such ordering matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUBSTRING_MR_65=The definition for \
-### the attribute type with OID %s declared that substring matching should be \
-### performed using the matching rule "%s".  No such substring matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SYNTAX_66=The definition for the \
-### attribute type with OID %s declared that it should have a syntax with OID %s. \
-### No such syntax is configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_ATTRIBUTE_USAGE_67=The definition \
-### for the attribute type with OID %s declared that it should have an attribute \
-### usage of %s.  This is an invalid usage
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_AT_POS_68=The provided value \
-### "%s" could not be parsed as an attribute type description because a single \
-### quote was expected at position %d but the character %s was found instead
 ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE_69=\ube44\uc5b4 \uc788\uac70\ub098 \uacf5\ubc31\ub9cc \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc744 \uc720\ud6a8\ud55c \uac1d\uccb4 \ud074\ub798\uc2a4 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_OPEN_PARENTHESIS_70=\uc704\uce58 %2$d\uc5d0 \uc5ec\ub294 \uad04\ud638\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 '%3$s' \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uac1d\uccb4 \ud074\ub798\uc2a4 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE_71=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ucd94\uac00 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud574\uc57c \ud558\ub294\ub370 \uac12\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uac1d\uccb4 \ud074\ub798\uc2a4 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_OBJECTCLASS_DOUBLE_PERIOD_IN_NUMERIC_OID_72=\uc22b\uc790 OID\uc758 \uc704\uce58 %2$d\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450 \uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uac1d\uccb4 \ud074\ub798\uc2a4 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_NUMERIC_OID_73=\uc22b\uc790 OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uac1d\uccb4 \ud074\ub798\uc2a4 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_STRING_OID_74=\uc22b\uc790\uac00 \uc544\ub2cc OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uac1d\uccb4 \ud074\ub798\uc2a4 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_75=\uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uac1d\uccb4 \ud074\ub798\uc2a4 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS_76=\uc704\uce58 %2$d\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \ub2eb\ub294 \uad04\ud638\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uac1d\uccb4 \ud074\ub798\uc2a4 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_77=\ud1a0\ud070 %2$s \ub4a4\uc758 \uacf5\ubc31\uc774 \uc544\ub2cc \uccab \ubc88\uc9f8 \ubb38\uc790\ub85c \uc791\uc740 \ub530\uc634\ud45c\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 %3$s \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uac1d\uccb4 \ud074\ub798\uc2a4 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_SUPERIOR_CLASS_78=The definition \
-### for the objectclass with OID %s declared a superior objectclass with an OID \
-### of %s.  No objectclass with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_AT_POS_79=The provided \
-### value "%s" could not be parsed as an objectclass description because a single \
-### quote was expected at position %d but the character %s was found instead
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_REQUIRED_ATTR_80=The definition \
-### for the objectclass with OID %s declared that it should include required \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_OPTIONAL_ATTR_81=The definition \
-### for the objectclass with OID %s declared that it should include optional \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER_82=The provided value "%s" \
-### cannot be parsed as a valid IA5 string because it contains an illegal \
-### character "%s" that is not allowed in the IA5 (ASCII) character set
-INFO_ATTR_SYNTAX_TELEPHONE_DESCRIPTION_STRICT_MODE_83=\uc774\ub294 \uc804\ud654 \ubc88\ud638 \uc18d\uc131 \uad6c\ubb38\uc5d0\uc11c ITU-T E.123 \ud615\uc2dd\uc758 \uac12\ub9cc \ud5c8\uc6a9\ud558\ub294 \uc5c4\uaca9\ud55c \ubaa8\ub4dc\ub97c \uc0ac\uc6a9\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4.  \uc774 \ubaa8\ub4dc\ub97c \ud65c\uc131\ud654\ud558\uba74 \uc774 \ud615\uc2dd\uc5d0 \uc5c6\ub294 \uac12\uc740 \ubaa8\ub450 \uac70\ubd80\ub429\ub2c8\ub2e4.  \uc774 \ubaa8\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud558\uba74 \ubaa8\ub4e0 \uac12\uc774 \ud5c8\uc6a9\ub418\uc9c0\ub9cc \uc77c\uce58\ub97c \uc218\ud589\ud560 \ub54c \uc22b\uc790\ub9cc \uace0\ub824\ud569\ub2c8\ub2e4.
-###SEVERE_WARN_ATTR_SYNTAX_TELEPHONE_CANNOT_DETERMINE_STRICT_MODE_84=An error \
-### occurred while trying to retrieve attribute \
-### ds-cfg-strict-format from configuration entry %s:  %s.  The \
-### Directory Server will not enforce strict compliance to the ITU-T E.123 format \
-### for telephone number values
 ERR_ATTR_SYNTAX_TELEPHONE_EMPTY_85=\ube44\uc5b4 \uc788\uac70\ub098 null\uc774\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc740 \uc720\ud6a8\ud55c \uc804\ud654 \ubc88\ud638\uac00 \uc544\ub2d9\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS_86=\uc5c4\uaca9\ud55c \uc804\ud654 \ubc88\ud638 \ud655\uc778\uc774 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\uace0 \uac12\uc774 ITU-T E.123 \uc0ac\uc591\uc5d0 \ub9de\uac8c \ub354\ud558\uae30 \uae30\ud638\ub85c \uc2dc\uc791\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc740(\ub294) \uc720\ud6a8\ud55c \uc804\ud654 \ubc88\ud638\uac00 \uc544\ub2d9\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_TELEPHONE_ILLEGAL_CHAR_87=\uc5c4\uaca9\ud55c \uc804\ud654 \ubc88\ud638 \ud655\uc778\uc774 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\uace0 \uc704\uce58 %3$d\uc5d0 \uc788\ub294 \ubb38\uc790 %2$s\uc774(\uac00) ITU-T E.123 \uc0ac\uc591\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc740(\ub294) \uc720\ud6a8\ud55c \uc804\ud654 \ubc88\ud638\uac00 \uc544\ub2d9\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS_88=\uc22b\uc790\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc740(\ub294) \uc720\ud6a8\ud55c \uc804\ud654 \ubc88\ud638\uac00 \uc544\ub2d9\ub2c8\ub2e4.
-INFO_ATTR_SYNTAX_TELEPHONE_UPDATED_STRICT_MODE_89=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0\uc11c \uc5c4\uaca9\ud55c \uc804\ud654 \ubc88\ud638 \uad6c\ubb38 \ud655\uc778\uc744 \uc0ac\uc6a9\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-strict-format \uad6c\uc131 \uc18d\uc131 \uac12\uc774 %1$s(\uc73c)\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-###SEVERE_WARN_ATTR_SYNTAX_NUMERIC_STRING_ILLEGAL_CHAR_90=The provided value \
-### "%s" is not a valid numeric string because it contained character %s at \
-### position %d that was neither a digit nor a space
 ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE_91=\ubb38\uc790\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc740 \uc720\ud6a8\ud55c \uc22b\uc790 \ubb38\uc790\uc5f4\uc774 \uc544\ub2d9\ub2c8\ub2e4.  \uc22b\uc790 \ubb38\uc790\uc5f4 \uac12\uc740 \ud558\ub098 \uc774\uc0c1\uc758 \uc22b\uc790\ub098 \uacf5\ubc31\uc744 \ud3ec\ud568\ud574\uc57c \ud569\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EMPTY_VALUE_92=\ube44\uc5b4 \uc788\uac70\ub098 \uacf5\ubc31\ub9cc \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc744 \uc720\ud6a8\ud55c \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_OPEN_PARENTHESIS_93=\uc704\uce58 %2$d\uc5d0 \uc5ec\ub294 \uad04\ud638\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 '%3$s' \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TRUNCATED_VALUE_94=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ucd94\uac00 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud574\uc57c \ud558\ub294\ub370 \uac12\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_95=\uc22b\uc790 OID\uc758 \uc704\uce58 %2$d\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450 \uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_96=\uc22b\uc790 OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_STRING_OID_97=\uc22b\uc790\uac00 \uc544\ub2cc OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS_98=\uc704\uce58 %2$d\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \ub2eb\ub294 \uad04\ud638\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_TOKEN_99=\uc704\uce58 %2$d \ub610\ub294 \uadf8 \uadfc\ucc98\uc5d0\uc11c "DESC" \ud1a0\ud070\uc744 \uc77d\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %3$s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TOKEN_NOT_DESC_100="DESC" \ud1a0\ud070\uc774 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \"%2$s\" \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_VALUE_101=\uc704\uce58 %2$d \ub610\ub294 \uadf8 \uadfc\ucc98\uc5d0\uc11c "DESC" \ud1a0\ud070 \uac12\uc744 \uc77d\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %3$s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_CLOSE_PARENTHESIS_102=\uc704\uce58 %2$d\uc5d0 \ub2eb\ub294 \uad04\ud638\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 '%3$s' \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_AFTER_CLOSE_103=\uc704\uce58 %3$d\uc758 \ub2eb\ub294 \uad04\ud638 \ub4a4\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-###SEVERE_WARN_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_QUOTE_AT_POS_104=The provided \
-### value "%s" could not be parsed as an attribute syntax description because a \
-### single quote was expected at position %d but the character %s was found \
-### instead
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE_105=The provided value \
-### could not be parsed as a printable string because it was null or empty.  A \
-### printable string must contain at least one character
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_ILLEGAL_CHARACTER_106=The provided \
-### value "%s" could not be parsed as a printable string because it contained an \
-### invalid character %s at position %d
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_ONLY_WILDCARD_107=The provided value "*" \
-### could not be parsed as a substring assertion because it consists only of a \
-### wildcard character and zero-length substrings are not allowed
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_CONSECUTIVE_WILDCARDS_108=The provided \
-### value "%s" could not be parsed as a substring assertion because it contains \
-### consecutive wildcard characters at position %d and zero-length substrings are \
-### not allowed
 ERR_ATTR_SYNTAX_UTC_TIME_TOO_SHORT_109=\uc81c\uacf5\ub41c \uac12 %s\uc740(\ub294) \ub108\ubb34 \uc9e7\uc544 \uc720\ud6a8\ud55c UTC \uc2dc\uac04 \uac12\uc774 \ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_YEAR_110=\uc138\uae30 \ub610\ub294 \uc5f0\ub3c4 \uc0ac\uc591\uc5d0 '%2$s' \ubb38\uc790\uac00 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 %1$s\uc740(\ub294) \uc720\ud6a8\ud55c UTC \uc2dc\uac04 \uac12\uc774 \uc544\ub2d9\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_MONTH_111=%2$s\uc774(\uac00) \uc720\ud6a8\ud55c \uc6d4 \uc0ac\uc591\uc774 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 %1$s\uc740(\ub294) \uc720\ud6a8\ud55c UTC \uc2dc\uac04 \uac12\uc774 \uc544\ub2d9\ub2c8\ub2e4.
@@ -242,12 +63,6 @@
 ERR_ATTR_SYNTAX_UTC_TIME_CANNOT_PARSE_118=\uc81c\uacf5\ub41c \uac12 %s\uc744(\ub97c) \uc720\ud6a8\ud55c UTC \uc2dc\uac04\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s
 ERR_ATTR_SYNTAX_DCR_EMPTY_VALUE_119=\ube44\uc5b4 \uc788\uac70\ub098 \uacf5\ubc31\ub9cc \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc744 \uc720\ud6a8\ud55c DIT \ucee8\ud150\ud2b8 \uaddc\uce59\u00b7\uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DCR_EXPECTED_OPEN_PARENTHESIS_120=\uc704\uce58 %2$d\uc5d0 \uc5ec\ub294 \uad04\ud638\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 '%3$s' \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE_121=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ucd94\uac00 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud574\uc57c \ud558\ub294\ub370 \uac12\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DCR_DOUBLE_PERIOD_IN_NUMERIC_OID_122=\uc22b\uc790 OID\uc758 \uc704\uce58 %2$d\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450 \uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_NUMERIC_OID_123=\uc22b\uc790 OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_STRING_OID_124=\uc22b\uc790\uac00 \uc544\ub2cc OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DCR_UNEXPECTED_CLOSE_PARENTHESIS_125=\uc704\uce58 %2$d\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \ub2eb\ub294 \uad04\ud638\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_126=\uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS_127=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uacfc(\uc640) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DCR_STRUCTURAL_CLASS_NOT_STRUCTURAL_128=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"\uc774(\uac00) OID\uac00 %s(%s)\uc778 \uac1d\uccb4 \ud074\ub798\uc2a4\uc640 \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.  \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub294 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc788\uc9c0\ub9cc \uad6c\uc870\uc801\uc774 \uc544\ub2cc %s(\uc73c)\ub85c \uc815\uc758\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_AUXILIARY_CLASS_129=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uacfc(\uc640) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
@@ -255,57 +70,27 @@
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR_131=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \ud544\uc218 \uc18d\uc131 \uc720\ud615 %s\uacfc(\uc640) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR_132=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uc120\ud0dd \uc18d\uc131 \uc720\ud615 %s\uacfc(\uc640) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR_133=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uae08\uc9c0\ub41c \uc18d\uc131 \uc720\ud615 %s\uacfc(\uc640) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DCR_EXPECTED_QUOTE_AT_POS_134=\uc704\uce58 %2$d\uc5d0 \uc791\uc740 \ub530\uc634\ud45c\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 %3$s \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE_135=\ube44\uc5b4 \uc788\uac70\ub098 \uacf5\ubc31\ub9cc \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc744 \uc720\ud6a8\ud55c \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_OPEN_PARENTHESIS_136=\uc704\uce58 %2$d\uc5d0 \uc5ec\ub294 \uad04\ud638\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 '%3$c' \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE_137=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ucd94\uac00 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud574\uc57c \ud558\ub294\ub370 \uac12\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_NAME_FORM_DOUBLE_PERIOD_IN_NUMERIC_OID_138=\uc22b\uc790 OID\uc758 \uc704\uce58 %2$d\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450 \uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_NUMERIC_OID_139=\uc22b\uc790 OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$c\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_STRING_OID_140=\uc22b\uc790\uac00 \uc544\ub2cc OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$c\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_NAME_FORM_UNEXPECTED_CLOSE_PARENTHESIS_141=\uc704\uce58 %2$d\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \ub2eb\ub294 \uad04\ud638\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_142=\uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$c\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS_143=\uc774\ub984 \ud615\uc2dd \uc124\uba85 \"%s\"\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uacfc(\uc640) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_NAME_FORM_STRUCTURAL_CLASS_NOT_STRUCTURAL_144=\uc774\ub984 \ud615\uc2dd \uc124\uba85 \"%s\"\uc774(\uac00) OID\uac00 %s(%s)\uc778 \uac1d\uccb4 \ud074\ub798\uc2a4\uc640 \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub294 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc788\uc9c0\ub9cc \uad6c\uc870\uc801\uc774 \uc544\ub2cc %s(\uc73c)\ub85c \uc815\uc758\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_REQUIRED_ATTR_145=OID\uac00 %s\uc778 \uc774\ub984 \ud615\uc2dd\uc5d0 \ub300\ud55c \uc815\uc758\uc5d0\uc11c \ud544\uc218 \uc18d\uc131 \"%s\"\uc744(\ub97c) \ud3ec\ud568\ud574\uc57c \ud55c\ub2e4\uace0 \uc120\uc5b8\ud588\uc2b5\ub2c8\ub2e4.  \uc774 \uc774\ub984 \ub610\ub294 OID\uc640 \uc77c\uce58\ud558\ub294 \uc18d\uc131 \uc720\ud615\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_OPTIONAL_ATTR_146=OID\uac00 %s\uc778 \uc774\ub984 \ud615\uc2dd\uc5d0 \ub300\ud55c \uc815\uc758\uc5d0\uc11c \uc120\ud0dd \uc18d\uc131 \"%s\"\uc744(\ub97c) \ud3ec\ud568\ud574\uc57c \ud55c\ub2e4\uace0 \uc120\uc5b8\ud588\uc2b5\ub2c8\ub2e4.  \uc774 \uc774\ub984 \ub610\ub294 OID\uc640 \uc77c\uce58\ud558\ub294 \uc18d\uc131 \uc720\ud615\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS_147=\uc5f0\uacb0\ub418\ub294 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_QUOTE_AT_POS_148=\uc704\uce58 %2$d\uc5d0 \uc791\uc740 \ub530\uc634\ud45c\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 %3$c \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc774\ub984 \ud615\uc2dd \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_MR_EMPTY_VALUE_149=\ube44\uc5b4 \uc788\uac70\ub098 \uacf5\ubc31\ub9cc \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc744 \uc720\ud6a8\ud55c \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_MR_EXPECTED_OPEN_PARENTHESIS_150=\uc704\uce58 %2$d\uc5d0 \uc5ec\ub294 \uad04\ud638\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 '%3$s' \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE_151=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ucd94\uac00 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud574\uc57c \ud558\ub294\ub370 \uac12\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MR_DOUBLE_PERIOD_IN_NUMERIC_OID_152=\uc22b\uc790 OID\uc758 \uc704\uce58 %2$d\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450\uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_NUMERIC_OID_153=\uc22b\uc790 OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_STRING_OID_154=\uc22b\uc790\uac00 \uc544\ub2cc OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MR_UNEXPECTED_CLOSE_PARENTHESIS_155=\uc704\uce58 %2$d\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \ub2eb\ub294 \uad04\ud638\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_156=\uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX_157=\uc77c\uce58 \uaddc\uce59 \uc124\uba85 \"%s\"\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uc18d\uc131 \uad6c\ubb38 %s\uacfc(\uc640) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_MR_NO_SYNTAX_158=\uc5f0\uacb0\ub418\ub294 \uc18d\uc131 \uad6c\ubb38\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MR_EXPECTED_QUOTE_AT_POS_159=\uc704\uce58 %2$d\uc5d0 \uc791\uc740 \ub530\uc634\ud45c\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 %3$s \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE_160=\ube44\uc5b4 \uc788\uac70\ub098 \uacf5\ubc31\ub9cc \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc744 \uc720\ud6a8\ud55c \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_MRUSE_EXPECTED_OPEN_PARENTHESIS_161=\uc704\uce58 %2$d\uc5d0 \uc5ec\ub294 \uad04\ud638\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 '%3$s' \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE_162=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ucd94\uac00 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud574\uc57c \ud558\ub294\ub370 \uac12\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MRUSE_DOUBLE_PERIOD_IN_NUMERIC_OID_163=\uc22b\uc790 OID\uc758 \uc704\uce58 %2$d\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450\uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_NUMERIC_OID_164=\uc22b\uc790 OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_STRING_OID_165=\uc22b\uc790\uac00 \uc544\ub2cc OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE_166=\uc9c0\uc815\ub41c \uc77c\uce58 \uaddc\uce59 %2$s\uc744(\ub97c) \uc54c \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MRUSE_UNEXPECTED_CLOSE_PARENTHESIS_167=\uc704\uce58 %2$d\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \ub2eb\ub294 \uad04\ud638\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_168=\uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR_169=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85 \"%s\"\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %s\uacfc(\uc640) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_MRUSE_NO_ATTR_170=\uc5f0\uacb0\ub41c OID\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc18d\uc131 \uc720\ud615 \uc9d1\ud569\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_MRUSE_EXPECTED_QUOTE_AT_POS_171=\uc704\uce58 %2$d\uc5d0 \uc791\uc740 \ub530\uc634\ud45c\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 %3$s \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE_172=\ube44\uc5b4 \uc788\uac70\ub098 \uacf5\ubc31\ub9cc \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12\uc744 \uc720\ud6a8\ud55c DIT \uad6c\uc870 \uaddc\uce59\u00b7\uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DSR_EXPECTED_OPEN_PARENTHESIS_173=\uc704\uce58 %2$d\uc5d0 \uc5ec\ub294 \uad04\ud638\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 '%3$s' \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE_174=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ucd94\uac00 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud574\uc57c \ud558\ub294\ub370 \uac12\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_RULE_ID_175=\uc704\uce58 %3$d\uc5d0\uc11c \uaddc\uce59 \uc544\uc774\ub514\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DSR_UNEXPECTED_CLOSE_PARENTHESIS_176=\uc704\uce58 %2$d\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \ub2eb\ub294 \uad04\ud638\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_177=\uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM_178=\uc54c \uc218 \uc5c6\ub294 \uc774\ub984 \ud615\uc2dd %2$s\uc744(\ub97c) \ucc38\uc870\ud558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_RULE_ID_179=\uc0c1\uc704 DIT \uad6c\uc870 \uaddc\uce59\uc5d0 \ub300\ud574 \uc54c \uc218 \uc5c6\ub294 \uaddc\uce59 \uc544\uc774\ub514 %2$d\uc744(\ub97c) \ucc38\uc870\ud558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM_180=\uaddc\uce59\uc758 \uc774\ub984 \ud615\uc2dd\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DSR_EXPECTED_QUOTE_AT_POS_181=\uc704\uce58 %2$d\uc5d0 \uc791\uc740 \ub530\uc634\ud45c\uac00 \uc788\uc5b4\uc57c \ud558\ub294\ub370 %3$s \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DSR_DOUBLE_PERIOD_IN_NUMERIC_OID_182=\uc22b\uc790 OID\uc758 \uc704\uce58 %2$d\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450\uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_NUMERIC_OID_183=\uc22b\uc790 OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_STRING_OID_184=\uc22b\uc790\uac00 \uc544\ub2cc OID\uc758 \uc704\uce58 %3$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) DIT \uad6c\uc870 \uaddc\uce59 \uc124\uba85\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_TELEX_TOO_SHORT_185=\uc81c\uacf5\ub41c \uac12 "\%s\"\uc740(\ub294) \ub108\ubb34 \uc9e7\uc544 \uc720\ud6a8\ud55c \ud154\ub809\uc2a4 \ubc88\ud638 \uac12\uc774 \ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE_186=\uc704\uce58 %3$d\uc5d0 \uc788\ub294 \ubb38\uc790 %2$s\uc774(\uac00) \uc778\uc1c4\ud560 \uc218 \uc788\ub294 \uc720\ud6a8\ud55c \ubb38\uc790\uc5f4\uc774 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc740(\ub294) \uc720\ud6a8\ud55c \ud154\ub809\uc2a4 \ubc88\ud638\ub97c \ud3ec\ud568\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR_187=\uc704\uce58 %3$d\uc5d0 \uc788\ub294 \ubb38\uc790 %2$s\uc774(\uac00) \uc778\uc1c4\ud560 \uc218 \uc788\ub294 \uc720\ud6a8\ud55c \ubb38\uc790\uc5f4\ub3c4 \uc544\ub2c8\uace0 \ud154\ub809\uc2a4 \ubc88\ud638 \uad6c\uc131\uc694\uc18c\ub97c \uad6c\ubd84\ud558\ub294 \ub2ec\ub7ec \uae30\ud638\ub3c4 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc740(\ub294) \uc720\ud6a8\ud55c \ud154\ub809\uc2a4 \ubc88\ud638\ub97c \ud3ec\ud568\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
@@ -336,180 +121,10 @@
 ERR_ATTR_SYNTAX_GUIDE_INVALID_MATCH_TYPE_212=\uae30\uc900 \ubd80\ubd84 %2$s\uc5d0 \uc704\uce58 %3$d\uc5d0\uc11c \uc2dc\uc791\ub418\ub294 \uc798\ubabb\ub41c \uc77c\uce58 \uc720\ud615\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SHARP_213=\uac1d\uccb4 \ud074\ub798\uc2a4\uc640 \uae30\uc900\uc744 \uad6c\ubd84\ud558\ub294 # \ubb38\uc790\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \ud5a5\uc0c1\ub41c \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC_214=# \ubb38\uc790 \uc55e\uc5d0 \uac1d\uccb4 \ud074\ub798\uc2a4 \uc774\ub984 \ub610\ub294 OID\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \ud5a5\uc0c1\ub41c \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_DOUBLE_PERIOD_IN_OC_OID_215=\uc704\uce58 %3$d\uc5d0\uc11c \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc9c0\uc815\ud558\ub294 \uc22b\uc790 OID %2$s\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450 \uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \ud5a5\uc0c1\ub41c \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_OID_216=\uc704\uce58 %4$d\uc5d0\uc11c \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc9c0\uc815\ud558\ub294 \uc22b\uc790 OID %2$s\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %3$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \ud5a5\uc0c1\ub41c \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_NAME_217=\uc704\uce58 %4$d\uc5d0\uc11c \uac1d\uccb4 \ud074\ub798\uc2a4 \uc774\ub984 %2$s\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %3$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \ud5a5\uc0c1\ub41c \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP_218=\uae30\uc900\uacfc \ubc94\uc704\ub97c \uad6c\ubd84\ud558\ub294 # \ubb38\uc790\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \ud5a5\uc0c1\ub41c \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SCOPE_219=\ub9c8\uc9c0\ub9c9 # \ubb38\uc790 \ub4a4\uc5d0 \ubc94\uc704\uac00 \uc81c\uacf5\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \ud5a5\uc0c1\ub41c \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_INVALID_SCOPE_220=\uc9c0\uc815\ub41c \ubc94\uc704 %2$s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \ud5a5\uc0c1\ub41c \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_CRITERIA_221=# \ubb38\uc790 \uc0ac\uc774\uc5d0 \uae30\uc900\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \ud5a5\uc0c1\ub41c \uac00\uc774\ub4dc \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_OID_INVALID_VALUE_222=\uc81c\uacf5\ub41c \uac12 %s\uc744(\ub97c) \uc720\ud6a8\ud55c OID\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NORMALIZE_FAILURE_223=An unexpected \
-### error occurred while trying to normalize value %s as a generalized time \
-### value:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_CANNOT_NORMALIZE_224=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseExactOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_INVALID_TYPE_225=An error occurred while \
-### attempting to compare two objects using the caseExactOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_CANNOT_NORMALIZE_226=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseIgnoreOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_INVALID_TYPE_227=An error occurred while \
-### attempting to compare two objects using the caseIgnoreOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_CANNOT_NORMALIZE_228=An error \
-### occurred while attempting to compare two AttributeValue objects using the \
-### generalizedTimeOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_INVALID_TYPE_229=An error occurred \
-### while attempting to compare two objects using the \
-### generalizedTimeOrderingMatch matching rule because the objects were of an \
-### unsupported type %s.  Only byte arrays, ASN.1 octet strings, and attribute \
-### value objects may be compared
-###SEVERE_WARN_OMR_INTEGER_COMPARE_CANNOT_NORMALIZE_230=An error occurred while \
-### attempting to compare two AttributeValue objects using the \
-### integerOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_INTEGER_COMPARE_INVALID_TYPE_231=An error occurred while \
-### attempting to compare two objects using the integerOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_CANNOT_NORMALIZE_232=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### numericStringOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_INVALID_TYPE_233=An error occurred \
-### while attempting to compare two objects using the numericStringOrderingMatch \
-### matching rule because the objects were of an unsupported type %s.  Only byte \
-### arrays, ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_CANNOT_NORMALIZE_234=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### octetStringOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_INVALID_TYPE_235=An error occurred while \
-### attempting to compare two objects using the octetStringOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_ATTR_SYNTAX_UUID_INVALID_LENGTH_236=The provided value "%s" has \
-### an invalid length for a UUID.  All UUID values must have a length of exactly \
-### 36 bytes, but the provided value had a length of %d bytes
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_DASH_237=The provided value "%s" should \
-### have had a dash at position %d, but the character '%s' was found instead
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_HEX_238=The provided value "%s" should \
-### have had a hexadecimal digit at position %d, but the character '%s' was found \
-### instead
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_DESCRIPTION_ALLOW_ZEROLENGTH_239=\ub514\ub809\ud1a0\ub9ac \ubb38\uc790\uc5f4 \uad6c\ubb38\uc774 \uc788\ub294 \uc18d\uc131\uc5d0 \uae38\uc774\uac00 0\uc778 \uac12\uc744 \ud3ec\ud568\ud560 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4.  \uc774 \uae30\ub2a5\uc740 LDAP \uc0ac\uc591\uc5d0\uc11c \uae30\uc220\uc801\uc73c\ub85c \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc9c0\ub9cc \uc774\uc804 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub9b4\ub9ac\uc2a4\uc640\uc758 \uc5ed\ud638\ud658\uc131\uc5d0 \uc720\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_CANNOT_DETERMINE_ZEROLENGTH_240=An \
-### error occurred while trying to determine the value of the %s configuration \
-### attribute, which indicates whether directory string attributes should be \
-### allowed to have zero-length values:  %s
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_INVALID_ZEROLENGTH_VALUE_241=The \
-### operation attempted to assign a zero-length value to an attribute with the \
-### directory string syntax
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_UPDATED_ALLOW_ZEROLENGTH_242=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 %1$s \uc18d\uc131\uc774 \uc0c8 \uac12 %3$s(\uc73c)\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR_243=The provided \
-### authPassword value had an invalid scheme character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_244=The provided authPassword value \
-### had a zero-length scheme element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_SEPARATOR_245=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the scheme and authInfo elements
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR_246=The provided \
-### authPassword value had an invalid authInfo character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_247=The provided authPassword \
-### value had a zero-length authInfo element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR_248=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the authInfo and authValue elements
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_INITIAL_PARENTHESIS_249=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### it did not start with a parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_NONSPACE_250=The provided value "%s" could not \
-### be parsed by the integer first component matching rule because it did not \
-### have any non-space characters after the opening parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_SPACE_AFTER_INT_251=The provided value "%s" \
-### could not be parsed by the integer first component matching rule because it \
-### did not have any space characters after the first component
-###SEVERE_ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT_252=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### the first component does not appear to be an integer value
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_VALUE_253=No value was given to decode by \
-### the user password attribute syntax
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE_254=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not start with the opening curly brace ("{") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE_255=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not contain a closing curly brace ("}") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_SCHEME_256=Unable to decode the provided \
-### value according to the user password syntax because the value does not \
-### contain a storage scheme name
-ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID_257=\uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c RFC 3672 \ud558\uc704 \ud2b8\ub9ac \uc0ac\uc591\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ABSOLUTE_SUBTREE_SPECIFICATION_INVALID_258=\uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uc808\ub300 \ud558\uc704 \ud2b8\ub9ac \uc0ac\uc591\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_INVALID_259=\uc81c\uacf5\ub41c \uac12 \"%s\"\uc744(\ub97c) \uc720\ud6a8\ud55c \uc0c1\ub300 \ud558\uc704 \ud2b8\ub9ac \uc0ac\uc591\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_INTEGER_260=The provided value %s is not \
-### allowed for attributes with a Integer syntax
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR_261=The provided \
-### authPassword value had an invalid authValue character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_VALUE_262=The provided authPassword \
-### value had a zero-length authValue element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR_263=The provided \
-### authPassword value had an invalid trailing character at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXTENSION_INVALID_CHARACTER_264=\uc704\uce58 %2$d\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac12 \"%1$s\"\uc744(\ub97c) \uc18d\uc131 \uad6c\ubb38 \ud655\uc7a5\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID_EXTENSION_265=\uc798\ubabb\ub41c \ud655\uc7a5 \ub54c\ubb38\uc5d0 \uc18d\uc131 \uad6c\ubb38\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.%s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_INVALID_SUPERIOR_TYPE_266=The definition \
-### for objectclass %s is invalid because it has an objectclass type of %s but \
-### this is incompatible with the objectclass type %s for the superior class %s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_STRUCTURAL_SUPERIOR_NOT_TOP_267=The \
-### definition for objectclass %s is invalid because it is defined as a \
-### structural class but its superior chain does not include the "top" \
-### objectclass
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_SUPERIOR_USAGE_268=The definition \
-### for attribute type %s is invalid because its attribute usage %s is not the \
-### same as the usage for its superior type %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_FROM_NONCOLLECTIVE_269=The \
-### definition for attribute type %s is invalid because it is defined as a \
-### collective type but the superior type %s is not collective
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NONCOLLECTIVE_FROM_COLLECTIVE_270=The \
-### definition for attribute type %s is invalid because it is not defined as a \
-### collective type but the superior type %s is collective
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_STRUCTURAL_271=\uc5f0\uacb0\ub41c \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %3$s\uc5d0 \ud544\uc694\ud55c \uc18d\uc131 \uc720\ud615 %2$s \uc0ac\uc6a9\uc744 \uae08\uc9c0\ud558\uae30 \ub54c\ubb38\uc5d0 DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY_272=\uc5f0\uacb0\ub41c \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %3$s\uc5d0 \ud544\uc694\ud55c \uc18d\uc131 \uc720\ud615 %2$s \uc0ac\uc6a9\uc744 \uae08\uc9c0\ud558\uae30 \ub54c\ubb38\uc5d0 DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_IS_OPERATIONAL_273=The definition \
-### for attribute type %s is invalid because it is declared COLLECTIVE but does \
-### not have a usage of userApplications
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NO_USER_MOD_NOT_OPERATIONAL_274=The \
-### definition for attribute type %s is invalid because it is declared \
-### NO-USER-MODIFICATION but does not have an operational usage
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_FRACTION_CHAR_275=The \
-### provided value %s is not a valid generalized time value because it contains \
-### illegal character %s in the fraction component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_EMPTY_FRACTION_276=The provided \
-### value %s is not a valid generalized time value because it does not contain at \
-### least one digit after the period to use as the fractional component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NO_TIME_ZONE_INFO_277=The provided \
-### value %s is not a valid generalized time value because it does not end with \
-### 'Z' or a time zone offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_TIME_278=The provided value \
-### %s is not a valid generalized time value because it represents an invalid \
-### time (e.g., a date that does not exist):  %s
-NOTICE_SCHEMA_IMPORT_FAILED_279=\uc2a4\ud0a4\ub9c8 \uc694\uc18c\ub97c \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s, %s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_LOCALE_280=The collation rule %s under matching rule entry %s is invalid as the locale %s is not supported by JVM
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT_281=The provided collation rule %s does not contain a valid format of OID:LOCALE
 ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR_282=The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with a character at position %d that needs to be escaped
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_CHAR_283=The provided value "%s" could not be parsed as a valid attribute type definition because character '%c' at position %d is not allowed in an attribute type name
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_284=The provided value "%s" could not be parsed as a valid attribute type definition because the underscore character is not allowed in an attribute type name unless the %s configuration option is enabled
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_285=The provided value "%s" could not be parsed as a valid attribute type definition because the hyphen character is not allowed as the first character of an attribute type name
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_286=The provided value "%s" could not be parsed as a valid attribute type definition because the underscore character is not allowed as the first character of an attribute type name even if the %s configuration option is enabled
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_287=The provided value "%s" could not be parsed as a valid attribute type definition because the digit '%c' is not allowed as the first character of an attribute type name unless the name is specified as an OID or the %s configuration option is enabled
-ERR_OC_SYNTAX_ATTR_ILLEGAL_CHAR_288=The provided value "%s" could not be parsed as a valid object class definition because character '%c' at position %d is not allowed in an object class name
-ERR_OC_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_289=The provided value "%s" could not be parsed as a valid object class definition because the underscore character is not allowed in an object class name unless the %s configuration option is enabled
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_290=The provided value "%s" could not be parsed as a valid object class definition because the hyphen character is not allowed as the first character of an object class name
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_291=The provided value "%s" could not be parsed as a valid object class definition because the underscore character is not allowed as the first character of an object class name even if the %s configuration option is enabled
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_292=The provided value "%s" could not be parsed as a valid object class definition because the digit '%c' is not allowed as the first character of an object class name unless the name is specified as an OID or the %s configuration option is enabled
diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_CN.properties b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_CN.properties
index 516c856..a52d415 100755
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_CN.properties
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_CN.properties
@@ -22,214 +22,35 @@
 #
 #      Copyright 2009 Sun Microsystems, Inc.
 #
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
-### approximate matching rule %s used as the default for the %s attribute syntax. \
-### Approximate matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_EQUALITY_MATCHING_RULE_2=Unable to retrieve \
-### equality matching rule %s used as the default for the %s attribute syntax. \
-### Equality matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_ORDERING_MATCHING_RULE_3=Unable to retrieve \
-### ordering matching rule %s used as the default for the %s attribute syntax. \
-### Ordering matches will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_SUBSTRING_MATCHING_RULE_4=Unable to retrieve \
-### substring matching rule %s used as the default for the %s attribute syntax. \
-### Substring matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_BOOLEAN_5=The provided value "%s" is not \
-### allowed for attributes with a Boolean syntax.  The only allowed values are \
-### 'TRUE' and 'FALSE'
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_TOO_SHORT_6=The provided value "%s" is too \
-### short to be a valid bit string.  A bit string must be a series of binary \
-### digits surrounded by single quotes and followed by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_NOT_QUOTED_7=The provided value "%s" is not \
-### a valid bit string because it is not surrounded by single quotes and followed \
-### by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_INVALID_BIT_8=The provided value "%s" is \
-### not a valid bit string because '%s' is not a valid binary digit
 ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH_9=\u63d0\u4f9b\u7684\u503c "%s" \u4e0d\u662f\u6709\u6548\u7684\u56fd\u5bb6/\u5730\u533a\u5b57\u7b26\u4e32\uff0c\u56e0\u4e3a\u957f\u5ea6\u5e76\u975e\u6070\u597d\u4e3a\u4e24\u4e2a\u5b57\u7b26
 ERR_ATTR_SYNTAX_COUNTRY_STRING_NOT_PRINTABLE_10=\u63d0\u4f9b\u7684\u503c "%s" \u4e0d\u662f\u6709\u6548\u7684\u56fd\u5bb6/\u5730\u533a\u5b57\u7b26\u4e32\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e00\u4e2a\u6216\u591a\u4e2a\u4e0d\u53ef\u6253\u5370\u7684\u5b57\u7b26
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_NO_ELEMENTS_11=\u63d0\u4f9b\u7684\u503c "%s" \u4e0d\u662f\u6709\u6548\u7684\u4f20\u9001\u65b9\u6cd5\u503c\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u4efb\u4f55\u5143\u7d20
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_INVALID_ELEMENT_12=\u63d0\u4f9b\u7684\u503c "%s" \u4e0d\u662f\u6709\u6548\u7684\u4f20\u9001\u65b9\u6cd5\u503c\uff0c\u56e0\u4e3a "%s" \u4e0d\u662f\u6709\u6548\u7684\u65b9\u6cd5
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_TOO_SHORT_13=The provided value "%s" \
-### is too short to be a valid generalized time value
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_YEAR_14=The provided value \
-### "%s" is not a valid generalized time value because the '%s' character is not \
-### allowed in the century or year specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MONTH_15=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid month \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_DAY_16=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid day \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_HOUR_17=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid hour \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MINUTE_18=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid minute \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SECOND_19=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid second \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SUBSECOND_20=The provided \
-### value "%s" is not a valid generalized time value because the sub-second \
-### component is not valid (between 1 and 3 numeric digits)
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_LONG_SUBSECOND_21=The provided value \
-### "%s" is not a valid generalized time value because the sub-second value may \
-### not contain more than three digits
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_OFFSET_22=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid GMT \
-### offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_CHAR_23=The provided value \
-### "%s" is not a valid generalized time value because it contains an invalid \
-### character '%s' at position %d
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_CANNOT_PARSE_24=The provided value \
-### "%s" could not be parsed as a valid generalized time:  %s
 ERR_ATTR_SYNTAX_DN_INVALID_25=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d: %s
-ERR_ATTR_SYNTAX_DN_END_WITH_COMMA_26=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u6700\u540e\u4e00\u4e2a\u975e\u7a7a\u683c\u5b57\u7b26\u662f\u9017\u53f7\u6216\u5206\u53f7
-ERR_ATTR_SYNTAX_DN_ATTR_START_WITH_DIGIT_27=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u6570\u5b57 '%s' \u4f5c\u4e3a\u5c5e\u6027\u540d\u79f0\u4e2d\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26
 ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR_28=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u5c5e\u6027\u540d\u79f0\u4e2d\u4e0d\u5141\u8bb8\u4f7f\u7528\u4f4d\u7f6e %3$d \u5904\u7684\u5b57\u7b26 '%2$c'
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_UNDERSCORE_CHAR_29=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u5c5e\u6027\u540d\u79f0\u4e2d\u4e0d\u5141\u8bb8\u4f7f\u7528\u4e0b\u5212\u7ebf\u5b57\u7b26\uff0c\u9664\u975e\u542f\u7528\u4e86 %s \u914d\u7f6e\u9009\u9879
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH_30=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u8fde\u5b57\u7b26\u4f5c\u4e3a\u5c5e\u6027\u540d\u79f0\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_UNDERSCORE_31=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u4e0b\u5212\u7ebf\u5b57\u7b26\u4f5c\u4e3a\u5c5e\u6027\u540d\u79f0\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26\uff0c\u5373\u4f7f\u542f\u7528\u4e86 %s \u914d\u7f6e\u9009\u9879
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT_32=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u6570\u5b57 '%c' \u4f5c\u4e3a\u5c5e\u6027\u540d\u79f0\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26\uff0c\u9664\u975e\u5c06\u540d\u79f0\u6307\u5b9a\u4e3a OID \u6216\u542f\u7528\u4e86 %s \u914d\u7f6e\u9009\u9879
 ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME_33=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u7684 RDN \u5177\u6709\u7a7a\u5c5e\u6027\u540d\u79f0
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD_34=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u89e3\u6790\u7684\u5c5e\u6027\u540d\u79f0 %s \u5305\u542b\u4e00\u4e2a\u53e5\u70b9\uff0c\u4f46\u8be5\u540d\u79f0\u4f3c\u4e4e\u4e0d\u662f\u6709\u6548\u7684 OID
 ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME_35=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u6700\u540e\u4e00\u4e2a\u975e\u7a7a\u683c\u5b57\u7b26\u662f\u5c5e\u6027\u540d\u79f0 '%s' \u7684\u4e00\u90e8\u5206
 ERR_ATTR_SYNTAX_DN_NO_EQUAL_36=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u5c5e\u6027\u540d\u79f0 "%s" \u540e\u9762\u7684\u4e0b\u4e00\u4e2a\u975e\u7a7a\u683c\u5b57\u7b26\u5e94\u8be5\u4e3a\u7b49\u53f7\uff0c\u800c\u5b9e\u9645\u4e3a '%c'
-ERR_ATTR_SYNTAX_DN_INVALID_CHAR_37=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u4f4d\u7f6e %3$d \u5904\u7684\u5b57\u7b26 '%2$c' \u65e0\u6548
 ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT_38=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u5c5e\u6027\u503c\u4ee5\u4e95\u53f7 (#) \u5f00\u5934\uff0c\u4f46\u6ca1\u6709\u540e\u8ddf\u4e24\u4e2a\u5341\u516d\u8fdb\u5236\u6570\u5b57\u7684\u6b63\u500d\u6570
 ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT_39=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u5c5e\u6027\u503c\u4ee5\u4e95\u53f7 (#) \u5f00\u5934\uff0c\u4f46\u5305\u542b\u7684\u5b57\u7b26 %c \u4e0d\u662f\u6709\u6548\u7684\u5341\u516d\u8fdb\u5236\u6570\u5b57
 ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE_40=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u89e3\u6790\u67d0\u4e2a RDN \u7ec4\u4ef6\u4e2d\u7684\u5c5e\u6027\u503c\u65f6\u51fa\u73b0\u610f\u5916\u5931\u8d25: "%s"
 ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE_41=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u67d0\u4e2a RDN \u7ec4\u4ef6\u5305\u542b\u4e00\u4e2a\u7528\u5f15\u53f7\u5f15\u8d77\u6765\u7684\u503c\uff0c\u4f46\u8be5\u503c\u6ca1\u6709\u76f8\u5e94\u7684\u53f3\u5f15\u53f7
 ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID_42=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u67d0\u4e2a RDN \u7ec4\u4ef6\u5305\u542b\u4e00\u4e2a\u5e26\u6709\u8f6c\u4e49\u5341\u516d\u8fdb\u5236\u6570\u5b57\u7684\u503c\uff0c\u4f46\u6ca1\u6709\u540e\u8ddf\u7b2c\u4e8c\u4e2a\u5341\u516d\u8fdb\u5236\u6570\u5b57
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INITIAL_ZERO_43=The provided value "%s" could \
-### not be parsed as a valid integer because the first digit may not be zero \
-### unless it is the only digit
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_MISPLACED_DASH_44=The provided value "%s" \
-### could not be parsed as a valid integer because the dash may only appear if it \
-### is the first character of the value followed by one or more digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INVALID_CHARACTER_45=The provided value "%s" \
-### could not be parsed as a valid integer because character '%c' at position %d \
-### is not allowed in an integer value
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_EMPTY_VALUE_46=The provided value "%s" could \
-### not be parsed as a valid integer because it did not contain any digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_DASH_NEEDS_VALUE_47=The provided value "%s" \
-### could not be parsed as a valid integer because it contained only a dash not \
-### followed by an integer value
 ERR_ATTR_SYNTAX_OID_NO_VALUE_48=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c\u89e3\u6790\u4e3a\u6709\u6548\u7684 OID\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u4efb\u4f55\u5b57\u7b26
 ERR_ATTR_SYNTAX_OID_ILLEGAL_CHARACTER_49=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684 OID\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26
 ERR_ATTR_SYNTAX_OID_CONSECUTIVE_PERIODS_50=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684 OID\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u6216\u9644\u8fd1\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
 ERR_ATTR_SYNTAX_OID_ENDS_WITH_PERIOD_51=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684 OID\uff0c\u56e0\u4e3a\u5b83\u4ee5\u53e5\u70b9\u7ed3\u5c3e
 ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE_52=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c\u89e3\u6790\u4e3a\u6709\u6548\u7684\u5c5e\u6027\u7c7b\u578b\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e3a\u7a7a\u6216\u4ec5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_OPEN_PARENTHESIS_53=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u7c7b\u578b\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5de6\u5706\u62ec\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f '%s' \u5b57\u7b26
-ERR_ATTR_SYNTAX_ATTRTYPE_TRUNCATED_VALUE_54=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u7c7b\u578b\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8981\u6c42\u63d0\u4f9b\u66f4\u591a\u6570\u636e\u65f6\u5230\u8fbe\u503c\u672b\u5c3e
-ERR_ATTR_SYNTAX_ATTRTYPE_DOUBLE_PERIOD_IN_NUMERIC_OID_55=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u7c7b\u578b\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_NUMERIC_OID_56=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5c5e\u6027\u7c7b\u578b\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_STRING_OID_57=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5c5e\u6027\u7c7b\u578b\u63cf\u8ff0\uff0c\u56e0\u4e3a\u975e\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_58=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5c5e\u6027\u7c7b\u578b\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_ATTRTYPE_UNEXPECTED_CLOSE_PARENTHESIS_59=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u7c7b\u578b\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u610f\u5916\u53f3\u5706\u62ec\u53f7
-ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_60=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u7c7b\u578b\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5c06\u5355\u5f15\u53f7\u4f5c\u4e3a\u6807\u8bb0 %s \u540e\u7684\u7b2c\u4e00\u4e2a\u975e\u7a7a\u767d\u5b57\u7b26\u3002\u4f46\u662f\uff0c\u627e\u5230\u7684\u662f\u5b57\u7b26 %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUPERIOR_TYPE_61=The definition for \
-### the attribute type with OID %s declared a superior type with an OID of %s. \
-### No attribute type with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_APPROXIMATE_MR_62=The definition for \
-### the attribute type with OID %s declared that approximate matching should be \
-### performed using the matching rule "%s".  No such approximate matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_EQUALITY_MR_63=The definition for \
-### the attribute type with OID %s declared that equality matching should be \
-### performed using the matching rule "%s".  No such equality matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_ORDERING_MR_64=The definition for \
-### the attribute type with OID %s declared that ordering matching should be \
-### performed using the matching rule "%s".  No such ordering matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUBSTRING_MR_65=The definition for \
-### the attribute type with OID %s declared that substring matching should be \
-### performed using the matching rule "%s".  No such substring matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SYNTAX_66=The definition for the \
-### attribute type with OID %s declared that it should have a syntax with OID %s. \
-### No such syntax is configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_ATTRIBUTE_USAGE_67=The definition \
-### for the attribute type with OID %s declared that it should have an attribute \
-### usage of %s.  This is an invalid usage
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_AT_POS_68=The provided value \
-### "%s" could not be parsed as an attribute type description because a single \
-### quote was expected at position %d but the character %s was found instead
 ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE_69=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c\u89e3\u6790\u4e3a\u6709\u6548\u7684 objectclass \u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e3a\u7a7a\u6216\u4ec5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_OPEN_PARENTHESIS_70=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a objectclass \u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5de6\u5706\u62ec\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f '%s' \u5b57\u7b26
-ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE_71=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a objectclass \u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8981\u6c42\u63d0\u4f9b\u66f4\u591a\u6570\u636e\u65f6\u5230\u8fbe\u503c\u672b\u5c3e
-ERR_ATTR_SYNTAX_OBJECTCLASS_DOUBLE_PERIOD_IN_NUMERIC_OID_72=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a objectclass \u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_NUMERIC_OID_73=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a objectclass \u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_STRING_OID_74=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a objectclass \u63cf\u8ff0\uff0c\u56e0\u4e3a\u975e\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_75=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a objectclass \u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS_76=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a objectclass \u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u610f\u5916\u53f3\u5706\u62ec\u53f7
-ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_77=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a objectclass \u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5c06\u5355\u5f15\u53f7\u4f5c\u4e3a\u6807\u8bb0 %s \u540e\u7684\u7b2c\u4e00\u4e2a\u975e\u7a7a\u767d\u5b57\u7b26\u3002\u4f46\u662f\uff0c\u627e\u5230\u7684\u662f\u5b57\u7b26 %s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_SUPERIOR_CLASS_78=The definition \
-### for the objectclass with OID %s declared a superior objectclass with an OID \
-### of %s.  No objectclass with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_AT_POS_79=The provided \
-### value "%s" could not be parsed as an objectclass description because a single \
-### quote was expected at position %d but the character %s was found instead
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_REQUIRED_ATTR_80=The definition \
-### for the objectclass with OID %s declared that it should include required \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_OPTIONAL_ATTR_81=The definition \
-### for the objectclass with OID %s declared that it should include optional \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER_82=The provided value "%s" \
-### cannot be parsed as a valid IA5 string because it contains an illegal \
-### character "%s" that is not allowed in the IA5 (ASCII) character set
-INFO_ATTR_SYNTAX_TELEPHONE_DESCRIPTION_STRICT_MODE_83=\u6b64\u5c5e\u6027\u6307\u793a\u7535\u8bdd\u53f7\u7801\u5c5e\u6027\u8bed\u6cd5\u662f\u5426\u5e94\u4f7f\u7528\u4e25\u683c\u6a21\u5f0f\uff0c\u8be5\u6a21\u5f0f\u4ec5\u63a5\u53d7 ITU-T E.123 \u683c\u5f0f\u7684\u503c\u3002\u5982\u679c\u542f\u7528\u6b64\u5c5e\u6027\uff0c\u5219\u4f1a\u62d2\u7edd\u4e0d\u4f7f\u7528\u8be5\u683c\u5f0f\u7684\u4efb\u4f55\u503c\u3002\u5982\u679c\u7981\u7528\u6b64\u5c5e\u6027\uff0c\u5219\u4f1a\u63a5\u53d7\u4efb\u4f55\u503c\uff0c\u4f46\u5728\u6267\u884c\u5339\u914d\u65f6\u4ec5\u8003\u8651\u6570\u5b57
-###SEVERE_WARN_ATTR_SYNTAX_TELEPHONE_CANNOT_DETERMINE_STRICT_MODE_84=An error \
-### occurred while trying to retrieve attribute \
-### ds-cfg-strict-format from configuration entry %s:  %s.  The \
-### Directory Server will not enforce strict compliance to the ITU-T E.123 format \
-### for telephone number values
 ERR_ATTR_SYNTAX_TELEPHONE_EMPTY_85=\u63d0\u4f9b\u7684\u503c\u4e0d\u662f\u6709\u6548\u7684\u7535\u8bdd\u53f7\u7801\uff0c\u56e0\u4e3a\u5b83\u4e3a\u7a7a\u6216 Null
 ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS_86=\u63d0\u4f9b\u7684\u503c "%s" \u4e0d\u662f\u6709\u6548\u7684\u7535\u8bdd\u53f7\u7801\uff0c\u56e0\u4e3a\u542f\u7528\u4e86\u4e25\u683c\u7535\u8bdd\u53f7\u7801\u68c0\u67e5\uff0c\u8be5\u503c\u6ca1\u6709\u6309\u7167 ITU-T E.123 \u89c4\u8303\u4ee5\u52a0\u53f7\u5f00\u5934
 ERR_ATTR_SYNTAX_TELEPHONE_ILLEGAL_CHAR_87=\u63d0\u4f9b\u7684\u503c "%1$s" \u4e0d\u662f\u6709\u6548\u7684\u7535\u8bdd\u53f7\u7801\uff0c\u56e0\u4e3a\u542f\u7528\u4e86\u4e25\u683c\u7535\u8bdd\u53f7\u7801\u68c0\u67e5\uff0cITU-T E.123 \u89c4\u8303\u4e0d\u5141\u8bb8\u4f7f\u7528\u4f4d\u7f6e %3$d \u5904\u7684\u5b57\u7b26 %2$s
 ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS_88=\u63d0\u4f9b\u7684\u503c "%s" \u4e0d\u662f\u6709\u6548\u7684\u7535\u8bdd\u53f7\u7801\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u4efb\u4f55\u6570\u5b57
-INFO_ATTR_SYNTAX_TELEPHONE_UPDATED_STRICT_MODE_89=\u5df2\u5c06\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-strict-format \u503c\u66f4\u65b0\u4e3a %1$s\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u4f7f\u7528\u4e25\u683c\u7535\u8bdd\u53f7\u7801\u8bed\u6cd5\u68c0\u67e5
-###SEVERE_WARN_ATTR_SYNTAX_NUMERIC_STRING_ILLEGAL_CHAR_90=The provided value \
-### "%s" is not a valid numeric string because it contained character %s at \
-### position %d that was neither a digit nor a space
 ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE_91=\u63d0\u4f9b\u7684\u503c\u4e0d\u662f\u6709\u6548\u7684\u6570\u5b57\u5b57\u7b26\u4e32\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u4efb\u4f55\u5b57\u7b26\u3002\u6570\u5b57\u5b57\u7b26\u4e32\u503c\u5fc5\u987b\u81f3\u5c11\u5305\u542b\u4e00\u4e2a\u6570\u5b57\u6216\u7a7a\u683c
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EMPTY_VALUE_92=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c\u89e3\u6790\u4e3a\u6709\u6548\u7684\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e3a\u7a7a\u6216\u4ec5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_OPEN_PARENTHESIS_93=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5de6\u5706\u62ec\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f '%s' \u5b57\u7b26
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TRUNCATED_VALUE_94=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8981\u6c42\u63d0\u4f9b\u66f4\u591a\u6570\u636e\u65f6\u5230\u8fbe\u503c\u672b\u5c3e
-ERR_ATTR_SYNTAX_ATTRSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_95=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_96=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_STRING_OID_97=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u975e\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS_98=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u610f\u5916\u53f3\u5706\u62ec\u53f7
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_TOKEN_99=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u4ece\u4f4d\u7f6e %d \u5904\u6216\u9644\u8fd1\u7684\u5b57\u7b26\u4e32\u4e2d\u8bfb\u53d6 "DESC" \u6807\u8bb0\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TOKEN_NOT_DESC_100=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u5e94\u8be5\u4e3a "DESC" \u6807\u8bb0\u7684\u4f4d\u7f6e\u627e\u5230\u4e86\u5b57\u7b26\u4e32 "%s"
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_VALUE_101=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u4ece\u4f4d\u7f6e %d \u5904\u6216\u9644\u8fd1\u7684\u5b57\u7b26\u4e32\u4e2d\u8bfb\u53d6 "DESC" \u6807\u8bb0\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_CLOSE_PARENTHESIS_102=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u53f3\u5706\u62ec\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f '%s' \u5b57\u7b26
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_AFTER_CLOSE_103=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u53f3\u5706\u62ec\u53f7\u540e\u9762\u7684\u4f4d\u7f6e %3$d \u5904\u627e\u5230\u975e\u6cd5\u5b57\u7b26 %2$s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_QUOTE_AT_POS_104=The provided \
-### value "%s" could not be parsed as an attribute syntax description because a \
-### single quote was expected at position %d but the character %s was found \
-### instead
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE_105=The provided value \
-### could not be parsed as a printable string because it was null or empty.  A \
-### printable string must contain at least one character
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_ILLEGAL_CHARACTER_106=The provided \
-### value "%s" could not be parsed as a printable string because it contained an \
-### invalid character %s at position %d
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_ONLY_WILDCARD_107=The provided value "*" \
-### could not be parsed as a substring assertion because it consists only of a \
-### wildcard character and zero-length substrings are not allowed
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_CONSECUTIVE_WILDCARDS_108=The provided \
-### value "%s" could not be parsed as a substring assertion because it contains \
-### consecutive wildcard characters at position %d and zero-length substrings are \
-### not allowed
 ERR_ATTR_SYNTAX_UTC_TIME_TOO_SHORT_109=\u63d0\u4f9b\u7684\u503c %s \u592a\u77ed\u800c\u65e0\u6cd5\u4f5c\u4e3a\u6709\u6548\u7684 UTC \u65f6\u95f4\u503c
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_YEAR_110=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684 UTC \u65f6\u95f4\u503c\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5728\u4e16\u7eaa\u6216\u5e74\u4efd\u89c4\u8303\u4e2d\u4f7f\u7528 %s \u5b57\u7b26
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_MONTH_111=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684 UTC \u65f6\u95f4\u503c\uff0c\u56e0\u4e3a %s \u4e0d\u662f\u6709\u6548\u7684\u6708\u4efd\u89c4\u8303
@@ -242,12 +63,6 @@
 ERR_ATTR_SYNTAX_UTC_TIME_CANNOT_PARSE_118=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c %s \u89e3\u6790\u4e3a\u6709\u6548\u7684 UTC \u65f6\u95f4: %s
 ERR_ATTR_SYNTAX_DCR_EMPTY_VALUE_119=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c\u89e3\u6790\u4e3a\u6709\u6548\u7684 DIT \u5185\u5bb9\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e3a\u7a7a\u6216\u4ec5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_DCR_EXPECTED_OPEN_PARENTHESIS_120=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u5185\u5bb9\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5de6\u5706\u62ec\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f '%s' \u5b57\u7b26
-ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE_121=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u5185\u5bb9\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8981\u6c42\u63d0\u4f9b\u66f4\u591a\u6570\u636e\u65f6\u5230\u8fbe\u503c\u672b\u5c3e
-ERR_ATTR_SYNTAX_DCR_DOUBLE_PERIOD_IN_NUMERIC_OID_122=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u5185\u5bb9\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_NUMERIC_OID_123=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a DIT \u5185\u5bb9\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_STRING_OID_124=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a DIT \u5185\u5bb9\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u975e\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_DCR_UNEXPECTED_CLOSE_PARENTHESIS_125=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u5185\u5bb9\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u610f\u5916\u53f3\u5706\u62ec\u53f7
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_126=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a DIT \u5185\u5bb9\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS_127=DIT \u5185\u5bb9\u89c4\u5219 "%s" \u4e0e\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7ed3\u6784\u5316 objectclass %s \u76f8\u5173\u8054
 ERR_ATTR_SYNTAX_DCR_STRUCTURAL_CLASS_NOT_STRUCTURAL_128=DIT \u5185\u5bb9\u89c4\u5219 "%s" \u4e0e OID \u4e3a %s (%s) \u7684 objectclass \u76f8\u5173\u8054\u3002\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b58\u5728\u6b64 objectclass\uff0c\u4f46\u5b9a\u4e49\u4e3a %s \u800c\u4e0d\u662f\u7ed3\u6784\u5316\u7c7b
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_AUXILIARY_CLASS_129=DIT \u5185\u5bb9\u89c4\u5219 "%s" \u4e0e\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u8f85\u52a9 objectclass %s \u76f8\u5173\u8054
@@ -255,57 +70,27 @@
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR_131=DIT \u5185\u5bb9\u89c4\u5219 "%s" \u4e0e\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5fc5\u9700\u5c5e\u6027\u7c7b\u578b %s \u76f8\u5173\u8054
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR_132=DIT \u5185\u5bb9\u89c4\u5219 "%s" \u4e0e\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u53ef\u9009\u5c5e\u6027\u7c7b\u578b %s \u76f8\u5173\u8054
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR_133=DIT \u5185\u5bb9\u89c4\u5219 "%s" \u4e0e\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7981\u6b62\u5c5e\u6027\u7c7b\u578b %s \u76f8\u5173\u8054
-ERR_ATTR_SYNTAX_DCR_EXPECTED_QUOTE_AT_POS_134=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u5185\u5bb9\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5355\u5f15\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f\u5b57\u7b26 %s
 ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE_135=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c\u89e3\u6790\u4e3a\u6709\u6548\u7684\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e3a\u7a7a\u6216\u4ec5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_OPEN_PARENTHESIS_136=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5de6\u5706\u62ec\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f '%c' \u5b57\u7b26
-ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE_137=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8981\u6c42\u63d0\u4f9b\u66f4\u591a\u6570\u636e\u65f6\u5230\u8fbe\u503c\u672b\u5c3e
-ERR_ATTR_SYNTAX_NAME_FORM_DOUBLE_PERIOD_IN_NUMERIC_OID_138=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_NUMERIC_OID_139=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$c
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_STRING_OID_140=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u975e\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$c
-ERR_ATTR_SYNTAX_NAME_FORM_UNEXPECTED_CLOSE_PARENTHESIS_141=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u610f\u5916\u53f3\u5706\u62ec\u53f7
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_142=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$c
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS_143=\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0 "%s" \u4e0e\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7ed3\u6784\u5316 objectclass %s \u76f8\u5173\u8054
 ERR_ATTR_SYNTAX_NAME_FORM_STRUCTURAL_CLASS_NOT_STRUCTURAL_144=\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0 "%s" \u4e0e OID \u4e3a %s (%s) \u7684 objectclass \u76f8\u5173\u8054\u3002\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b58\u5728\u6b64 objectclass\uff0c\u4f46\u5b9a\u4e49\u4e3a %s \u800c\u4e0d\u662f\u7ed3\u6784\u5316\u7c7b
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_REQUIRED_ATTR_145=OID \u4e3a %s \u7684\u540d\u79f0\u683c\u5f0f\u5b9a\u4e49\u58f0\u660e\u5b83\u5e94\u8be5\u5305\u542b\u5fc5\u9700\u5c5e\u6027 "%s"\u3002\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0d\u5b58\u5728\u4e0e\u6b64\u540d\u79f0\u6216 OID \u5339\u914d\u7684\u5c5e\u6027\u7c7b\u578b
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_OPTIONAL_ATTR_146=OID \u4e3a %s \u7684\u540d\u79f0\u683c\u5f0f\u5b9a\u4e49\u58f0\u660e\u5b83\u5e94\u8be5\u5305\u542b\u53ef\u9009\u5c5e\u6027 "%s"\u3002\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0d\u5b58\u5728\u4e0e\u6b64\u540d\u79f0\u6216 OID \u5339\u914d\u7684\u5c5e\u6027\u7c7b\u578b
 ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS_147=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u672a\u6307\u5b9a\u5173\u8054\u7684\u7ed3\u6784\u5316 objectclass
-ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_QUOTE_AT_POS_148=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u540d\u79f0\u683c\u5f0f\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5355\u5f15\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f\u5b57\u7b26 %c
 ERR_ATTR_SYNTAX_MR_EMPTY_VALUE_149=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c\u89e3\u6790\u4e3a\u6709\u6548\u7684\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e3a\u7a7a\u6216\u4ec5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_MR_EXPECTED_OPEN_PARENTHESIS_150=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5de6\u5706\u62ec\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f '%s' \u5b57\u7b26
-ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE_151=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8981\u6c42\u63d0\u4f9b\u66f4\u591a\u6570\u636e\u65f6\u5230\u8fbe\u503c\u672b\u5c3e
-ERR_ATTR_SYNTAX_MR_DOUBLE_PERIOD_IN_NUMERIC_OID_152=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_NUMERIC_OID_153=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_STRING_OID_154=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u975e\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_MR_UNEXPECTED_CLOSE_PARENTHESIS_155=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u610f\u5916\u53f3\u5706\u62ec\u53f7
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_156=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
 ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX_157=\u5339\u914d\u89c4\u5219\u63cf\u8ff0 "%s" \u4e0e\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027\u8bed\u6cd5 %s \u76f8\u5173\u8054
 ERR_ATTR_SYNTAX_MR_NO_SYNTAX_158=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u672a\u6307\u5b9a\u5173\u8054\u7684\u5c5e\u6027\u8bed\u6cd5
-ERR_ATTR_SYNTAX_MR_EXPECTED_QUOTE_AT_POS_159=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5355\u5f15\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f\u5b57\u7b26 %s
 ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE_160=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c\u89e3\u6790\u4e3a\u6709\u6548\u7684\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e3a\u7a7a\u6216\u4ec5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_MRUSE_EXPECTED_OPEN_PARENTHESIS_161=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5de6\u5706\u62ec\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f '%s' \u5b57\u7b26
-ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE_162=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8981\u6c42\u63d0\u4f9b\u66f4\u591a\u6570\u636e\u65f6\u5230\u8fbe\u503c\u672b\u5c3e
-ERR_ATTR_SYNTAX_MRUSE_DOUBLE_PERIOD_IN_NUMERIC_OID_163=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_NUMERIC_OID_164=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_STRING_OID_165=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u975e\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE_166=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u5339\u914d\u89c4\u5219 %s \u672a\u77e5
-ERR_ATTR_SYNTAX_MRUSE_UNEXPECTED_CLOSE_PARENTHESIS_167=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u610f\u5916\u53f3\u5706\u62ec\u53f7
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_168=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR_169=\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0 "%s" \u4e0e\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027\u7c7b\u578b %s \u76f8\u5173\u8054
 ERR_ATTR_SYNTAX_MRUSE_NO_ATTR_170=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u672a\u6307\u5b9a\u53ef\u7528\u4e8e\u5173\u8054 OID \u7684\u5c5e\u6027\u7c7b\u578b\u96c6
-ERR_ATTR_SYNTAX_MRUSE_EXPECTED_QUOTE_AT_POS_171=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5355\u5f15\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f\u5b57\u7b26 %s
 ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE_172=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c\u89e3\u6790\u4e3a\u6709\u6548\u7684 DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e3a\u7a7a\u6216\u4ec5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_DSR_EXPECTED_OPEN_PARENTHESIS_173=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5de6\u5706\u62ec\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f '%s' \u5b57\u7b26
-ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE_174=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8981\u6c42\u63d0\u4f9b\u66f4\u591a\u6570\u636e\u65f6\u5230\u8fbe\u503c\u672b\u5c3e
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_RULE_ID_175=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u89c4\u5219 ID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_DSR_UNEXPECTED_CLOSE_PARENTHESIS_176=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u610f\u5916\u53f3\u5706\u62ec\u53f7
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_177=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM_178=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u4e86\u672a\u77e5\u7684\u540d\u79f0\u683c\u5f0f %s
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_RULE_ID_179=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u4e86\u4e0a\u7ea7 DIT \u7ed3\u6784\u89c4\u5219\u7684\u672a\u77e5\u89c4\u5219 ID %d
 ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM_180=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u672a\u6307\u5b9a\u89c4\u5219\u7684\u540d\u79f0\u683c\u5f0f
-ERR_ATTR_SYNTAX_DSR_EXPECTED_QUOTE_AT_POS_181=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5e94\u8be5\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u5355\u5f15\u53f7\uff0c\u4f46\u627e\u5230\u7684\u662f\u5b57\u7b26 %s
-ERR_ATTR_SYNTAX_DSR_DOUBLE_PERIOD_IN_NUMERIC_OID_182=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_NUMERIC_OID_183=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_STRING_OID_184=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a DIT \u7ed3\u6784\u89c4\u5219\u63cf\u8ff0\uff0c\u56e0\u4e3a\u975e\u6570\u5b57 OID \u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$s
 ERR_ATTR_SYNTAX_TELEX_TOO_SHORT_185=\u63d0\u4f9b\u7684\u503c "%s" \u592a\u77ed\u800c\u65e0\u6cd5\u4f5c\u4e3a\u6709\u6548\u7684\u7535\u62a5\u53f7\u7801\u503c
 ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE_186=\u63d0\u4f9b\u7684\u503c "%1$s" \u4e0d\u5305\u542b\u6709\u6548\u7684\u7535\u62a5\u53f7\u7801\uff0c\u56e0\u4e3a\u4f4d\u7f6e %3$d \u5904\u7684\u5b57\u7b26 %2$s \u4e0d\u662f\u6709\u6548\u7684\u53ef\u6253\u5370\u5b57\u7b26\u4e32\u5b57\u7b26
 ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR_187=\u63d0\u4f9b\u7684\u503c "%1$s" \u4e0d\u5305\u542b\u6709\u6548\u7684\u7535\u62a5\u53f7\u7801\uff0c\u56e0\u4e3a\u4f4d\u7f6e %3$d \u5904\u7684\u5b57\u7b26 %2$s \u65e2\u4e0d\u662f\u6709\u6548\u7684\u53ef\u6253\u5370\u5b57\u7b26\u4e32\u5b57\u7b26\uff0c\u4e5f\u4e0d\u662f\u7528\u4e8e\u5206\u9694\u7535\u62a5\u53f7\u7801\u7ec4\u6210\u90e8\u5206\u7684\u7f8e\u5143\u7b26\u53f7
@@ -336,180 +121,10 @@
 ERR_ATTR_SYNTAX_GUIDE_INVALID_MATCH_TYPE_212=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a\u6761\u4ef6\u90e8\u5206 %s \u5177\u6709\u65e0\u6548\u7684\u5339\u914d\u7c7b\u578b\uff08\u4ece\u4f4d\u7f6e %d \u5904\u5f00\u59cb\uff09
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SHARP_213=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u589e\u5f3a\u7684\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u5c06 objectclass \u4e0e\u6761\u4ef6\u9694\u5f00\u7684\u4e95\u53f7 (#) \u5b57\u7b26
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC_214=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u589e\u5f3a\u7684\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a\u5b83\u5728\u4e95\u53f7 (#) \u5b57\u7b26\u524d\u9762\u4e0d\u5305\u542b objectclass \u540d\u79f0\u6216 OID
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_DOUBLE_PERIOD_IN_OC_OID_215=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u589e\u5f3a\u7684\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a\u6307\u5b9a objectclass \u7684\u6570\u5b57 OID %s \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_OID_216=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u589e\u5f3a\u7684\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a\u6307\u5b9a objectclass \u7684\u6570\u5b57 OID %2$s \u5728\u4f4d\u7f6e %4$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %3$s
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_NAME_217=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u589e\u5f3a\u7684\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a objectclass \u540d\u79f0 %2$s \u5728\u4f4d\u7f6e %4$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %3$s
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP_218=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u589e\u5f3a\u7684\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u5c06\u6761\u4ef6\u4e0e\u8303\u56f4\u9694\u5f00\u7684\u4e95\u53f7 (#) \u5b57\u7b26
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SCOPE_219=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u589e\u5f3a\u7684\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a\u672a\u5728\u6700\u7ec8\u4e95\u53f7 (#) \u5b57\u7b26\u540e\u9762\u63d0\u4f9b\u4efb\u4f55\u8303\u56f4
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_INVALID_SCOPE_220=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u589e\u5f3a\u7684\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u8303\u56f4 %s \u65e0\u6548
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_CRITERIA_221=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u589e\u5f3a\u7684\u6307\u5bfc\u503c\uff0c\u56e0\u4e3a\u5b83\u672a\u5728\u4e95\u53f7 (#) \u5b57\u7b26\u4e4b\u95f4\u6307\u5b9a\u4efb\u4f55\u6761\u4ef6
-ERR_ATTR_SYNTAX_OID_INVALID_VALUE_222=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c %s \u89e3\u6790\u4e3a\u6709\u6548\u7684 OID: %s
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NORMALIZE_FAILURE_223=An unexpected \
-### error occurred while trying to normalize value %s as a generalized time \
-### value:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_CANNOT_NORMALIZE_224=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseExactOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_INVALID_TYPE_225=An error occurred while \
-### attempting to compare two objects using the caseExactOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_CANNOT_NORMALIZE_226=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseIgnoreOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_INVALID_TYPE_227=An error occurred while \
-### attempting to compare two objects using the caseIgnoreOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_CANNOT_NORMALIZE_228=An error \
-### occurred while attempting to compare two AttributeValue objects using the \
-### generalizedTimeOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_INVALID_TYPE_229=An error occurred \
-### while attempting to compare two objects using the \
-### generalizedTimeOrderingMatch matching rule because the objects were of an \
-### unsupported type %s.  Only byte arrays, ASN.1 octet strings, and attribute \
-### value objects may be compared
-###SEVERE_WARN_OMR_INTEGER_COMPARE_CANNOT_NORMALIZE_230=An error occurred while \
-### attempting to compare two AttributeValue objects using the \
-### integerOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_INTEGER_COMPARE_INVALID_TYPE_231=An error occurred while \
-### attempting to compare two objects using the integerOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_CANNOT_NORMALIZE_232=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### numericStringOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_INVALID_TYPE_233=An error occurred \
-### while attempting to compare two objects using the numericStringOrderingMatch \
-### matching rule because the objects were of an unsupported type %s.  Only byte \
-### arrays, ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_CANNOT_NORMALIZE_234=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### octetStringOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_INVALID_TYPE_235=An error occurred while \
-### attempting to compare two objects using the octetStringOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_ATTR_SYNTAX_UUID_INVALID_LENGTH_236=The provided value "%s" has \
-### an invalid length for a UUID.  All UUID values must have a length of exactly \
-### 36 bytes, but the provided value had a length of %d bytes
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_DASH_237=The provided value "%s" should \
-### have had a dash at position %d, but the character '%s' was found instead
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_HEX_238=The provided value "%s" should \
-### have had a hexadecimal digit at position %d, but the character '%s' was found \
-### instead
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_DESCRIPTION_ALLOW_ZEROLENGTH_239=\u6307\u793a\u4f7f\u7528\u76ee\u5f55\u5b57\u7b26\u4e32\u8bed\u6cd5\u7684\u5c5e\u6027\u662f\u5426\u5141\u8bb8\u5177\u6709\u96f6\u957f\u5ea6\u503c\u3002\u4ece\u6280\u672f\u4e0a\u8bb2\uff0cLDAP \u89c4\u8303\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5\uff0c\u4f46\u5bf9\u4e8e\u5411\u540e\u517c\u5bb9\u4ee5\u524d\u7684\u76ee\u5f55\u670d\u52a1\u5668\u53d1\u884c\u7248\u6765\u8bf4\uff0c\u8fd9\u53ef\u80fd\u975e\u5e38\u6709\u7528
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_CANNOT_DETERMINE_ZEROLENGTH_240=An \
-### error occurred while trying to determine the value of the %s configuration \
-### attribute, which indicates whether directory string attributes should be \
-### allowed to have zero-length values:  %s
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_INVALID_ZEROLENGTH_VALUE_241=The \
-### operation attempted to assign a zero-length value to an attribute with the \
-### directory string syntax
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_UPDATED_ALLOW_ZEROLENGTH_242=\u5df2\u5c06\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u7684 %1$s \u5c5e\u6027\u66f4\u65b0\u4e3a\u65b0\u7684\u503c %3$s
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR_243=The provided \
-### authPassword value had an invalid scheme character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_244=The provided authPassword value \
-### had a zero-length scheme element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_SEPARATOR_245=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the scheme and authInfo elements
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR_246=The provided \
-### authPassword value had an invalid authInfo character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_247=The provided authPassword \
-### value had a zero-length authInfo element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR_248=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the authInfo and authValue elements
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_INITIAL_PARENTHESIS_249=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### it did not start with a parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_NONSPACE_250=The provided value "%s" could not \
-### be parsed by the integer first component matching rule because it did not \
-### have any non-space characters after the opening parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_SPACE_AFTER_INT_251=The provided value "%s" \
-### could not be parsed by the integer first component matching rule because it \
-### did not have any space characters after the first component
-###SEVERE_ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT_252=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### the first component does not appear to be an integer value
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_VALUE_253=No value was given to decode by \
-### the user password attribute syntax
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE_254=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not start with the opening curly brace ("{") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE_255=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not contain a closing curly brace ("}") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_SCHEME_256=Unable to decode the provided \
-### value according to the user password syntax because the value does not \
-### contain a storage scheme name
-ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID_257=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684 RFC 3672 \u5b50\u6811\u89c4\u8303
-ERR_ATTR_SYNTAX_ABSOLUTE_SUBTREE_SPECIFICATION_INVALID_258=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u7edd\u5bf9\u5b50\u6811\u89c4\u8303
-ERR_ATTR_SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_INVALID_259=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u76f8\u5bf9\u5b50\u6811\u89c4\u8303
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_INTEGER_260=The provided value %s is not \
-### allowed for attributes with a Integer syntax
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR_261=The provided \
-### authPassword value had an invalid authValue character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_VALUE_262=The provided authPassword \
-### value had a zero-length authValue element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR_263=The provided \
-### authPassword value had an invalid trailing character at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXTENSION_INVALID_CHARACTER_264=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u5c5e\u6027\u8bed\u6cd5\u6269\u5c55\uff0c\u56e0\u4e3a\u5728\u4f4d\u7f6e %d \u5904\u627e\u5230\u65e0\u6548\u5b57\u7b26
-ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID_EXTENSION_265=\u7531\u4e8e\u6269\u5c55\u65e0\u6548\u800c\u65e0\u6cd5\u89e3\u6790\u5c5e\u6027\u8bed\u6cd5\u3002%s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_INVALID_SUPERIOR_TYPE_266=The definition \
-### for objectclass %s is invalid because it has an objectclass type of %s but \
-### this is incompatible with the objectclass type %s for the superior class %s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_STRUCTURAL_SUPERIOR_NOT_TOP_267=The \
-### definition for objectclass %s is invalid because it is defined as a \
-### structural class but its superior chain does not include the "top" \
-### objectclass
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_SUPERIOR_USAGE_268=The definition \
-### for attribute type %s is invalid because its attribute usage %s is not the \
-### same as the usage for its superior type %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_FROM_NONCOLLECTIVE_269=The \
-### definition for attribute type %s is invalid because it is defined as a \
-### collective type but the superior type %s is not collective
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NONCOLLECTIVE_FROM_COLLECTIVE_270=The \
-### definition for attribute type %s is invalid because it is not defined as a \
-### collective type but the superior type %s is collective
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_STRUCTURAL_271=DIT \u5185\u5bb9\u89c4\u5219 "%1$s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u7981\u6b62\u4f7f\u7528\u5173\u8054\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %3$s \u6240\u9700\u7684\u5c5e\u6027\u7c7b\u578b %2$s
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY_272=DIT \u5185\u5bb9\u89c4\u5219 "%1$s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u7981\u6b62\u4f7f\u7528\u5173\u8054\u8f85\u52a9\u5bf9\u8c61\u7c7b %3$s \u6240\u9700\u7684\u5c5e\u6027\u7c7b\u578b %2$s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_IS_OPERATIONAL_273=The definition \
-### for attribute type %s is invalid because it is declared COLLECTIVE but does \
-### not have a usage of userApplications
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NO_USER_MOD_NOT_OPERATIONAL_274=The \
-### definition for attribute type %s is invalid because it is declared \
-### NO-USER-MODIFICATION but does not have an operational usage
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_FRACTION_CHAR_275=The \
-### provided value %s is not a valid generalized time value because it contains \
-### illegal character %s in the fraction component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_EMPTY_FRACTION_276=The provided \
-### value %s is not a valid generalized time value because it does not contain at \
-### least one digit after the period to use as the fractional component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NO_TIME_ZONE_INFO_277=The provided \
-### value %s is not a valid generalized time value because it does not end with \
-### 'Z' or a time zone offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_TIME_278=The provided value \
-### %s is not a valid generalized time value because it represents an invalid \
-### time (e.g., a date that does not exist):  %s
-NOTICE_SCHEMA_IMPORT_FAILED_279=\u65e0\u6cd5\u5bfc\u5165\u6a21\u5f0f\u5143\u7d20: %s, %s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_LOCALE_280=\u5339\u914d\u89c4\u5219\u6761\u76ee %s \u4e0b\u7684\u5bf9\u7167\u89c4\u5219 %s \u65e0\u6548\uff0c\u56e0\u4e3a JVM \u4e0d\u652f\u6301\u8bed\u8a00\u73af\u5883 %s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT_281=\u63d0\u4f9b\u7684\u5bf9\u7167\u89c4\u5219 %s \u4e0d\u5305\u542b\u6709\u6548\u7684 OID \u683c\u5f0f:LOCALE
 ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR_282=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u6807\u8bc6\u540d\uff0c\u56e0\u4e3a\u4e00\u4e2a\u5c5e\u6027\u503c\u4ee5\u5728\u9700\u8981\u907f\u5f00\u7684\u4f4d\u7f6e %d \u5904\u7684\u4e00\u4e2a\u5b57\u7b26\u5f00\u59cb
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_CHAR_283=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5c5e\u6027\u7c7b\u578b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u4e2d\u4e0d\u5141\u8bb8\u4f7f\u7528\u4f4d\u7f6e %d \u5904\u7684\u5b57\u7b26 '%c'
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_284=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5c5e\u6027\u7c7b\u578b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u4e2d\u4e0d\u5141\u8bb8\u4f7f\u7528\u4e0b\u5212\u7ebf\u5b57\u7b26\uff0c\u9664\u975e\u542f\u7528\u4e86 %s \u914d\u7f6e\u9009\u9879
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_285=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5c5e\u6027\u7c7b\u578b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u8fde\u5b57\u7b26\u4f5c\u4e3a\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_286=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5c5e\u6027\u7c7b\u578b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u4e0b\u5212\u7ebf\u5b57\u7b26\u4f5c\u4e3a\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26\uff0c\u5373\u4f7f\u542f\u7528\u4e86 %s \u914d\u7f6e\u9009\u9879
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_287=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5c5e\u6027\u7c7b\u578b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u6570\u5b57 '%c' \u4f5c\u4e3a\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26\uff0c\u9664\u975e\u5c06\u540d\u79f0\u6307\u5b9a\u4e3a OID \u6216\u542f\u7528\u4e86 %s \u914d\u7f6e\u9009\u9879
-ERR_OC_SYNTAX_ATTR_ILLEGAL_CHAR_288=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5bf9\u8c61\u7c7b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u5bf9\u8c61\u7c7b\u540d\u79f0\u4e2d\u4e0d\u5141\u8bb8\u4f7f\u7528\u4f4d\u7f6e %d \u5904\u7684\u5b57\u7b26 '%c'
-ERR_OC_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_289=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5bf9\u8c61\u7c7b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u5bf9\u8c61\u7c7b\u540d\u79f0\u4e2d\u4e0d\u5141\u8bb8\u4f7f\u7528\u4e0b\u5212\u7ebf\u5b57\u7b26\uff0c\u9664\u975e\u542f\u7528\u4e86 %s \u914d\u7f6e\u9009\u9879
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_290=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5bf9\u8c61\u7c7b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u8fde\u5b57\u7b26\u4f5c\u4e3a\u5bf9\u8c61\u7c7b\u540d\u79f0\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_291=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5bf9\u8c61\u7c7b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u4e0b\u5212\u7ebf\u5b57\u7b26\u4f5c\u4e3a\u5bf9\u8c61\u7c7b\u540d\u79f0\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26\uff0c\u5373\u4f7f\u542f\u7528\u4e86 %s \u914d\u7f6e\u9009\u9879
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_292=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u5bf9\u8c61\u7c7b\u5b9a\u4e49\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u5c06\u6570\u5b57 '%c' \u4f5c\u4e3a\u5bf9\u8c61\u7c7b\u540d\u79f0\u7684\u7b2c\u4e00\u4e2a\u5b57\u7b26\uff0c\u9664\u975e\u5c06\u540d\u79f0\u6307\u5b9a\u4e3a OID \u6216\u542f\u7528\u4e86 %s \u914d\u7f6e\u9009\u9879
diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_TW.properties b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_TW.properties
index 8663340..a97bacb 100755
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_TW.properties
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core_zh_TW.properties
@@ -22,214 +22,35 @@
 #
 #      Copyright 2009 Sun Microsystems, Inc.
 #
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
-### approximate matching rule %s used as the default for the %s attribute syntax. \
-### Approximate matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_EQUALITY_MATCHING_RULE_2=Unable to retrieve \
-### equality matching rule %s used as the default for the %s attribute syntax. \
-### Equality matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_ORDERING_MATCHING_RULE_3=Unable to retrieve \
-### ordering matching rule %s used as the default for the %s attribute syntax. \
-### Ordering matches will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_SUBSTRING_MATCHING_RULE_4=Unable to retrieve \
-### substring matching rule %s used as the default for the %s attribute syntax. \
-### Substring matching will not be allowed by default for attributes with this \
-### syntax
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_BOOLEAN_5=The provided value "%s" is not \
-### allowed for attributes with a Boolean syntax.  The only allowed values are \
-### 'TRUE' and 'FALSE'
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_TOO_SHORT_6=The provided value "%s" is too \
-### short to be a valid bit string.  A bit string must be a series of binary \
-### digits surrounded by single quotes and followed by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_NOT_QUOTED_7=The provided value "%s" is not \
-### a valid bit string because it is not surrounded by single quotes and followed \
-### by a capital letter B
-###SEVERE_WARN_ATTR_SYNTAX_BIT_STRING_INVALID_BIT_8=The provided value "%s" is \
-### not a valid bit string because '%s' is not a valid binary digit
 ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH_9=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u570b\u5bb6/\u5730\u5340\u5b57\u4e32\uff0c\u56e0\u70ba\u5176\u9577\u5ea6\u4e0d\u662f\u6b63\u597d\u5169\u500b\u5b57\u5143
 ERR_ATTR_SYNTAX_COUNTRY_STRING_NOT_PRINTABLE_10=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u570b\u5bb6/\u5730\u5340\u5b57\u4e32\uff0c\u56e0\u70ba\u5176\u4e2d\u5305\u542b\u4e00\u6216\u591a\u500b\u4e0d\u53ef\u5217\u5370\u7684\u5b57\u5143
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_NO_ELEMENTS_11=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u50b3\u9001\u65b9\u6cd5\u503c\uff0c\u56e0\u70ba\u5176\u4e2d\u4e0d\u5305\u542b\u4efb\u4f55\u5143\u7d20
 ERR_ATTR_SYNTAX_DELIVERY_METHOD_INVALID_ELEMENT_12=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u50b3\u9001\u65b9\u6cd5\u503c\uff0c\u56e0\u70ba\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u65b9\u6cd5
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_TOO_SHORT_13=The provided value "%s" \
-### is too short to be a valid generalized time value
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_YEAR_14=The provided value \
-### "%s" is not a valid generalized time value because the '%s' character is not \
-### allowed in the century or year specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MONTH_15=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid month \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_DAY_16=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid day \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_HOUR_17=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid hour \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_MINUTE_18=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid minute \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SECOND_19=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid second \
-### specification
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_SUBSECOND_20=The provided \
-### value "%s" is not a valid generalized time value because the sub-second \
-### component is not valid (between 1 and 3 numeric digits)
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_LONG_SUBSECOND_21=The provided value \
-### "%s" is not a valid generalized time value because the sub-second value may \
-### not contain more than three digits
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_OFFSET_22=The provided value \
-### "%s" is not a valid generalized time value because "%s" is not a valid GMT \
-### offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_INVALID_CHAR_23=The provided value \
-### "%s" is not a valid generalized time value because it contains an invalid \
-### character '%s' at position %d
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_CANNOT_PARSE_24=The provided value \
-### "%s" could not be parsed as a valid generalized time:  %s
 ERR_ATTR_SYNTAX_DN_INVALID_25=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31: %s
-ERR_ATTR_SYNTAX_DN_END_WITH_COMMA_26=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u6700\u5f8c\u4e00\u500b\u975e\u7a7a\u683c\u5b57\u5143\u70ba\u9017\u865f\u6216\u5206\u865f
-ERR_ATTR_SYNTAX_DN_ATTR_START_WITH_DIGIT_27=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u6578\u5b57\u300c%s\u300d\u4e0d\u5f97\u505a\u70ba\u5c6c\u6027\u540d\u7a31\u4e2d\u7684\u7b2c\u4e00\u500b\u5b57\u5143
 ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR_28=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5c6c\u6027\u540d\u7a31\u4e2d\u4e0d\u5f97\u6709\u4f4d\u7f6e %3$d \u7684\u5b57\u5143\u300c%2$c\u300d
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_UNDERSCORE_CHAR_29=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5c6c\u6027\u540d\u7a31\u4e2d\u4e0d\u5f97\u6709\u5e95\u7dda\u5b57\u5143\uff0c\u9664\u975e\u5df2\u555f\u7528 %s \u914d\u7f6e\u9078\u9805
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH_30=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u9023\u5b57\u7b26\u5b57\u5143\u4e0d\u5f97\u505a\u70ba\u5c6c\u6027\u540d\u7a31\u7684\u7b2c\u4e00\u500b\u5b57\u5143
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_UNDERSCORE_31=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5373\u4f7f\u5df2\u555f\u7528 %s \u914d\u7f6e\u9078\u9805\uff0c\u5e95\u7dda\u5b57\u5143\u4e5f\u4e0d\u5f97\u505a\u70ba\u5c6c\u6027\u540d\u7a31\u7684\u7b2c\u4e00\u500b\u5b57\u5143
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT_32=The provided value "%s" could not be parsed as a valid distinguished name because the digit '%c' is not allowed as the first character of an attribute name unless the name is specified as an OID or the %s configuration option is enabled
 ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME_33=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5176\u4e2d\u6240\u542b\u7684 RDN \u542b\u6709\u7a7a\u7684\u5c6c\u6027\u540d\u7a31
-ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD_34=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5256\u6790\u7684\u5c6c\u6027\u540d\u7a31 %s \u5305\u542b\u4e00\u500b\u5c0f\u6578\u9ede\u865f\uff0c\u4f46\u8a72\u540d\u7a31\u4f3c\u4e4e\u4e0d\u662f\u6709\u6548\u7684 OID
 ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME_35=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u6700\u5f8c\u4e00\u500b\u975e\u7a7a\u683c\u5b57\u5143\u662f\u5c6c\u6027\u540d\u7a31\u300c%s\u300d\u7684\u4e00\u90e8\u5206
 ERR_ATTR_SYNTAX_DN_NO_EQUAL_36=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5c6c\u6027\u540d\u7a31\u300c%s\u300d\u5f8c\u7684\u4e0b\u4e00\u500b\u975e\u7a7a\u683c\u5b57\u5143\u61c9\u70ba\u7b49\u865f\uff0c\u4f46\u5be6\u969b\u4e0a\u662f\u300c%c\u300d
-ERR_ATTR_SYNTAX_DN_INVALID_CHAR_37=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u4f4d\u7f6e %3$d \u7684\u5b57\u5143\u300c%2$c\u300d\u7121\u6548
 ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT_38=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5c6c\u6027\u503c\u662f\u4ee5\u4e95\u5b57\u865f (#) \u958b\u982d\uff0c\u4f46\u4e26\u672a\u7dca\u63a5\u8457\u5169\u500b\u5341\u516d\u9032\u5236\u6578\u5b57\u7684\u6b63\u500d\u6578
 ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT_39=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5c6c\u6027\u503c\u662f\u4ee5\u4e95\u5b57\u865f (#) \u958b\u982d\uff0c\u4f46\u5176\u4e2d\u542b\u6709\u4e26\u975e\u6709\u6548\u5341\u516d\u9032\u5236\u6578\u5b57\u7684\u5b57\u5143 %c
 ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE_40=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5f9e\u5176\u4e2d\u4e00\u500b RDN \u5143\u4ef6\u5256\u6790\u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u5931\u6557:\u300c%s\u300d
 ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE_41=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5176\u4e2d\u4e00\u500b RDN \u5143\u4ef6\u6240\u542b\u4e4b\u52a0\u4e0a\u5f15\u865f\u7684\u503c\uff0c\u6c92\u6709\u5c0d\u61c9\u7684\u53f3\u96d9\u5f15\u865f
 ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID_42=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5176\u4e2d\u4e00\u500b RDN \u5143\u4ef6\u6240\u5305\u542b\u7684\u503c\uff0c\u542b\u6709\u672a\u7dca\u63a5\u8457\u7b2c\u4e8c\u500b\u5341\u516d\u9032\u5236\u6578\u5b57\u7684\u9000\u51fa\u5341\u516d\u9032\u5236\u6578\u5b57
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INITIAL_ZERO_43=The provided value "%s" could \
-### not be parsed as a valid integer because the first digit may not be zero \
-### unless it is the only digit
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_MISPLACED_DASH_44=The provided value "%s" \
-### could not be parsed as a valid integer because the dash may only appear if it \
-### is the first character of the value followed by one or more digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_INVALID_CHARACTER_45=The provided value "%s" \
-### could not be parsed as a valid integer because character '%c' at position %d \
-### is not allowed in an integer value
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_EMPTY_VALUE_46=The provided value "%s" could \
-### not be parsed as a valid integer because it did not contain any digits
-###SEVERE_WARN_ATTR_SYNTAX_INTEGER_DASH_NEEDS_VALUE_47=The provided value "%s" \
-### could not be parsed as a valid integer because it contained only a dash not \
-### followed by an integer value
 ERR_ATTR_SYNTAX_OID_NO_VALUE_48=\u63d0\u4f9b\u7684\u503c\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 OID\uff0c\u56e0\u70ba\u5176\u4e2d\u4e0d\u5305\u542b\u4efb\u4f55\u5b57\u5143
 ERR_ATTR_SYNTAX_OID_ILLEGAL_CHARACTER_49=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 OID\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u6709\u975e\u6cd5\u5b57\u5143
 ERR_ATTR_SYNTAX_OID_CONSECUTIVE_PERIODS_50=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 OID\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u6216\u9644\u8fd1\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
 ERR_ATTR_SYNTAX_OID_ENDS_WITH_PERIOD_51=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 OID\uff0c\u56e0\u70ba\u5176\u7d50\u5c3e\u70ba\u5c0f\u6578\u9ede\u865f
 ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE_52=\u63d0\u4f9b\u7684\u503c\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u5c6c\u6027\u985e\u578b\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u662f\u7a7a\u7684\u6216\u50c5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_OPEN_PARENTHESIS_53=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u985e\u578b\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u5de6\u62ec\u5f27\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u300c%s\u300d\u5b57\u5143
-ERR_ATTR_SYNTAX_ATTRTYPE_TRUNCATED_VALUE_54=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u985e\u578b\u8aaa\u660e\uff0c\u56e0\u70ba\u5df2\u9054\u8a72\u503c\u7d50\u5c3e\uff0c\u4f46\u76ee\u9304\u4f3a\u670d\u5668\u9810\u671f\u61c9\u6709\u66f4\u591a\u63d0\u4f9b\u7684\u8cc7\u6599
-ERR_ATTR_SYNTAX_ATTRTYPE_DOUBLE_PERIOD_IN_NUMERIC_OID_55=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u985e\u578b\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_NUMERIC_OID_56=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u985e\u578b\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_IN_STRING_OID_57=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u985e\u578b\u8aaa\u660e\uff0c\u56e0\u70ba\u975e\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_CHAR_58=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u985e\u578b\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_ATTRTYPE_UNEXPECTED_CLOSE_PARENTHESIS_59=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u985e\u578b\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u542b\u6709\u672a\u9810\u671f\u7684\u53f3\u62ec\u5f27
-ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_60=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u985e\u578b\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u8a18\u865f %s \u5f8c\u61c9\u4ee5\u55ae\u5f15\u865f\u505a\u70ba\u7b2c\u4e00\u500b\u975e\u7a7a\u767d\u5b57\u5143\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f %s \u5b57\u5143
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUPERIOR_TYPE_61=The definition for \
-### the attribute type with OID %s declared a superior type with an OID of %s. \
-### No attribute type with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_APPROXIMATE_MR_62=The definition for \
-### the attribute type with OID %s declared that approximate matching should be \
-### performed using the matching rule "%s".  No such approximate matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_EQUALITY_MR_63=The definition for \
-### the attribute type with OID %s declared that equality matching should be \
-### performed using the matching rule "%s".  No such equality matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_ORDERING_MR_64=The definition for \
-### the attribute type with OID %s declared that ordering matching should be \
-### performed using the matching rule "%s".  No such ordering matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SUBSTRING_MR_65=The definition for \
-### the attribute type with OID %s declared that substring matching should be \
-### performed using the matching rule "%s".  No such substring matching rule is \
-### configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_UNKNOWN_SYNTAX_66=The definition for the \
-### attribute type with OID %s declared that it should have a syntax with OID %s. \
-### No such syntax is configured for use in the Directory Server
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_ATTRIBUTE_USAGE_67=The definition \
-### for the attribute type with OID %s declared that it should have an attribute \
-### usage of %s.  This is an invalid usage
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_AT_POS_68=The provided value \
-### "%s" could not be parsed as an attribute type description because a single \
-### quote was expected at position %d but the character %s was found instead
 ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE_69=\u63d0\u4f9b\u7684\u503c\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u7269\u4ef6\u985e\u5225\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u662f\u7a7a\u7684\u6216\u50c5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_OPEN_PARENTHESIS_70=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u7269\u4ef6\u985e\u5225\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u5de6\u62ec\u5f27\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u300c%s\u300d\u5b57\u5143
-ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE_71=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u7269\u4ef6\u985e\u5225\u8aaa\u660e\uff0c\u56e0\u70ba\u5df2\u9054\u8a72\u503c\u7d50\u5c3e\uff0c\u4f46\u76ee\u9304\u4f3a\u670d\u5668\u9810\u671f\u61c9\u6709\u66f4\u591a\u63d0\u4f9b\u7684\u8cc7\u6599
-ERR_ATTR_SYNTAX_OBJECTCLASS_DOUBLE_PERIOD_IN_NUMERIC_OID_72=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u7269\u4ef6\u985e\u5225\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_NUMERIC_OID_73=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u7269\u4ef6\u985e\u5225\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_STRING_OID_74=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u7269\u4ef6\u985e\u5225\u8aaa\u660e\uff0c\u56e0\u70ba\u975e\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_75=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u7269\u4ef6\u985e\u5225\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS_76=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u7269\u4ef6\u985e\u5225\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u542b\u6709\u672a\u9810\u671f\u7684\u53f3\u62ec\u5f27
-ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_77=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u7269\u4ef6\u985e\u5225\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u8a18\u865f %s \u5f8c\u61c9\u4ee5\u55ae\u5f15\u865f\u505a\u70ba\u7b2c\u4e00\u500b\u975e\u7a7a\u767d\u5b57\u5143\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f %s \u5b57\u5143
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_SUPERIOR_CLASS_78=The definition \
-### for the objectclass with OID %s declared a superior objectclass with an OID \
-### of %s.  No objectclass with this OID exists in the server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_AT_POS_79=The provided \
-### value "%s" could not be parsed as an objectclass description because a single \
-### quote was expected at position %d but the character %s was found instead
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_REQUIRED_ATTR_80=The definition \
-### for the objectclass with OID %s declared that it should include required \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_UNKNOWN_OPTIONAL_ATTR_81=The definition \
-### for the objectclass with OID %s declared that it should include optional \
-### attribute "%s".  No attribute type matching this name or OID exists in the \
-### server schema
-###SEVERE_WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER_82=The provided value "%s" \
-### cannot be parsed as a valid IA5 string because it contains an illegal \
-### character "%s" that is not allowed in the IA5 (ASCII) character set
-INFO_ATTR_SYNTAX_TELEPHONE_DESCRIPTION_STRICT_MODE_83=\u9019\u8868\u793a\u96fb\u8a71\u865f\u78bc\u5c6c\u6027\u8a9e\u6cd5\u662f\u5426\u61c9\u4f7f\u7528\u56b4\u683c\u6a21\u5f0f\uff0c\u800c\u50c5\u63a5\u53d7 ITU-T E.123 \u683c\u5f0f\u7684\u503c\u3002\u82e5\u555f\u7528\u6b64\u9805\u76ee\uff0c\u5c07\u6703\u62d2\u7d55\u4efb\u4f55\u672a\u4f7f\u7528\u6b64\u683c\u5f0f\u7684\u503c\u3002\u82e5\u505c\u7528\u6b64\u9805\u76ee\uff0c\u5247\u6703\u63a5\u53d7\u4efb\u4f55\u503c\uff0c\u4f46\u5728\u57f7\u884c\u76f8\u7b26\u4f5c\u696d\u6642\u53ea\u6703\u8003\u91cf\u6578\u5b57
-###SEVERE_WARN_ATTR_SYNTAX_TELEPHONE_CANNOT_DETERMINE_STRICT_MODE_84=An error \
-### occurred while trying to retrieve attribute \
-### ds-cfg-strict-format from configuration entry %s:  %s.  The \
-### Directory Server will not enforce strict compliance to the ITU-T E.123 format \
-### for telephone number values
 ERR_ATTR_SYNTAX_TELEPHONE_EMPTY_85=\u63d0\u4f9b\u7684\u503c\u4e0d\u662f\u6709\u6548\u7684\u96fb\u8a71\u865f\u78bc\uff0c\u56e0\u70ba\u8a72\u503c\u662f\u7a7a\u7684\u6216\u7a7a\u503c
 ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS_86=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u96fb\u8a71\u865f\u78bc\uff0c\u56e0\u70ba\u5df2\u555f\u7528\u56b4\u683c\u7684\u96fb\u8a71\u865f\u78bc\u6aa2\u67e5\uff0c\u4e14\u8a72\u503c\u4e26\u975e\u4ee5\u52a0\u865f\u958b\u982d\uff0c\u800c\u4e0d\u7b26\u5408 ITU-T E.123 \u898f\u683c
 ERR_ATTR_SYNTAX_TELEPHONE_ILLEGAL_CHAR_87=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u4e0d\u662f\u6709\u6548\u7684\u96fb\u8a71\u865f\u78bc\uff0c\u56e0\u70ba\u5df2\u555f\u7528\u56b4\u683c\u7684\u96fb\u8a71\u865f\u78bc\u6aa2\u67e5\uff0c\u800c ITU-T E.123 \u898f\u683c\u4e0d\u5141\u8a31\u4f4d\u7f6e %3$d \u7684\u5b57\u5143 %2$s
 ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS_88=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u96fb\u8a71\u865f\u78bc\uff0c\u56e0\u70ba\u5176\u4e2d\u4e0d\u5305\u542b\u4efb\u4f55\u6578\u5b57
-INFO_ATTR_SYNTAX_TELEPHONE_UPDATED_STRICT_MODE_89=\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\uff0c\u5df2\u5c07\u53ef\u8868\u793a\u662f\u5426\u4f7f\u7528\u56b4\u683c\u96fb\u8a71\u865f\u78bc\u8a9e\u6cd5\u6aa2\u67e5\u7684\u914d\u7f6e\u5c6c\u6027 ds-cfg-strict-format \u7684\u503c\u66f4\u65b0\u70ba %1$s
-###SEVERE_WARN_ATTR_SYNTAX_NUMERIC_STRING_ILLEGAL_CHAR_90=The provided value \
-### "%s" is not a valid numeric string because it contained character %s at \
-### position %d that was neither a digit nor a space
 ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE_91=\u63d0\u4f9b\u7684\u503c\u4e0d\u662f\u6709\u6548\u7684\u6578\u503c\u5b57\u4e32\uff0c\u56e0\u70ba\u5176\u4e2d\u4e0d\u5305\u542b\u4efb\u4f55\u5b57\u5143\u3002\u6578\u503c\u5b57\u4e32\u503c\u5fc5\u9808\u5305\u542b\u81f3\u5c11\u4e00\u500b\u6578\u5b57\u6216\u7a7a\u683c
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EMPTY_VALUE_92=\u63d0\u4f9b\u7684\u503c\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u662f\u7a7a\u7684\u6216\u50c5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_OPEN_PARENTHESIS_93=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u5de6\u62ec\u5f27\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u300c%s\u300d\u5b57\u5143
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TRUNCATED_VALUE_94=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u5df2\u9054\u8a72\u503c\u7d50\u5c3e\uff0c\u4f46\u76ee\u9304\u4f3a\u670d\u5668\u9810\u671f\u61c9\u6709\u66f4\u591a\u63d0\u4f9b\u7684\u8cc7\u6599
-ERR_ATTR_SYNTAX_ATTRSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_95=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_96=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_STRING_OID_97=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u975e\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS_98=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u542b\u6709\u672a\u9810\u671f\u7684\u53f3\u62ec\u5f27
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_TOKEN_99=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5f9e\u4f4d\u7f6e %d \u6216\u9644\u8fd1\u7684\u5b57\u4e32\u8b80\u53d6\u300cDESC\u300d\u8a18\u865f\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_TOKEN_NOT_DESC_100=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u9810\u671f\u61c9\u70ba\u300cDESC\u300d\u8a18\u865f\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u5b57\u4e32\u300c%s\u300d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_VALUE_101=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5f9e\u4f4d\u7f6e %d \u6216\u9644\u8fd1\u7684\u5b57\u4e32\u8b80\u53d6\u300cDESC\u300d\u8a18\u865f\u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_CLOSE_PARENTHESIS_102=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u53f3\u62ec\u5f27\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u300c%s\u300d\u5b57\u5143
-ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_AFTER_CLOSE_103=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u53f3\u62ec\u5f27\u5f8c\u7684\u4f4d\u7f6e %3$d \u627e\u5230\u975e\u6cd5\u5b57\u5143 %2$s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_QUOTE_AT_POS_104=The provided \
-### value "%s" could not be parsed as an attribute syntax description because a \
-### single quote was expected at position %d but the character %s was found \
-### instead
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE_105=The provided value \
-### could not be parsed as a printable string because it was null or empty.  A \
-### printable string must contain at least one character
-###SEVERE_WARN_ATTR_SYNTAX_PRINTABLE_STRING_ILLEGAL_CHARACTER_106=The provided \
-### value "%s" could not be parsed as a printable string because it contained an \
-### invalid character %s at position %d
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_ONLY_WILDCARD_107=The provided value "*" \
-### could not be parsed as a substring assertion because it consists only of a \
-### wildcard character and zero-length substrings are not allowed
-###SEVERE_WARN_ATTR_SYNTAX_SUBSTRING_CONSECUTIVE_WILDCARDS_108=The provided \
-### value "%s" could not be parsed as a substring assertion because it contains \
-### consecutive wildcard characters at position %d and zero-length substrings are \
-### not allowed
 ERR_ATTR_SYNTAX_UTC_TIME_TOO_SHORT_109=\u63d0\u4f9b\u7684\u503c %s \u592a\u77ed\uff0c\u7121\u6cd5\u505a\u70ba\u6709\u6548\u7684 UTC \u6642\u9593\u503c
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_YEAR_110=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684 UTC \u6642\u9593\u503c\uff0c\u56e0\u70ba\u4e16\u7d00\u6216\u5e74\u4efd\u898f\u683c\u4e2d\u4e0d\u5141\u8a31 %s \u5b57\u5143
 ERR_ATTR_SYNTAX_UTC_TIME_INVALID_MONTH_111=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684 UTC \u6642\u9593\u503c\uff0c\u56e0\u70ba %s \u4e0d\u662f\u6709\u6548\u7684\u6708\u4efd\u898f\u683c
@@ -242,12 +63,6 @@
 ERR_ATTR_SYNTAX_UTC_TIME_CANNOT_PARSE_118=\u63d0\u4f9b\u7684\u503c %s \u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 UTC \u6642\u9593: %s
 ERR_ATTR_SYNTAX_DCR_EMPTY_VALUE_119=\u63d0\u4f9b\u7684\u503c\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 DIT \u5167\u5bb9\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u662f\u7a7a\u7684\u6216\u50c5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_DCR_EXPECTED_OPEN_PARENTHESIS_120=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u5167\u5bb9\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u5de6\u62ec\u5f27\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u300c%s\u300d\u5b57\u5143
-ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE_121=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u5167\u5bb9\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u5df2\u9054\u8a72\u503c\u7d50\u5c3e\uff0c\u4f46\u76ee\u9304\u4f3a\u670d\u5668\u9810\u671f\u61c9\u6709\u66f4\u591a\u63d0\u4f9b\u7684\u8cc7\u6599
-ERR_ATTR_SYNTAX_DCR_DOUBLE_PERIOD_IN_NUMERIC_OID_122=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u5167\u5bb9\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_NUMERIC_OID_123=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u5167\u5bb9\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_STRING_OID_124=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u5167\u5bb9\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u975e\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_DCR_UNEXPECTED_CLOSE_PARENTHESIS_125=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u5167\u5bb9\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u542b\u6709\u672a\u9810\u671f\u7684\u53f3\u62ec\u5f27
-ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_126=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u5167\u5bb9\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS_127=DIT \u5167\u5bb9\u898f\u5247\u300c%s\u300d\u8207\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u76f8\u95dc\u806f
 ERR_ATTR_SYNTAX_DCR_STRUCTURAL_CLASS_NOT_STRUCTURAL_128=DIT \u5167\u5bb9\u898f\u5247\u300c%s\u300d\u8207 OID \u70ba %s \u7684\u7269\u4ef6\u985e\u5225 (%s) \u76f8\u95dc\u806f\u3002\u6b64\u7269\u4ef6\u985e\u5225\u5b58\u5728\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u5df2\u5b9a\u7fa9\u70ba %s \u800c\u975e\u7d50\u69cb
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_AUXILIARY_CLASS_129=DIT \u5167\u5bb9\u898f\u5247\u300c%s\u300d\u8207\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u76f8\u95dc\u806f
@@ -255,57 +70,27 @@
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR_131=DIT \u5167\u5bb9\u898f\u5247\u300c%s\u300d\u8207\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u5fc5\u8981\u5c6c\u6027\u985e\u578b %s \u76f8\u95dc\u806f
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR_132=DIT \u5167\u5bb9\u898f\u5247\u300c%s\u300d\u8207\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b %s \u76f8\u95dc\u806f
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR_133=DIT \u5167\u5bb9\u898f\u5247\u300c%s\u300d\u8207\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u7981\u6b62\u5c6c\u6027\u985e\u578b %s \u76f8\u95dc\u806f
-ERR_ATTR_SYNTAX_DCR_EXPECTED_QUOTE_AT_POS_134=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u5167\u5bb9\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u55ae\u5f15\u865f\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f %s \u5b57\u5143
 ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE_135=\u63d0\u4f9b\u7684\u503c\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u662f\u7a7a\u7684\u6216\u50c5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_OPEN_PARENTHESIS_136=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u5de6\u62ec\u5f27\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u300c%c\u300d\u5b57\u5143
-ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE_137=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u5df2\u9054\u8a72\u503c\u7d50\u5c3e\uff0c\u4f46\u76ee\u9304\u4f3a\u670d\u5668\u9810\u671f\u61c9\u6709\u66f4\u591a\u63d0\u4f9b\u7684\u8cc7\u6599
-ERR_ATTR_SYNTAX_NAME_FORM_DOUBLE_PERIOD_IN_NUMERIC_OID_138=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_NUMERIC_OID_139=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$c
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_STRING_OID_140=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u975e\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$c
-ERR_ATTR_SYNTAX_NAME_FORM_UNEXPECTED_CLOSE_PARENTHESIS_141=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u542b\u6709\u672a\u9810\u671f\u7684\u53f3\u62ec\u5f27
-ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_142=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$c
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS_143=\u540d\u7a31\u8868\u8aaa\u660e\u300c%s\u300d\u8207\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u76f8\u95dc\u806f
 ERR_ATTR_SYNTAX_NAME_FORM_STRUCTURAL_CLASS_NOT_STRUCTURAL_144=\u540d\u7a31\u8868\u8aaa\u660e\u300c%s\u300d\u8207 OID \u70ba %s \u7684\u7269\u4ef6\u985e\u5225 (%s) \u76f8\u95dc\u806f\u3002\u6b64\u7269\u4ef6\u985e\u5225\u5b58\u5728\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u5df2\u5b9a\u7fa9\u70ba %s \u800c\u975e\u7d50\u69cb
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_REQUIRED_ATTR_145=OID \u70ba %s \u7684\u540d\u7a31\u8868\u5b9a\u7fa9\u5ba3\u544a\u4e86\u5b83\u61c9\u5305\u542b\u5fc5\u8981\u5c6c\u6027\u300c%s\u300d\u3002\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u6c92\u6709\u7b26\u5408\u6b64\u540d\u7a31\u6216 OID \u7684\u5c6c\u6027\u985e\u578b\u5b58\u5728
 ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_OPTIONAL_ATTR_146=OID \u70ba %s \u7684\u540d\u7a31\u8868\u5b9a\u7fa9\u5ba3\u544a\u4e86\u5b83\u61c9\u5305\u542b\u9078\u64c7\u6027\u5c6c\u6027\u300c%s\u300d\u3002\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u6c92\u6709\u7b26\u5408\u6b64\u540d\u7a31\u6216 OID \u7684\u5c6c\u6027\u985e\u578b\u5b58\u5728
 ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS_147=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u672a\u6307\u5b9a\u5176\u76f8\u95dc\u806f\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225
-ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_QUOTE_AT_POS_148=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u540d\u7a31\u8868\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u55ae\u5f15\u865f\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f %c \u5b57\u5143
 ERR_ATTR_SYNTAX_MR_EMPTY_VALUE_149=\u63d0\u4f9b\u7684\u503c\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u662f\u7a7a\u7684\u6216\u50c5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_MR_EXPECTED_OPEN_PARENTHESIS_150=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u5de6\u62ec\u5f27\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u300c%s\u300d\u5b57\u5143
-ERR_ATTR_SYNTAX_MR_TRUNCATED_VALUE_151=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u5df2\u9054\u8a72\u503c\u7d50\u5c3e\uff0c\u4f46\u76ee\u9304\u4f3a\u670d\u5668\u9810\u671f\u61c9\u6709\u66f4\u591a\u63d0\u4f9b\u7684\u8cc7\u6599
-ERR_ATTR_SYNTAX_MR_DOUBLE_PERIOD_IN_NUMERIC_OID_152=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_NUMERIC_OID_153=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_IN_STRING_OID_154=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u975e\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_MR_UNEXPECTED_CLOSE_PARENTHESIS_155=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u542b\u6709\u672a\u9810\u671f\u7684\u53f3\u62ec\u5f27
-ERR_ATTR_SYNTAX_MR_ILLEGAL_CHAR_156=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
 ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX_157=\u76f8\u7b26\u898f\u5247\u8aaa\u660e\u300c%s\u300d\u8207\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u5c6c\u6027\u8a9e\u6cd5 %s \u76f8\u95dc\u806f
 ERR_ATTR_SYNTAX_MR_NO_SYNTAX_158=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u672a\u6307\u5b9a\u5176\u76f8\u95dc\u806f\u7684\u5c6c\u6027\u8a9e\u6cd5
-ERR_ATTR_SYNTAX_MR_EXPECTED_QUOTE_AT_POS_159=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u55ae\u5f15\u865f\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f %s \u5b57\u5143
 ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE_160=\u63d0\u4f9b\u7684\u503c\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u662f\u7a7a\u7684\u6216\u50c5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_MRUSE_EXPECTED_OPEN_PARENTHESIS_161=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u5de6\u62ec\u5f27\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u300c%s\u300d\u5b57\u5143
-ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE_162=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u5df2\u9054\u8a72\u503c\u7d50\u5c3e\uff0c\u4f46\u76ee\u9304\u4f3a\u670d\u5668\u9810\u671f\u61c9\u6709\u66f4\u591a\u63d0\u4f9b\u7684\u8cc7\u6599
-ERR_ATTR_SYNTAX_MRUSE_DOUBLE_PERIOD_IN_NUMERIC_OID_163=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_NUMERIC_OID_164=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_STRING_OID_165=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u975e\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE_166=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u76f8\u7b26\u898f\u5247 %s \u4e0d\u660e
-ERR_ATTR_SYNTAX_MRUSE_UNEXPECTED_CLOSE_PARENTHESIS_167=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u542b\u6709\u672a\u9810\u671f\u7684\u53f3\u62ec\u5f27
-ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_168=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
 ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR_169=\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\u300c%s\u300d\u8207\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u5c6c\u6027\u985e\u578b %s \u76f8\u95dc\u806f
 ERR_ATTR_SYNTAX_MRUSE_NO_ATTR_170=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u672a\u6307\u5b9a\u53ef\u8207\u76f8\u95dc OID \u4e00\u8d77\u4f7f\u7528\u7684\u5c6c\u6027\u985e\u578b\u96c6
-ERR_ATTR_SYNTAX_MRUSE_EXPECTED_QUOTE_AT_POS_171=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u55ae\u5f15\u865f\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f %s \u5b57\u5143
 ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE_172=\u63d0\u4f9b\u7684\u503c\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u662f\u7a7a\u7684\u6216\u50c5\u5305\u542b\u7a7a\u683c
 ERR_ATTR_SYNTAX_DSR_EXPECTED_OPEN_PARENTHESIS_173=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u5de6\u62ec\u5f27\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f\u300c%s\u300d\u5b57\u5143
-ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE_174=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u5df2\u9054\u8a72\u503c\u7d50\u5c3e\uff0c\u4f46\u76ee\u9304\u4f3a\u670d\u5668\u9810\u671f\u61c9\u6709\u66f4\u591a\u63d0\u4f9b\u7684\u8cc7\u6599
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_RULE_ID_175=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u898f\u5247 OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_DSR_UNEXPECTED_CLOSE_PARENTHESIS_176=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %d \u542b\u6709\u672a\u9810\u671f\u7684\u53f3\u62ec\u5f27
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_177=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM_178=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u53c3\u7167\u4e86\u4e0d\u660e\u7684\u540d\u7a31\u8868 %s
 ERR_ATTR_SYNTAX_DSR_UNKNOWN_RULE_ID_179=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u53c3\u7167\u4e86\u4e0a\u5c64 DIT \u7d50\u69cb\u898f\u5247\u7684\u4e0d\u660e\u898f\u5247 ID %d
 ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM_180=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u8a72\u503c\u672a\u6307\u5b9a\u898f\u5247\u7684\u540d\u7a31\u8868
-ERR_ATTR_SYNTAX_DSR_EXPECTED_QUOTE_AT_POS_181=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u61c9\u6709\u55ae\u5f15\u865f\uff0c\u4f46\u627e\u5230\u7684\u537b\u662f %s \u5b57\u5143
-ERR_ATTR_SYNTAX_DSR_DOUBLE_PERIOD_IN_NUMERIC_OID_182=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_NUMERIC_OID_183=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
-ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_STRING_OID_184=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba DIT \u7d50\u69cb\u898f\u5247\u8aaa\u660e\uff0c\u56e0\u70ba\u975e\u6578\u503c OID \u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$s
 ERR_ATTR_SYNTAX_TELEX_TOO_SHORT_185=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u592a\u77ed\uff0c\u7121\u6cd5\u505a\u70ba\u6709\u6548\u7684\u96fb\u5831\u865f\u78bc\u503c
 ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE_186=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u4e0d\u542b\u6709\u6548\u7684\u96fb\u5831\u865f\u78bc\uff0c\u56e0\u70ba\u4f4d\u7f6e %3$d \u7684\u5b57\u5143 %2$s \u4e0d\u662f\u6709\u6548\u7684\u53ef\u5217\u5370\u5b57\u4e32\u5b57\u5143
 ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR_187=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u4e0d\u542b\u6709\u6548\u7684\u96fb\u5831\u865f\u78bc\uff0c\u56e0\u70ba\u4f4d\u7f6e %3$d \u7684\u5b57\u5143 %2$s \u4e0d\u662f\u6709\u6548\u7684\u53ef\u5217\u5370\u5b57\u4e32\u5b57\u5143\uff0c\u4e5f\u4e0d\u662f\u53ef\u5206\u9694\u96fb\u5831\u865f\u78bc\u5143\u4ef6\u7684\u8ca8\u5e63\u7b26\u865f
@@ -336,180 +121,10 @@
 ERR_ATTR_SYNTAX_GUIDE_INVALID_MATCH_TYPE_212=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u689d\u4ef6\u90e8\u5206 %s \u5f9e\u4f4d\u7f6e %d \u8d77\u6709\u7121\u6548\u7684\u76f8\u7b26\u985e\u578b
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SHARP_213=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u589e\u5f37\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u8a72\u503c\u4e0d\u5305\u542b\u7528\u4ee5\u5340\u9694\u7269\u4ef6\u985e\u5225\u8207\u689d\u4ef6\u7684\u4e95\u5b57\u865f (#) \u5b57\u5143
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC_214=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u589e\u5f37\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4e95\u5b57\u865f (#) \u5b57\u5143\u4e4b\u524d\u4e0d\u5305\u542b\u7269\u4ef6\u985e\u5225\u540d\u7a31\u6216 OID
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_DOUBLE_PERIOD_IN_OC_OID_215=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u589e\u5f37\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u7528\u4ee5\u6307\u5b9a\u7269\u4ef6\u985e\u5225\u7684\u6578\u503c OID %s \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_OID_216=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u589e\u5f37\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u7528\u4ee5\u6307\u5b9a\u7269\u4ef6\u985e\u5225\u7684\u6578\u503c OID %2$s \u5728\u4f4d\u7f6e %4$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %3$s
-ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_NAME_217=\u63d0\u4f9b\u7684\u503c\u300c%1$s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u589e\u5f37\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u7269\u4ef6\u985e\u5225\u540d\u7a31 %2$s \u5728\u4f4d\u7f6e %4$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %3$s
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP_218=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u589e\u5f37\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u8a72\u503c\u6c92\u6709\u7528\u4ee5\u5340\u9694\u689d\u4ef6\u8207\u7bc4\u570d\u7684\u4e95\u5b57\u865f (#) \u5b57\u5143
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SCOPE_219=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u589e\u5f37\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u5728\u6700\u7d42\u7684\u4e95\u5b57\u865f (#) \u5b57\u5143\u4e4b\u5f8c\u672a\u63d0\u4f9b\u7bc4\u570d
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_INVALID_SCOPE_220=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u589e\u5f37\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u7bc4\u570d %s \u7121\u6548
 ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_CRITERIA_221=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u589e\u5f37\u5f15\u5c0e\u503c\uff0c\u56e0\u70ba\u8a72\u503c\u5728\u4e95\u5b57\u865f (#) \u5b57\u5143\u4e4b\u9593\u672a\u6307\u5b9a\u4efb\u4f55\u689d\u4ef6
-ERR_ATTR_SYNTAX_OID_INVALID_VALUE_222=\u63d0\u4f9b\u7684\u503c %s \u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 OID: %s
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NORMALIZE_FAILURE_223=An unexpected \
-### error occurred while trying to normalize value %s as a generalized time \
-### value:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_CANNOT_NORMALIZE_224=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseExactOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_EXACT_COMPARE_INVALID_TYPE_225=An error occurred while \
-### attempting to compare two objects using the caseExactOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_CANNOT_NORMALIZE_226=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### caseIgnoreOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_CASE_IGNORE_COMPARE_INVALID_TYPE_227=An error occurred while \
-### attempting to compare two objects using the caseIgnoreOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_CANNOT_NORMALIZE_228=An error \
-### occurred while attempting to compare two AttributeValue objects using the \
-### generalizedTimeOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_GENERALIZED_TIME_COMPARE_INVALID_TYPE_229=An error occurred \
-### while attempting to compare two objects using the \
-### generalizedTimeOrderingMatch matching rule because the objects were of an \
-### unsupported type %s.  Only byte arrays, ASN.1 octet strings, and attribute \
-### value objects may be compared
-###SEVERE_WARN_OMR_INTEGER_COMPARE_CANNOT_NORMALIZE_230=An error occurred while \
-### attempting to compare two AttributeValue objects using the \
-### integerOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_INTEGER_COMPARE_INVALID_TYPE_231=An error occurred while \
-### attempting to compare two objects using the integerOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_CANNOT_NORMALIZE_232=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### numericStringOrderingMatch matching rule because the normalized form of one \
-### of those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_NUMERIC_STRING_COMPARE_INVALID_TYPE_233=An error occurred \
-### while attempting to compare two objects using the numericStringOrderingMatch \
-### matching rule because the objects were of an unsupported type %s.  Only byte \
-### arrays, ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_CANNOT_NORMALIZE_234=An error occurred \
-### while attempting to compare two AttributeValue objects using the \
-### octetStringOrderingMatch matching rule because the normalized form of one of \
-### those values could not be retrieved:  %s
-###SEVERE_WARN_OMR_OCTET_STRING_COMPARE_INVALID_TYPE_235=An error occurred while \
-### attempting to compare two objects using the octetStringOrderingMatch matching \
-### rule because the objects were of an unsupported type %s.  Only byte arrays, \
-### ASN.1 octet strings, and attribute value objects may be compared
-###SEVERE_WARN_ATTR_SYNTAX_UUID_INVALID_LENGTH_236=The provided value "%s" has \
-### an invalid length for a UUID.  All UUID values must have a length of exactly \
-### 36 bytes, but the provided value had a length of %d bytes
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_DASH_237=The provided value "%s" should \
-### have had a dash at position %d, but the character '%s' was found instead
-###SEVERE_WARN_ATTR_SYNTAX_UUID_EXPECTED_HEX_238=The provided value "%s" should \
-### have had a hexadecimal digit at position %d, but the character '%s' was found \
-### instead
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_DESCRIPTION_ALLOW_ZEROLENGTH_239=\u8868\u793a\u4f7f\u7528\u76ee\u9304\u5b57\u4e32\u8a9e\u6cd5\u7684\u5c6c\u6027\u662f\u5426\u53ef\u6709\u96f6\u9577\u5ea6\u7684\u503c\u3002LDAP \u898f\u683c\u6280\u8853\u4e0a\u4e0d\u5141\u8a31\u6b64\u8a2d\u5b9a\uff0c\u4f46\u5728\u820a\u7248\u76ee\u9304\u4f3a\u670d\u5668\u7684\u5411\u4e0b\u76f8\u5bb9\u6027\u65b9\u9762\uff0c\u9019\u53ef\u80fd\u5f88\u6709\u7528
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_CANNOT_DETERMINE_ZEROLENGTH_240=An \
-### error occurred while trying to determine the value of the %s configuration \
-### attribute, which indicates whether directory string attributes should be \
-### allowed to have zero-length values:  %s
-###SEVERE_ERR_ATTR_SYNTAX_DIRECTORYSTRING_INVALID_ZEROLENGTH_VALUE_241=The \
-### operation attempted to assign a zero-length value to an attribute with the \
-### directory string syntax
-INFO_ATTR_SYNTAX_DIRECTORYSTRING_UPDATED_ALLOW_ZEROLENGTH_242=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u7684 %1$s \u5c6c\u6027\u5df2\u4f7f\u7528\u65b0\u503c %3$s \u9032\u884c\u66f4\u65b0
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR_243=The provided \
-### authPassword value had an invalid scheme character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_244=The provided authPassword value \
-### had a zero-length scheme element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_SEPARATOR_245=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the scheme and authInfo elements
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR_246=The provided \
-### authPassword value had an invalid authInfo character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_247=The provided authPassword \
-### value had a zero-length authInfo element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR_248=The provided \
-### authPassword value was missing the separator character or had an illegal \
-### character between the authInfo and authValue elements
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_INITIAL_PARENTHESIS_249=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### it did not start with a parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_NONSPACE_250=The provided value "%s" could not \
-### be parsed by the integer first component matching rule because it did not \
-### have any non-space characters after the opening parenthesis
-###SEVERE_ERR_EMR_INTFIRSTCOMP_NO_SPACE_AFTER_INT_251=The provided value "%s" \
-### could not be parsed by the integer first component matching rule because it \
-### did not have any space characters after the first component
-###SEVERE_ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT_252=The provided value \
-### "%s" could not be parsed by the integer first component matching rule because \
-### the first component does not appear to be an integer value
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_VALUE_253=No value was given to decode by \
-### the user password attribute syntax
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE_254=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not start with the opening curly brace ("{") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE_255=Unable to decode the \
-### provided value according to the user password syntax because the value does \
-### not contain a closing curly brace ("}") character
-###SEVERE_ERR_ATTR_SYNTAX_USERPW_NO_SCHEME_256=Unable to decode the provided \
-### value according to the user password syntax because the value does not \
-### contain a storage scheme name
-ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID_257=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 RFC 3672 \u5b50\u6a39\u72c0\u7d50\u69cb\u898f\u683c
-ERR_ATTR_SYNTAX_ABSOLUTE_SUBTREE_SPECIFICATION_INVALID_258=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u7d55\u5c0d\u5b50\u6a39\u72c0\u7d50\u69cb\u898f\u683c
-ERR_ATTR_SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_INVALID_259=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u76f8\u5c0d\u5b50\u6a39\u72c0\u7d50\u69cb\u898f\u683c
-###SEVERE_WARN_ATTR_SYNTAX_ILLEGAL_INTEGER_260=The provided value %s is not \
-### allowed for attributes with a Integer syntax
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR_261=The provided \
-### authPassword value had an invalid authValue character at position %d
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_VALUE_262=The provided authPassword \
-### value had a zero-length authValue element
-###SEVERE_ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR_263=The provided \
-### authPassword value had an invalid trailing character at position %d
-ERR_ATTR_SYNTAX_ATTRSYNTAX_EXTENSION_INVALID_CHARACTER_264=\u63d0\u4f9b\u7684\u503c\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5c6c\u6027\u8a9e\u6cd5\u5ef6\u4f38\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u627e\u5230\u7121\u6548\u7684\u5b57\u5143
-ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID_EXTENSION_265=\u5c6c\u6027\u8a9e\u6cd5\u56e0\u5ef6\u4f38\u7121\u6548\u800c\u7121\u6cd5\u5256\u6790\u3002%s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_INVALID_SUPERIOR_TYPE_266=The definition \
-### for objectclass %s is invalid because it has an objectclass type of %s but \
-### this is incompatible with the objectclass type %s for the superior class %s
-###SEVERE_WARN_ATTR_SYNTAX_OBJECTCLASS_STRUCTURAL_SUPERIOR_NOT_TOP_267=The \
-### definition for objectclass %s is invalid because it is defined as a \
-### structural class but its superior chain does not include the "top" \
-### objectclass
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_INVALID_SUPERIOR_USAGE_268=The definition \
-### for attribute type %s is invalid because its attribute usage %s is not the \
-### same as the usage for its superior type %s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_FROM_NONCOLLECTIVE_269=The \
-### definition for attribute type %s is invalid because it is defined as a \
-### collective type but the superior type %s is not collective
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NONCOLLECTIVE_FROM_COLLECTIVE_270=The \
-### definition for attribute type %s is invalid because it is not defined as a \
-### collective type but the superior type %s is collective
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_STRUCTURAL_271=DIT \u5167\u5bb9\u898f\u5247\u300c%1$s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u898f\u5247\u7981\u6b62\u4f7f\u7528\u76f8\u95dc\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %3$s \u6240\u9700\u7684\u5c6c\u6027\u985e\u578b %2$s
 ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY_272=DIT \u5167\u5bb9\u898f\u5247\u300c%1$s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u898f\u5247\u7981\u6b62\u4f7f\u7528\u76f8\u95dc\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %3$s \u6240\u9700\u7684\u5c6c\u6027\u985e\u578b %2$s
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_COLLECTIVE_IS_OPERATIONAL_273=The definition \
-### for attribute type %s is invalid because it is declared COLLECTIVE but does \
-### not have a usage of userApplications
-###SEVERE_WARN_ATTR_SYNTAX_ATTRTYPE_NO_USER_MOD_NOT_OPERATIONAL_274=The \
-### definition for attribute type %s is invalid because it is declared \
-### NO-USER-MODIFICATION but does not have an operational usage
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_FRACTION_CHAR_275=The \
-### provided value %s is not a valid generalized time value because it contains \
-### illegal character %s in the fraction component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_EMPTY_FRACTION_276=The provided \
-### value %s is not a valid generalized time value because it does not contain at \
-### least one digit after the period to use as the fractional component
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_NO_TIME_ZONE_INFO_277=The provided \
-### value %s is not a valid generalized time value because it does not end with \
-### 'Z' or a time zone offset
-###SEVERE_WARN_ATTR_SYNTAX_GENERALIZED_TIME_ILLEGAL_TIME_278=The provided value \
-### %s is not a valid generalized time value because it represents an invalid \
-### time (e.g., a date that does not exist):  %s
-NOTICE_SCHEMA_IMPORT_FAILED_279=\u7121\u6cd5\u532f\u5165\u6a21\u5f0f\u5143\u7d20: %s, %s
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_LOCALE_280=The collation rule %s under matching rule entry %s is invalid as the locale %s is not supported by JVM
-WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT_281=The provided collation rule %s does not contain a valid format of OID:LOCALE
 ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR_282=The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with a character at position %d that needs to be escaped
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_CHAR_283=The provided value "%s" could not be parsed as a valid attribute type definition because character '%c' at position %d is not allowed in an attribute type name
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_284=The provided value "%s" could not be parsed as a valid attribute type definition because the underscore character is not allowed in an attribute type name unless the %s configuration option is enabled
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_285=The provided value "%s" could not be parsed as a valid attribute type definition because the hyphen character is not allowed as the first character of an attribute type name
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_286=The provided value "%s" could not be parsed as a valid attribute type definition because the underscore character is not allowed as the first character of an attribute type name even if the %s configuration option is enabled
-ERR_ATTR_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_287=The provided value "%s" could not be parsed as a valid attribute type definition because the digit '%c' is not allowed as the first character of an attribute type name unless the name is specified as an OID or the %s configuration option is enabled
-ERR_OC_SYNTAX_ATTR_ILLEGAL_CHAR_288=The provided value "%s" could not be parsed as a valid object class definition because character '%c' at position %d is not allowed in an object class name
-ERR_OC_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR_289=The provided value "%s" could not be parsed as a valid object class definition because the underscore character is not allowed in an object class name unless the %s configuration option is enabled
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH_290=The provided value "%s" could not be parsed as a valid object class definition because the hyphen character is not allowed as the first character of an object class name
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE_291=The provided value "%s" could not be parsed as a valid object class definition because the underscore character is not allowed as the first character of an object class name even if the %s configuration option is enabled
-ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT_292=The provided value "%s" could not be parsed as a valid object class definition because the digit '%c' is not allowed as the first character of an object class name unless the name is specified as an OID or the %s configuration option is enabled

--
Gitblit v1.10.0