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 2022/07/13 15:29:45 UTC

[tomcat] branch 8.5.x updated: Improvements to French translations. (remm)

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 207594a3fe Improvements to French translations. (remm)
207594a3fe is described below

commit 207594a3fe611900e680b8da6509632ca2925f4f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 13 16:29:39 2022 +0100

    Improvements to French translations. (remm)
---
 java/org/apache/catalina/core/LocalStrings_fr.properties      | 1 +
 java/org/apache/jasper/resources/LocalStrings_fr.properties   | 1 +
 java/org/apache/tomcat/util/compat/LocalStrings_fr.properties | 2 ++
 webapps/docs/changelog.xml                                    | 3 +++
 4 files changed, 7 insertions(+)

diff --git a/java/org/apache/catalina/core/LocalStrings_fr.properties b/java/org/apache/catalina/core/LocalStrings_fr.properties
index 2b93332ecf..00f3895bd5 100644
--- a/java/org/apache/catalina/core/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/core/LocalStrings_fr.properties
@@ -83,6 +83,7 @@ aprListener.initializingFIPS=Initialisation du mode FIPS...
 aprListener.requireNotInFIPSMode=AprLifecycleListener est configuré pour demander que la librarie soit déjà en mode FIPS et elle ne l'était pas
 aprListener.skipFIPSInitialization=Déjà en mode FIPS, l'initialisation de FIPS n'est pas effectuée
 aprListener.sslInit=Impossible d'initialiser le SSLEngine
+aprListener.sslRequired=[{0}] n''est pas une valeur valide pour SSLEngine quand la version [{1}] de la librairie Tomcat Native est utilisée car SSL est nécessaire à partir de la version 2.x
 aprListener.tcnInvalid=Une version incompatible [{0}] de la librairie Apache Tomcat Native basée sur APR est installée, alors que Tomcat nécessite la version [{1}]
 aprListener.tcnValid=Chargement de la librairie Apache Tomcat Native [{0}] en utilisant APR version [{1}]
 aprListener.tcnVersion=Un version ancienne [{0}] de la bibliothèque Apache Tomcat Native basée sur APR est installée, alors que Tomcat recommande au minimum la version [{1}]
diff --git a/java/org/apache/jasper/resources/LocalStrings_fr.properties b/java/org/apache/jasper/resources/LocalStrings_fr.properties
index 1902a6912a..4b0ab14d84 100644
--- a/java/org/apache/jasper/resources/LocalStrings_fr.properties
+++ b/java/org/apache/jasper/resources/LocalStrings_fr.properties
@@ -49,6 +49,7 @@ jsp.error.cannotAddResolver=Impossible d'appeler addELResolver après qu'une pre
 jsp.error.classname=Impossible de déterminer le nom de classe d'après le fichier .class
 jsp.error.coerce_to_type=Impossible de convertir la valeur [{2}] de l''attribut [{0}] vers le type [{1}]
 jsp.error.compilation=Erreur de compilation du fichier : [{0}] [{1}]
+jsp.error.compilation.dependent=Erreur de chargement de la classe [{0}]
 jsp.error.compilation.jdt=Erreur de compilation
 jsp.error.compilation.jdtProblemError=Erreur lors du traitement de la liste des problèmes renvoyée par JDT
 jsp.error.compilation.source=Erreur lors du chargement du fichier source [{0}]
diff --git a/java/org/apache/tomcat/util/compat/LocalStrings_fr.properties b/java/org/apache/tomcat/util/compat/LocalStrings_fr.properties
index 998e08ba6b..c74503eb37 100644
--- a/java/org/apache/tomcat/util/compat/LocalStrings_fr.properties
+++ b/java/org/apache/tomcat/util/compat/LocalStrings_fr.properties
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+jre19Compat.javaPre19=Classe non trouvée donc le code est exécutée sur une JVM antérieure à Java 19
+
 jre9Compat.invalidModuleUri=L''URI du module fournie [{0}] n''a pas pu être convertie en URL pour être traitée par le JarScanner
 jre9Compat.javaPre9=Le code est considéré être exécuté sur une JVM antérieure à Java 9 car la classe n'a pas été trouvée
 jre9Compat.unexpected=Impossible de créer les références vers les classes et méthodes de Java 9
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b7ce0ee2cd..a7dacaacae 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -153,6 +153,9 @@
         Update the packaged version of the Tomcat Native Library to 1.2.34 to
         improve the support for building with OpenSSL 3.0.x.(markt)
       </update>
+      <add>
+        Improvements to French translations. (remm)
+      </add>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org