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/05/04 15:52:30 UTC

[tomcat] 01/02: Backport updates to German translations

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 74c96b49dfe4159e3304ba96bd8502f3914fb6f8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 4 16:42:30 2020 +0100

    Backport updates to German translations
---
 .../jasper/resources/LocalStrings_de.properties    | 26 +++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/jasper/resources/LocalStrings_de.properties b/java/org/apache/jasper/resources/LocalStrings_de.properties
index 561324d..4ea6cbf 100644
--- a/java/org/apache/jasper/resources/LocalStrings_de.properties
+++ b/java/org/apache/jasper/resources/LocalStrings_de.properties
@@ -24,7 +24,7 @@ jsp.error.compiler=Keine Java-Compiler verfügbar
 jsp.error.data.file.processing=Fehler beim Verarbeiten der Datei [{0}]
 jsp.error.el.template.deferred=#{...} is im Template Text nicht erlaubt
 jsp.error.fallback.invalidUse=jsp:fallback muss ein direktes Kind von jsp:plugin sein
-jsp.error.file.not.found=JSP-Datei [{0}] nicht gefunden
+jsp.error.file.not.found=Datei [{0}] nicht gefunden
 jsp.error.internal.filenotfound=Interner Fehler: Datei [{0}] nicht gefunden
 jsp.error.invalid.attribute=[{0}] hat ein ungültiges Attribut: [{1}]
 jsp.error.invalid.tagdir=Tag Verzeichnis [{0}] beginnt nicht mit "/WEB-INF/tags"
@@ -64,6 +64,19 @@ jsp.warning.unknown.targetVM=Unbekannte Ziel-VM [{0}] ignoriert
 jspc.webfrg.footer=\n\
 </web-fragment>\n\
 \n
+jspc.webfrg.header=<?xml version="1.0" encoding="{0}"?>\n\
+<web-fragment xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
+\              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
+\              xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
+\                      http://xmlns.jcp.org/xml/ns/javaee/web-fragment_4_0.xsd"\n\
+\              version="4.0"\n\
+\              metadata-complete="true">\n\
+\  <name>org_apache_jasper.jspc</name>\n\
+\  <distributable/>\n\
+<!--\n\
+Automatisch erstellt von Apache Tomcat JspC.\n\
+-->\n\
+\n
 jspc.webinc.header=\n\
 <!--\n\
 Automatisch erstellt von Apache Tomcat JspC.\n\
@@ -72,5 +85,16 @@ Automatisch erstellt von Apache Tomcat JspC.\n\
 jspc.webxml.footer=\n\
 </web-app>\n\
 \n
+jspc.webxml.header=<?xml version="1.0" encoding="{0}"?>\n\
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
+\         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
+\         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
+\                 http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"\n\
+\         version="4.0"\n\
+\         metadata-complete="false">\n\
+<!--\n\
+Automatisch erstellt durch Apache Tomcat JspC.\n\
+-->\n\
+\n
 
 org.apache.jasper.compiler.TldCache.servletContextNull=Der angegebene ServletContext war null


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