You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/11/29 17:03:51 UTC

svn commit: r1040165 - in /directory/apacheds/trunk/i18n/src/main: java/org/apache/directory/server/i18n/I18n.java resources/org/apache/directory/server/i18n/errors.properties

Author: elecharny
Date: Mon Nov 29 16:03:50 2010
New Revision: 1040165

URL: http://svn.apache.org/viewvc?rev=1040165&view=rev
Log:
Forgot to commit the modifications

Modified:
    directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java
    directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties

Modified: directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java?rev=1040165&r1=1040164&r2=1040165&view=diff
==============================================================================
--- directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java (original)
+++ directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java Mon Nov 29 16:03:50 2010
@@ -777,7 +777,8 @@ public enum I18n
     ERR_741_CANNOT_ENCODE_KRB_CRED("ERR_741_CANNOT_ENCODE_KRB_CRED"),
     ERR_742_CANNOT_ENCODE_ENC_TICKET_PART("ERR_742_CANNOT_ENCODE_ENC_TICKET_PART"),
     ERR_743_CANNOT_ENCODE_TYPED_DATA("ERR_743_CANNOT_ENCODE_TYPED_DATA"),
-    ERR_744_NULL_PDU_LENGTH("ERR_744_NULL_PDU_LENGTH");
+    ERR_744_NULL_PDU_LENGTH("ERR_744_NULL_PDU_LENGTH"),
+    ERR_745_NOT_A_KERBEROS_STRING("ERR_745_NOT_A_KERBEROS_STRING");
     
     private static ResourceBundle errBundle = ResourceBundle
                 .getBundle( "org.apache.directory.server.i18n.errors" );

Modified: directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties?rev=1040165&r1=1040164&r2=1040165&view=diff
==============================================================================
--- directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties (original)
+++ directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties Mon Nov 29 16:03:50 2010
@@ -765,4 +765,5 @@ ERR_740_CANNOT_ENCODE_ENC_KRB_CRED_PART=
 ERR_741_CANNOT_ENCODE_KRB_CRED=Cannot encode the KrbCred object, the PDU size is {0} when only {1} bytes has been allocated
 ERR_742_CANNOT_ENCODE_ENC_TICKET_PART=Cannot encode the EncTicketPart object, the PDU size is {0} when only {1} bytes has been allocated
 ERR_743_CANNOT_ENCODE_TYPED_DATA=Cannot encode the TypedData object, the PDU size is {0} when only {1} bytes has been allocated
-ERR_744_NULL_PDU_LENGTH=The PDU length is null, this is not allowed
\ No newline at end of file
+ERR_744_NULL_PDU_LENGTH=The PDU length is null, this is not allowed
+ERR_745_NOT_A_KERBEROS_STRING=The value {0} is not a valid KerberosString
\ No newline at end of file