Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 46875 invoked from network); 21 Apr 2010 14:44:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Apr 2010 14:44:10 -0000 Received: (qmail 47081 invoked by uid 500); 21 Apr 2010 14:44:10 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 46915 invoked by uid 500); 21 Apr 2010 14:44:09 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 46896 invoked by uid 99); 21 Apr 2010 14:44:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 14:44:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 14:44:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3242523889EB; Wed, 21 Apr 2010 14:43:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r936333 - /directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties Date: Wed, 21 Apr 2010 14:43:17 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100421144317.3242523889EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Wed Apr 21 14:43:16 2010 New Revision: 936333 URL: http://svn.apache.org/viewvc?rev=936333&view=rev Log: Replaced single quotes by doubled quotes n order to get the correct args being injected into the message Modified: directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties Modified: directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties URL: http://svn.apache.org/viewvc/directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties?rev=936333&r1=936332&r2=936333&view=diff ============================================================================== --- directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties (original) +++ directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties Wed Apr 21 14:43:16 2010 @@ -13,7 +13,7 @@ ERR_00011=Length above 126 bytes are not ERR_00012=argument not a byte array ERR_00013=Odd number of characters. ERR_00014=Illegal hexadecimal charcter {0} at index {1} -ERR_00015=non-hex character '{0}' encountered +ERR_00015=non-hex character ''{0}'' encountered ERR_00016=End of stream. ERR_00017=EOF found when length expected. ERR_00018=DER length more than 4 bytes. @@ -49,9 +49,9 @@ ERR_02001=monitor ERR_02002=Failure on underlying Cursor. ERR_02003=Underlying Cursor does not support removal. ERR_02004=This cursor is empty and cannot return elements! -ERR_02005=start index '{0}' out of range -ERR_02006=end index '{0}' out of range -ERR_02007=start index '{0}' greater than or equal to end index '{1}' just does not make sense +ERR_02005=start index ''{0}'' out of range +ERR_02006=end index ''{0}'' out of range +ERR_02007=start index ''{0}'' greater than or equal to end index ''{1}'' just does not make sense ERR_02008=don't know if list is sorted and checking that is not worth it ERR_02009=Cursor not positioned at an element ERR_02010=Without a comparator I cannot advance to just before the specified element. @@ -132,13 +132,13 @@ ERR_04027=Bad UUID value, its length is ERR_04028=failed to decode the mode for SyncRequestValueControl ERR_04029=failed to decode the reloadHint flag for SyncRequestValueControl ERR_04030=failed to decode the mode for SyncStateValueControl -ERR_04031=failed to decode the cancelId, the value should be between 0 and 2^31-1, it is '{0}' +ERR_04031=failed to decode the cancelId, the value should be between 0 and 2^31-1, it is ''{0}' ERR_04032=invalid target DN {0} -ERR_04033=failed to decode the target DN, it cannot be null or empty it is '{0}' +ERR_04033=failed to decode the target DN, it cannot be null or empty it is ''{0}' ERR_04034=invalid issuer DN {0} ERR_04035=invalid subject DN {0} -ERR_04036=failed to decode the delay, the value should be between 0 and 86400 seconds, it is '{0}' -ERR_04037=failed to decode the timeOffline, the value should be between 0 and 720 minutes, it is '{0}' +ERR_04036=failed to decode the delay, the value should be between 0 and 86400 seconds, it is ''{0}' +ERR_04037=failed to decode the timeOffline, the value should be between 0 and 720 minutes, it is ''{0}' ERR_04038=The stored procedure language is null ERR_04039=The procedure can't be null ERR_04040=The parameter type can't be null @@ -148,7 +148,7 @@ ERR_04043=The request name must not be n ERR_04044=failed to decode the changeType for EntryChangeControl ERR_04045=The previousDN field should not contain anything if the changeType is not MODDN ERR_04046=Previous DN is not allowed for this change type -ERR_04047=Bad Previous DN : '{0}' +ERR_04047=Bad Previous DN : ''{0}' ERR_04048=failed to decode the previous DN ERR_04049=failed to decode the changeNumber for EntryChangeControl ERR_04050=failed to decode the size for PagedSearchControl @@ -217,17 +217,17 @@ ERR_04112=Error while transforming a Exp ERR_04113=shouldn't happen - if it does then we have issues ERR_04114=The CSN must not be null or empty ERR_04115=The CSN's length is incorrect, it should be 40 chars long -ERR_04116=Cannot find a '#' in the CSN '{0}' +ERR_04116=Cannot find a '#' in the CSN ''{0}' ERR_04117=The timestamp is not long enough -ERR_04118=Cannot parse the timestamp: '{0}' +ERR_04118=Cannot parse the timestamp: ''{0}' ERR_04119=The microseconds part is invalid -ERR_04120=Missing a '#' in the CSN '{0}' -ERR_04121=The changeCount '{0}' is not a valid number -ERR_04122=Missing a '#' in the CSN '{0}' +ERR_04120=Missing a '#' in the CSN ''{0}' +ERR_04121=The changeCount ''{0}'' is not a valid number +ERR_04122=Missing a '#' in the CSN ''{0}' ERR_04123=The replicaID must not be null or empty -ERR_04124=The replicaId '{0}' is not a valid number +ERR_04124=The replicaId ''{0}'' is not a valid number ERR_04125=The operationNumber is absent -ERR_04126=The operationNumber '{0}' is not a valid number +ERR_04126=The operationNumber ''{0}'' is not a valid number ERR_04127=I don't really know how to compare anything other than ServerBinaryValues at this point in time. ERR_04128=Cannot compare {0} with the unknown value {1} ERR_04129=Unknown value type: {0} @@ -235,11 +235,11 @@ ERR_04130=The value is expected to be a ERR_04131=The value is expected to be a String ERR_04132=An ID cannnot be null, empty, or resolved to an emtpy value when trimmed ERR_04133=The attributeType ID should not be null or empty -ERR_04134=An exception has been raised while looking for attribute id '{0}' +ERR_04134=An exception has been raised while looking for attribute id ''{0}' ERR_04135=The AttributeType list should not be null ERR_04136=The AttributeType list should not contain null values -ERR_04137=The attribute '{0}' does not exist in the entry -ERR_04138=The removal of values for the missing '{0}' attribute is not possible +ERR_04137=The attribute ''{0}'' does not exist in the entry +ERR_04138=The removal of values for the missing ''{0}'' attribute is not possible ERR_04139=Cannot validate {0} with a null SyntaxChecker ERR_04140=Unexceptable result code for this exception type: {0} ERR_04141={0} is not an acceptable result code. @@ -287,21 +287,21 @@ ERR_04182=Count not invoke the Provider' ERR_04183=Count not invoke the Provider's factory method: {0}.getProvider() - it does seem to be a public method! ERR_04184=Call to Provider's factory method\: {0}.getProvider() threw the following exception\:\n{1} ERR_04185=RFC 2251 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations cannot be abandoned. -ERR_04186=Unrecogniced value '{0}' for {1} JNDI property.\nExpected a value of either always, never, searching, or finding. +ERR_04186=Unrecogniced value ''{0}'' for {1} JNDI property.\nExpected a value of either always, never, searching, or finding. ERR_04187=Class has bug: check for valid enumeration values ERR_04188=The type cannot be empty or null ERR_04189=The User Provided type cannot be empty or null ERR_04190=The User provided name does not contains an '=' ERR_04191=The AVA type cannot be null or empty -ERR_04192=Unexpected character '{0}' at position {1}. Excpected ',' or ';'. +ERR_04192=Unexpected character ''{0}'' at position {1}. Excpected ',' or ';'. ERR_04193=RDN must not be empty ERR_04194=RDN must not be null -ERR_04195=Unexpected character '{0}' at position {1}. Excpected start of attributeType. -ERR_04196=Unexpected character '{0}' at position {1}. Excpected start of attributeType descr. -ERR_04197=Unexpected character '{0}' at position {1}. Excpected numericoid. +ERR_04195=Unexpected character ''{0}'' at position {1}. Excpected start of attributeType. +ERR_04196=Unexpected character ''{0}'' at position {1}. Excpected start of attributeType descr. +ERR_04197=Unexpected character ''{0}'' at position {1}. Excpected numericoid. ERR_04198=Numeric OID must contain at least one dot. -ERR_04199=Unexpected character '{0}' at position {1}. Excpected start of attributeType numericoid. -ERR_04200=Unexpected character '{0}' at position {1}. Excpected EQUALS '='. +ERR_04199=Unexpected character ''{0}'' at position {1}. Excpected start of attributeType numericoid. +ERR_04200=Unexpected character ''{0}'' at position {1}. Excpected EQUALS '='. ERR_04201=No more characters available at position {0} ERR_04202=A value is missing on some RDN ERR_04203=Impossible to get the position {0}, the DN only has {1} RDNs @@ -387,12 +387,12 @@ ERR_04282=Cannot modify the NameFormRegi ERR_04283=Cannot modify the NormalizerRegistry copy ERR_04284=Cannot modify the ObjectClassRegistry copy ERR_04285=Cannot modify the SyntaxCheckerRegistry copy -ERR_04286=OID '{0}' was not found within the OID registry -ERR_04287=There is no SchemaObject associated with OID '{0}' -ERR_04288=OID '{0}' was not found within the OID registry +ERR_04286=OID ''{0}'' was not found within the OID registry +ERR_04287=There is no SchemaObject associated with OID ''{0}' +ERR_04288=OID ''{0}'' was not found within the OID registry ERR_04289=Cannot register a Null SchemaObject ! ERR_04290=The given SchemaObject does not have a valid OID -ERR_04291=There is already a SchemaObject for OID '{0}' +ERR_04291=There is already a SchemaObject for OID ''{0}' ERR_04292=Cannot build the references for {0}, error : {1} ERR_04293=Cannot remove the references for {0}, error : {1} ERR_04294=The MatchingRule {0} does not have a syntax. This is invalid @@ -428,7 +428,7 @@ ERR_04323=Cannot register the SchemaOjec ERR_04324=Cannot register the SchemaOject {0}, there are some duplicate AT in the MUST : {1} ERR_04325=Cannot register the SchemaOject {0}, there are some duplicate AT in MAY and MUST : {1} ERR_04326=Cannot register the SchemaOject {0}, the AT we want to add to MUST does not exist : {1} -ERR_04327=Unknown objectClass type name '{0}': options are AUXILIARY, STRUCTURAL, ABSTRACT. +ERR_04327=Unknown objectClass type name ''{0}': options are AUXILIARY, STRUCTURAL, ABSTRACT. ERR_04328=undefined modification type: {0} ERR_04329=Parser failure on subtree specification\:\n\t{0}\nAntlr exception trace\:\n{1} ERR_04330=A negative minimum base distance is undefined! @@ -501,9 +501,9 @@ ERR_04396=Value alteration is not suppor ERR_04397=Iterator[] arg must not be null, empty or composed of less than two Iterators ERR_04398=A LdapUrl must start with "ldap\://" or "ldaps\://" ERR_04399=The hostport is invalid -ERR_04400=Bad character, position {0}, '{1}', '/' expected" +ERR_04400=Bad character, position {0}, ''{1}', '/' expected" ERR_04401=The DN is invalid -ERR_04402=Bad character, position {0}, '{1}', '?' expected +ERR_04402=Bad character, position {0}, ''{1}', '?' expected ERR_04403=Attributes are invalid ERR_04404=Scope is invalid ERR_04405=Filter is invalid @@ -538,7 +538,7 @@ ERR_04433=Expected string to be non-null ERR_04434=Expected string to be non-empty with valid index. ERR_04435=The DN must contain valid escaped characters. ERR_04436=The DN must not ends with a '\\'. -ERR_04437=Caught a SecurityException reading the system property '{0}'; the SystemUtils property value will default to null. +ERR_04437=Caught a SecurityException reading the system property ''{0}'; the SystemUtils property value will default to null. ERR_04438=The style must not be null ERR_04439=Usage - java org.mortbay.util.UnixCrypt ERR_04440=Crypt={0} @@ -550,30 +550,30 @@ ERR_04445=There is no Syntax associated ERR_04446=Cannot use standard serialization for a ServerStringValue ERR_04447=Cannot normalize the wrapped value {0} ERR_04448=I don't know what to do if value is not a ServerStringValue -ERR_04449=The value '{0}' can't be normalized, it hasn't been added -ERR_04450=The value '{0}' is incorrect, it hasn't been added +ERR_04449=The value ''{0}'' can't be normalized, it hasn't been added +ERR_04450=The value ''{0}'' is incorrect, it hasn't been added ERR_04451=The value must be a String, as its AttributeType is H/R ERR_04452=The value must be a byte[], as its AttributeType is not H/R ERR_04453=The upID ({0}) is not an OID or is different from the AttributeType OID ({1}) ERR_04454=Cannot use standard serialization for a ServerAttribute -ERR_04455=The ID '{0}'is incompatible with the AttributeType's id '{1}' +ERR_04455=The ID ''{0}'is incompatible with the AttributeType's id ''{1}' ERR_04456=An ID cannnot be null, empty, or resolved to an emtpy value when trimmed ERR_04457=The ID should not be null or empty ERR_04458=Cannot add an attribute without an ID -ERR_04459=We have had an error while adding the '{0}' AttributeType : {1} +ERR_04459=We have had an error while adding the ''{0}'' AttributeType : {1} ERR_04460=The attributeType should not be null ERR_04461=Only String values supported for objectClass attribute ERR_04462=The ServerAttribute list should not contain null elements -ERR_04463=The '{0}' id is not compatible with the '{1}' attribute type -ERR_04464=Error while adding values into the '{0}' attribute. Error \: {1} -ERR_04465=The removal of values for the missing '{0}' attribute is not possible -ERR_04466=The removal of values for the bad '{0}' attribute is not possible +ERR_04463=The ''{0}'' id is not compatible with the ''{1}'' attribute type +ERR_04464=Error while adding values into the ''{0}'' attribute. Error \: {1} +ERR_04465=The removal of values for the missing ''{0}'' attribute is not possible +ERR_04466=The removal of values for the bad ''{0}'' attribute is not possible ERR_04467=The AttributeType list should not contain null values ERR_04468=Cannot use standard serialization for a ServerAttribute ERR_04469=Cannot use standard serialization for a ServerEntry ERR_04470=Cannot read the attribute as it's OID ('{0}') does not exist ERR_04471=Cannot serialize a Modification with no attribute -ERR_04472=The attribute '{0}' is incorrect +ERR_04472=The attribute ''{0}'' is incorrect ERR_04473=Not a valid value ERR_04474=Expected string to normalize ERR_04475=Expected byte[] to normalize