NetBSD/gnu/dist/grep/po/de.po

379 lines
12 KiB
Plaintext
Raw Normal View History

1999-02-09 15:38:36 +03:00
# German messages for GNU grep
2000-02-27 03:21:41 +03:00
# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
# Martin von L<>wis <martin@mira.isdn.cs.tu-berlin.de>, 1997, 1998, 1999
1999-02-09 15:38:36 +03:00
#
msgid ""
msgstr ""
2000-02-27 03:21:41 +03:00
"Project-Id-Version: GNU grep 2.3f\n"
"POT-Creation-Date: 1999-11-13 11:33-0500\n"
"PO-Revision-Date: 1999-10-10 15:32+02:00\n"
1999-02-09 15:38:36 +03:00
"Last-Translator: Martin von L<>wis <martin@mira.isdn.cs.tu-berlin.de>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
2000-02-27 03:21:41 +03:00
#: src/dfa.c:155 src/dfa.c:167 src/dfa.c:180 src/grep.c:921
1999-02-09 15:38:36 +03:00
msgid "Memory exhausted"
msgstr "Virtueller Speicher ersch<63>pft."
2000-02-27 03:21:41 +03:00
#: src/dfa.c:457
1999-02-09 15:38:36 +03:00
msgid "Unfinished \\ escape"
msgstr "Unbeendete \\-Escape-Sequenz."
#. Cases:
#. {M} - exact count
#. {M,} - minimum count, maximum is infinity
#. {M,N} - M through N
2000-02-27 03:21:41 +03:00
#: src/dfa.c:590 src/dfa.c:596 src/dfa.c:606 src/dfa.c:614 src/dfa.c:629
1999-02-09 15:38:36 +03:00
msgid "unfinished repeat count"
msgstr "Unbeendeter Wiederholungsz<73>hler."
2000-02-27 03:21:41 +03:00
#: src/dfa.c:603 src/dfa.c:620 src/dfa.c:628 src/dfa.c:632
1999-02-09 15:38:36 +03:00
msgid "malformed repeat count"
msgstr "Unf<6E>rmiger Wiederholungsz<73>hler."
# Is this message used only for [ without matching ],
# or for ] without [ as well?
2000-02-27 03:21:41 +03:00
#: src/dfa.c:697 src/dfa.c:700 src/dfa.c:727 src/dfa.c:731 src/dfa.c:732
#: src/dfa.c:735 src/dfa.c:748 src/dfa.c:749
1999-02-09 15:38:36 +03:00
msgid "Unbalanced ["
msgstr "<22>ffnende [ ohne schlie<69>ende."
2000-02-27 03:21:41 +03:00
#: src/dfa.c:886
1999-02-09 15:38:36 +03:00
msgid "Unbalanced ("
msgstr "<22>ffnende ( ohne schlie<69>ende."
2000-02-27 03:21:41 +03:00
#: src/dfa.c:1007
1999-02-09 15:38:36 +03:00
msgid "No syntax specified"
msgstr "Keine Syntax angegeben."
2000-02-27 03:21:41 +03:00
#: src/dfa.c:1015
1999-02-09 15:38:36 +03:00
msgid "Unbalanced )"
msgstr "Schlie<69>ende ) ohne <20>ffnende."
2000-02-27 03:21:41 +03:00
#: src/dfa.c:2036
1999-02-09 15:38:36 +03:00
msgid "out of memory"
msgstr "Speicher ist alle."
#: src/getopt.c:628
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr "%s: Die Option <20>%s<> ist mehrdeutig.\n"
#: src/getopt.c:652
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr "%s: Die Option <20>%s<> erlaubt keinen Parameter.\n"
#: src/getopt.c:657
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr "%s: Die Option <20>%c%s<> erlaubt keinen Parameter.\n"
#: src/getopt.c:674 src/getopt.c:847
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr "%s: Die Option <20>%s<> verlangt einen Parameter.\n"
#. --option
#: src/getopt.c:703
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "%s: Nicht erkannte Option <20>--%s<>\n"
#. +option or -option
#: src/getopt.c:707
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "%s: Nicht erkannte Option <20>%c%s<>.\n"
#. 1003.2 specifies the format of this message.
#: src/getopt.c:733
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr "%s: Ung<6E>ltige Option -- %c.\n"
#: src/getopt.c:736
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr "%s: Ung<6E>ltige Option -- %c.\n"
#. 1003.2 specifies the format of this message.
#: src/getopt.c:766 src/getopt.c:896
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: Option verlangt einen Parameter -- %c.\n"
#: src/getopt.c:813
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr "%s: Option <20>-W %s<> ist zweideutig.\n"
#: src/getopt.c:831
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: Option <20>-W %s<> erlaubt keinen Parameter.\n"
#: src/getopt1.c:132
#, c-format
msgid "option %s"
msgstr "Option %s"
#: src/getopt1.c:134
#, c-format
msgid " with arg %s"
msgstr "mit Argument %s."
#: src/getopt1.c:149
msgid "digits occur in two different argv-elements.\n"
msgstr "In zwei verschiedenen argv-Elementen tauchen Ziffern auf.\n"
#: src/getopt1.c:151
#, c-format
msgid "option %c\n"
msgstr "Option %c\n"
#: src/getopt1.c:155
msgid "option a\n"
msgstr "Option a\n"
#: src/getopt1.c:159
msgid "option b\n"
msgstr "Option b\n"
#: src/getopt1.c:163
#, c-format
msgid "option c with value `%s'\n"
msgstr "Option c mit Wert <20>%s<>\n"
#: src/getopt1.c:167
#, c-format
msgid "option d with value `%s'\n"
msgstr "Option s mit Wert <20>%s<>\n"
#: src/getopt1.c:174
#, c-format
msgid "?? getopt returned character code 0%o ??\n"
msgstr "?? getopt ergab Zeichen 0%o ??\n"
#: src/getopt1.c:180
msgid "non-option ARGV-elements: "
msgstr "Nicht-Options-ARGV-Elemente: "
2000-02-27 03:21:41 +03:00
#: src/grep.c:183 src/grep.c:200 src/grep.c:300 src/grep.c:408 src/kwset.c:184
1999-02-09 15:38:36 +03:00
#: src/kwset.c:190
msgid "memory exhausted"
msgstr "Virtueller Speicher ersch<63>pft."
2000-02-27 03:21:41 +03:00
#: src/grep.c:560 src/grep.c:1454
1999-02-09 15:38:36 +03:00
msgid "writing output"
msgstr "schreibe Ausgabe"
2000-02-27 03:21:41 +03:00
#: src/grep.c:792
1999-02-09 15:38:36 +03:00
#, c-format
msgid "Binary file %s matches\n"
2000-02-27 03:21:41 +03:00
msgstr "<22>bereinstimmungen in Bin<69>rdatei %s.\n"
1999-02-09 15:38:36 +03:00
2000-02-27 03:21:41 +03:00
#: src/grep.c:808
1999-02-09 15:38:36 +03:00
msgid "(standard input)"
msgstr "(Standardeingabe)"
2000-02-27 03:21:41 +03:00
#: src/grep.c:906
#, c-format
msgid "%s: warning: %s: %s\n"
msgstr "%s: Warnung: %s: %s\n"
#: src/grep.c:907
1999-02-09 15:38:36 +03:00
msgid "recursive directory loop"
2000-02-27 03:21:41 +03:00
msgstr "Rekursive Verzeichnisschleife."
1999-02-09 15:38:36 +03:00
2000-02-27 03:21:41 +03:00
#: src/grep.c:958
1999-02-09 15:38:36 +03:00
#, c-format
msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n"
msgstr "Aufruf: %s [OPTION]... MUSTER [DATEI]...\n"
2000-02-27 03:21:41 +03:00
#: src/grep.c:959
1999-02-09 15:38:36 +03:00
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "<22>%s --help<6C> gibt Ihnen mehr Informationen.\n"
2000-02-27 03:21:41 +03:00
#: src/grep.c:963
1999-02-09 15:38:36 +03:00
#, c-format
msgid "Usage: %s [OPTION]... PATTERN [FILE] ...\n"
msgstr "Aufruf: %s [OPTION]... MUSTER [DATEI] ...\n"
2000-02-27 03:21:41 +03:00
#: src/grep.c:964
#, fuzzy, c-format
1999-02-09 15:38:36 +03:00
msgid ""
"Search for PATTERN in each FILE or standard input.\n"
2000-02-27 03:21:41 +03:00
"Example: %s -i 'hello.*world' menu.h main.c\n"
1999-02-09 15:38:36 +03:00
"\n"
"Regexp selection and interpretation:\n"
msgstr ""
"Suche nach MUSTER in jeder DATEI oder der Standardeingabe.\n"
"\n"
"Auswahl und Interpretation regul<75>rer Ausdr<64>cke:\n"
2000-02-27 03:21:41 +03:00
#: src/grep.c:969
#, fuzzy
msgid ""
" -E, --extended-regexp PATTERN is an extended regular expression\n"
" -F, --fixed-strings PATTERN is a set of newline-separated strings\n"
" -G, --basic-regexp PATTERN is a basic regular expression\n"
msgstr ""
1999-02-09 15:38:36 +03:00
" -E, --extended-regexp MUSTER ist ein erweiterter regul<75>rer Ausdruck.\n"
" -F, --fixed-regexp MUSTER ist eine feste Zeichenkette\n"
" getrennt durch Leerzeichen.\n"
" -G, --basic-regexp MUSTER ist ein regul<75>rer Standardausdruck.\n"
2000-02-27 03:21:41 +03:00
#: src/grep.c:973
msgid ""
" -e, --regexp=PATTERN use PATTERN as a regular expression\n"
" -f, --file=FILE obtain PATTERN from FILE\n"
" -i, --ignore-case ignore case distinctions\n"
" -w, --word-regexp force PATTERN to match only whole words\n"
" -x, --line-regexp force PATTERN to match only whole lines\n"
" -z, --null-data a data line ends in 0 byte, not newline\n"
msgstr ""
1999-02-09 15:38:36 +03:00
" -e, --regexp=MUSTER MUSTER als regul<75>ren Ausdruck verwenden.\n"
" -f, --file=FILE MUSTER aus DATEI lesen.\n"
" -i, --ignore-case Unterschied zwischen Gro<72>- und Kleinschreibung\n"
" ignorieren.\n"
" -w, --word-regexp MUSTER pa<70>t nur auf ganze W<>rter.\n"
" -x, --line-regexp MUSTER pa<70>t nur auf ganze Zeilen.\n"
2000-02-27 03:21:41 +03:00
" -z, --null-data Eine Zeile endet mit Nullbyte, nicht Newline.\n"
1999-02-09 15:38:36 +03:00
2000-02-27 03:21:41 +03:00
#: src/grep.c:980
#, fuzzy
1999-02-09 15:38:36 +03:00
msgid ""
"\n"
"Miscellaneous:\n"
" -s, --no-messages suppress error messages\n"
2000-02-27 03:21:41 +03:00
" -v, --invert-match select non-matching lines\n"
1999-02-09 15:38:36 +03:00
" -V, --version print version information and exit\n"
" --help display this help and exit\n"
2000-02-27 03:21:41 +03:00
" --mmap use memory-mapped input if possible\n"
1999-02-09 15:38:36 +03:00
msgstr ""
"\n"
"Verschiedenes:\n"
" -s, --no-messages Fehlermeldungen unterdr<64>cken.\n"
" -v, --revert-match Nicht-passende Zeilen anzeigen.\n"
" -V, --version Versionnummer ausgeben und beenden.\n"
" --help Diese Hilfe ausgeben und beenden.\n"
2000-02-27 03:21:41 +03:00
#: src/grep.c:988
1999-02-09 15:38:36 +03:00
msgid ""
"\n"
"Output control:\n"
" -b, --byte-offset print the byte offset with output lines\n"
" -n, --line-number print line number with output lines\n"
" -H, --with-filename print the filename for each match\n"
" -h, --no-filename suppress the prefixing filename on output\n"
" -q, --quiet, --silent suppress all normal output\n"
" -a, --text do not suppress binary output\n"
" -d, --directories=ACTION how to handle directories\n"
" ACTION is 'read', 'recurse', or 'skip'.\n"
" -r, --recursive equivalent to --directories=recurse.\n"
" -L, --files-without-match only print FILE names containing no match\n"
" -l, --files-with-matches only print FILE names containing matches\n"
" -c, --count only print a count of matching lines per FILE\n"
2000-02-27 03:21:41 +03:00
" -Z, --null print 0 byte after FILE name\n"
1999-02-09 15:38:36 +03:00
msgstr ""
"\n"
"Ausgabekontrolle:\n"
" -b, --byte-offset Byte-Offset zusammen mit Ausgezeilen anzeigen.\n"
" -n, --line-number Zeilennummber mit Ausgabezeilen anzeigen.\n"
" -H, --with-filename Dateiname bei jeder <20>bereinstimmung anzeigen.\n"
" -h, --no-filename Anzeige des Dateinamens unterdr<64>cken.\n"
" -q, --quiet, --silent Alle normalen Ausgaben unterdr<64>cken.\n"
2000-02-27 03:21:41 +03:00
" -a, --text Bin<69>rausgaben nicht unterdr<64>cken.\n"
" -d, --directories=AKTION Verarbeitung von Verzeichnissen festlegen.\n"
" AKTION ist 'read', 'recurse', oder 'skip'.\n"
" -r, --recursive <20>quivalent zu --directories=recurse.\n"
1999-02-09 15:38:36 +03:00
" -L, --files-without-match Nur Namen von Dateien ausgeben, die keine\n"
" <20>bereinstimmung enthalten.\n"
" -l, --files-with-matches Nur Dateinamen mit <20>bereinstimmungen ausgeben.\n"
" -c, --count Nur Zahl der passenden Zeilen pro Datei "
"ausgeben.\n"
2000-02-27 03:21:41 +03:00
" -Z, --null Null-Byte nach jedem Dateinamen ausgeben.\n"
1999-02-09 15:38:36 +03:00
2000-02-27 03:21:41 +03:00
#: src/grep.c:1004
1999-02-09 15:38:36 +03:00
#, fuzzy
msgid ""
"\n"
"Context control:\n"
" -B, --before-context=NUM print NUM lines of leading context\n"
" -A, --after-context=NUM print NUM lines of trailing context\n"
" -C, --context[=NUM] print NUM (default 2) lines of output context\n"
2000-02-27 03:21:41 +03:00
" unless overridden by -A or -B\n"
1999-02-09 15:38:36 +03:00
" -NUM same as --context=NUM\n"
" -U, --binary do not strip CR characters at EOL (MSDOS)\n"
" -u, --unix-byte-offsets report offsets as if CRs were not there (MSDOS)\n"
"\n"
2000-02-27 03:21:41 +03:00
"`egrep' means `grep -E'. `fgrep' means `grep -F'.\n"
"With no FILE, or when FILE is -, read standard input. If less than\n"
"two FILEs given, assume -h. Exit status is 0 if match, 1 if no match,\n"
"and 2 if trouble.\n"
1999-02-09 15:38:36 +03:00
msgstr ""
"\n"
"Kontextkontrolle:\n"
" -B, --before-context=ZAHL ZAHL Zeilen von vorausgehendem Kontext "
"anzeigen.\n"
" -A, --after-context=ZAHL ZAHL Zeilen von folgendem Kontext anzeigen.\n"
2000-02-27 03:21:41 +03:00
" -C, --context[=ZAHL] ZAHL (Standard ist 2) Zeilen Kontext anzeigen,\n"
" wenn nicht mit -A oder -B anderes festgelegt "
"ist.\n"
" -ZAHL Wie --context=ZAHL.\n"
1999-02-09 15:38:36 +03:00
" -U, --binary CR-Zeichen am Zeilenende belassen (MSDOS).\n"
" -u, --unix-byte-offsets Offsets ausgeben, als fehlten CR-Zeichen "
"(MSDOS).\n"
"\n"
2000-02-27 03:21:41 +03:00
"<22>egrep<65> bedeutet <20>grep -E<>. <20>fgrep<65> bedeutet <20>grep -F<>.\n"
1999-02-09 15:38:36 +03:00
"Wenn DATEI fehlt oder <20>-<2D> ist, wird die Standardeingabe gelesen.\n"
"Weniger als zwei DATEIen implizieren -h. Status ist 0 bei \n"
"<22>bereinstimmungen, 1 ohne, 2 bei Syntax- oder Systemfehlern.\n"
2000-02-27 03:21:41 +03:00
#: src/grep.c:1019
1999-02-09 15:38:36 +03:00
msgid ""
"\n"
"Report bugs to <bug-gnu-utils@gnu.org>.\n"
msgstr ""
"\n"
"Fehlerberichte bitte an <bug-gnu-utils@gnu.org>.\n"
2000-02-27 03:21:41 +03:00
#: src/grep.c:1030
msgid "conflicting matchers specified"
msgstr "Festgelegte Vergleicher widersprechen einander."
#: src/grep.c:1229 src/grep.c:1236 src/grep.c:1245
1999-02-09 15:38:36 +03:00
msgid "invalid context length argument"
msgstr "Ung<6E>ltige Kontextl<74>nge."
2000-02-27 03:21:41 +03:00
#: src/grep.c:1296
1999-02-09 15:38:36 +03:00
msgid "unknown directories method"
2000-02-27 03:21:41 +03:00
msgstr "Unbekannte Methode f<>r Verzeichnisse."
1999-02-09 15:38:36 +03:00
2000-02-27 03:21:41 +03:00
#: src/grep.c:1391
1999-02-09 15:38:36 +03:00
#, c-format
2000-02-27 03:21:41 +03:00
msgid "%s (GNU grep) %s\n"
msgstr "%s (GNU grep) %s\n"
1999-02-09 15:38:36 +03:00
2000-02-27 03:21:41 +03:00
#: src/grep.c:1393
1999-02-20 14:17:58 +03:00
msgid "Copyright (C) 1988, 1992-1998, 1999 Free Software Foundation, Inc.\n"
2000-02-27 03:21:41 +03:00
msgstr "Copyright (C) 1988, 1992-1998, 1999 Free Software Foundation, Inc.\n"
1999-02-09 15:38:36 +03:00
2000-02-27 03:21:41 +03:00
#: src/grep.c:1395
1999-02-09 15:38:36 +03:00
msgid ""
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
"Dies ist freie Software; in den Quellen befinden sich die "
"Lizenzbedingungen.\n"
"Es gibt KEINERLEI Garantie; nicht einmal f<>r die TAUGLICHKEIT oder\n"
"VERWENDBARKEIT F<>R EINEN BESTIMMTEN ZWECK.\n"
#: src/obstack.c:467
msgid "memory exhausted\n"
msgstr "Virtueller Speicher ersch<63>pft.\n"