jdk/src/jdk.dev/share/classes/sun/tools/jar/resources/jar_de.properties
author chegar
Sun, 17 Aug 2014 15:54:13 +0100
changeset 25859 3317bb8137f4
parent 23010 jdk/src/share/classes/sun/tools/jar/resources/jar_de.properties@6dadb192ad81
permissions -rw-r--r--
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
23010
6dadb192ad81 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents: 21974
diff changeset
     2
# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    26
error.cant.open=\u00D6ffnen nicht m\u00F6glich: {0} 
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    27
error.illegal.option=Ung\u00FCltige Option: {0}
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    28
error.bad.option=Eine der Optionen -{ctxu} muss angegeben werden.
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    29
error.bad.cflag=Kennzeichen "c" erfordert Angabe von Manifest oder Eingabedateien.
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    30
error.bad.uflag=Kennzeichen "u" erfordert Angabe von Manifest, Kennzeichen "e" oder Eingabedateien.
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    31
error.bad.eflag=Kennzeichen "e" und Manifest mit dem Attribut "Main-Class" k\u00F6nnen nicht zusammen angegeben\nwerden.
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    32
error.nosuch.fileordir={0}: Datei oder Verzeichnis nicht vorhanden
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    33
error.write.file=Fehler beim Schreiben in vorhandener JAR-Datei
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    34
error.create.dir={0}: Verzeichnis konnte nicht erstellt werden
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    35
error.incorrect.length=Falsche L\u00E4nge bei der Verarbeitung: {0}
21974
e6e82424e6ef 8027244: Need to translate new error message and usage information for jar tool
mfang
parents: 20196
diff changeset
    36
error.create.tempfile=Es konnte keine tempor\u00E4re Datei erstellt werden
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    37
out.added.manifest=Manifest wurde hinzugef\u00FCgt
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    38
out.update.manifest=Manifest wurde aktualisiert
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    39
out.ignore.entry=Eintrag {0} wird ignoriert
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    40
out.adding={0} wird hinzugef\u00FCgt
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    41
out.deflated=({0} % verkleinert)
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    42
out.stored=(0 % gespeichert)
17184
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 9035
diff changeset
    43
out.create=\  erstellt: {0}
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    44
out.extracted=extrahiert: {0}
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 18282
diff changeset
    45
out.inflated=\ vergr\u00F6\u00DFert: {0}
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    46
out.size=(ein = {0}) (aus = {1})
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
21974
e6e82424e6ef 8027244: Need to translate new error message and usage information for jar tool
mfang
parents: 20196
diff changeset
    48
usage=Verwendung: jar {ctxui}[vfmn0Me] [jar-file] [manifest-file] [entry-point] [-C dir] Dateien ...\nOptionen:\n    -c  Neues Archiv erstellen\n    -t  Inhaltsverzeichnis f\u00FCr Archiv anzeigen\n    -x  Benannte (oder alle) Dateien aus dem Archiv extrahieren\n    -u  Vorhandenes Archiv aktualisieren\n    -v  Ausgabe im Verbose-Modus aus Standard-Ausgabe generieren\n    -f  Dateinamen f\u00FCr Archiv angeben\n    -m  Manifest-Informationen aus angegebener Manifest-Datei einschlie\u00DFen\n    -n  Pack200-Normalisierung nach Erstellung eines neuen Archivs ausf\u00FChren\n    -e  Anwendungs-Einstiegspunkt f\u00FCr alleinstehende Anwendung angeben\n        in einer ausf\u00FChrbaren JAR-Datei geb\u00FCndelt\n    -0  nur speichern; keine ZIP-Komprimierung verwenden\n    -M  keine Manifest-Datei f\u00FCr die Eintr\u00E4ge erstellen\n    -i  Index-Informationen f\u00FCr die angegebenen JAR-Dateien generieren\n    -C  zu angegebenem Verzeichnis wechseln und die folgende Datei einschlie\u00DFen\nDateien, die Verzeichnisse sind, werden rekursiv verarbeitet.\nDie Namen der Manifest-Datei, der Archiv-Datei und des Einstiegspunkts sind\nin derselben Reihenfolge wie die Kennzeichen f\u00FCr "m", "f" und "e" angegeben.\n\nBeispiel 1: Archivieren von zwei Klassendateien in einem Archiv mit dem Namen "classes.jar": \n       jar cvf classes.jar Foo.class Bar.class \nBeispiel 2: Verwenden einer vorhandenen Manifest-Datei mit dem Namen "mymanifest" und Archivieren aller\n           Dateien im Verzeichnis mit dem Namen "foo/" in die Archiv-Datei "classes.jar": \n       jar cvfm classes.jar mymanifest -C foo/ .\n