+#: src/scan-gram.l:978
+#, c-format
+msgid "missing `%s' at end of file"
+msgstr "chaîne de caractères « %s » manquante en fin de fichier"
+
+#: src/symlist.c:97 src/symlist.c:108
+msgid "invalid $ value"
+msgstr "la valeur de symbole $ n'est pas valide"
+
+#: src/symtab.c:84
+#, c-format
+msgid "type redeclaration for %s"
+msgstr "redéclaration du type de %s"
+
+#: src/symtab.c:101 src/symtab.c:119
+#, c-format
+msgid "%s redeclaration for %s"
+msgstr "redéclaration de %s pour %s"
+
+#: src/symtab.c:138
+#, c-format
+msgid "redefining precedence of %s"
+msgstr "redéfinition du niveau de priorité de %s"
+
+#: src/symtab.c:156
+#, c-format
+msgid "symbol %s redefined"
+msgstr "symbole %s redéfini"
+
+#: src/symtab.c:179
+#, c-format
+msgid "redefining user token number of %s"
+msgstr "redéfinition du jeton usager numéro de %s"
+
+#: src/symtab.c:206
+#, c-format
+msgid "symbol %s is used, but is not defined as a token and has no rules"
+msgstr ""
+"le symbole %s est utilisé mais ce n'est pas un terminal et il ne possède pas "
+"de règle"
+
+#: src/symtab.c:231
+#, c-format
+msgid "symbol `%s' used more than once as a literal string"
+msgstr "symbole « %s » utilisé plus d'une fois dans une chaîne litérale"
+
+#: src/symtab.c:234
+#, c-format
+msgid "symbol `%s' given more than one literal string"
+msgstr "symbole « %s » présent dans plus d'une chaîne litérale"
+
+#: src/symtab.c:270
+#, c-format
+msgid "conflicting precedences for %s and %s"
+msgstr "les priorités pour %s et %s entrent en conflit"
+
+#: src/symtab.c:282
+#, c-format
+msgid "conflicting associativities for %s (%s) and %s (%s)"
+msgstr "conflits d'associativités pour %s (%s) et %s (%s)"
+
+#: src/symtab.c:367
+#, c-format
+msgid "tokens %s and %s both assigned number %d"
+msgstr "les jetons %s et %s se sont vus assigner le nombre %d"
+
+#: src/symtab.c:590
+#, c-format
+msgid "the start symbol %s is undefined"
+msgstr "le symbole de départ %s n'est pas défini"
+
+#: src/symtab.c:594
+#, c-format
+msgid "the start symbol %s is a token"
+msgstr "le symbole de départ %s est un terminal"
+
+#: lib/argmatch.c:129
+#, c-format
+msgid "invalid argument %s for %s"
+msgstr "argument invalide %s pour %s"
+
+#: lib/argmatch.c:130
+#, c-format
+msgid "ambiguous argument %s for %s"
+msgstr "argument ambiguë %s pour %s"
+
+#: lib/argmatch.c:149
+msgid "Valid arguments are:"
+msgstr "Arguments valides sont:"
+
+#: lib/bitset_stats.c:178
+#, c-format
+msgid "%u bitset_allocs, %u freed (%.2f%%).\n"
+msgstr "%u bitset_allocs, %u libérés (%.2f%%).\n"
+
+#: lib/bitset_stats.c:181
+#, c-format
+msgid "%u bitset_sets, %u cached (%.2f%%)\n"
+msgstr "%u bitset_sets, %u dans la cache (%.2f%%)\n"
+
+#: lib/bitset_stats.c:184
+#, c-format
+msgid "%u bitset_resets, %u cached (%.2f%%)\n"
+msgstr "%u bitset_resets, %u dans la cache (%.2f%%)\n"
+
+#: lib/bitset_stats.c:187
+#, c-format
+msgid "%u bitset_tests, %u cached (%.2f%%)\n"
+msgstr "%u bitset_tests, %u dans la cache (%.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 "histogramme des compteurs\n"
+
+#: lib/bitset_stats.c:196
+msgid "size log histogram\n"
+msgstr "taille de l'histogramme des compteurs\n"
+
+#: lib/bitset_stats.c:199
+msgid "density histogram\n"
+msgstr "densité de l'histogramme\n"
+
+#: lib/bitset_stats.c:213
+msgid ""
+"Bitset statistics:\n"
+"\n"
+msgstr ""
+"Statistiques des bitset:\n"
+"\n"
+
+#: lib/bitset_stats.c:216
+#, c-format
+msgid "Accumulated runs = %u\n"
+msgstr "Exécutions accumulées = %u\n"
+
+#: lib/bitset_stats.c:260 lib/bitset_stats.c:265
+msgid "Could not read stats file."
+msgstr "Ne peut lire le fichier de stats."
+
+#: lib/bitset_stats.c:262
+msgid "Bad stats file size.\n"
+msgstr "Taille erronée du fichier de stats.\n"
+
+#: lib/bitset_stats.c:288 lib/bitset_stats.c:290
+msgid "Could not write stats file."
+msgstr "Ne peut écrire le fichier de stats."
+
+#: lib/bitset_stats.c:293
+msgid "Could not open stats file for writing."
+msgstr "Ne ouvrir en écriture le fichier de stats."
+
+#: lib/getopt.c:688 lib/getopt.c:700