marcsaeg    01/06/25 13:19:34

  Modified:    src/share/org/apache/tomcat/core Tag: tomcat_32
                        LocalStrings.properties LocalStrings_es.properties
                        LocalStrings_fr.properties
                        LocalStrings_se.properties
  Log:
  Added status codes for RFC 2518
  
  sc.102=Processing
  sc.422=Unprocessable Entity
  sc.423=Locked
  sc.424=Failed Dependency
  sc.507=Insufficient Storage
  
  PR: 2069
  Submitted by: [EMAIL PROTECTED] (Stefan Eissing)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.4.2   +6 -1      
jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings.properties,v
  retrieving revision 1.8.4.1
  retrieving revision 1.8.4.2
  diff -u -r1.8.4.1 -r1.8.4.2
  --- LocalStrings.properties   2001/03/15 20:15:15     1.8.4.1
  +++ LocalStrings.properties   2001/06/25 20:19:23     1.8.4.2
  @@ -1,4 +1,4 @@
  -# $Id: LocalStrings.properties,v 1.8.4.1 2001/03/15 20:15:15 marcsaeg Exp $
  +# $Id: LocalStrings.properties,v 1.8.4.2 2001/06/25 20:19:23 marcsaeg Exp $
   #
   
   # Localized strings for package org.apache.tomcat.core
  @@ -55,6 +55,7 @@
   
   sc.100=Continue
   sc.101=Switching Protocols
  +sc.102=Processing
   sc.200=OK
   sc.201=Created
   sc.202=Accepted
  @@ -88,12 +89,16 @@
   sc.415=Unsupported Media Type
   sc.416=Requested Range Not Satisfiable
   sc.417=Expectation Failed
  +sc.422=Unprocessable Entity
  +sc.423=Locked
  +sc.424=Failed Dependency
   sc.500=Internal Server Error
   sc.501=Not Implemented
   sc.502=Bad Gateway
   sc.503=Service Unavailable
   sc.504=Gateway Timeout
   sc.505=HTTP Version Not Supported
  +sc.507=Insufficient Storage
   
   servletOutputStreamImpl.write.iae=invalid write length: {0}
   servletOutputStreamImpl.fmt.not_iso8859_1=Not an ISO 8859_1 character:{0}
  
  
  
  1.2.4.2   +6 -1      
jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings_es.properties
  
  Index: LocalStrings_es.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings_es.properties,v
  retrieving revision 1.2.4.1
  retrieving revision 1.2.4.2
  diff -u -r1.2.4.1 -r1.2.4.2
  --- LocalStrings_es.properties        2001/03/15 20:15:17     1.2.4.1
  +++ LocalStrings_es.properties        2001/06/25 20:19:25     1.2.4.2
  @@ -1,4 +1,4 @@
  -# $Id: LocalStrings_es.properties,v 1.2.4.1 2001/03/15 20:15:17 marcsaeg Exp $
  +# $Id: LocalStrings_es.properties,v 1.2.4.2 2001/06/25 20:19:25 marcsaeg Exp $
   #
   
   # Localized strings for package org.apache.tomcat.core
  @@ -54,6 +54,7 @@
   
   sc.100=Continuar
   sc.101=Cambiando Protocolos
  +sc.102=Processing
   sc.200=OK
   sc.201=Creado
   sc.202=Aceptado
  @@ -87,12 +88,16 @@
   sc.415=Tipo de Medio No Soportado
   sc.416=El Rango Pedido No Ser Satifecho
   sc.417=Expectativa Fallada
  +sc.422=Unprocessable Entity
  +sc.423=Locked
  +sc.424=Failed Dependency
   sc.500=Error Interno del Servidor
   sc.501=No Implementado
   sc.502=Gateway Incorrecto
   sc.503=Servicio no Disponible
   sc.504=Gateway Caducado
   sc.505=Version de HTTP No Soportada
  +sc.507=Insufficient Storage
   
   servletOutputStreamImpl.write.iae=longitud de escritura incorrecta: {0}
   servletOutputStreamImpl.fmt.not_iso8859_1=No es un caracter ISO 8859_1:{0}
  
  
  
  1.1.2.3   +6 -1      
jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings_fr.properties
  
  Index: LocalStrings_fr.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings_fr.properties,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- LocalStrings_fr.properties        2001/03/15 20:15:17     1.1.2.2
  +++ LocalStrings_fr.properties        2001/06/25 20:19:26     1.1.2.3
  @@ -1,4 +1,4 @@
  -# $Id: LocalStrings_fr.properties,v 1.1.2.2 2001/03/15 20:15:17 marcsaeg Exp $
  +# $Id: LocalStrings_fr.properties,v 1.1.2.3 2001/06/25 20:19:26 marcsaeg Exp $
   #
   
   # Localized strings for package org.apache.tomcat.core
  @@ -55,6 +55,7 @@
   
   sc.100=Continue
   sc.101=Switching Protocols
  +sc.102=Processing
   sc.200=OK
   sc.201=Created
   sc.202=Accepted
  @@ -88,12 +89,16 @@
   sc.415=Unsupported Media Type
   sc.416=Requested Range Not Satisfiable
   sc.417=Expectation Failed
  +sc.422=Unprocessable Entity
  +sc.423=Locked
  +sc.424=Failed Dependency
   sc.500=Internal Server Error
   sc.501=Not Implemented
   sc.502=Bad Gateway
   sc.503=Service Unavailable
   sc.504=Gateway Timeout
   sc.505=HTTP Version Not Supported
  +sc.507=Insufficient Storage
   
   servletOutputStreamImpl.write.iae=Taille d''écriture invalide: {0}
   servletOutputStreamImpl.fmt.not_iso8859_1=Le caractère {0} n''est pas ISO 8859_1
  
  
  
  1.1.2.2   +6 -1      
jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings_se.properties
  
  Index: LocalStrings_se.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings_se.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- LocalStrings_se.properties        2001/03/15 20:15:18     1.1.2.1
  +++ LocalStrings_se.properties        2001/06/25 20:19:27     1.1.2.2
  @@ -1,4 +1,4 @@
  -# $Id: LocalStrings_se.properties,v 1.1.2.1 2001/03/15 20:15:18 marcsaeg Exp $
  +# $Id: LocalStrings_se.properties,v 1.1.2.2 2001/06/25 20:19:27 marcsaeg Exp $
   #
   
   # Localized strings for package org.apache.tomcat.core
  @@ -55,6 +55,7 @@
   
   sc.100=Fortsätt
   sc.101=Byter Protokoll
  +sc.102=Processing
   sc.200=OK
   sc.201=Skapad
   sc.202=Acepterad
  @@ -88,12 +89,16 @@
   sc.415=Inget stöd för mediatypen
   sc.416=Requested Range Not Satisfiable
   sc.417=Expectation Failed
  +sc.422=Unprocessable Entity
  +sc.423=Locked
  +sc.424=Failed Dependency
   sc.500=Internt Server Fel
   sc.501=Inte Implementerat
   sc.502=Bad Gateway
   sc.503=Tjänst icke nåbar
   sc.504=Gateway Timeout
   sc.505=Inget stöd för HTTP Versionen
  +sc.507=Insufficient Storage
   
   servletOutputStreamImpl.write.iae=icke giltig write längd: {0}
   servletOutputStreamImpl.fmt.not_iso8859_1=Inte en ISO 8859_1 bokstav:{0}
  
  
  

Reply via email to