You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/05/27 18:24:52 UTC

[tomcat] 03/03: Add missing French translation (remm)

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

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

commit 1d1d835a6784854e26c4fff8e23aef128c105f3c
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 3bdbe67..eb544d6 100644
--- a/java/org/apache/catalina/connector/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/connector/LocalStrings_fr.properties
@@ -83,6 +83,7 @@ request.asyncNotSupported=Un filtre ou un Servlet de la chaîne actuelle ne supp
 request.fragmentInDispatchPath=Le fragment dans le chemin de dispatch [{0}] a été enlevé
 request.illegalWrap=L'enrobeur de la réponse doit enrober la requête obtenue à partir de getRequest()
 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 9063c98..2332b6e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -111,6 +111,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org