Author: markt
Date: Thu Mar 30 08:21:58 2017
New Revision: 1789453
URL: http://svn.apache.org/viewvc?rev=1789453&view=rev
Log:
Add [...] delimiters to values in messages that don't currently have them for
javax packages
Modified:
tomcat/trunk/java/javax/el/LocalStrings.properties
tomcat/trunk/java/javax/el/LocalStrings_es.properties
tomcat/trunk/java/javax/servlet/LocalStrings.properties
tomcat/trunk/java/javax/servlet/LocalStrings_es.properties
tomcat/trunk/java/javax/servlet/LocalStrings_fr.properties
tomcat/trunk/java/javax/servlet/LocalStrings_ja.properties
tomcat/trunk/java/javax/servlet/http/LocalStrings.properties
tomcat/trunk/java/javax/servlet/http/LocalStrings_es.properties
tomcat/trunk/java/javax/servlet/http/LocalStrings_fr.properties
tomcat/trunk/java/javax/servlet/http/LocalStrings_ja.properties
Modified: tomcat/trunk/java/javax/el/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/el/LocalStrings.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/el/LocalStrings.properties (original)
+++ tomcat/trunk/java/javax/el/LocalStrings.properties Thu Mar 30 08:21:58 2017
@@ -16,11 +16,11 @@
# Default localized string information
# Localized for Locale en_US
-propertyNotFound=Property [{1}] not found on type {0}
-propertyNotReadable=Property [{1}] not readable on type {0}
-propertyNotWritable=Property [{1}] not writable on type {0}
-propertyReadError=Error reading [{1}] on type {0}
-propertyWriteError=Error writing [{1}] on type {0}
+propertyNotFound=Property [{1}] not found on type [{0}]
+propertyNotReadable=Property [{1}] not readable on type [{0}]
+propertyNotWritable=Property [{1}] not writable on type [{0}]
+propertyReadError=Error reading [{1}] on type [{0}]
+propertyWriteError=Error writing [{1}] on type [{0}]
objectNotAssignable=Unable to add an object of type [{0}] to an array of
objects of type [{1}]
beanNameELResolver.beanReadOnly=The bean name [{0}] is read-only
Modified: tomcat/trunk/java/javax/el/LocalStrings_es.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/el/LocalStrings_es.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/el/LocalStrings_es.properties (original)
+++ tomcat/trunk/java/javax/el/LocalStrings_es.properties Thu Mar 30 08:21:58
2017
@@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
propertyNotFound = Propiedad [{1}] no hallada en el tipo {0}
-propertyNotReadable = Propiedad [{1}] no legible para el tipo {0}
-propertyNotWritable = Propiedad [{1}] no grabable para el tipo {0}
-propertyReadError = Error reading [{1}] en el tipo {0}
-propertyWriteError = Error writing [{1}] en el tipo {0}
+propertyNotReadable = Propiedad [{1}] no legible para el tipo [{0}]
+propertyNotWritable = Propiedad [{1}] no grabable para el tipo [{0}]
+propertyReadError = Error reading [{1}] en el tipo [{0}]
+propertyWriteError = Error writing [{1}] en el tipo [{0}]
objectNotAssignable = No puedo a\u00F1adir un objeto del tipo [{0}] a un
arreglo de objetos del tipo [{1}]
Modified: tomcat/trunk/java/javax/servlet/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/LocalStrings.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/LocalStrings.properties (original)
+++ tomcat/trunk/java/javax/servlet/LocalStrings.properties Thu Mar 30 08:21:58
2017
@@ -16,7 +16,7 @@
# Default localized string information
# Localized for Locale en_US
-err.not_iso8859_1=Not an ISO 8859-1 character: {0}
+err.not_iso8859_1=Not an ISO 8859-1 character: [{0}]
value.true=true
value.false=false
Modified: tomcat/trunk/java/javax/servlet/LocalStrings_es.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/LocalStrings_es.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/LocalStrings_es.properties (original)
+++ tomcat/trunk/java/javax/servlet/LocalStrings_es.properties Thu Mar 30
08:21:58 2017
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-err.not_iso8859_1 = No es un car\u00E1cter ISO 8859-1\: {0}
+err.not_iso8859_1 = No es un car\u00E1cter ISO 8859-1\: [{0}]
value.true = true
value.false = false
httpConstraintElement.invalidRolesDeny = No se pueden especificar Roles al
utilizar DENY (DENEGAR)
Modified: tomcat/trunk/java/javax/servlet/LocalStrings_fr.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/LocalStrings_fr.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/LocalStrings_fr.properties (original)
+++ tomcat/trunk/java/javax/servlet/LocalStrings_fr.properties Thu Mar 30
08:21:58 2017
@@ -16,7 +16,7 @@
# Default localized string information
# Localized for Locale fr_FR
-err.not_iso8859_1={0} n''est pas un caract\u00e8re ISO 8859-1
+err.not_iso8859_1=[{0}] n''est pas un caract\u00e8re ISO 8859-1
value.true=true
value.false=false
Modified: tomcat/trunk/java/javax/servlet/LocalStrings_ja.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/LocalStrings_ja.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/LocalStrings_ja.properties (original)
+++ tomcat/trunk/java/javax/servlet/LocalStrings_ja.properties Thu Mar 30
08:21:58 2017
@@ -16,6 +16,6 @@
# Default localized string information
# Localized for Locale ja_JP
-err.not_iso8859_1=ISO 8859-1
\u306e\u6587\u5b57\u3067\u306f\u3042\u308a\u307e\u305b\u3093: {0}
+err.not_iso8859_1=ISO 8859-1
\u306e\u6587\u5b57\u3067\u306f\u3042\u308a\u307e\u305b\u3093: [{0}]
value.true=true
value.false=false
Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/LocalStrings.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/LocalStrings.properties (original)
+++ tomcat/trunk/java/javax/servlet/http/LocalStrings.properties Thu Mar 30
08:21:58 2017
@@ -16,13 +16,13 @@
# Default localized string information
# Localized for Locale en_US
-err.cookie_name_is_token=Cookie name \"{0}\" is a reserved token
+err.cookie_name_is_token=Cookie name [{0}] is a reserved token
err.cookie_name_blank=Cookie name may not be null or zero length
err.io.nullArray=Null passed for byte array in write method
err.io.indexOutOfBounds=Invalid offset [{0}] and / or length [{1}] specified
for array of size [{2}]
err.io.short_read=Short Read
-http.method_not_implemented=Method {0} is not implemented by this servlet for
this URI
+http.method_not_implemented=Method [{0}] is not implemented by this servlet
for this URI
http.method_get_not_supported=HTTP method GET is not supported by this URL
http.method_post_not_supported=HTTP method POST is not supported by this URL
Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings_es.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/LocalStrings_es.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/LocalStrings_es.properties (original)
+++ tomcat/trunk/java/javax/servlet/http/LocalStrings_es.properties Thu Mar 30
08:21:58 2017
@@ -12,11 +12,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-err.cookie_name_is_token = El nombre de Cookie {0} es una palabra reservada
+err.cookie_name_is_token = El nombre de Cookie [{0}] es una palabra reservada
err.cookie_name_blank = El nombre del Cookie no puede ser nulo o de longitud
cero
err.io.negativelength = Longitud Negativa en el metodo write
err.io.short_read = Lectura Corta
-http.method_not_implemented = El Metodo {0} no esta implementado por este
servlet para esta URI
+http.method_not_implemented = El Metodo [{0}] no esta implementado por este
servlet para esta URI
http.method_get_not_supported = El Metodo HTTP GET no est\u00E1 soportado por
esta URL
http.method_post_not_supported = El Metodo HTTP POST no est\u00E1 soportado
por esta URL
http.method_put_not_supported = El Metodo HTTP PUT no est\u00E1 soportado por
esta URL
Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings_fr.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/LocalStrings_fr.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/LocalStrings_fr.properties (original)
+++ tomcat/trunk/java/javax/servlet/http/LocalStrings_fr.properties Thu Mar 30
08:21:58 2017
@@ -16,11 +16,11 @@
# Default localized string information
# Localized for Locale fr_FR
-err.cookie_name_is_token=Le nom de cookie \"{0}\" est un \"token\"
r\u00e9serv\u00e9
+err.cookie_name_is_token=Le nom de cookie [{0}] est un \"token\"
r\u00e9serv\u00e9
err.io.negativelength=Taille n\u00e9gative donn\u00e9e dans la m\u00e9thode
\"write\"
err.io.short_read=Lecture partielle
-http.method_not_implemented=Le m\u00e9thode {0} n''est pas d\u00e9finie dans
la RFC 2068 et n''est pas support\u00e9e par l''API Servlet
+http.method_not_implemented=Le m\u00e9thode [{0}] n''est pas d\u00e9finie dans
la RFC 2068 et n''est pas support\u00e9e par l''API Servlet
http.method_get_not_supported=La m\u00e9thode HTTP GET n''est pas
support\u00e9e par cette URL
http.method_post_not_supported=La m\u00e9thode HTTP POST n''est pas
support\u00e9e par cette URL
Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings_ja.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/LocalStrings_ja.properties?rev=1789453&r1=1789452&r2=1789453&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/LocalStrings_ja.properties (original)
+++ tomcat/trunk/java/javax/servlet/http/LocalStrings_ja.properties Thu Mar 30
08:21:58 2017
@@ -16,11 +16,11 @@
# Default localized string information
# Localized for Locale ja_JP
-err.cookie_name_is_token=\u30af\u30c3\u30ad\u30fc\u540d \"{0}\"
\u306f\u4e88\u7d04\u6e08\u306e\u30c8\u30fc\u30af\u30f3\u3067\u3059\u3002
+err.cookie_name_is_token=\u30af\u30c3\u30ad\u30fc\u540d [{0}]
\u306f\u4e88\u7d04\u6e08\u306e\u30c8\u30fc\u30af\u30f3\u3067\u3059\u3002
err.io.negativelength=write\u30e1\u30bd\u30c3\u30c9\u306b\u8ca0\u306e\u9577\u3055\u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f\u3002
err.io.short_read=\u8aad\u307f\u8fbc\u307f\u304c\u3059\u3050\u306b\u7d42\u308f\u308a\u307e\u3057\u305f\u3002
-http.method_not_implemented=\u30e1\u30bd\u30c3\u30c9 {0} \u306fRFC
2068\u306b\u306f\u5b9a\u7fa9\u3055\u308c\u3066\u304a\u3089\u305a\u3001\u30b5\u30fc\u30d6\u30ec\u30c3\u30c8API\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3002
+http.method_not_implemented=\u30e1\u30bd\u30c3\u30c9 [{0}] \u306fRFC
2068\u306b\u306f\u5b9a\u7fa9\u3055\u308c\u3066\u304a\u3089\u305a\u3001\u30b5\u30fc\u30d6\u30ec\u30c3\u30c8API\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3002
http.method_get_not_supported=HTTP\u306eGET\u30e1\u30bd\u30c3\u30c9\u306f\u3001\u3053\u306eURL\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
http.method_post_not_supported=HTTP\u306ePOST\u30e1\u30bd\u30c3\u30c9\u306f\u3001\u3053\u306eURL\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]