You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@locus.apache.org on 2000/07/11 18:35:11 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/resources LocalStrings_es.properties

nacho       00/07/11 09:35:09

  Modified:    src/share/org/apache/tomcat/resources
                        LocalStrings_es.properties
  Log:
  Adding new strings
  
  Revision  Changes    Path
  1.5       +13 -5     jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_es.properties
  
  Index: LocalStrings_es.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_es.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LocalStrings_es.properties	2000/06/23 15:14:36	1.4
  +++ LocalStrings_es.properties	2000/07/11 16:35:08	1.5
  @@ -1,15 +1,16 @@
  -# $Id: LocalStrings_es.properties,v 1.4 2000/06/23 15:14:36 costin Exp $
  +# $Id: LocalStrings_es.properties,v 1.5 2000/07/11 16:35:08 nacho Exp $
   #
   
   # Localized strings for package org.apache.tomcat.core
   # This is the Spanish locale and is es
   
  +# StaticInterceptor
   defaultservlet.directorylistingfor=Contenido del Directorio:
   defaultservlet.upto=Ir a:
   defaultservlet.subdirectories=Subdirectorios:
   defaultservlet.files=Archivos:
   
  -
  +#DefaultCMSetter / error handlers
   defaulterrorpage.originalrequest=Request original:
   defaulterrorpage.Includedservlet=Error en el Servlet Incluido:
   defaulterrorpage.location=Localizacion:
  @@ -19,14 +20,21 @@
   defaulterrorpage.thisdocumenthasmoved=Este Documento ha sido trasladado
   defaulterrorpage.internalservleterror=Error interno del servlet:
   
  -tomcat.usage=uso: 
  -tomcat.start=Iniciando tomcat. Comprueba el archivo logs/tomcat.log si hay errores
  +#Tomcat.java
  +tomcat.usage=uso:
  +tomcat.start=Iniciando tomcat. Comprueba el archivo {0} si hay errores.\n
  +tomcat.loading=Cargando archivo de configuracion
  +tomcat.loaded=Archivo de configuracion cargado
  +tomcat.bindexception=Otro servicio esta usando el puerto requerido (posiblemente otra instancia de Tomcat). Por favor, para el otro servicio e intentalo de nuevo.
   tomcat.fatalconfigerror=FATAL: error de configuracion
   tomcat.nohome=No existe la propiedad tomcat.home, necesitas crear la variable del entorno TOMCAT_HOME o usar -Dtomcat.home=/ruta/a/tomcat
   tomcat.wrongargs=Argumentos no validos
  -tomcat.stop=Parando tomcat
  +tomcat.stop=Parando tomcat.
   tomcat.fatal=FATAL:
  +tomcat.connectexception=No se puede conectar con Tomcat. probablemete ya este parado.
   
  +# LoadOnStartupInterceptor
   context.loadServlet.e=no se puede cargar el servlet: {0}
   
  +#WebXmlReader
   context.getConfig.e=No se puede configurar el servicio web usando "{0}"