From 271d72ffe418aa3876960203298d64752a836356 Mon Sep 17 00:00:00 2001 From: Vincent Siveton Date: Sat, 9 Feb 2008 14:04:58 +0000 Subject: [PATCH] MPLUGIN-72: Add german translation Submitted by: Benjamin Bentmann git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@620114 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/plugin-report_de.properties | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 maven-plugin-plugin/src/main/resources/plugin-report_de.properties diff --git a/maven-plugin-plugin/src/main/resources/plugin-report_de.properties b/maven-plugin-plugin/src/main/resources/plugin-report_de.properties new file mode 100644 index 0000000..5f1f191 --- /dev/null +++ b/maven-plugin-plugin/src/main/resources/plugin-report_de.properties @@ -0,0 +1,40 @@ +# +# 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. +# + +report.plugin.name=Plugin Dokumentation +report.plugin.description=Dieser Bericht dokumentiert die Goals und Parameter des Plugins. +report.plugin.title=Plugin Dokumentation + +report.plugin.goals.nogoal=Keine Goals verfügbar. +report.plugin.goals.intro=Verfügbare Goals dieses Plugins: +report.plugin.goals.column.goal=Goal +report.plugin.goals.column.description=Beschreibung +report.plugin.goal.nodescription=Keine Beschreibung. +report.plugin.goal.deprecated=Missbilligt. + +report.plugin.systemrequirements=Systemvoraussetzungen +report.plugin.systemrequirements.intro=Die folgende Tabelle listet die Mindestanforderungen zum Ausführen dieses Plugins auf: +report.plugin.systemrequirements.nominimum=Keine Mindestanforderung. +report.plugin.systemrequirements.maven=Maven +report.plugin.systemrequirements.jdk=JDK +report.plugin.systemrequirements.memory=Arbeitsspeicher +report.plugin.systemrequirements.diskspace=Festplatte + +report.plugin.usage=Gebrauch +report.plugin.usage.intro=Sie können 'mvn -up' ausführen, um die aktuellste Version dieses Plugins herunterzuladen oder die gewünschte Version in der Plugin-Konfiguration Ihres Projekts angeben: