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:58 UTC

[tomcat] branch 8.5.x updated (b9d57c0 -> 20f2831)

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

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


    from b9d57c0  Fix HEAD for the non-blocking case.
     new 843ea23  Update French translations
     new 20f2831  Update Korean 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] 02/02: Update Korean translations

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

commit 20f28314ffc07caff084f7e0d46c65bda789a45b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 4 19:29:55 2021 +0100

    Update Korean 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] 01/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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 843ea237d43181261f7ed906636d9ffbadce480a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 4 19:29:44 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