+#: src/getargs.c:113
+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:120
+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:132
+#, fuzzy
+msgid ""
+"Output:\n"
+" -d, --defines also produce a header file\n"
+" -r, --report=THINGS also produce details on the automaton\n"
+" -v, --verbose same as `--report=state'\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"
+"\n"
+"THINGS is a list of comma separated words that can include:\n"
+" `state' describe the states\n"
+" `itemset' complete the core item sets with their closure\n"
+" `lookahead' explicitly associate lookaheads to items\n"
+" `solved' describe shift/reduce conflicts solving\n"
+" `all' include all the above information\n"
+" `none' disable the report\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:151
+msgid "Report bugs to <bug-bison@gnu.org>.\n"
+msgstr ""
+"Berichten Sie Fehler (auf Englisch, mit LC_ALL=C) an <bug-bison@gnu.org>.\n"
+
+#: src/getargs.c:165