Author: markt
Date: Tue Nov 13 13:34:58 2018
New Revision: 1846508

URL: http://svn.apache.org/viewvc?rev=1846508&view=rev
Log:
Additional German translations contributed by soliplaya and burghard

Added:
    
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/LocalStrings_de.properties
   (with props)
    tomcat/trunk/java/org/apache/catalina/core/LocalStrings_de.properties   
(with props)
    tomcat/trunk/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties  
 (with props)
    tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_de.properties   
(with props)
    
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_de.properties
   (with props)
    tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_de.properties   
(with props)
    tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_de.properties   
(with props)
    
tomcat/trunk/java/org/apache/coyote/http11/filters/LocalStrings_de.properties   
(with props)
    tomcat/trunk/java/org/apache/coyote/http2/LocalStrings_de.properties   
(with props)
    tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_de.properties   
(with props)
    tomcat/trunk/java/org/apache/tomcat/util/LocalStrings_de.properties   (with 
props)
    tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_de.properties   
(with props)
    
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings_de.properties 
  (with props)
    
tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings_de.properties 
  (with props)
    tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_de.properties   
(with props)
Modified:
    tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_de.properties

Added: 
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- 
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/LocalStrings_de.properties
 (added)
+++ 
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/LocalStrings_de.properties
 Tue Nov 13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+authConfigFactoryImpl.zeroLengthAppContext=Ein leerer Name für einen 
Applikationskontext ist nicht erlaubt.

Propchange: 
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/java/org/apache/catalina/core/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/LocalStrings_de.properties 
(added)
+++ tomcat/trunk/java/org/apache/catalina/core/LocalStrings_de.properties Tue 
Nov 13 13:34:58 2018
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+applicationContext.setAttribute.namenull=Der Name darf nicht 'null' sein.
+
+aprListener.initializingFIPS=FIPS-Modus wird initialisiert...
+
+standardContext.listenerStart=Fehler beim Senden der ''Context Initialized'' 
Benachrichtigung an den Listener aus der Klasse [{0}]

Propchange: 
tomcat/trunk/java/org/apache/catalina/core/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
tomcat/trunk/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties 
(added)
+++ tomcat/trunk/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties 
Tue Nov 13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+warWatcher.checkingWar=WAR-Datei [{0}] wird geprüft.

Propchange: 
tomcat/trunk/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_de.properties 
(added)
+++ tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_de.properties Tue 
Nov 13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+webappClassLoader.checkThreadLocalsForLeaks.unknown=Unbekannt

Propchange: 
tomcat/trunk/java/org/apache/catalina/loader/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_de.properties?rev=1846508&r1=1846507&r2=1846508&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_de.properties 
[UTF-8] (original)
+++ tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_de.properties 
[UTF-8] Tue Nov 13 13:34:58 2018
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-htmlManagerServlet.appsAvailable=Verfügbar
+htmlManagerServlet.appsAvailable=gestartet
 htmlManagerServlet.appsExpire=Lösche Sitzungen
 htmlManagerServlet.appsName=Anzeigename
 htmlManagerServlet.appsPath=Kontext Pfad
@@ -45,6 +45,7 @@ htmlManagerServlet.helpManagerFile=../do
 htmlManagerServlet.list=Anwendungen auflisten
 htmlManagerServlet.manager=Manager
 htmlManagerServlet.messageLabel=Nachricht:
+htmlManagerServlet.serverIPAddress=IP-Adresse
 htmlManagerServlet.serverJVMVendor=JVM Hersteller
 htmlManagerServlet.serverJVMVersion=JVM Version
 htmlManagerServlet.serverOSArch=OS Architektur

Added: 
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- 
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_de.properties
 (added)
+++ 
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_de.properties
 Tue Nov 13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+staticMembershipInterceptor.sendShutdown.failed=Benachrichtig über den 
Shutdown schlug fehl.

Propchange: 
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_de.properties 
(added)
+++ tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_de.properties Tue 
Nov 13 13:34:58 2018
@@ -0,0 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+http.404.reason=nicht gefunden
+http.429.reason=Zu viele Anfragen

Propchange: 
tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_de.properties 
(added)
+++ tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_de.properties Tue 
Nov 13 13:34:58 2018
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+http11processor.request.process=Fehler bei der Verarbeitung der Anfrage
+
+iob.illegalreset=Die Server-Antwort kann nicht zurück gesetzt werden nachdem 
sie schon freigegeben wurde.

Propchange: 
tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
tomcat/trunk/java/org/apache/coyote/http11/filters/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/filters/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- 
tomcat/trunk/java/org/apache/coyote/http11/filters/LocalStrings_de.properties 
(added)
+++ 
tomcat/trunk/java/org/apache/coyote/http11/filters/LocalStrings_de.properties 
Tue Nov 13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+chunkedInputFilter.invalidCrlfNoCR=Falsche Buchstabensequenz für Zeilenende 
(richtig wäre <CR><LF>)

Propchange: 
tomcat/trunk/java/org/apache/coyote/http11/filters/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/LocalStrings_de.properties (added)
+++ tomcat/trunk/java/org/apache/coyote/http2/LocalStrings_de.properties Tue 
Nov 13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+upgradeHandler.pingFailed=Verbindung [{0}] – Das Senden eines ''ping'' zum 
Klienten schlug fehl.

Propchange: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_de.properties 
(added)
+++ tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_de.properties 
Tue Nov 13 13:34:58 2018
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+jsp.error.attribute.noequal=Gleichheitszeichen erwartet
+jsp.error.no.scriptlets=Die Skript-Elemente ( &lt;%!, &lt;jsp:declaration, 
&lt;%=, &lt;jsp:expression, &lt;%, &lt;jsp:scriptlet ) sind hier nicht erlaubt.
+jsp.error.outputfolder=kein Ausgabeordner
+
+org.apache.jasper.compiler.TldCache.servletContextNull=Der angegebene 
ServletContext war null

Propchange: 
tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/java/org/apache/tomcat/util/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/LocalStrings_de.properties (added)
+++ tomcat/trunk/java/org/apache/tomcat/util/LocalStrings_de.properties Tue Nov 
13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+diagnostics.vmInfoClassCompilation=Übersetzung der Klasse

Propchange: tomcat/trunk/java/org/apache/tomcat/util/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_de.properties 
(added)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_de.properties Tue 
Nov 13 13:34:58 2018
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+socket.apr.closed=Der zu  dieser Verbindung gehörende Socket [{0}] wurde 
geschlossen.
+
+sslHostConfig.fileNotFound=Die konfigurierte Datei [{0}] existiert nicht.\n

Propchange: 
tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- 
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings_de.properties 
(added)
+++ 
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings_de.properties 
Tue Nov 13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+engine.noSession=SSL Session-ID nicht vorhanden

Propchange: 
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- 
tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings_de.properties 
(added)
+++ 
tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings_de.properties 
Tue Nov 13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+serverContainer.pojoDeploy=POJO Klasse [{0}] wird unter  [{1}] im 
ServletContext [{2}] deployed

Propchange: 
tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_de.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_de.properties?rev=1846508&view=auto
==============================================================================
--- tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_de.properties 
(added)
+++ tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_de.properties 
Tue Nov 13 13:34:58 2018
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+requestparams.title=Beispiel für Anfrageparameter

Propchange: 
tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native



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

Reply via email to