You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/02/09 01:21:02 UTC

svn commit: r1444296 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings_es.properties webapps/docs/changelog.xml

Author: kkolinko
Date: Sat Feb  9 00:21:02 2013
New Revision: 1444296

URL: http://svn.apache.org/r1444296
Log:
CTR: non-English resource file

Fix Spanish translation
s/recycling/reloading/
It is merge of r1438415 from tc7.0.x/trunk


Modified:
    tomcat/tc6.0.x/trunk/   (props changed)
    tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/LocalStrings_es.properties
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1438411
  Merged /tomcat/tc7.0.x/trunk:r1438415

Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/LocalStrings_es.properties
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/LocalStrings_es.properties?rev=1444296&r1=1444295&r2=1444296&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/LocalStrings_es.properties (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/LocalStrings_es.properties Sat Feb  9 00:21:02 2013
@@ -99,7 +99,7 @@ standardContext.notStarted = A\u00fan no
 standardContext.notWrapper = El Hijo de un Contexto debe de ser un Arropador (Wrapper)
 standardContext.parameter.duplicate = Duplicado par\u00e1metro de inicializaci\u00f3n de contexto {0}
 standardContext.parameter.required = Es necesario poner nombre de par\u00e1metro y valor de par\u00e1metro
-standardContext.reloadingCompleted = Se ha completado la Regarga de este Contexto
+standardContext.reloadingCompleted = Se ha completado la recarga de este Contexto
 standardContext.reloadingFailed = Fall\u00f3 la recarga de este Contexto debido a errores previos
 standardContext.reloadingStarted = Ha comenzado la recarga de Contexto [{0}]
 standardContext.resourcesStart = Error arrancando Recursos est\u00e1ticos

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1444296&r1=1444295&r2=1444296&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sat Feb  9 00:21:02 2013
@@ -73,6 +73,10 @@
         or the servlet is a SingleThreadModel one, and of filter instances
         if their destroy() method fails with an Error. (kkolinko)
       </fix>
+      <fix>
+        <bug>54483</bug>: Correct one of the Spanish translations. Based on a
+        suggestion from adinamita. (kkolinko)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org