You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2002/11/23 01:04:58 UTC

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

luehe       2002/11/22 16:04:58

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties messages_fr.properties
  Log:
  Applied patch supplied by Ryan Lubke
  
  Revision  Changes    Path
  1.61      +2 -2      jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- messages.properties	16 Nov 2002 04:20:10 -0000	1.60
  +++ messages.properties	23 Nov 2002 00:04:58 -0000	1.61
  @@ -266,7 +266,7 @@
   jsp.error.empty.body.not.allowed=Empty body not allowed for {0}
   jsp.error.jspbody.required=Must use jsp:body to specify tag body for {0} if jsp:attribute is used.
   jsp.error.jspbody.emptybody.only=The {0} tag can only have jsp:attribute in its body.
  -jsp.error.no.scriptlets=Scripting elements ( <%@, <%!, <%=, <% ) are disallowed here.
  +jsp.error.no.scriptlets=Scripting elements ( <%!, <jsp:declaration, <%=, <jsp:expression, <%, <jsp:scriptlet ) are disallowed here.
   jsp.error.internal.unexpected_node_type=Internal Error: Unexpected node type encountered
   jsp.error.tld.fn.invalid.signature=Invalid syntax for function signature in TLD.  Tag Library: {0}, Function: {1}
   jsp.error.tld.fn.duplicate.name=Duplicate function name {0} in tag library {1}
  
  
  
  1.5       +2 -2      jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages_fr.properties
  
  Index: messages_fr.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages_fr.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- messages_fr.properties	11 Nov 2002 09:03:56 -0000	1.4
  +++ messages_fr.properties	23 Nov 2002 00:04:58 -0000	1.5
  @@ -263,7 +263,7 @@
   jsp.error.empty.body.not.allowed=Un corps vide n'est pas autoris� pour {0}
   jsp.error.jspbody.required=Doit utiliser jsp:body pour indiqu� le corps de tag body de {0} si jsp:attribute est utilis�.
   jsp.error.jspbody.emptybody.only=Le tag {0} ne peut avoir que jsp:attribute dans son corps.
  -jsp.error.no.scriptlets=Les �l�ments de Scripting ( <%@, <%!, <%=, <% ) ne sont pas autoris�s ici.
  +jsp.error.no.scriptlets=Les �l�ments de Scripting ( <%!, <jsp:declaration, <%=, <jsp:expression, <%, <jsp:scriptlet ) ne sont pas autoris�s ici.
   jsp.error.internal.unexpected_node_type=Erreur Interne: Type de node inattendu rencontr�
   jsp.error.tld.fn.invalid.signature=Synthaxe invalide pour la signature de fonction dans la TLD.  Librairie de Tag : {0}, Fonction: {1}
   jsp.error.tld.fn.invalid.signature.classnotfound=Synthaxe invalide pour la signature de fonction dans la TLD.  Classe introuvable: ${0}.  Librairie de Tag: {1}, Fonction: {2}.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>