+"If a long option shows an argument as mandatory, then it is mandatory\n"
+"for the equivalent short option also. Similarly for optional arguments.\n"
+msgstr ""
+"Wenn eine lange Option ein Argument als erforderlich anzeigt, dann ist es "
+"auch\n"
+"für die äquivalente kurze Option erforderlich. Ähnlich für optionale "
+"Argumente.\n"
+
+#: src/getargs.c:70
+msgid ""
+"Operation modes:\n"
+" -h, --help display this help and exit\n"
+" -V, --version output version information and exit\n"
+" -y, --yacc emulate POSIX yacc\n"
+msgstr ""
+"Arbeitsmodi:\n"
+" -h, --help diese Hilfe anzeigen und beenden.\n"
+" -v, --version Versionsinformation anzeigen und beenden.\n"
+" -y, --yacc POSIX' yacc emulieren\n"
+
+#: src/getargs.c:77
+msgid ""
+"Parser:\n"
+" -S, --skeleton=FILE specify the skeleton to use\n"
+" -t, --debug instrument the parser for debugging\n"
+" --locations enable locations computation\n"
+" -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n"
+" -l, --no-lines don't generate `#line' directives\n"
+" -n, --no-parser generate the tables only\n"
+" -k, --token-table include a table of token names\n"
+msgstr ""
+"Parser:\n"
+" -S, --skeleton=DATEI zu benutzende Skelettdatei angeben\n"
+" -t, --debug den Parser auf Debugging-Unterstützung "
+"vorbereiten\n"
+" --locations Standortberechnung ermöglichen\n"
+" -p, --name-prefix=PRÄFIX PRÄFIX vor alle externen Symbole setzen\n"
+" -l, --no-lines keine »#line«-Direktiven erzeugen\n"
+" -n, --no-parser nur die Tabellen generieren\n"
+" -k, --token-table einer Tabellen der Token-Namen mit "
+"einschließen\n"
+
+#: src/getargs.c:89
+msgid ""
+"Output:\n"
+" -d, --defines also produce a header file\n"
+" -v, --verbose also produce an explanation of the automaton\n"
+" -b, --file-prefix=PREFIX specify a PREFIX for output files\n"
+" -o, --output=FILE leave output to FILE\n"
+" -g, --graph also produce a VCG description of the "
+"automaton\n"
+msgstr ""
+"Ausgabe:\n"
+" -d, --defines auch eine Header-Datei herstellen\n"
+" -v, --verbose auch eine Erklärung des Automaten herstellen\n"
+" -b, --file-prefix=PRÄFIX einen PRÄFIX für Ausgabe-Dateien angeben\n"
+" -o, --output=DATEI Ausgabe in DATEI schreiben\n"
+" -g, --graph auch eine VCG-Beschreibung des Automaten "
+"herstellen\n"
+
+#: src/getargs.c:99
+msgid "Report bugs to <bug-bison@gnu.org>.\n"