billbarker    01/11/02 19:50:50

  Modified:    src/share/org/apache/tomcat/resources
                        LocalStrings.properties LocalStrings_es.properties
                        LocalStrings_fr.properties
  Log:
  Add missing JDBCRealm property.
  
  This is a straight copy of another property, so I feel ok with committing the es and 
fr versons as well (despite my limited ability in those languages).
  Reported by: Rainer Klute [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.16      +2 -1      
jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- LocalStrings.properties   2001/06/09 00:24:21     1.15
  +++ LocalStrings.properties   2001/11/03 03:50:50     1.16
  @@ -1,4 +1,4 @@
  -# $Id: LocalStrings.properties,v 1.15 2001/06/09 00:24:21 costin Exp $
  +# $Id: LocalStrings.properties,v 1.16 2001/11/03 03:50:50 billbarker Exp $
   #
   
   # Localized strings for package org.apache.tomcat.core
  @@ -99,6 +99,7 @@
   jdbcRealm.authenticateSuccess=Authentication successful for user {0}
   jdbcRealm.notStarted=This Realm has not yet been started
   jdbcRealm.checkConnectionSQLException=There was an SQLException while in 
checkConnection: {0}
  +jdbcRealm.getCredentialsSQLException=There was an SQLException while in 
getCredentials: {0}
   jdbcRealm.checkPasswordSQLException=There was an SQLException while in 
checkPassword: {0}
   jdbcRealm.checkConnectionDBClosed=The database connection is null or was found to 
be closed. Trying to re-open it.
   jdbcRealm.checkConnectionDBReOpenFail=The re-open on the database failed. The 
database could be down.
  
  
  
  1.18      +2 -1      
jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_es.properties
  
  Index: LocalStrings_es.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_es.properties,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- LocalStrings_es.properties        2001/07/10 23:14:25     1.17
  +++ LocalStrings_es.properties        2001/11/03 03:50:50     1.18
  @@ -1,4 +1,4 @@
  -# $Id: LocalStrings_es.properties,v 1.17 2001/07/10 23:14:25 nacho Exp $
  +# $Id: LocalStrings_es.properties,v 1.18 2001/11/03 03:50:50 billbarker Exp $
   #
   
   # Localized strings for package org.apache.tomcat.core
  @@ -96,6 +96,7 @@
   jdbcRealm.authenticateSuccess=Autentificación para el usuario {0}
   jdbcRealm.notStarted=Este reino no ha sido todavía iniciado
   jdbcRealm.checkConnectionSQLException=Hubo una SQLException mientras se ejecutaba 
checkConnection: {0}
  +jdbcRealm.getCredentialsSQLException=Hubo una SQLException mientras se ejecutaba 
getCredentials: {0}
   jdbcRealm.checkPasswordSQLException=Hubo una SQLException mientras se ejecutaba 
checkPassword: {0}
   jdbcRealm.checkConnectionDBClosed=La conexión con la base de datos es nula o se 
encontró cerrada. Intentando reabrirla.
   jdbcRealm.checkConnectionDBReOpenFail=La reapertura de la base de datos fallo. La 
Base de datos podría estar parada.
  
  
  
  1.4       +2 -1      
jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_fr.properties
  
  Index: LocalStrings_fr.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_fr.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LocalStrings_fr.properties        2001/06/09 00:24:22     1.3
  +++ LocalStrings_fr.properties        2001/11/03 03:50:50     1.4
  @@ -1,4 +1,4 @@
  -# $Id: LocalStrings_fr.properties,v 1.3 2001/06/09 00:24:22 costin Exp $
  +# $Id: LocalStrings_fr.properties,v 1.4 2001/11/03 03:50:50 billbarker Exp $
   #
   
   # Localized strings for package org.apache.tomcat.core
  @@ -99,6 +99,7 @@
   jdbcRealm.authenticateSuccess=Authentification réussie pour l''utilisateur {0}
   jdbcRealm.notStarted=Ce Royaume n''a pas encore été démarré
   jdbcRealm.checkConnectionSQLException=Il y a eu une Exception SQL pendant la 
vérification de connexion (checkConnection): {0}
  +jdbcRealm.getCredentialsSQLException=Il y a eu une Exception SQL pendant la 
vérification de connexion (getCredentials): {0}
   jdbcRealm.checkPasswordSQLException=Il y a eu une Exception SQL pendant la 
vérification de môt de passe (checkPassword): {0}
   jdbcRealm.checkConnectionDBClosed=La connexion vers la base de donnée est nulle ou 
a été trouvé en cours de fermeture. Essaie de réouverture.
   jdbcRealm.checkConnectionDBReOpenFail=La réouverture de base de donnée a échouée. 
La base de donnée est peut être éteinte.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to