+"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 ""
+"Werkwijzes:\n"
+" -h, --help toon deze hulptekst en beëindig het programma\n"
+" -V, --version toon versie-informatie en beëindig het programma\n"
+" -y, --yacc emuleer POSIX yacc\n"
+
+# Correcte vervoeging van 'voorvoegen'?
+# Betere vertaling voor 'directives'?
+#: 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=BESTAND geef het te gebruiken skeletbestand op\n"
+" -t, --debug maak de parser geschikt voor debugging\n"
+" --locations enable locations computation\n"
+" -p, --name-prefix=PREFIX geef een PREFIX op voor de externe symbolen\n"
+" -l, --no-lines genereer geen `#line' directieven\n"
+" -n, --no-parser genereer alleen de tabellen\n"
+" -k, --token-table genereer ook een tabel van tokennamen\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"