This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new b3e3720 Add missing French translation (remm) b3e3720 is described below commit b3e3720883b8eeb5e181551f3f4ab8c2546fd8d7 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed May 27 19:24:12 2020 +0100 Add missing French translation (remm) --- java/org/apache/catalina/connector/LocalStrings_fr.properties | 1 + webapps/docs/changelog.xml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/java/org/apache/catalina/connector/LocalStrings_fr.properties b/java/org/apache/catalina/connector/LocalStrings_fr.properties index 3d5ba85..d26bd5f 100644 --- a/java/org/apache/catalina/connector/LocalStrings_fr.properties +++ b/java/org/apache/catalina/connector/LocalStrings_fr.properties @@ -76,6 +76,7 @@ mapperListener.unregisterContext=Désenregistrement du contexte [{0}] request.asyncNotSupported=Un filtre ou un Servlet de la chaîne actuelle ne supporte pas le mode asynchrone request.fragmentInDispatchPath=Le fragment dans le chemin de dispatch [{0}] a été enlevé request.notAsync=Il est interdit d'appeler cette méthode si la requête actuelle n'est pas en mode asynchrone (isAsyncStarted() a renvoyé false) +request.session.failed=Erreur de chargement de la session [{0}] à cause de [{1}] requestFacade.nullRequest=L'objet requête a été recyclé et n'est plus associé à cette façade diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index b7ca9b1..5b5d83d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -87,6 +87,10 @@ <code>CharsetCache</code> to include <code>ISO-8859-16</code>, added in OpenJDK 15. (markt) </update> + <add> + Improve the quality and expand the coverage of the French translations + provided with Apache Tomcat. (remm) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org