+#: 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 ""
+"Modos de operación:\n"
+" -h, --help muestra esta ayuda y termina\n"
+" -V, --version informa de la versión y termina\n"
+" -y, --yacc emula POSIX yacc\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 ""
+"Analizador:\n"
+" -S, --skeleton=FICHERO especifica el skeleton a utilizar\n"
+" -t, --debug instrumenta al analizador para depuración\n"
+" --locations abilita la computación de localizaciones\n"
+" -p, --name-prefix=PREFIJO preañade PREFIJO a los símbolos externos\n"
+" -l, --no-lines no genera la directiva `#line'\n"
+" -n, --no-parser solamente genera las tablas\n"
+" --k, --token-table incluye una tabla de nombres de terminales\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 ""
+"Salida:\n"
+" -d, --defines también produce un fichero de cabecera\n"
+" -v, --verbose también produce una explicación del automaton\n"
+" -b, --file-prefix=PREFIJO especifia el PREFIJO para los ficheros de "
+"salida\n"
+" -o, --output=FICHERO almacena la salida en FICHERO\n"
+" -g, --graph también produce una descripción en VCG del "
+"automaton\n"
+
+#: src/getargs.c:151
+msgid "Report bugs to <bug-bison@gnu.org>.\n"
+msgstr "Informe de los errores a <bug-bison@gnu.org>.\n"
+
+#: src/getargs.c:165
+#, c-format
+msgid "bison (GNU Bison) %s"
+msgstr "bison (GNU bison) %s"
+
+#: src/getargs.c:167
+msgid "Written by Robert Corbett and Richard Stallman.\n"
+msgstr ""