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 2021/06/04 18:30:45 UTC

[tomcat] branch 9.0.x updated (5f45b1b -> cd6d944)

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

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


    from 5f45b1b  Fix HEAD for the non-blocking case.
     new 3d0e4e8  Update Koream translations
     new cd6d944  Update French translations

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/servlets/LocalStrings_fr.properties | 1 +
 java/org/apache/catalina/servlets/LocalStrings_ko.properties | 1 +
 2 files changed, 2 insertions(+)

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


[tomcat] 01/02: Update Koream translations

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3d0e4e8224549b2ab3a8605da80f02c1bf33eb75
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 4 19:28:32 2021 +0100

    Update Koream translations
---
 java/org/apache/catalina/servlets/LocalStrings_ko.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/org/apache/catalina/servlets/LocalStrings_ko.properties b/java/org/apache/catalina/servlets/LocalStrings_ko.properties
index acf1a25..cd152b3 100644
--- a/java/org/apache/catalina/servlets/LocalStrings_ko.properties
+++ b/java/org/apache/catalina/servlets/LocalStrings_ko.properties
@@ -42,6 +42,7 @@ defaultServlet.missingResource=요청된 리소스 [{0}]은(는) 가용하지 
 defaultServlet.noResources=정적 리소스들을 찾을 수 없었습니다.
 defaultServlet.readerCloseFailed=Reader를 닫지 못했습니다.
 defaultServlet.skipfail=단지 [{0}] 바이트들만이 가용하기 때문에, 읽기가 실패했습니다. 요청된 범위의 시작 위치에 도달하기 위하여, [{1}] 바이트들을 건너뛰어야 했습니다.
+defaultServlet.unknownBomConfig=useBomIfPresent 초기화 파라미터로 인식할 수 없는 값이 제공되었습니다: [{0}]
 defaultServlet.xslError=XSL Transformer 오류
 
 directory.filename=파일명

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


[tomcat] 02/02: Update French translations

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cd6d944e75d8c17ab5c9b71d695d4466e8eb7a97
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 4 19:28:41 2021 +0100

    Update French translations
---
 java/org/apache/catalina/servlets/LocalStrings_fr.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/org/apache/catalina/servlets/LocalStrings_fr.properties b/java/org/apache/catalina/servlets/LocalStrings_fr.properties
index e9604af..cf5a2ed 100644
--- a/java/org/apache/catalina/servlets/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/servlets/LocalStrings_fr.properties
@@ -42,6 +42,7 @@ defaultServlet.missingResource=La ressource demandée [{0}] n''est pas disponibl
 defaultServlet.noResources=Pas de ressources statiques
 defaultServlet.readerCloseFailed=Impossible de fermer le lecteur
 defaultServlet.skipfail=La lecture a échouée parce que seuls [{0}] octets étaient disponibles alors qu''il était nécessaire d''en sauter [{1}] pour atteindre le début de la plage demandée
+defaultServlet.unknownBomConfig=La valeur [{0}] inconnue a été donnée pour le paramètre d’initialisation useBomIfPresent
 defaultServlet.xslError=Erreur de transformation XSL
 
 directory.filename=Nom de fichier

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