62 lines
2.1 KiB
Text
62 lines
2.1 KiB
Text
# Messages français pour Bison.
|
|
# Copyright © 2004 Free Software Foundation, Inc.
|
|
# Michel Robitaille <robitail@IRO.UMontreal.CA>, traducteur depuis/since 1996
|
|
# Dominique Boucher a été le traducteur de 1996 à 2000
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: GNU bison-runtime 2.1\n"
|
|
"Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
|
|
"POT-Creation-Date: 2012-12-12 16:09+0100\n"
|
|
"PO-Revision-Date: 2005-09-21 08:00-0500\n"
|
|
"Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
|
|
"Language-Team: French <traduc@traduc.org>\n"
|
|
"Language: fr\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
|
"Content-Transfer-Encoding: 8-bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
|
|
#: data/glr.c:855 data/yacc.c:776
|
|
msgid "syntax error: cannot back up"
|
|
msgstr "erreur de syntaxe: ne peut reculer"
|
|
|
|
#: data/glr.c:1729
|
|
msgid "syntax is ambiguous"
|
|
msgstr "syntaxe ambiguë"
|
|
|
|
#: data/glr.c:2014 data/glr.c:2094 data/glr.c:2134 data/glr.c:2399
|
|
#: data/lalr1.cc:947 data/lalr1.cc:967 data/yacc.c:1351 data/yacc.c:1856
|
|
#: data/yacc.c:1862
|
|
msgid "syntax error"
|
|
msgstr "erreur de syntaxe"
|
|
|
|
#: data/glr.c:2095 data/lalr1.cc:948 data/yacc.c:1352
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s"
|
|
msgstr "erreur de syntaxe, %s inattendu"
|
|
|
|
#: data/glr.c:2096 data/lalr1.cc:949 data/yacc.c:1353
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s, expecting %s"
|
|
msgstr "erreur de syntaxe, %s inattendu, attendait %s"
|
|
|
|
#: data/glr.c:2097 data/lalr1.cc:950 data/yacc.c:1354
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s, expecting %s or %s"
|
|
msgstr "erreur de syntaxe, %s inattendu, attendait %s ou %s"
|
|
|
|
#: data/glr.c:2098 data/lalr1.cc:951 data/yacc.c:1355
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s, expecting %s or %s or %s"
|
|
msgstr "erreur de syntaxe, %s inattendu, attendait %s ou %s ou %s"
|
|
|
|
#: data/glr.c:2099 data/lalr1.cc:952 data/yacc.c:1356
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
|
|
msgstr "erreur de syntaxe, %s inattendu, attendait %s ou %s ou %s ou %s"
|
|
|
|
#: data/glr.c:2459 data/yacc.c:1436 data/yacc.c:1438 data/yacc.c:1616
|
|
#: data/yacc.c:2013
|
|
msgid "memory exhausted"
|
|
msgstr "mémoire épuisée"
|