Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings_es.properties?rev=1801714&r1=1801713&r2=1801714&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings_es.properties (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings_es.properties Wed Jul 12 10:16:13 2017 @@ -12,6 +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. +# # net resources endpoint.err.fatal = Punto Final (Endpoint) {0} parado debido a excepci\u00F3n\: {1} endpoint.err.nonfatal = El Punto Final (Endpoint) {0} ignor\u00F3 excepci\u00F3n\: {1}
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties?rev=1801714&r1=1801713&r2=1801714&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties Wed Jul 12 10:16:13 2017 @@ -12,4 +12,5 @@ # 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. + threadPoolExecutor.threadStoppedToAvoidPotentialLeak = Parando hilo {0} para evita fallos potenciales de memoria tras haberse parado un contexto. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties?rev=1801714&r1=1801713&r2=1801714&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties Wed Jul 12 10:16:13 2017 @@ -12,6 +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. + sci.noWebSocketSupport=JSR 356 WebSocket (Java WebSocket 1.1) support is not available when running on Java 6. To suppress this message, run Tomcat on Java 7, remove the WebSocket JARs from $CATALINA_HOME/lib or add the WebSocket JARs to the tomcat.util.scan.DefaultJarScanner.jarsToSkip property in $CATALINA_BASE/conf/catalina.properties. Note that the deprecated Tomcat 7 WebSocket API will be available. serverContainer.addNotAllowed=No further Endpoints may be registered once an attempt has been made to use one of the previously registered endpoints Modified: tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml?rev=1801714&r1=1801713&r2=1801714&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml (original) +++ tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml Wed Jul 12 10:16:13 2017 @@ -27,7 +27,7 @@ <module name="RegexpHeader"> <property name="headerFile" value="${basedir}/res/checkstyle/header-al2.txt"/> <property name="multiLines" value="1, 2, 3, 4"/> - <property name="fileExtensions" value="java,xml,jsp,txt,sh,bat"/> + <property name="fileExtensions" value="java,xml,jsp,txt,sh,bat,properties"/> </module> <!-- Whitespace --> Modified: tomcat/tc7.0.x/trunk/test/org/apache/juli/logging-non-rotatable.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/juli/logging-non-rotatable.properties?rev=1801714&r1=1801713&r2=1801714&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/test/org/apache/juli/logging-non-rotatable.properties (original) +++ tomcat/tc7.0.x/trunk/test/org/apache/juli/logging-non-rotatable.properties Wed Jul 12 10:16:13 2017 @@ -1 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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. + org.apache.juli.FileHandler.rotatable = false \ No newline at end of file Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties?rev=1801714&r1=1801713&r2=1801714&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties (original) +++ tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties Wed Jul 12 10:16:13 2017 @@ -12,6 +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. + helloworld.title = Hola Mundo\! requestinfo.title = Ejemplo de Informacion de Requerimiento\: requestinfo.label.method = M\u00E9todo\: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org