Author: violetagg Date: Wed Jul 12 09:44:50 2017 New Revision: 1801709 URL: http://svn.apache.org/viewvc?rev=1801709&view=rev Log: Enable checkstyle's license header check for properties files.
Modified: tomcat/trunk/java/javax/el/LocalStrings_es.properties tomcat/trunk/java/javax/servlet/LocalStrings_es.properties tomcat/trunk/java/javax/servlet/http/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/core/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/core/RestrictedListeners.properties tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/filters/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/manager/host/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/realm/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/security/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/servlets/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/session/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/tribes/transport/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/users/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/util/LocalStrings_es.properties tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties tomcat/trunk/java/org/apache/coyote/LocalStrings.properties tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings_es.properties tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_es.properties tomcat/trunk/java/org/apache/el/Messages_es.properties tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_es.properties tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings_es.properties tomcat/trunk/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties tomcat/trunk/res/checkstyle/checkstyle.xml tomcat/trunk/test/org/apache/juli/logging-non-rotatable.properties tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties Modified: tomcat/trunk/java/javax/el/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/el/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/javax/el/LocalStrings_es.properties (original) +++ tomcat/trunk/java/javax/el/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + 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}] Modified: tomcat/trunk/java/javax/servlet/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/javax/servlet/LocalStrings_es.properties (original) +++ tomcat/trunk/java/javax/servlet/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + err.not_iso8859_1 = No es un car\u00E1cter ISO 8859-1: [{0}] value.true = true value.false = false 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=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/javax/servlet/http/LocalStrings_es.properties (original) +++ tomcat/trunk/java/javax/servlet/http/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + 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 Modified: tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + authenticator.certificates = No hay cadena de certificados del cliente en esta petici\u00F3n authenticator.formlogin = Referencia directa al formulario de conexi\u00F3n (p\u00E1gina de formulario de login) inv\u00E1lida authenticator.loginFail = No pude ingresar Modified: tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties Wed Jul 12 09:44:50 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. + coyoteAdapter.accesslogFail=Exception while attempting to add an entry to the access log coyoteAdapter.asyncDispatch=Exception while processing an asynchronous request coyoteAdapter.authenticate=Authenticated user [{0}] provided by connector Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/core/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + applicationContext.addFilter.ise = No se pueden a\u00F1adir filtros al contexto [{0}] ya que \u00E9ste ha sido inicializado applicationContext.addListener.iae.cnfe = No puedo crear una instancia del tipo [{0}] applicationContext.addListener.iae.wrongType = El tipo especificado [{0}] no es uno de los tipos de escuchador esperados Modified: tomcat/trunk/java/org/apache/catalina/core/RestrictedListeners.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/RestrictedListeners.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/RestrictedListeners.properties (original) +++ tomcat/trunk/java/org/apache/catalina/core/RestrictedListeners.properties Wed Jul 12 09:44:50 2017 @@ -12,3 +12,4 @@ # 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. + Modified: tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties Wed Jul 12 09:44:50 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. + namingResources.cleanupCloseFailed=Failed to invoke method [{0}] for resource [{1}] in container [{2}] so no cleanup was performed for that resource namingResources.cleanupCloseSecurity=Unable to retrieve method [{0}] for resource [{1}] in container [{2}] so no cleanup was performed for that resource namingResources.cleanupNoClose=Resource [{0}] in container [{1}] does not have a [{2}] method so no cleanup was performed for that resource Modified: tomcat/trunk/java/org/apache/catalina/filters/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/filters/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/filters/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/filters/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + addDefaultCharset.unsupportedCharset = El conjunto especificado de caracteres [{0}] no se encuentra soportado csrfPrevention.invalidRandomClass = No pude crear fuente al azar usando la clase [{0}] filterbase.noSuchProperty = La propiedad [{0}] no est\u00E1 definida para los filtros del tipo [{1}] Modified: tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + deltaManager.createSession.newSession = Creada una DeltaSession con Id [{0}] Total contador=[{1}] deltaManager.createMessage.access = Gestor [{0}]: creado mensaje de sesi\u00F3n [{1}] acceso. deltaManager.createMessage.accessChangePrimary = Gestor [{0}]: creado mensaje de sesi\u00F3n [{1}] acceso para cambiar el primario. Modified: tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + webappClassLoader.illegalJarPath = Detectada entrada ilegal de JAR con nombre [{0}] webappClassLoader.jdbcRemoveFailed = Ha fallado el desregistro del conductor JDBC para la aplicaci\u00F3n web [{0}] webappClassLoader.stopped = Acceso ilegal: esta instancia de aplicaci\u00F3n web ya ha sido parada. Could not load [{0}]. La eventual traza de pila que sigue ha sido motivada por un error lanzado con motivos de depuraci\u00F3n as\u00ED como para intentar terminar el hilo que motiv\u00F3 el acceso ilegal y no tiene impacto funcional. Modified: tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + htmlManagerServlet.appsAvailable = Ejecut\u00E1ndose htmlManagerServlet.appsName = Nombre a Mostrar htmlManagerServlet.appsPath = Trayectoria Modified: tomcat/trunk/java/org/apache/catalina/manager/host/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/manager/host/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/manager/host/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/manager/host/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + hostManagerServlet.alreadyStarted = FALLO - La m\u00E1qiuina [{0}] ya ha arrancado hostManagerServlet.alreadyStopped = FALLO - La m\u00E1quina [{0}] ya se ha parado hostManagerServlet.appBaseCreateFail = FALLO - No pude crear appBase [{0}] para la m\u00E1quina [{1}] Modified: tomcat/trunk/java/org/apache/catalina/realm/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/realm/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/realm/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/realm/LocalStrings_es.properties Wed Jul 12 09:44:50 2017 @@ -1,4 +1,3 @@ -jaasRealm.beginLogin = JAASRealm login requerido para nombre de usuario [{0}] usando LoginContext para aplicaci\u00F3n [{1}] # 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. @@ -19,6 +18,7 @@ jaasRealm.beginLogin = JAASRealm login r jaasRealm.accountExpired = El usuario [{0}] NO ha sido autentificado porque ha expirado su cuenta jaasRealm.authenticateFailure = Nombre de usuario [{0}] NO autenticado con \u00E9xito jaasRealm.authenticateSuccess = Nombre de usuario [{0}] autenticado con \u00E9xito como Principal [{1}] -- Tambi\u00E9n se ha creado el Asunto +jaasRealm.beginLogin = JAASRealm login requerido para nombre de usuario [{0}] usando LoginContext para aplicaci\u00F3n [{1}] jaasRealm.credentialExpired = El usuario [{0}] NO ha sido autentificado porque ha expirado su credencial jaasRealm.failedLogin = El usuario [{0}] NO ha sido autentificado porque ha fallado el login jaasRealm.loginException = Excepci\u00F3n de Login autenticando nombre de usuario [{0}] Modified: tomcat/trunk/java/org/apache/catalina/security/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/security/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/security/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/security/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + SecurityUtil.doAsPrivilege = Ha tenido lugar una excepci\u00F3n al ejecutar el bloque PrivilegedExceptionAction. SecurityListener.checkUmaskFail = Intentado arranque con valor de umask de [{0}]. Ejecutando Tomcat sin umask al menos tan restrictivo como [{1}] ha sido bloqueado por el oyente de Ciclo de Vida org.apache.catalina.security.SecurityListener (normalmente configurado en CATALINA_BASE/conf/server.xml) SecurityListener.checkUmaskNone = No se ha hallado valor de umask en propiedad de sistema [{0}]. Si embargo, parece que Tomcat est\u00E1 siendo ejecutado en una plataforma que soporta umask. La propiedad del sistema se pone normalmente en CATALINA_HOME/bin/catalina.sh. El oyente de Ciclo de Vida org.apache.catalina.security.SecurityListener (normalmente configurado en CATALINA_BASE/conf/server.xml) espera un umask al menos tan restrictivo como [{1}] Modified: tomcat/trunk/java/org/apache/catalina/servlets/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/servlets/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/servlets/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/servlets/LocalStrings_es.properties Wed Jul 12 09:44:50 2017 @@ -1,4 +1,3 @@ -defaultServlet.missingResource = El recurso requerido [{0}] no se encuentra disponible # 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. @@ -13,6 +12,8 @@ defaultServlet.missingResource = El recu # 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. + +defaultServlet.missingResource = El recurso requerido [{0}] no se encuentra disponible defaultservlet.skipfail = S\u00F3lo se han saltado [{0}] cuando se requirieron [{1}] webdavservlet.jaxpfailed = Fall\u00F3 la inicializaci\u00F3n de JAXP webdavservlet.enternalEntityIgnored = El requerimiento inclu\u00EDa una referencia a una entidad externa con PublicID [{0}] y SystemID [{1}] que fue ignorada Modified: tomcat/trunk/java/org/apache/catalina/session/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/session/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/session/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/session/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + fileStore.saving = Salvando Sesi\u00F3n [{0}] en archivo [{1}] fileStore.loading = Cargando Sesi\u00F3n [{0}] desde archivo [{1}] fileStore.removing = Quitando Sesi\u00F3n [{0}] en archivo [{1}] Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + catalina.configFail = No pude cargar la configuraci\u00F3n del servidor desde [{0}] catalina.shutdownHookFail = El gancho de apagado ha experimentado un error al intentar para el servidor catalina.stopServer = No se ha configurado puerto de apagado. Apagando el servidor a trav\u00E9s de se\u00F1al de SO. Servidor no apagado. Modified: tomcat/trunk/java/org/apache/catalina/tribes/transport/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/tribes/transport/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/tribes/transport/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/tribes/transport/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + bioSender.ack.eof = EOF alcanzado en puerto local [{0}:{1,number,integer}] bioSender.ack.missing = No puedo leer reconocimiento desde [{0}:{1,number,integer}] en {2,number,integer} ms. Desconectando conector e intentando otra vez. bioSender.ack.wrong = Falta ACK correcto tras 10 bytes le\u00EDdos en puerto local [{0}:{1,number,integer}] Modified: tomcat/trunk/java/org/apache/catalina/users/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/users/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/users/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/users/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + memoryUserDatabase.notPersistable = La base de datos de usuario no es persistible - no hay permisos de grabaci\u00F3n sobre el directorio memoryUserDatabase.nullGroup = Se ha especificado un nombre de grupo nulo o de tama\u00F1o cero. Se ignora el grupo. memoryUserDatabase.nullRole = Se ha especificado un nombre rol nulo o de tama\u00F1o cero. Se ignora el rol. Modified: tomcat/trunk/java/org/apache/catalina/util/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/util/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/util/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + parameterMap.locked = No se permiten modificaciones en un ParameterMap bloqueado resourceSet.locked = No se permiten modificaciones en un ResourceSet bloqueado hexUtil.bad = D\u00EDgito hexadecimal incorrecto Modified: tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + jdbcAccessLogValve.exception = Excepci\u00F3n realizando entrada de acceso a inserci\u00F3n accessLogValve.closeFail = No pude cerrar fichero de historial accessLogValve.openDirFail = No pude crear directorio [{0}] para historiales de acceso Modified: tomcat/trunk/java/org/apache/coyote/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/LocalStrings.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/coyote/LocalStrings.properties Wed Jul 12 09:44:50 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. + abstractConnectionHandler.connectionsGet=Found processor [{0}] for socket [{1}] abstractConnectionHandler.error=Error reading request, ignored abstractConnectionHandler.ioexception.debug=IOExceptions are normal, ignored Modified: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties Wed Jul 12 09:44:50 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. + ajpprotocol.noSSL=SSL is not supported with AJP. The SSL host configuration for [{0}] was ignored ajpprotocol.noUpgrade=Upgrade is not supported with AJP. The UpgradeProtocol configuration for [{0}] was ignored ajpprotocol.noUpgradeHandler=Upgrade is not supported with AJP. The HttpUpgradeHandler [{0}] can not be processed Modified: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + ajpprotocol.proto.error = Error leyendo requerimiento, ignorado ajpprocessor.failedread = Fallo en lectura de Conector ajpprocessor.failedsend = No pude enviar mensaje AJP Modified: tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + http11processor.header.parse = Error analizando cabecera de requerimiento HTTP http11processor.neverused = Este m\u00E9todo no deber\u00EDa de usarse nunca http11processor.request.prepare = Error preparando requerimiento Modified: tomcat/trunk/java/org/apache/el/Messages_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/el/Messages_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/el/Messages_es.properties (original) +++ tomcat/trunk/java/org/apache/el/Messages_es.properties Wed Jul 12 09:44:50 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. + error.convert = No puedo convertir [{0}] desde tipo [{1}] a [{2}] error.compare = No puedo comparar [{0}] con [{1}] error.function = Problemas llamando a funci\u00F3n [{0}] Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/LocalStrings.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/LocalStrings.properties Wed Jul 12 09:44:50 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. + filterDef.invalidFilterName=Invalid <filter-name> [{0}] in filter definition. securityConstraint.uncoveredHttpMethod=For security constraints with URL pattern [{0}] only the HTTP methods [{1}] are covered. All other methods are uncovered. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_es.properties Wed Jul 12 09:44:50 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.handshake = Acuerdo fallido endpoint.err.unexpected = Error inesperado al procesar conector Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/jsse/LocalStrings_es.properties Wed Jul 12 09:44:50 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. + jsse.alias_no_key_entry = El nombre de Alias [{0}] no identifica una entrada de clave jsse.invalid_ssl_conf = La configuraci\u00F3n SSL no es v\u00E1lida debido a [{0}] jsse.invalidTrustManagerClassName = El trustManagerClassName suministrado [{0}] no implementa javax.net.ssl.TrustManager Modified: tomcat/trunk/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties (original) +++ tomcat/trunk/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties Wed Jul 12 09:44:50 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/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties Wed Jul 12 09:44:50 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. + serverContainer.addNotAllowed=No further Endpoints may be registered once an attempt has been made to use one of the previously registered endpoints serverContainer.configuratorFail=Failed to create configurator of type [{0}] for POJO of type [{1}] serverContainer.duplicatePaths=Multiple Endpoints may not be deployed to the same path [{0}] : existing endpoint was [{1}] and new endpoint is [{2}] Modified: tomcat/trunk/res/checkstyle/checkstyle.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/checkstyle.xml?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/res/checkstyle/checkstyle.xml (original) +++ tomcat/trunk/res/checkstyle/checkstyle.xml Wed Jul 12 09:44:50 2017 @@ -31,7 +31,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/trunk/test/org/apache/juli/logging-non-rotatable.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/juli/logging-non-rotatable.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/juli/logging-non-rotatable.properties (original) +++ tomcat/trunk/test/org/apache/juli/logging-non-rotatable.properties Wed Jul 12 09:44:50 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/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties?rev=1801709&r1=1801708&r2=1801709&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties (original) +++ tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties Wed Jul 12 09:44:50 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