+#: src/symtab.c:282
+#, c-format
+msgid "conflicting associativities for %s (%s) and %s (%s)"
+msgstr "conflicto de asociaciatividades para %s (%s) y %s (%s)"
+
+#: src/symtab.c:367
+#, c-format
+msgid "tokens %s and %s both assigned number %d"
+msgstr "los terminales %s y %s tienen asignados ambos el número %d"
+
+#: src/symtab.c:590
+#, c-format
+msgid "the start symbol %s is undefined"
+msgstr "el símbolo de inicio (axioma) %s no está definido"
+
+#: src/symtab.c:594
+#, c-format
+msgid "the start symbol %s is a token"
+msgstr "el símbolo de inicio (axioma) %s es un terminal"
+
+#: lib/argmatch.c:135
+#, c-format
+msgid "invalid argument %s for %s"
+msgstr "argumento no válido %s para %s"
+
+#: lib/argmatch.c:136
+#, c-format
+msgid "ambiguous argument %s for %s"
+msgstr "argumento %s ambigüo para %s"
+
+#: lib/argmatch.c:155
+msgid "Valid arguments are:"
+msgstr "Los argumentos válidos son:"
+
+#: lib/bitset_stats.c:178
+#, c-format
+msgid "%u bitset_allocs, %u freed (%.2f%%).\n"
+msgstr "%u bitset_allocs, %u liberados (%.2f%%).\n"
+
+#: lib/bitset_stats.c:181
+#, c-format
+msgid "%u bitset_sets, %u cached (%.2f%%)\n"
+msgstr "%u bitset_sets, %u en la caché (%.2f%%)\n"
+
+#: lib/bitset_stats.c:184
+#, c-format
+msgid "%u bitset_resets, %u cached (%.2f%%)\n"
+msgstr "%u bitset_resets, %u en la caché (%.2f%%)\n"
+
+#: lib/bitset_stats.c:187
+#, c-format
+msgid "%u bitset_tests, %u cached (%.2f%%)\n"
+msgstr "%u bitset_tests, %u en la caché (%.2f%%)\n"
+
+#: lib/bitset_stats.c:191
+#, c-format
+msgid "%u bitset_lists\n"
+msgstr "%u bitset_lists\n"
+
+#: lib/bitset_stats.c:193
+msgid "count log histogram\n"
+msgstr "histograma del registro de conteo\n"
+
+#: lib/bitset_stats.c:196
+msgid "size log histogram\n"
+msgstr "histograma del registro de tamaño\n"
+
+#: lib/bitset_stats.c:199
+msgid "density histogram\n"
+msgstr "histograma de densidad\n"
+
+#: lib/bitset_stats.c:213
+msgid ""
+"Bitset statistics:\n"
+"\n"
+msgstr "Estadísticas de bitset\n"
+
+#: lib/bitset_stats.c:216
+#, c-format
+msgid "Accumulated runs = %u\n"
+msgstr "Ejecuciones acumuladas = %u\n"
+
+#: lib/bitset_stats.c:260 lib/bitset_stats.c:265
+msgid "Could not read stats file."
+msgstr "No pude leer fichero de estadísticas"
+
+#: lib/bitset_stats.c:262
+msgid "Bad stats file size.\n"
+msgstr "Fichero de estadística no válido.\n"
+
+#: lib/bitset_stats.c:288 lib/bitset_stats.c:290
+msgid "Could not write stats file."
+msgstr "No pude escribir el fichero de estadísticas."
+
+#: lib/bitset_stats.c:293
+msgid "Could not open stats file for writing."
+msgstr "No pude abrir el fichero de estadísticas para escritura"
+
+#: lib/getopt.c:688 lib/getopt.c:700