This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 049376a37e Updates to French translations
049376a37e is described below
commit 049376a37ed75b5e0fc04ee29a6d2cb13321624a
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 29 16:55:17 2025 +0100
Updates to French translations
---
java/org/apache/coyote/http2/LocalStrings_fr.properties | 1 +
java/org/apache/el/LocalStrings_fr.properties | 1 +
webapps/docs/changelog.xml | 3 +++
3 files changed, 5 insertions(+)
diff --git a/java/org/apache/coyote/http2/LocalStrings_fr.properties
b/java/org/apache/coyote/http2/LocalStrings_fr.properties
index 93bbb7c2c0..cada7a2277 100644
--- a/java/org/apache/coyote/http2/LocalStrings_fr.properties
+++ b/java/org/apache/coyote/http2/LocalStrings_fr.properties
@@ -37,6 +37,7 @@ frameType.checkPayloadSize=La taille de données [{0}] n''est
pas valide pour un
frameType.checkStream=Type de trame invalide [{0}]
hpack.integerEncodedOverTooManyOctets=Un entier de taille variable de HPACK a
été encodé sur trop d''octets, le maximum est de [{0}]
+hpack.integerEncodedTooBig=La valeur maximale permise pour un entier de
longueur variable encodé par HPACK est Integer.MAX_VALUE
hpack.invalidCharacter=Le caractère Unicode [{0}] ayant le code point [{1}] ne
peut être encodé, parce qu''il est en-dehors de l''éventail permis 0-255.
hpackEncoder.encodeHeader=Encodage de l''en-tête [{0}] avec la valeur [{1}]
diff --git a/java/org/apache/el/LocalStrings_fr.properties
b/java/org/apache/el/LocalStrings_fr.properties
index 75abadbeea..ef5cc33a1f 100644
--- a/java/org/apache/el/LocalStrings_fr.properties
+++ b/java/org/apache/el/LocalStrings_fr.properties
@@ -20,6 +20,7 @@ elSupport.coerce.nonAbstract=Impossible de contraindre une
LambdaExpression vers
error.cannotSetVariables=Impossible de fixer la valeur des variables de la
fabrique
error.compare=Impossible de comparer [{0}] à [{1}]
+error.compare.null=Impossible de comparer un objet non null avec null
error.context.null=ELContext est null
error.convert=Impossible de convertir [{0}] de type [{1}] en [{2}]
error.fnMapper.method=La fonction [{0}] n''a pas été trouvée
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9440a908fa..da517b4819 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -336,6 +336,9 @@
<add>
Improvements to Russian translations provided by usmazat. (markt)
</add>
+ <add>
+ Improvements to French translations. (remm)
+ </add>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]