From 625f051cca398870f1d96aa78a054efabf0d77ac Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Mon, 15 Jul 2013 09:09:19 +0000 Subject: [PATCH] Remove unused messages --- opends/src/messages/messages/schema.properties | 182 --------------------------------------------- 1 files changed, 0 insertions(+), 182 deletions(-) diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties index a421732..b64945b 100644 --- a/opends/src/messages/messages/schema.properties +++ b/opends/src/messages/messages/schema.properties @@ -104,28 +104,17 @@ 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 MILD_ERR_ATTR_SYNTAX_DN_INVALID_25=The provided value "%s" could not be parsed \ as a valid distinguished name: %s MILD_ERR_ATTR_SYNTAX_DN_END_WITH_COMMA_26=The provided value "%s" could not be \ parsed as a valid distinguished name because the last non-space character was \ a comma or semicolon -MILD_ERR_ATTR_SYNTAX_DN_ATTR_START_WITH_DIGIT_27=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 MILD_ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR_28=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 @@ -193,15 +182,6 @@ 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 -MILD_ERR_ATTR_SYNTAX_OID_NO_VALUE_48=The provided value could not be parsed \ - as a valid OID because it did not contain any characters -MILD_ERR_ATTR_SYNTAX_OID_ILLEGAL_CHARACTER_49=The provided value "%s" could not \ - be parsed as a valid OID because it had an illegal character at position %d -MILD_ERR_ATTR_SYNTAX_OID_CONSECUTIVE_PERIODS_50=The provided value "%s" could \ - not be parsed as a valid OID because it had two consecutive periods at or \ - near position %d -MILD_ERR_ATTR_SYNTAX_OID_ENDS_WITH_PERIOD_51=The provided value "%s" could not \ - be parsed as a valid OID because it ends with a period MILD_ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE_52=The provided value could not be \ parsed as a valid attribute type description because it was empty or \ contained only whitespace @@ -228,10 +208,6 @@ MILD_ERR_ATTR_SYNTAX_ATTRTYPE_UNEXPECTED_CLOSE_PARENTHESIS_59=The provided \ value "%s" could not be parsed as an attribute type description because it \ contained an unexpected closing parenthesis at position %d -MILD_ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_QUOTE_60=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 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 @@ -286,10 +262,6 @@ MILD_ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS_76=The provided \ value "%s" could not be parsed as an objectclass description because it \ contained an unexpected closing parenthesis at position %d -MILD_ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_QUOTE_77=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 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 @@ -307,17 +279,6 @@ 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=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 -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 MILD_ERR_ATTR_SYNTAX_TELEPHONE_EMPTY_85=The provided value is not a valid \ telephone number because it is empty or null MILD_ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS_86=The provided value "%s" is not a \ @@ -330,61 +291,12 @@ specification MILD_ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS_88=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_89=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 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 MILD_ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE_91=The provided value is not \ a valid numeric string because it did not contain any characters. A numeric \ string value must contain at least one numeric digit or space -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_EMPTY_VALUE_92=The provided value could not \ - be parsed as a valid attribute syntax description because it was empty or \ - contained only whitespace -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_OPEN_PARENTHESIS_93=The provided \ - 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 -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_TRUNCATED_VALUE_94=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 -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_95=The provided \ - value "%s" could not be parsed as an attribute syntax description because the \ - numeric OID contained two consecutive periods at position %d -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_96=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 -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_IN_STRING_OID_97=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 -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS_98=The provided \ - value "%s" could not be parsed as an attribute syntax description because it \ - contained an unexpected closing parenthesis at position %d -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_TOKEN_99=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 -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_TOKEN_NOT_DESC_100=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 -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_CANNOT_READ_DESC_VALUE_101=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 -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_CLOSE_PARENTHESIS_102=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 -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_CHAR_AFTER_CLOSE_103=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 -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 @@ -717,17 +629,6 @@ MILD_ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC_214=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 -MILD_ERR_ATTR_SYNTAX_ENHANCEDGUIDE_DOUBLE_PERIOD_IN_OC_OID_215=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 -MILD_ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_OID_216=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 -MILD_ERR_ATTR_SYNTAX_ENHANCEDGUIDE_ILLEGAL_CHAR_IN_OC_NAME_217=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 MILD_ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP_218=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 @@ -742,58 +643,6 @@ criteria between the octothorpe (#) characters MILD_ERR_ATTR_SYNTAX_OID_INVALID_VALUE_222=The provided value %s could not be \ parsed as a valid 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 @@ -802,20 +651,9 @@ 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=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 -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=The %s \ - attribute in configuration entry %s has been updated with a new value of %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 \ @@ -855,10 +693,6 @@ contain a storage scheme name MILD_ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID_257=The provided \ value "%s" could not be parsed as a valid RFC 3672 subtree specification -MILD_ERR_ATTR_SYNTAX_ABSOLUTE_SUBTREE_SPECIFICATION_INVALID_258=The provided \ - value "%s" could not be parsed as a valid absolute subtree specification -MILD_ERR_ATTR_SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_INVALID_259=The provided \ - value "%s" could not be parsed as a valid relative subtree specification 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 \ @@ -870,8 +704,6 @@ MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_EXTENSION_INVALID_CHARACTER_264=The provided \ value "%s" could not be parsed as an attribute syntax extension because an \ invalid character was found at position %d -MILD_ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID_EXTENSION_265=The attribute syntax \ - could not be parsed because of an invalid extension.%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 @@ -953,10 +785,6 @@ 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 -MILD_ERR_ATTR_SYNTAX_OBJECTCLASS_MULTIPLE_SUPERIOR_CLASS_293=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 MILD_WARN_ATTR_INVALID_RELATIVE_TIME_ASSERTION_FORMAT_294=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), \ @@ -986,15 +814,9 @@ MILD_WARN_ATTR_DUPLICATE_YEAR_ASSERTION_FORMAT_302=The provided \ value "%s" could not be parsed as a valid assertion value because there is \ conflicting value "%d" for YYYY(Year) specification -MILD_WARN_ATTR_MISSING_YEAR_PARTIAL_TIME_ASSERTION_FORMAT_303=The provided \ - value "%s" could not be parsed as a valid assertion value because it does \ - not contain year in YYYY format MILD_WARN_ATTR_CONFLICTING_ASSERTION_FORMAT_304=The provided \ value "%s" could not be parsed as a valid assertion value because more than \ one time units are not allowed -MILD_WARN_ATTR_LDAP_SYNTAX_ILLEGAL_CHAR_IN_OID_305=The provided value "%s" \ - could not be parsed as an ldap syntax because the OID contained an illegal \ - character %s at position %d MILD_ERR_ATTR_SYNTAX_LDAPSYNTAX_UNKNOWN_EXT_306=The provided value "%s" \ could not be parsed as an ldap syntax because it contains an unrecognized \ extension %s at position %d @@ -1061,10 +883,6 @@ MILD_ERR_ATTR_SYNTAX_LDAPSYNTAX_EXTENSION_INVALID_CHARACTER_327=The provided \ value "%s" could not be parsed as an ldap syntax extension because an \ invalid character was found at position %d -MILD_ERR_ATTR_SYNTAX_LDAPSYNTAX_EXPECTED_CLOSE_PARENTHESIS_328=The provided \ - value "%s" could not be parsed as an ldap syntax description because a \ - close parenthesis was expected at position %d but instead a '%s' character \ - was found MILD_ERR_ATTR_SYNTAX_LDAPSYNTAX_EXPECTED_QUOTE_AT_POS_329=The provided value \ "%s" could not be parsed as an ldap syntax description because a single \ quote was expected at position %d but the character %s was found instead -- Gitblit v1.10.0