This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new a082aa7248 Remove a couple of additional out-dated translations a082aa7248 is described below commit a082aa7248aa8c98b6f6b817e4626ca80a03a9f1 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Nov 1 20:24:00 2023 +0000 Remove a couple of additional out-dated translations --- java/org/apache/tomcat/util/net/LocalStrings_fr.properties | 1 - java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties | 1 - 2 files changed, 2 deletions(-) diff --git a/java/org/apache/tomcat/util/net/LocalStrings_fr.properties b/java/org/apache/tomcat/util/net/LocalStrings_fr.properties index 6ebb8bb69e..f06bdbebc6 100644 --- a/java/org/apache/tomcat/util/net/LocalStrings_fr.properties +++ b/java/org/apache/tomcat/util/net/LocalStrings_fr.properties @@ -165,7 +165,6 @@ sslUtilBase.noCrlSupport=Le truststoreProvider [{0}] ne supporte pas d''option d sslUtilBase.noKeys=Aucun alias pour les clés privées n'a été trouvé dans la base de clés sslUtilBase.noVerificationDepth=Le truststoreProvider [{0}] ne supporte pas l''option de configuration certificateVerificationDepth sslUtilBase.noneSupported=Aucun des [{0}] spécifiés n''est supporté par le moteur SSL : [{1}] -sslUtilBase.skipped=Quelques [{0}] spécifiés ne sont pas supportés par le moteur SSL et ont été ignorés : [{1}] sslUtilBase.ssl3=SSLv3 a été explicitement activé. Ce protocole est connu comme non-sécurisé. sslUtilBase.tls13.auth=L’implémentation JSSE de TLS 1.3 ne supporte pas l'authentification après la négociation initiale, elle est donc incompatible avec l’authentification optionnelle du client sslUtilBase.trustedCertNotChecked=Les dates de validité du certificat de confiance dont l''alias est [{0}] n''ont pas été vérifiées car sont type est inconnu diff --git a/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties b/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties index 9019b40a27..f7008b0428 100644 --- a/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties +++ b/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties @@ -162,7 +162,6 @@ sslUtilBase.noCrlSupport=truststoreProvider [{0}]不支持certificateRevocationF sslUtilBase.noKeys=在密钥存储中找不到私钥的别名 sslUtilBase.noVerificationDepth=truststoreProvider[{0}]不支持CertificationDepth配置选项 sslUtilBase.noneSupported=SSL引擎不支持指定的[{0}]:[{1}] -sslUtilBase.skipped=某些指定的[{0}]不受SSL引擎支持,已被跳过:[{1}] sslUtilBase.ssl3=SSLv3 已显式启用。 已知该协议是不安全。 sslUtilBase.tls13.auth=JSSE TLS 1.3实现不支持初始握手后的身份验证,因此与可选的客户端身份验证不兼容 sslUtilBase.trustedCertNotChecked=未检查别名为[{0}]的受信任证书的有效日期,因为该证书属于未知类型 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org