Author: kkolinko
Date: Sat Jan 9 02:50:41 2010
New Revision: 897375
URL: http://svn.apache.org/viewvc?rev=897375&view=rev
Log:
Trivial: comment-out untranslated messages, so that the English ones could be
used
Modified:
tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_es.properties
tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_fr.properties
Modified:
tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_es.properties
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_es.properties?rev=897375&r1=897374&r2=897375&view=diff
==============================================================================
---
tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_es.properties
(original)
+++
tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_es.properties
Sat Jan 9 02:50:41 2010
@@ -420,4 +420,4 @@
jsp.error.prefix.refined=Intento de redefinir el prefijo {0} por {1}, cuando
ya estaba definido como {2} en el ámbito en curso.
jsp.error.nested_jsproot=<jsp:root> anidado
jsp.error.unbalanced.endtag=El tgag final \"</{0}\" está desequilibrado
-jsp.error.invalid.bean=
+#jsp.error.invalid.bean=
Modified:
tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_fr.properties
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_fr.properties?rev=897375&r1=897374&r2=897375&view=diff
==============================================================================
---
tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_fr.properties
(original)
+++
tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_fr.properties
Sat Jan 9 02:50:41 2010
@@ -127,7 +127,6 @@
jsp.warning.checkInterval=Attention: Valeur incorrecte pour le initParam
checkInterval. Utilisation de la valeur par défaut \"300\" secondes
jsp.warning.development=Attention: Valeur incorrecte pour le initParam
development. Utilisation de la valeur par défaut \"true\"
jsp.warning.reloading=Attention: Valeur incorrecte pour le initParam
reloading. Utilisation de la valeur par défaut \"true\"
-jsp.warning.reloading=
jsp.error.badtaglib=Impossible d''ouvrir le taglibrary {0} : {1}
jsp.error.badGetReader=Impossible de créer un lecteur (reader) quand le flux
n''utilse pas des tampons (not buffered)
jsp.warning.unknown.element.in.TLD=Attention: Elément inconnu {0} dans le TLD
@@ -295,26 +294,26 @@
jsp.error.badStandardAction=L''action n''est pas reconnue comme une action
standard.
jsp.error.tagdirective.badbodycontent=Contenu de corps (body-content) ({0})
invalide dans la directive tag
jsp.error.config_pagedir_encoding_mismatch=L''encode de page (Page-encoding)
indiqué dans le jsp-property-group ({0}) est différent de celui indiqué dans la
directive de page ({1})
-jsp.error.prolog_pagedir_encoding_mismatch=
-jsp.error.prolog_config_encoding_mismatch=
+#jsp.error.prolog_pagedir_encoding_mismatch=
+#jsp.error.prolog_config_encoding_mismatch=
jsp.error.attribute.custom.non_rt_with_expr=D''après la TLD, l''attribut {0}
n''accepte aucune expression
jsp.error.scripting.variable.missing_name=Incapable de déterminer le nom de
variable scripting d''après l''attribut {0}
jasper.error.emptybodycontent.nonempty=D''après la TLD, le tag {0} doit être
vide, mais ne l''est pas
-jsp.error.tagfile.nameNotUnique=
-jsp.error.tagfile.nameFrom.noAttribute=
-jsp.error.tagfile.nameFrom.badAttribute=
+#jsp.error.tagfile.nameNotUnique=
+#jsp.error.tagfile.nameFrom.noAttribute=
+#jsp.error.tagfile.nameFrom.badAttribute=
jsp.error.useBean.noSession=Il est illégal pour useBean d''utiliser une portée
de session (session scope) quand la page JSP indique (via la directive de page)
qu''elle ne participe pas aux sessions
jsp.error.attributes.not.allowed = {0} ne doit avoir aucun attribut
-jsp.error.nested.jspattribute=
-jsp.error.nested.jspbody=
-jsp.error.variable.either.name=
-jsp.error.variable.both.name=
-jsp.error.variable.alias=
-jsp.error.jsptext.badcontent=
-jsp.error.prefix.refined=
-jsp.error.jspoutput.conflict=
-jsp.error.jspoutput.doctypenamesystem=
-jsp.error.jspoutput.doctypepulicsystem=
-jsp.error.jspoutput.nonemptybody=
-jsp.error.jspoutput.invalidUse=
-jsp.error.invalid.bean=
+#jsp.error.nested.jspattribute=
+#jsp.error.nested.jspbody=
+#jsp.error.variable.either.name=
+#jsp.error.variable.both.name=
+#jsp.error.variable.alias=
+#jsp.error.jsptext.badcontent=
+#jsp.error.prefix.refined=
+#jsp.error.jspoutput.conflict=
+#jsp.error.jspoutput.doctypenamesystem=
+#jsp.error.jspoutput.doctypepulicsystem=
+#jsp.error.jspoutput.nonemptybody=
+#jsp.error.jspoutput.invalidUse=
+#jsp.error.invalid.bean=
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]