You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/12/19 11:50:49 UTC

svn commit: r727998 - in /maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages: messages_de.properties messages_en.properties

Author: bentmann
Date: Fri Dec 19 02:50:48 2008
New Revision: 727998

URL: http://svn.apache.org/viewvc?rev=727998&view=rev
Log:
[MNG-3451] [MNG-3790] German localization for maven-core
Submitted by: Christian Schulte

o Applied with minor modifications

Added:
    maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_de.properties   (with props)
Modified:
    maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties

Added: maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_de.properties
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_de.properties?rev=727998&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_de.properties (added)
+++ maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_de.properties Fri Dec 19 02:50:48 2008
@@ -0,0 +1,34 @@
+# 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.
+
+# --------------------------------------------------------------------------
+# Project Verifier
+# --------------------------------------------------------------------------
+failed.download.warning=WARNUNG: Herunterladen von {0} fehlgeschlagen.
+remote.repository.disabled.warning=Verwendung entfernter Repositories deaktiviert.
+directory.nonexistant.warning=Verzeichnis {0} existiert nicht, es wird erstellt.
+not.directory.warning={0} ist kein Verzeichnis.
+not.writable.warning=Kann {0} nicht schreiben.
+cannot.create.directory.warning=Kann Verzeichnis {0} nicht erstellen.
+maven.repo.local.unset.warning=maven.repo.local ist nicht gesetzt.
+single.unsatisfied.dependency.error=Der Vorgang wurde aufgrund der folgenden nicht erf\u00FCllten Abh\u00E4ngigkeit abgebrochen:
+multiple.unsatisfied.dependency.error=Der Vorgang wurde aufgrund der folgenden nicht erf\u00FCllten Abh\u00E4ngigkeiten abgebrochen:
+offline.snapshot.warning={0} ist unter Umst\u00E4nden veraltet. Da Sie offline arbeiten, wird der Vorgang fortgesetzt.
+download.message=Versuche {0} herunterzuladen.
+plugin.loading.error=Kann Plugin {0} nicht laden.
+empty.descriptor.error=Datei {0} ist leer.
+checksum.verification.error=Artefakt {0} ist defekt.

Propchange: maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_de.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_de.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties?rev=727998&r1=727997&r2=727998&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties (original)
+++ maven/components/branches/maven-2.0.x/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties Fri Dec 19 02:50:48 2008
@@ -17,7 +17,7 @@
 
 # NOTE:
 # This bundle is intentionally empty because English strings are provided by the base bundle via the parent chain. It
-# must be provided nevertheless such that a request for locale "en" will not errorneously pick up the bundle for the
+# must be provided nevertheless such that a request for locale "en" will not erroneously pick up the bundle for the
 # JVM's default locale (which need not be "en"). See the method javadoc about
 #   ResourceBundle.getBundle(String, Locale, ClassLoader)
 # for a full description of the lookup strategy.