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/06/30 10:40:40 UTC

[tomcat] branch 7.0.x updated (22da96f -> 3d23880)

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

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


    from 22da96f  Fix BZ 64560 Don't clear DeltaRequest when changing session ID
     new 9c5c9ee  Import updated French translations from POEditor
     new 3d23880  Align Chinese translations with 8.5.x

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/org/apache/catalina/core/LocalStrings_zh_CN.properties | 4 ++++
 java/org/apache/catalina/session/LocalStrings_fr.properties | 1 +
 webapps/docs/changelog.xml                                  | 4 ++++
 3 files changed, 9 insertions(+)


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


[tomcat] 02/02: Align Chinese translations with 8.5.x

Posted by ma...@apache.org.
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

commit 3d23880904bd7ba3171a6bb9448d587890e9bf36
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 30 11:40:12 2020 +0100

    Align Chinese translations with 8.5.x
---
 java/org/apache/catalina/core/LocalStrings_zh_CN.properties | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/java/org/apache/catalina/core/LocalStrings_zh_CN.properties b/java/org/apache/catalina/core/LocalStrings_zh_CN.properties
index b84c416..2156a2e 100644
--- a/java/org/apache/catalina/core/LocalStrings_zh_CN.properties
+++ b/java/org/apache/catalina/core/LocalStrings_zh_CN.properties
@@ -62,6 +62,9 @@ applicationServletRegistration.setServletSecurity.ise=无法将安全性约束
 
 applicationSessionCookieConfig.ise=无法将属性{0}添加到上下文{1}的sessioncokieconfig中,因为该上下文已初始化
 
+aprListener.aprDestroy=无法关闭基于APR的Apache Tomcat本机库
+aprListener.aprInit=在java.library.path:[{0}]上找不到基于APR的Apache Tomcat本机库,该库允许在生产环境中获得最佳性能
+aprListener.aprInitDebug=在java.library.path[{1}]上使用名称[{0}]找不到基于APR的ApacheTomcat本机库。报告的错误是[{2}]
 aprListener.aprInitError=基于APR的本地库加载失败.错误报告为[{0}]
 aprListener.currentFIPSMode=当前FIPS模式:[{0}]。
 aprListener.enterAlreadyInFIPSMode=AprLifecycleListener 配置为强制进入FIPS模式,但库已处于FIPS模式[{0}]
@@ -74,6 +77,7 @@ aprListener.requireNotInFIPSMode=AprLifecycleListener配置为要求库已处于
 aprListener.skipFIPSInitialization=已经处于FIPS模式,跳过FIPS初始化
 aprListener.sslInit=无法初始化SSLEngine
 aprListener.tcnInvalid=安装了不兼容的APR(基于Apache Tomcat原生库)版本[{0}],而Tomcat要求版本[{1}]
+aprListener.tcnValid=使用APR版本[{1}]加载了基于APR的Apache Tomcat本机库[{0}]。
 aprListener.tcnVersion=安装了基于APR的Apache Tomcat Native库的旧版本[{0}],而Tomcat建议使用[{1}]的最低版本
 aprListener.tooLateForFIPSMode=无法设置FIPSMode:SSL已初始化
 aprListener.tooLateForSSLEngine=无法设置引擎:SSL已初始化


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


[tomcat] 01/02: Import updated French translations from POEditor

Posted by ma...@apache.org.
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

commit 9c5c9eeff8043e1618a3839dc0a95e0d9082f6dc
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 30 11:39:44 2020 +0100

    Import updated French translations from POEditor
---
 java/org/apache/catalina/session/LocalStrings_fr.properties | 1 +
 webapps/docs/changelog.xml                                  | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/java/org/apache/catalina/session/LocalStrings_fr.properties b/java/org/apache/catalina/session/LocalStrings_fr.properties
index e76ade2..aa39d68 100644
--- a/java/org/apache/catalina/session/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/session/LocalStrings_fr.properties
@@ -32,6 +32,7 @@ applicationSession.value.iae=valeur nulle
 fileStore.createFailed=Impossible de créer le répertoire [{0}] pour stocker les données de session
 fileStore.deleteFailed=Impossible d''effacer le fichier [{0}] qui empêche la création du support de stockage de sessions
 fileStore.deleteSessionFailed=Impossible d''effacer le fichier [{0}] qui n''est plus nécessaire
+fileStore.invalid=Fichier de persistance [{0}] invalide pour la session avec id [{1}]
 fileStore.loading=Chargement de la Session [{0}] depuis le fichier [{1}]
 fileStore.removing=Retrait de la Session [{0}] du fichier [{1}]
 fileStore.saving=Sauvegarde de la Session [{0}] vers le fichier [{1}]
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 4ac430d..23df812 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -141,6 +141,10 @@
         they are packaged into separate jars. Pull request provided by Raymond
         Augé. (markt)
       </fix>
+      <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