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/09/30 12:42:12 UTC

[tomcat] 02/06: Improvements to Czech translations.

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

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

commit af3e83530ee17c4e1ab0c0ee0e29fecba91cd4f9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 30 13:34:10 2022 +0100

    Improvements to Czech translations.
---
 java/org/apache/tomcat/websocket/LocalStrings_cs.properties | 2 +-
 webapps/docs/changelog.xml                                  | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/websocket/LocalStrings_cs.properties b/java/org/apache/tomcat/websocket/LocalStrings_cs.properties
index f6716ec9e8..a97bb1a5ee 100644
--- a/java/org/apache/tomcat/websocket/LocalStrings_cs.properties
+++ b/java/org/apache/tomcat/websocket/LocalStrings_cs.properties
@@ -28,5 +28,5 @@ wsSession.doClose=Zavírám WebSocket session [{0}]
 wsSession.duplicateHandlerText=Jednotka (handler) pro textové zprávy již byla nakonfigurována
 wsSession.instanceNew=Selhala registrace instance endpointu
 
-wsWebSocketContainer.missingWWWAuthenticateHeader=Zpracování HTTP odpovědi pro kód [{0}] selhalo. V odpovědi chybí hlavička WWW-Authenticate
+wsWebSocketContainer.missingAuthenticateHeader=Zpracování HTTP odpovědi pro kód [{0}] selhalo. V odpovědi chybí hlavička [{1}]
 wsWebSocketContainer.sessionCloseFail=Relace s ID [{0}] nebyla ukončena čistě
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1159612fdd..0a02ee482d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -157,6 +157,9 @@
       <add>
         Improvements to Chinese translations. (markt)
       </add>
+      <add>
+        Improvements to Czech translations. (markt)
+      </add>
     </changelog>
   </subsection>
 </section>


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