This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 7be0b8f7f2 Improvements to French translations. (remm)
7be0b8f7f2 is described below

commit 7be0b8f7f25cf67cf61adb2e4f17d969f16c760f
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 29 17:03:22 2025 +0100

    Improvements to French translations. (remm)
---
 java/org/apache/coyote/http2/LocalStrings_fr.properties | 1 +
 webapps/docs/changelog.xml                              | 3 +++
 2 files changed, 4 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/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b922ad573f..db1900319b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -192,6 +192,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]

Reply via email to