This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 14834cc4d9819418103f2d806fcbc5354a04414c Author: Mark Thomas <[email protected]> AuthorDate: Thu Jun 4 16:36:16 2026 +0100 Improvements to French translations. (remm) --- java/org/apache/coyote/http2/LocalStrings_fr.properties | 2 ++ java/org/apache/tomcat/util/net/LocalStrings_fr.properties | 1 + webapps/docs/changelog.xml | 3 +++ 3 files changed, 6 insertions(+) diff --git a/java/org/apache/coyote/http2/LocalStrings_fr.properties b/java/org/apache/coyote/http2/LocalStrings_fr.properties index 172d3a2064..19bb1cf936 100644 --- a/java/org/apache/coyote/http2/LocalStrings_fr.properties +++ b/java/org/apache/coyote/http2/LocalStrings_fr.properties @@ -96,7 +96,9 @@ stream.header.contentLength=Connection [{0}], Flux [{1}], La valeur de l''en-tê stream.header.debug=Connection [{0}], Flux [{1}], en-tête HTTP [{2}], valeur [{3}] stream.header.duplicate=Connection [{0}], Flux [{1}], Reçu plusieurs en-têtes [{2}] stream.header.empty=Connection [{0}], Flux [{1}], Le nom d''en-tête nul est invalide +stream.header.inconsistentScheme=Connection [{0}], Stream [{1}], Le schéma [{2}] est inconsistant avec le paramètre TLS activé [{3}] stream.header.invalid=Connection [{0}], Flux [{1}], L''en-tête[{2}] contenait la valeur invalide [{3}] +stream.header.invalidConnect=Connection [{0}], Stream [{1}], La requête CONNECT est invalide car ni :scheme ni :path ne doivent être présents stream.header.noPath=Connection [{0}], flux [{1}], Le [:path] pseudo en-tête est vide stream.header.required=Connection [{0}], Flux [{1}], Un ou plusieurs en-têtes nécessaires sont manquants stream.header.te=Connection [{0}], Flux [{1}], L''en-tête HTTP [te] n''est pas autorisé avec la valeur [{2}] dans une requête HTTP/2 diff --git a/java/org/apache/tomcat/util/net/LocalStrings_fr.properties b/java/org/apache/tomcat/util/net/LocalStrings_fr.properties index 54058042cf..2e90765ee8 100644 --- a/java/org/apache/tomcat/util/net/LocalStrings_fr.properties +++ b/java/org/apache/tomcat/util/net/LocalStrings_fr.properties @@ -29,6 +29,7 @@ channel.nio.ssl.expandNetInBuffer=Augmentation de la taille du tampon d''entrée channel.nio.ssl.expandNetOutBuffer=Augmentation de la taille du tampon de sortie réseau à [{0}] octets channel.nio.ssl.foundHttp=Une requête HTTP non cryptée a été trouvée sur la connection qui aurait dû être cryptée par TLS channel.nio.ssl.handshakeError=Erreur lors de la négociation +channel.nio.ssl.handshakeUnwrapBufferUnderflow=BUFFER_UNDERFLOW pendant le déballage du handshake, plus de données du réseau sont nécessaires channel.nio.ssl.handshakeWrapPending=Il y a toujours des données de handshake en attente de wrap channel.nio.ssl.handshakeWrapQueueTooLong=La file d'attente de wrap pour les données de handshake est devenue trop longue channel.nio.ssl.incompleteHandshake=La négociation est incomplète, elle doit être terminée pour pouvoir lire des données diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index bd4bdece3a..a7f217f67e 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -368,6 +368,9 @@ <update> Update Commons Daemon to 1.6.0. (markt) </update> + <update> + Improvements to French translations. (remm) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
