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

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources messages.properties messages_es.properties

pierred     00/11/01 17:12:18

  Modified:    jasper/src/share/org/apache/jasper/resources
                        messages.properties messages_es.properties
  Log:
  Add identity of faulty TLD file in message
  jsp.error.more.than.one.taglib
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- messages.properties	2000/10/31 22:54:13	1.8
  +++ messages.properties	2000/11/02 01:12:16	1.9
  @@ -1,4 +1,4 @@
  -# $Id: messages.properties,v 1.8 2000/10/31 22:54:13 pierred Exp $
  +# $Id: messages.properties,v 1.9 2000/11/02 01:12:16 pierred Exp $
   #
   # Default localized string information
   # Localized this the Default Locale as is en_US
  @@ -119,7 +119,7 @@
   jsp.warning.unknown.element.in.TLD=Warning: Unknown element {0} in TLD
   jsp.warning.unknown.element.in.tag=Warning: Unknown element {0} in tag
   jsp.warning.unknown.element.in.attribute=Warning: Unknown element {0} in attribute
  -jsp.error.more.than.one.taglib=More than one taglib in the TLD
  +jsp.error.more.than.one.taglib=More than one taglib in the TLD: {0}
   jsp.warning.teiclass.is.null=Could not load TagExtraInfo class {0}: {1}
   jsp.error.parse.error.in.TLD=Parse Error in the tag library descriptor: {0}
   jsp.error.unable.to.open.TLD=Unable to open the tag library descriptor: {0}
  
  
  
  1.5       +2 -2      jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages_es.properties
  
  Index: messages_es.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages_es.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- messages_es.properties	2000/10/04 05:10:58	1.4
  +++ messages_es.properties	2000/11/02 01:12:16	1.5
  @@ -1,4 +1,4 @@
  -# $Id: messages_es.properties,v 1.4 2000/10/04 05:10:58 pierred Exp $
  +# $Id: messages_es.properties,v 1.5 2000/11/02 01:12:16 pierred Exp $
   #
   # Default localized string information
   # Localized para Locale es_ES
  @@ -113,7 +113,7 @@
   jsp.warning.unknown.element.in.TLD=Aviso: Elemento {0} desconocido en el TLD
   jsp.warning.unknown.element.in.tag=Aviso: Elemento {0} desconocido en el tag
   jsp.warning.unknown.element.in.attribute=Aviso: Elemento {0} desconocido en el atributo
  -jsp.error.more.than.one.taglib=Mas de una libreria de tags en el TLD
  +jsp.error.more.than.one.taglib=Mas de una libreria de tags en el TLD: {0}
   jsp.warning.teiclass.is.null=No se puedee cargar la clase TagExtraInfo llamada {0}: {1}
   jsp.error.parse.error.in.TLD=Error de analisis en el descriptor de libreria de tags: {0}
   jsp.error.unable.to.open.TLD=No se puede abrir el descriptor de libreria de tags: {0}