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
commit fa24eddfc49cc2e19b4cd4606a4eb3b7d55fed98 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 21 17:34:12 2021 +0100 Improve French translations (remm) --- java/jakarta/servlet/http/LocalStrings_fr.properties | 1 + webapps/docs/changelog.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/java/jakarta/servlet/http/LocalStrings_fr.properties b/java/jakarta/servlet/http/LocalStrings_fr.properties index 5352f35..bdf7898 100644 --- a/java/jakarta/servlet/http/LocalStrings_fr.properties +++ b/java/jakarta/servlet/http/LocalStrings_fr.properties @@ -21,6 +21,7 @@ err.cookie_name_is_token=Le nom de cookie [{0}] est un "token" réservé err.io.indexOutOfBounds=L''offset [{0}] et/ou la longueur [{1}] spécifiés pour la taille du tableau [{2}] sont invalides err.io.nullArray=Null a été passée comme tableau d'octets à la méthode d'écriture err.io.short_read=Lecture partielle +err.state.commit=Interdit une fois que la réponse a été commitée http.method_delete_not_supported=La méthode HTTP DELETE n'est pas supportée par cette URL http.method_get_not_supported=La méthode HTTP GET n'est pas supportée par cette URL diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 24ab417..f02d11d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -217,6 +217,9 @@ 16 onwards to the <code>service.bat</code> script to align it with the other start-up scripts. PR provided by MCMicS. (markt) </fix> + <add> + Improvements to French translations. (remm) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org