summaryrefslogtreecommitdiffstats
path: root/po/de.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po256
1 files changed, 142 insertions, 114 deletions
diff --git a/po/de.po b/po/de.po
index 1a2ba40..e6595e2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -5,7 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU mkid 3.0.8\n"
-"POT-Creation-Date: 2000-06-06 18:36+0200\n"
+"Report-Msgid-Bugs-To: bug-id-utils@gnu.org\n"
+"POT-Creation-Date: 2005-10-06 13:04+0200\n"
"PO-Revision-Date: 1996-03-23 22:34 MET\n"
"Last-Translator: Karl Eichwalder <ke@ke.Central.DE>\n"
"Language-Team: German <de@li.org>\n"
@@ -13,13 +14,18 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: libidu/fnprint.c:135
+#, c-format
+msgid "invalid `--separator' style: `%s'"
+msgstr ""
+
#: libidu/hash.c:51
#, c-format
msgid "can't allocate %ld bytes for hash table: memory exhausted"
msgstr ""
#: libidu/hash.c:264
-#, fuzzy
+#, fuzzy, c-format
msgid "Load=%ld/%ld=%.0f%%, "
msgstr "\"Load\"=%ld/%ld=%.2f, "
@@ -29,82 +35,84 @@ msgid "Rehash=%d, "
msgstr "\"Rehash\"=%d, "
#: libidu/hash.c:267
+#, c-format
msgid "Collisions=%ld/%ld=%.0f%%"
msgstr ""
-#: libidu/idfile.c:112
+#: libidu/idfile.c:104
msgid "can't determine the io_size of a string!"
msgstr ""
-#: libidu/idread.c:45 src/mkid.c:451 src/xtokid.c:221
+#: libidu/idread.c:49 src/mkid.c:454 src/xtokid.c:227
#, c-format
msgid "can't open `%s'"
msgstr ""
-#: libidu/idread.c:64
+#: libidu/idread.c:68
#, c-format
msgid "`%s' is not an ID file! (bad magic #)"
msgstr ""
-#: libidu/idread.c:66
+#: libidu/idread.c:70
#, c-format
msgid "`%s' is version %d, but I only grok version %d"
msgstr ""
-#: libidu/idread.c:186
+#: libidu/idread.c:190
#, fuzzy, c-format
msgid "unsupported size in io_read (): %d"
msgstr "Nicht unterstützte Größe (`size') in \"io_read ()\": %d"
-#: libidu/idread.c:194 libidu/idwrite.c:167
+#: libidu/idread.c:198 libidu/idwrite.c:168
#, c-format
msgid "unknown I/O type: %d"
msgstr ""
-#: libidu/idwrite.c:156
+#: libidu/idwrite.c:157
#, fuzzy, c-format
msgid "unsupported size in io_write (): %d"
msgstr "Nicht unterstützte Größe (`size') in \"io_write ()\": %d"
-#: libidu/scanners.c:102
+#: libidu/scanners.c:93
#, fuzzy, c-format
msgid "unrecognized language: `%s'"
msgstr "Kein Scanner für die Sprache '%s'"
-#: libidu/scanners.c:148
+#: libidu/scanners.c:139
msgid "can't allocate language args obstack: memory exhausted"
msgstr ""
-#: libidu/scanners.c:202 libidu/scanners.c:271
+#: libidu/scanners.c:193 libidu/scanners.c:262
msgid "can't allocate language args: memory exhausted"
msgstr ""
-#: libidu/scanners.c:210
+#: libidu/scanners.c:201
#, c-format
msgid "language name expected following `%s' in file `%s'"
msgstr ""
-#: libidu/scanners.c:265
+#: libidu/scanners.c:256
#, fuzzy, c-format
msgid "can't open language map file `%s'"
msgstr "Kein Scanner für die Sprache '%s'"
-#: libidu/scanners.c:267
+#: libidu/scanners.c:258
#, c-format
msgid "can't get size of map file `%s'"
msgstr ""
-#: libidu/scanners.c:277
+#: libidu/scanners.c:268
#, fuzzy, c-format
msgid "can't read language map file `%s'"
msgstr "Kein Scanner für die Sprache '%s'"
-#: libidu/scanners.c:280
+#: libidu/scanners.c:271
#, c-format
msgid "can't read entire language map file `%s'"
msgstr ""
-#: libidu/scanners.c:425
+#: libidu/scanners.c:416
+#, c-format
msgid ""
"C language:\n"
" -k,--keep=CHARS Allow CHARS in single-token strings, keep the "
@@ -115,17 +123,18 @@ msgid ""
"strings\n"
msgstr ""
-#: libidu/scanners.c:708 libidu/scanners.c:979 libidu/scanners.c:1182
+#: libidu/scanners.c:699 libidu/scanners.c:970 libidu/scanners.c:1173
#, c-format
msgid "junk: `%c'"
msgstr "\"junk\": '%c'"
-#: libidu/scanners.c:710 libidu/scanners.c:981 libidu/scanners.c:1184
+#: libidu/scanners.c:701 libidu/scanners.c:972 libidu/scanners.c:1175
#, c-format
msgid "junk: `\\%03o'"
msgstr "\"junk\": '\\%03o'"
-#: libidu/scanners.c:814
+#: libidu/scanners.c:805
+#, c-format
msgid ""
"Assembly language:\n"
" -c,--comment=CHARS Any of CHARS starts a comment until end-of-line\n"
@@ -135,7 +144,8 @@ msgid ""
" -n,--no-cpp Don't handle C pre-processor directives\n"
msgstr ""
-#: libidu/scanners.c:1085
+#: libidu/scanners.c:1076
+#, c-format
msgid ""
"Text language:\n"
" -i,--include=CHAR-CLASS Treat characters of CHAR-CLASS as token "
@@ -144,118 +154,126 @@ msgid ""
"delimiters\n"
msgstr ""
-#: libidu/walker.c:114
+#: libidu/walker.c:111
#, c-format
msgid "can't read directory `%s' (`.' from `%s')"
msgstr ""
-#: libidu/walker.c:181
+#: libidu/walker.c:178
#, c-format
msgid "notice: `%s' was a %s, but is now a %s!"
msgstr ""
-#: libidu/walker.c:182 libidu/walker.c:183
+#: libidu/walker.c:179 libidu/walker.c:180
msgid "file"
msgstr ""
-#: libidu/walker.c:182 libidu/walker.c:183
+#: libidu/walker.c:179 libidu/walker.c:180
msgid "directory"
msgstr ""
-#: libidu/walker.c:306
+#: libidu/walker.c:303
#, c-format
msgid "warning: `%s' and `%s' are the same file, but yield different scans!"
msgstr ""
-#: libidu/walker.c:400
+#: libidu/walker.c:397
#, c-format
msgid "notice: scan parameters changed for `%s'"
msgstr ""
-#: libidu/walker.c:604
+#: libidu/walker.c:600
#, fuzzy
msgid "can't get working directory"
msgstr "%s: Name des aktuellen Verzeichnisses nicht zu erreichen."
-#: libidu/walker.c:661
+#: libidu/walker.c:657
#, c-format
msgid "can't chdir to `%s'"
msgstr ""
-#: libidu/walker.c:666
+#: libidu/walker.c:662
#, c-format
msgid "can't chdir to `%s' from `%s'"
msgstr ""
-#: libidu/walker.c:727
+#: libidu/walker.c:723
#, c-format
msgid "can't lstat `%s' from `%s'"
msgstr ""
-#: libidu/walker.c:735
+#: libidu/walker.c:731
#, c-format
msgid "can't stat `%s' from `%s'"
msgstr ""
-#: lib/getopt.c:527
+#: lib/getopt.c:551 lib/getopt.c:570
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr ""
-#: lib/getopt.c:550
+#: lib/getopt.c:603 lib/getopt.c:607
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr ""
-#: lib/getopt.c:555
+#: lib/getopt.c:616 lib/getopt.c:621
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr ""
-#: lib/getopt.c:570
+#: lib/getopt.c:667 lib/getopt.c:689 lib/getopt.c:1020 lib/getopt.c:1042
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr ""
-#. --option
-#: lib/getopt.c:598
+#: lib/getopt.c:727 lib/getopt.c:730
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr ""
-#. +option or -option
-#: lib/getopt.c:602
+#: lib/getopt.c:738 lib/getopt.c:741
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr ""
-#. 1003.2 specifies the format of this message.
-#: lib/getopt.c:627
+#: lib/getopt.c:796 lib/getopt.c:799
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr ""
-#: lib/getopt.c:630
+#: lib/getopt.c:805 lib/getopt.c:808
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr ""
-#: lib/getopt.c:666
+#: lib/getopt.c:863 lib/getopt.c:882 lib/getopt.c:1095 lib/getopt.c:1116
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr ""
-#: src/fid.c:70 src/fnid.c:49 src/lid.c:233 src/mkid.c:122 src/xtokid.c:43
+#: lib/getopt.c:935 lib/getopt.c:954
+#, c-format
+msgid "%s: option `-W %s' is ambiguous\n"
+msgstr ""
+
+#: lib/getopt.c:978 lib/getopt.c:999
+#, c-format
+msgid "%s: option `-W %s' doesn't allow an argument\n"
+msgstr ""
+
+#: src/fid.c:73 src/fnid.c:53 src/lid.c:237 src/mkid.c:123 src/xtokid.c:47
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""
-#: src/fid.c:78
+#: src/fid.c:81
#, c-format
msgid "Usage: %s [OPTION] FILENAME [FILENAME2]\n"
msgstr ""
-#: src/fid.c:81
+#: src/fid.c:84
+#, c-format
msgid ""
"List identifiers that occur in FILENAME, or if FILENAME2 is\n"
"also given list the identifiers that occur in both files.\n"
@@ -265,34 +283,35 @@ msgid ""
" --version output version information and exit\n"
msgstr ""
-#: src/fid.c:141
+#: src/fid.c:147
msgid "no file name arguments"
msgstr ""
-#: src/fid.c:146
+#: src/fid.c:152
msgid "too many file name arguments"
msgstr ""
-#: src/fid.c:153 src/fnid.c:148 src/lid.c:407
+#: src/fid.c:159 src/fnid.c:154 src/lid.c:413
msgid "can't locate `ID'"
msgstr ""
-#: src/fid.c:235
+#: src/fid.c:241
#, c-format
msgid "`%s' is ambiguous"
msgstr ""
-#: src/fid.c:241
+#: src/fid.c:247
#, fuzzy, c-format
msgid "`%s' not found"
msgstr "%s: nicht gefunden"
-#: src/fnid.c:66
+#: src/fnid.c:70
#, c-format
msgid "Usage: %s [OPTION]... [PATTERN]...\n"
msgstr ""
-#: src/fnid.c:70
+#: src/fnid.c:74
+#, c-format
msgid ""
"Print constituent file names that match PATTERN,\n"
"using shell-style wildcards.\n"
@@ -302,12 +321,12 @@ msgid ""
" --version output version information and exit\n"
msgstr ""
-#: src/lid.c:241
+#: src/lid.c:245
#, c-format
msgid "Usage: %s [OPTION]... PATTERN...\n"
msgstr ""
-#: src/lid.c:245
+#: src/lid.c:249
#, c-format
msgid ""
"Query ID database and report results.\n"
@@ -330,8 +349,8 @@ msgid ""
" -R, --result=STYLE STYLE is one of `filenames', `grep', `edit' or "
"`none'\n"
" -S, --separator=STYLE STYLE is one of `braces', `space' or `newline' and\n"
-" only applies to file names when "
-"`--result=filenames'\n"
+" only applies to file names when `--"
+"result=filenames'\n"
" The above STYLE options control how query results are "
"presented.\n"
" Defaults are --key=token --result=filenames --separator=%s\n"
@@ -352,66 +371,66 @@ msgid ""
" --version output version information and exit\n"
msgstr ""
-#: src/lid.c:281
+#: src/lid.c:285
msgid "braces"
msgstr ""
-#: src/lid.c:281
+#: src/lid.c:285
msgid "space"
msgstr ""
-#: src/lid.c:347
+#: src/lid.c:353
msgid "notice: use of `-e' is deprecated, use `-r' instead"
msgstr ""
-#: src/lid.c:428
+#: src/lid.c:434
#, fuzzy, c-format
msgid "All identifiers are non-ambiguous within the first %d characters\n"
msgstr ""
"Alle Bezeichner (id's) sind verschieden hinsichtlich der ersten %d Zeichen\n"
-#: src/lid.c:463
+#: src/lid.c:469
#, c-format
msgid "invalid `--key' style: `%s'"
msgstr ""
-#: src/lid.c:475
+#: src/lid.c:481
#, c-format
msgid "invalid `--result' style: `%s'"
msgstr ""
# Muss hier auf `_j_ ... / nq' umgestellt werden????
-#. FIXME: i18n of responses
-#: src/lid.c:632
-#, fuzzy
+#: src/lid.c:638
+#, fuzzy, c-format
msgid "edit? [y1-9^S/nq] "
msgstr "Editieren? [y1-9^S/nq] "
-#: src/lid.c:701
+#: src/lid.c:707
msgid "can't fork"
msgstr ""
-#: src/lid.c:719
+#: src/lid.c:725
#, c-format
msgid "can't exec `%s'"
msgstr ""
-#: src/lid.c:860
+#: src/lid.c:866
msgid "can't match regular-expression: memory exhausted"
msgstr ""
-#: src/mkid.c:147 src/xtokid.c:64
+#: src/mkid.c:148 src/xtokid.c:68
#, c-format
msgid "Usage: %s [OPTION]... [FILE]...\n"
msgstr ""
-#: src/mkid.c:151
+#: src/mkid.c:152
+#, c-format
msgid ""
"Build an identifier database.\n"
" -o, --output=OUTFILE file name of ID database output\n"
" -f, --file=OUTFILE synonym for --output\n"
-" -i, --include=LANGS include languages in LANGS (default: \"C C++ "
-"asm\")\n"
+" -i, --include=LANGS include languages in LANGS (default: \"C C++ asm"
+"\")\n"
" -x, --exclude=LANGS exclude languages in LANGS\n"
" -l, --lang-option=L:OPT pass OPT as a default for language L (see below)\n"
" -m, --lang-map=MAPFILE use MAPFILE to map file names onto source "
@@ -431,112 +450,114 @@ msgid ""
"The following arguments apply to the language-specific scanners:\n"
msgstr ""
-#: src/mkid.c:357
+#: src/mkid.c:360
#, c-format
msgid "can't create `%s' in `%s'"
msgstr ""
-#: src/mkid.c:361
+#: src/mkid.c:364
#, c-format
msgid "can't modify `%s'"
msgstr ""
-#: src/mkid.c:434
+#: src/mkid.c:437
#, c-format
msgid "can't stat `%s'"
msgstr ""
-#: src/mkid.c:503
+#: src/mkid.c:506
#, fuzzy, c-format
msgid " new = %d/%d"
msgstr ", new=%d/%d"
-#: src/mkid.c:512
+#: src/mkid.c:515
#, c-format
msgid "Name=%ld, "
msgstr "Name=%ld, "
-#: src/mkid.c:513
+#: src/mkid.c:516
#, c-format
msgid "Number=%ld, "
msgstr "Zahl=%ld, "
-#: src/mkid.c:514
+#: src/mkid.c:517
#, c-format
msgid "String=%ld, "
msgstr "Zeichenkette=%ld, "
# ist das gemeint? ###
-#: src/mkid.c:515
+#: src/mkid.c:518
#, c-format
msgid "Literal=%ld, "
msgstr "Zeichen=%ld, "
-#: src/mkid.c:516
+#: src/mkid.c:519
#, c-format
msgid "Comment=%ld\n"
msgstr "Kommentar=%ld\n"
-#: src/mkid.c:518
+#: src/mkid.c:521
#, fuzzy, c-format
msgid "Files=%ld, "
msgstr "Dateien=%d, "
-#: src/mkid.c:519
+#: src/mkid.c:522
#, c-format
msgid "Tokens=%ld, "
msgstr "Tokens=%ld, "
-#: src/mkid.c:520
+#: src/mkid.c:523
#, c-format
msgid "Bytes=%ld Kb, "
msgstr "Bytes=%ld Kb, "
-#: src/mkid.c:521
+#: src/mkid.c:524
#, fuzzy, c-format
msgid "Heap=%d+%d Kb, "
msgstr "\"Heap\"=%ld Kb, "
-#: src/mkid.c:523
+#: src/mkid.c:526
#, c-format
msgid "Output=%ld (%ld tok, %ld hit)\n"
msgstr "Ausgabe=%ld (%ld tok, %ld hit)\n"
# Frequenz übersetzen? ke
-#: src/mkid.c:526
+#: src/mkid.c:529
#, fuzzy, c-format
msgid ", Freq=%ld/%ld=%.2f\n"
msgstr "\"Freq\"=%ld/%ld=%.2f\n"
-#: src/mkid.c:550
+#: src/mkid.c:553
+#, c-format
msgid "Sorting tokens...\n"
msgstr "Sortiere \"Token\"...\n"
-#: src/mkid.c:556
+#: src/mkid.c:559
#, c-format
msgid "Writing `%s'...\n"
msgstr "Schreibe '%s'...\n"
-#: src/mkid.c:559
+#: src/mkid.c:562
#, c-format
msgid "can't create `%s'"
msgstr ""
-#: src/mkid.c:626
+#: src/mkid.c:629
#, c-format
msgid "error closing `%s'"
msgstr ""
-#: src/mkid.c:714
-#, fuzzy
+#: src/mkid.c:717
+#, fuzzy, c-format
msgid "level %d: %ld/%ld = %.0f%%\n"
msgstr "level %d: %ld == %ld\n"
-#: src/xtokid.c:68
+#: src/xtokid.c:72
+#, c-format
msgid ""
"Print all tokens found in a source file.\n"
-" -i, --include=LANGS include languages in LANGS (default: \"C C++ "
-"asm\")\n"
+" -i, --include=LANGS include languages in LANGS (default: \"C C++ asm"
+"\")\n"
" -x, --exclude=LANGS exclude languages in LANGS\n"
" -l, --lang-option=L:OPT pass OPT as a default for language L (see below)\n"
" -m, --lang-map=MAPFILE use MAPFILE to map file names onto source "
@@ -605,8 +626,8 @@ msgstr ""
#~ msgid "%s: Use only one of: -u, -f<file>, or cmd-line for file args!\n"
#~ msgstr ""
-#~ "%s: Nur eins nehmen: '-u', '-f<DATEI>' oder Befehlszeile für die "
-#~ "Datei-Parameter!\n"
+#~ "%s: Nur eins nehmen: '-u', '-f<DATEI>' oder Befehlszeile für die Datei-"
+#~ "Parameter!\n"
#~ msgid ""
#~ "\n"
@@ -641,8 +662,8 @@ msgstr ""
#~ msgstr "%s: Achtung: '%s/%s' überschreibt '%s/%s'\n"
#~ msgid ""
-#~ "Usage: %s [-S<suffix>=<lang>] [+S(+|-)<arg>] [-S<lang>(+|-)<arg>] "
-#~ "[-S<lang>/<lang>/<filter>]\n"
+#~ "Usage: %s [-S<suffix>=<lang>] [+S(+|-)<arg>] [-S<lang>(+|-)<arg>] [-"
+#~ "S<lang>/<lang>/<filter>]\n"
#~ msgstr ""
#~ "Syntax: %s [-S<SUFFIX>=<LANG>] [+S(+|-)<ARG>]\n"
#~ " [-S<LANG>(+|-)<ARG>] [-S<LANG>/<LANG>/<FILTER>]\n"
@@ -665,8 +686,8 @@ msgstr ""
#~ "\n"
#~ " (+|-)u Den führenden '_' von den \"ids\" in den Zeichenketten\n"
#~ " (entfernen | nicht entfernen).\n"
-#~ " (+|-)s<CC> <CC> in den \"ids\" der Zeichenketten erlauben und solche "
-#~ "\"ids\"\n"
+#~ " (+|-)s<CC> <CC> in den \"ids\" der Zeichenketten erlauben und "
+#~ "solche \"ids\"\n"
#~ " (auswerten [`keep'] | übergehen).\n"
#~ " -v \"vhil\"-Kommentare übergehen."
@@ -683,13 +704,16 @@ msgstr ""
#~ " (+|-)C . . . . (Do|Don't) handle C-style comments. (/* */)"
#~ msgstr ""
#~ "Die Assembler-Scanner-Parameter haben die Form '-Sasm<ARG>', wobei\n"
-#~ "<ARG> eins der folgenden ist: (<CC> bezeichnet ein oder mehrere Zeichen).\n"
+#~ "<ARG> eins der folgenden ist: (<CC> bezeichnet ein oder mehrere "
+#~ "Zeichen).\n"
#~ "\n"
#~ " -c<CC> <CC> beginnt/en einen Kommentar bis zum Zeilenende.\n"
-#~ " (+|-)u Führenden '_' von den \"ids\" (entfernen | nicht entfernen).\n"
+#~ " (+|-)u Führenden '_' von den \"ids\" (entfernen | nicht "
+#~ "entfernen).\n"
#~ " (+|-)a<cc> <CC> in den \"ids\" der Zeichenketten erlauben und solche "
#~ "\"ids\".\n"
-#~ " (+|-)p C-Preprozessor-Anweisungen (bearbeiten | nicht bearbeiten).\n"
+#~ " (+|-)p C-Preprozessor-Anweisungen (bearbeiten | nicht "
+#~ "bearbeiten).\n"
#~ " (+|-)C C-Kommentare `/* */' (bearbeiten | nicht bearbeiten)."
#~ msgid "Usage: %s -S%s([(+|-)a<cc>] [(+|-)s<cc>]\n"
@@ -702,17 +726,19 @@ msgstr ""
#~ " (+|-)s<cc> . . Squeeze (or don't squeeze) <cc> out of ids."
#~ msgstr ""
#~ "Die Text-Scanner-Parameter haben die Form '-Stext<ARG>', wobei\n"
-#~ "<ARG> eins der folgenden ist: (<CC> bezeichnet ein oder mehrere Zeichen).\n"
+#~ "<ARG> eins der folgenden ist: (<CC> bezeichnet ein oder mehrere "
+#~ "Zeichen).\n"
#~ "\n"
-#~ " (+|-)a<CC> <CC> in den \"ids\" (einschliessen | nicht einschliessen).\n"
+#~ " (+|-)a<CC> <CC> in den \"ids\" (einschliessen | nicht "
+#~ "einschliessen).\n"
#~ " (+|-)s<CC> <CC> aus den \"ids\" (rauswerfen | nicht rauswerfen)."
#~ msgid "open"
#~ msgstr "öffne"
#~ msgid ""
-#~ "Usage: %s [-v] [-f<idfile>] [(+|-)l[<lang>]] [(+|-)S<scanarg>] [-a<argfile>] "
-#~ "[-] [-u] [files...]\n"
+#~ "Usage: %s [-v] [-f<idfile>] [(+|-)l[<lang>]] [(+|-)S<scanarg>] [-"
+#~ "a<argfile>] [-] [-u] [files...]\n"
#~ "\t-v\t Verbose: print reports of progress\n"
#~ "\t-a<file> Open file for arguments\n"
#~ "\t-\t Read newline-separated args from stdin\n"
@@ -729,12 +755,14 @@ msgstr ""
#~ "\n"
#~ " -v Ausführlich: den Fortgang anzeigen.\n"
#~ " -a<DATEI> DATEI öffnen und Parameter entnehmen.\n"
-#~ " - Durch Zeilenende-Zeichen (NL) unterteilte Argumente\n"
+#~ " - Durch Zeilenende-Zeichen (NL) unterteilte "
+#~ "Argumente\n"
#~ " von der Standard-Eingabe lesen.\n"
#~ " -l<LANG> Dateien als <LANG> scannen, bis +l<LANG>.\n"
#~ " -S<LANG>-<ARG> ARG an den Scanner <LANG> weiterreichen.\n"
#~ " -S.<SUFFIX>=<LANG> Dateien mit .<SUFFIX> als <LANG> scannen.\n"
-#~ " -S<LANG>? Dokumentation für die Anwendung von <LANG> ausgeben.\n"
+#~ " -S<LANG>? Dokumentation für die Anwendung von <LANG> "
+#~ "ausgeben.\n"
#~ " -u Eine bestehende Datenbank aktualisieren (nicht\n"
#~ " implementiert).\n"
#~ "\n"