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-ffa450edef68master
parent
5ff84de952
commit
271d72ffe4
|
|
@ -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:
|
||||||
Loading…
Reference in New Issue