+#: src/symtab.c:140
+#, c-format
+msgid "redefining precedence of %s"
+msgstr "precedenza di `%s' definita due volte"
+
+#: src/symtab.c:159
+#, c-format
+msgid "symbol %s redefined"
+msgstr "simbolo %s ridefinito"
+
+#: src/symtab.c:182
+#, c-format
+msgid "redefining user token number of %s"
+msgstr "numero di token definito dall'utente specificato due volte per %s"
+
+#: src/symtab.c:221
+#, c-format
+msgid "symbol %s is used, but is not defined as a token and has no rules"
+msgstr "usato il simbolo %s, ma non è un token e non ha regole"
+
+#: src/symtab.c:240
+#, c-format
+msgid "symbol `%s' used more than once as a literal string"
+msgstr "simbolo `%s' usato più di una volta in una stringa letterale"
+
+#: src/symtab.c:243
+#, c-format
+msgid "symbol `%s' given more than one literal string"
+msgstr "il simbolo `%s' dà pi` di una stringa letterale"
+
+#: src/symtab.c:277
+#, c-format
+msgid "conflicting precedences for %s and %s"
+msgstr "precedenze in conflitto per %s und %s"
+
+#: src/symtab.c:289
+#, c-format
+msgid "conflicting associativities for %s (%s) and %s (%s)"
+msgstr "associatività in conflitto per %s (%s) e %s (%s)"
+
+#: src/symtab.c:359
+#, c-format
+msgid "tokens %s and %s both assigned number %d"
+msgstr "i token %s e %s hanno lo stesso numero %d"
+
+#: src/symtab.c:566
+#, c-format
+msgid "the start symbol %s is undefined"
+msgstr "simbolo iniziale %s non definito"
+
+#: src/symtab.c:570
+#, c-format
+msgid "the start symbol %s is a token"
+msgstr "specificato il token %s come simbolo iniziale"
+
+#: lib/argmatch.c:161
+#, c-format
+msgid "invalid argument %s for %s"
+msgstr "argomento non valido %s per %s"
+
+#: lib/argmatch.c:162
+#, c-format
+msgid "ambiguous argument %s for %s"
+msgstr "argomento ambiguo %s per %s"
+
+#: lib/argmatch.c:181
+msgid "Valid arguments are:"
+msgstr "Gli argomenti validi sono:"
+
+#: lib/bitset_stats.c:178
+#, c-format
+msgid "%u bitset_allocs, %u freed (%.2f%%).\n"
+msgstr "%u bitset_alloc, %u liberati (%.2f%%).\n"
+
+#: lib/bitset_stats.c:181
+#, c-format
+msgid "%u bitset_sets, %u cached (%.2f%%)\n"
+msgstr "%u bitset_set, %u in cache (%.2f%%)\n"
+
+#: lib/bitset_stats.c:184
+#, c-format
+msgid "%u bitset_resets, %u cached (%.2f%%)\n"
+msgstr "%u bitset_reset, %u in cache (%.2f%%)\n"
+
+#: lib/bitset_stats.c:187
+#, c-format
+msgid "%u bitset_tests, %u cached (%.2f%%)\n"
+msgstr "%u bitset_test, %u in cache (%.2f%%)\n"
+
+#: lib/bitset_stats.c:191
+#, c-format
+msgid "%u bitset_lists\n"
+msgstr "%u bitset_list\n"
+
+#: lib/bitset_stats.c:193
+msgid "count log histogram\n"
+msgstr "istogramma dei conteggi\n"
+
+#: lib/bitset_stats.c:196
+msgid "size log histogram\n"
+msgstr "istogramma delle dimensioni\n"
+
+#: lib/bitset_stats.c:199
+msgid "density histogram\n"
+msgstr "istogranna delle densità\n"
+
+#: lib/bitset_stats.c:213
+msgid ""
+"Bitset statistics:\n"
+"\n"
+msgstr ""
+"Statistiche dei bitset:\n"
+"\n"
+
+#: lib/bitset_stats.c:216
+#, c-format
+msgid "Accumulated runs = %u\n"
+msgstr "Esecuzioni accumulate = %u\n"
+
+#: lib/bitset_stats.c:260 lib/bitset_stats.c:265
+msgid "Could not read stats file."
+msgstr "Impossibile leggere il file delle statistiche."
+
+#: lib/bitset_stats.c:262
+msgid "Bad stats file size.\n"
+msgstr "Dimensione errata del file delle statistiche.\n"
+
+#: lib/bitset_stats.c:288 lib/bitset_stats.c:290
+msgid "Could not write stats file."
+msgstr "Impossibile scrivere il file delle statistiche."
+
+#: lib/bitset_stats.c:293
+msgid "Could not open stats file for writing."
+msgstr "Impossibile aprire in scrittura il file delle statistiche."
+
+#: lib/getopt.c:662