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 929cd8cc0b1caf69ebaf8579d25f88d47de1f41c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Feb 6 11:17:54 2020 +0000

    Expand coverage of French translations (remm)
---
 java/org/apache/catalina/webresources/LocalStrings_fr.properties | 2 ++
 java/org/apache/tomcat/websocket/LocalStrings_fr.properties      | 1 +
 webapps/docs/changelog.xml                                       | 4 ++++
 3 files changed, 7 insertions(+)

diff --git a/java/org/apache/catalina/webresources/LocalStrings_fr.properties 
b/java/org/apache/catalina/webresources/LocalStrings_fr.properties
index 9939f5a..4ecf78c 100644
--- a/java/org/apache/catalina/webresources/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/webresources/LocalStrings_fr.properties
@@ -25,6 +25,8 @@ cache.backgroundEvictFail=Le processus d''arrière plan 
d''éviction du cache n'
 cache.objectMaxSizeTooBig=La valeur [{0}]kB pour l''objectMaxSize est plus 
grade que la limite de maxSize/20 son elle a été réduite à [{1}]kB\n
 cache.objectMaxSizeTooBigBytes=La valeur de taille d''objet maximale pouvant 
être mis en cache de [{0}]kB est supérieure à Integer.MAX_VALUE qui est le 
maximum, la limite a donc été fixée à Integer.MAX_VALUE octets
 
+cachedResource.invalidURL=La création d''une instance de 
CachedResourceURLStreamHandler a échouée car l''URL [{0}] est malformée
+
 classpathUrlStreamHandler.notFound=Impossible de charger la ressource [{0}] en 
utilisant le chargeur de classe de contexte du thread ou celui de la classe 
actuelle
 
 dirResourceSet.manifestFail=Impossible de lire le manifeste depuis [{0}]
diff --git a/java/org/apache/tomcat/websocket/LocalStrings_fr.properties 
b/java/org/apache/tomcat/websocket/LocalStrings_fr.properties
index 33a2f9e..efb8941 100644
--- a/java/org/apache/tomcat/websocket/LocalStrings_fr.properties
+++ b/java/org/apache/tomcat/websocket/LocalStrings_fr.properties
@@ -35,6 +35,7 @@ caseInsensitiveKeyMap.nullKey=Les clés nulles ne sont pas 
admises
 
 futureToSendHandler.timeout=Le délai d''attente de l''opération est dépassé 
après avoir attendu [{0}] [{1}] pour qu''elle se termine
 
+perMessageDeflate.alreadyClosed=Le transformateur a été fermé et ne peut plus 
être utilisé
 perMessageDeflate.deflateFailed=Impossible de décompresser une trame WebSocket 
compressée
 perMessageDeflate.duplicateParameter=Double définition pour le paramètre 
d''extension [{0}]
 perMessageDeflate.invalidState=Etat invalide
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c6b7b2c..9b59298 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -59,6 +59,10 @@
         Update implementated specification version information in a few places
         where it has not been updated for Jakarta EE 9. (markt)
       </fix>
+      <add>
+        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

Reply via email to