/[bison]/bison/po/fr.po
ViewVC logotype

Diff of /bison/po/fr.po

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.108 by akim, Fri Jun 28 17:12:10 2002 UTC revision 1.109 by akim, Sun Jun 30 17:37:38 2002 UTC
# Line 6  Line 6 
6  msgid ""  msgid ""
7  msgstr ""  msgstr ""
8  "Project-Id-Version: GNU bison 1.34a\n"  "Project-Id-Version: GNU bison 1.34a\n"
9  "POT-Creation-Date: 2002-06-28 19:09+0200\n"  "POT-Creation-Date: 2002-06-30 19:37+0200\n"
10  "PO-Revision-Date: 2002-03-21 15:00-0500\n"  "PO-Revision-Date: 2002-03-21 15:00-0500\n"
11  "Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"  "Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
12  "Language-Team: French <traduc@traduc.org>\n"  "Language-Team: French <traduc@traduc.org>\n"
# Line 15  msgstr "" Line 15  msgstr ""
15  "Content-Transfer-Encoding: 8-bit\n"  "Content-Transfer-Encoding: 8-bit\n"
16  "Plural-Forms: nplurals=2; plural=(n > 1);\n"  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17    
 #: src/LR0.c:197  
 #, c-format  
 msgid "too many states (max %d)"  
 msgstr "nombre trop grand d'états (max %d)"  
   
18  #: src/complain.c:99 lib/error.c:128 lib/error.c:156  #: src/complain.c:99 lib/error.c:128 lib/error.c:156
19  msgid "Unknown system error"  msgid "Unknown system error"
20  msgstr "Erreur système inconnue"  msgstr "Erreur système inconnue"
# Line 50  msgid "    Conflict between rule %d and Line 45  msgid "    Conflict between rule %d and
45  msgstr ""  msgstr ""
46  "Conflit à l'état %d entre la règle %d et le terminal %s résolu par %s.\n"  "Conflit à l'état %d entre la règle %d et le terminal %s résolu par %s.\n"
47    
48  #: src/conflicts.c:378  #: src/conflicts.c:379
49  #, c-format  #, c-format
50  msgid "%d shift/reduce conflict"  msgid "%d shift/reduce conflict"
51  msgid_plural "%d shift/reduce conflicts"  msgid_plural "%d shift/reduce conflicts"
52  msgstr[0] "%d conflit par décalage/réduction"  msgstr[0] "%d conflit par décalage/réduction"
53  msgstr[1] "%d conflits par décalage/réduction"  msgstr[1] "%d conflits par décalage/réduction"
54    
55  #: src/conflicts.c:385  #: src/conflicts.c:386
56  msgid "and"  msgid "and"
57  msgstr "et"  msgstr "et"
58    
59  #: src/conflicts.c:391  #: src/conflicts.c:392
60  #, c-format  #, c-format
61  msgid "%d reduce/reduce conflict"  msgid "%d reduce/reduce conflict"
62  msgid_plural "%d reduce/reduce conflicts"  msgid_plural "%d reduce/reduce conflicts"
63  msgstr[0] "%d conflit par réduction/réduction"  msgstr[0] "%d conflit par réduction/réduction"
64  msgstr[1] "%d conflits par réduction/réduction"  msgstr[1] "%d conflits par réduction/réduction"
65    
66  #: src/conflicts.c:416  #: src/conflicts.c:417
67  #, c-format  #, c-format
68  msgid "State %d contains "  msgid "State %d contains "
69  msgstr "L'état %d contient "  msgstr "L'état %d contient "
70    
71  #: src/conflicts.c:487  #: src/conflicts.c:490
72  msgid "conflicts: "  msgid "conflicts: "
73  msgstr "conflits: "  msgstr "conflits: "
74    
75  #: src/conflicts.c:489  #: src/conflicts.c:492
76  #, c-format  #, c-format
77  msgid " %d shift/reduce"  msgid " %d shift/reduce"
78  msgstr " %d décalage/réduction"  msgstr " %d décalage/réduction"
79    
80  #: src/conflicts.c:493  #: src/conflicts.c:496
81  #, c-format  #, c-format
82  msgid " %d reduce/reduce"  msgid " %d reduce/reduce"
83  msgstr " %d réduction/réduction"  msgstr " %d réduction/réduction"
84    
85  #: src/conflicts.c:498  #: src/conflicts.c:501
86  #, c-format  #, c-format
87  msgid "%s contains "  msgid "%s contains "
88  msgstr "%s contient "  msgstr "%s contient "
89    
90  #: src/conflicts.c:505  #: src/conflicts.c:508
91  #, c-format  #, c-format
92  msgid "expected %d shift/reduce conflict\n"  msgid "expected %d shift/reduce conflict\n"
93  msgid_plural "expected %d shift/reduce conflicts\n"  msgid_plural "expected %d shift/reduce conflicts\n"
# Line 235  msgstr "%s: grammaire manquante\n" Line 230  msgstr "%s: grammaire manquante\n"
230  msgid "%s: extra arguments ignored after `%s'\n"  msgid "%s: extra arguments ignored after `%s'\n"
231  msgstr "%s: arguments supplémentaires ignorés après « %s »\n"  msgstr "%s: arguments supplémentaires ignorés après « %s »\n"
232    
233  #: src/lalr.c:174  #: src/lalr.c:102
234  #, c-format  #, c-format
235  msgid "too many gotos (max %d)"  msgid "too many gotos (max %d)"
236  msgstr "nombre trop grand de « goto » (Max %d)"  msgstr "nombre trop grand de « goto » (Max %d)"
# Line 245  msgstr "nombre trop grand de « goto » (M Line 240  msgstr "nombre trop grand de « goto » (M
240  msgid " type %d is %s\n"  msgid " type %d is %s\n"
241  msgstr " le type %d est %s\n"  msgstr " le type %d est %s\n"
242    
243  #: src/print.c:98  #: src/print.c:162
244  #, c-format  #, fuzzy, c-format
245  msgid "   (rule %d)"  msgid "shift, and go to state %d\n"
 msgstr "   (règle %d)"  
   
 #: src/print.c:119  
 #, c-format  
 msgid "    %-4s\tshift, and go to state %d\n"  
246  msgstr "    %-4s\tdécalage et aller à l'état %d\n"  msgstr "    %-4s\tdécalage et aller à l'état %d\n"
247    
248  #: src/print.c:136  #: src/print.c:164
249  #, c-format  #, fuzzy, c-format
250  msgid "    %-4s\terror (nonassociative)\n"  msgid "go to state %d\n"
 msgstr "    %-4s\terreur (non-associatif)\n"  
   
 #: src/print.c:160  
 #, c-format  
 msgid "    %-4s\tgo to state %d\n"  
251  msgstr "    %-4s\taller à l'état %d\n"  msgstr "    %-4s\taller à l'état %d\n"
252    
253  #: src/print.c:184 src/print.c:218  #: src/print.c:201
254  #, c-format  #, fuzzy
255  msgid ""  msgid "error (nonassociative)\n"
256  "    $default\treduce using rule %d (%s)\n"  msgstr "%-4s\terreur (non-associatif)"
 "\n"  
 msgstr ""  
 "    $défaut\tréduction par la règle %d (%s)\n"  
 "\n"  
   
 #: src/print.c:213 src/print.c:288  
 #, c-format  
 msgid "    %-4s\t[reduce using rule %d (%s)]\n"  
 msgstr "    %-4s\t[réduction par la règle %d (%s)]\n"  
257    
258  #: src/print.c:269 src/print.c:282  #: src/print.c:290
259  #, c-format  #, fuzzy, c-format
260  msgid "    %-4s\treduce using rule %d (%s)\n"  msgid "reduce using rule %d (%s)"
261  msgstr "    %-4s\tréduction par la règle %d (%s)\n"  msgstr "$défaut\tréduction par la règle %d (%s)"
262    
263  #: src/print.c:297  #: src/print.c:323 src/print.c:386
264  #, c-format  msgid "$default"
265  msgid "    $default\treduce using rule %d (%s)\n"  msgstr ""
 msgstr "    $défaut\tréduction par la règle %d (%s)\n"  
266    
267  #: src/print.c:313  #: src/print.c:405
268  msgid "    $default\taccept\n"  msgid "    $default\taccept\n"
269  msgstr "    $défaut\taccepter\n"  msgstr "    $défaut\taccepter\n"
270    
271  #: src/print.c:315  #: src/print.c:407
272  msgid "    NO ACTIONS\n"  msgid "    NO ACTIONS\n"
273  msgstr "    PAS D'ACTION\n"  msgstr "    PAS D'ACTION\n"
274    
275  #: src/print.c:328  #: src/print.c:428
276  #, c-format  #, c-format
277  msgid "state %d"  msgid "state %d"
278  msgstr "état %d"  msgstr "état %d"
279    
280  #: src/print.c:364  #: src/print.c:462
281  msgid "Terminals, with rules where they appear"  msgid "Terminals, with rules where they appear"
282  msgstr "Terminaux, suivis des règles où ils apparaissent"  msgstr "Terminaux, suivis des règles où ils apparaissent"
283    
284  #: src/print.c:389  #: src/print.c:489
285  msgid "Nonterminals, with rules where they appear"  msgid "Nonterminals, with rules where they appear"
286  msgstr "Non-terminaux, suivis des règles où ils apparaissent"  msgstr "Non-terminaux, suivis des règles où ils apparaissent"
287    
288  #: src/print.c:417  #: src/print.c:518
289  msgid " on left:"  msgid " on left:"
290  msgstr " à gauche:"  msgstr " à gauche:"
291    
292  #: src/print.c:432  #: src/print.c:533
293  msgid " on right:"  msgid " on right:"
294  msgstr " à droite:"  msgstr " à droite:"
295    
# Line 328  msgstr "multiples déclarations %s" Line 303  msgstr "multiples déclarations %s"
303  msgid "result type clash on merge function %s: `%s' vs. `%s'"  msgid "result type clash on merge function %s: `%s' vs. `%s'"
304  msgstr ""  msgstr ""
305    
306  #: src/reader.c:257  #: src/reader.c:237
307  #, c-format  #, c-format
308  msgid "rule given for %s, which is a token"  msgid "rule given for %s, which is a token"
309  msgstr "la règle pour %s, qui est un terminal"  msgstr "la règle pour %s, qui est un terminal"
310    
311  #: src/reader.c:282  #: src/reader.c:262
312  #, c-format  #, c-format
313  msgid "type clash (`%s' `%s') on default action"  msgid "type clash (`%s' `%s') on default action"
314  msgstr "conflit de type (« %s » « %s ») pour l'action par défaut"  msgstr "conflit de type (« %s » « %s ») pour l'action par défaut"
315    
316  #: src/reader.c:290  #: src/reader.c:270
317  msgid "empty rule for typed nonterminal, and no action"  msgid "empty rule for typed nonterminal, and no action"
318  msgstr "règle vide pour une catégorie typée et aucune action"  msgstr "règle vide pour une catégorie typée et aucune action"
319    
320  #: src/reader.c:361  #: src/reader.c:341
321  msgid "two @prec's in a row"  msgid "two @prec's in a row"
322  msgstr "deux @prec de suite"  msgstr "deux @prec de suite"
323    
324  #: src/reader.c:371  #: src/reader.c:351
325  #, c-format  #, c-format
326  msgid "%%dprec affects only GLR parsers"  msgid "%%dprec affects only GLR parsers"
327  msgstr ""  msgstr ""
328    
329  #: src/reader.c:373  #: src/reader.c:353
330  #, c-format  #, c-format
331  msgid "%%dprec must be followed by positive number"  msgid "%%dprec must be followed by positive number"
332  msgstr ""  msgstr ""
333    
334  #: src/reader.c:375  #: src/reader.c:355
335  #, c-format  #, c-format
336  msgid "only one %%dprec allowed per rule"  msgid "only one %%dprec allowed per rule"
337  msgstr ""  msgstr ""
338    
339  #: src/reader.c:386  #: src/reader.c:366
340  #, c-format  #, c-format
341  msgid "%%merge affects only GLR parsers"  msgid "%%merge affects only GLR parsers"
342  msgstr ""  msgstr ""
343    
344  #: src/reader.c:388  #: src/reader.c:368
345  #, c-format  #, c-format
346  msgid "only one %%merge allowed per rule"  msgid "only one %%merge allowed per rule"
347  msgstr ""  msgstr ""
348    
349  #: src/reader.c:531  #: src/reader.c:507
350  msgid "no rules in the input grammar"  msgid "no rules in the input grammar"
351  msgstr "la grammaire n'a pas de règles"  msgstr "la grammaire n'a pas de règles"
352    
353  #: src/reader.c:563  #: src/reader.c:539
354  #, c-format  #, c-format
355  msgid "too many symbols (tokens plus nonterminals); maximum %d"  msgid "too many symbols (tokens plus nonterminals); maximum %d"
356  msgstr "trop de symboles (jeton plus non terminaux); maximum %d"  msgstr "trop de symboles (jeton plus non terminaux); maximum %d"
357    
358  #: src/reduce.c:239 src/reduce.c:305 src/reduce.c:396  #: src/reduce.c:243 src/reduce.c:309 src/reduce.c:400
359  #, fuzzy  #, fuzzy
360  msgid "warning"  msgid "warning"
361  msgstr "AVERTISSEMENT: "  msgstr "AVERTISSEMENT: "
362    
363  #: src/reduce.c:239  #: src/reduce.c:243
364  #, fuzzy  #, fuzzy
365  msgid "useless rule"  msgid "useless rule"
366  msgstr "%d règle inutilisable"  msgstr "%d règle inutilisable"
367    
368  #: src/reduce.c:305  #: src/reduce.c:309
369  #, fuzzy  #, fuzzy
370  msgid "useless nonterminal"  msgid "useless nonterminal"
371  msgstr "%d nonterminal inutilisable"  msgstr "%d nonterminal inutilisable"
372    
373  #: src/reduce.c:352  #: src/reduce.c:356
374  msgid "Useless nonterminals:"  msgid "Useless nonterminals:"
375  msgstr "Non-terminaux inutiles:"  msgstr "Non-terminaux inutiles:"
376    
377  #: src/reduce.c:365  #: src/reduce.c:369
378  msgid "Terminals which are not used:"  msgid "Terminals which are not used:"
379  msgstr "Terminaux non utilisés:"  msgstr "Terminaux non utilisés:"
380    
381  #: src/reduce.c:374  #: src/reduce.c:378
382  #, fuzzy  #, fuzzy
383  msgid "Useless rules"  msgid "Useless rules"
384  msgstr "Règles inutiles:"  msgstr "Règles inutiles:"
385    
386  #: src/reduce.c:391  #: src/reduce.c:395
387  #, c-format  #, c-format
388  msgid "%d rule never reduced\n"  msgid "%d rule never reduced\n"
389  msgid_plural "%d rules never reduced\n"  msgid_plural "%d rules never reduced\n"
390  msgstr[0] "%d règle n'a jamais été réduite\n"  msgstr[0] "%d règle n'a jamais été réduite\n"
391  msgstr[1] "%d règles n'ont jamais été réduites\n"  msgstr[1] "%d règles n'ont jamais été réduites\n"
392    
393  #: src/reduce.c:399  #: src/reduce.c:403
394  #, c-format  #, c-format
395  msgid "%d useless nonterminal"  msgid "%d useless nonterminal"
396  msgid_plural "%d useless nonterminals"  msgid_plural "%d useless nonterminals"
397  msgstr[0] "%d nonterminal inutilisable"  msgstr[0] "%d nonterminal inutilisable"
398  msgstr[1] "%d nonterminals inutilisables"  msgstr[1] "%d nonterminals inutilisables"
399    
400  #: src/reduce.c:405  #: src/reduce.c:409
401  msgid " and "  msgid " and "
402  msgstr " et "  msgstr " et "
403    
404  #: src/reduce.c:408  #: src/reduce.c:412
405  #, c-format  #, c-format
406  msgid "%d useless rule"  msgid "%d useless rule"
407  msgid_plural "%d useless rules"  msgid_plural "%d useless rules"
408  msgstr[0] "%d règle inutilisable"  msgstr[0] "%d règle inutilisable"
409  msgstr[1] "%d règles inutilisables"  msgstr[1] "%d règles inutilisables"
410    
411  #: src/reduce.c:438  #: src/reduce.c:442
412  #, c-format  #, c-format
413  msgid "Start symbol %s does not derive any sentence"  msgid "Start symbol %s does not derive any sentence"
414  msgstr "Aucune phrase ne peut être dérivée du symbole de départ %s"  msgstr "Aucune phrase ne peut être dérivée du symbole de départ %s"
# Line 525  msgstr "`" Line 500  msgstr "`"
500  msgid "'"  msgid "'"
501  msgstr "'"  msgstr "'"
502    
503    #~ msgid "too many states (max %d)"
504    #~ msgstr "nombre trop grand d'états (max %d)"
505    
506    #~ msgid "   (rule %d)"
507    #~ msgstr "   (règle %d)"
508    
509    #~ msgid "    %-4s\terror (nonassociative)\n"
510    #~ msgstr "    %-4s\terreur (non-associatif)\n"
511    
512    #~ msgid ""
513    #~ "    $default\treduce using rule %d (%s)\n"
514    #~ "\n"
515    #~ msgstr ""
516    #~ "    $défaut\tréduction par la règle %d (%s)\n"
517    #~ "\n"
518    
519    #~ msgid "    %-4s\t[reduce using rule %d (%s)]\n"
520    #~ msgstr "    %-4s\t[réduction par la règle %d (%s)]\n"
521    
522    #~ msgid "    %-4s\treduce using rule %d (%s)\n"
523    #~ msgstr "    %-4s\tréduction par la règle %d (%s)\n"
524    
525    #~ msgid "    $default\treduce using rule %d (%s)\n"
526    #~ msgstr "    $défaut\tréduction par la règle %d (%s)\n"
527    
528  #~ msgid "invalid $ value"  #~ msgid "invalid $ value"
529  #~ msgstr "la valeur de symbole $ n'est pas valide"  #~ msgstr "la valeur de symbole $ n'est pas valide"
530    
# Line 707  msgstr "'" Line 707  msgstr "'"
707  #~ msgid "    $   \tgo to state %d\n"  #~ msgid "    $   \tgo to state %d\n"
708  #~ msgstr "    $   \taller à l'état %d\n"  #~ msgstr "    $   \taller à l'état %d\n"
709    
 #~ msgid "%-4s\terror (nonassociative)"  
 #~ msgstr "%-4s\terreur (non-associatif)"  
   
 #~ msgid "$default\treduce using rule %d (%s)"  
 #~ msgstr "$défaut\tréduction par la règle %d (%s)"  
   
710  #~ msgid "unterminated %guard clause"  #~ msgid "unterminated %guard clause"
711  #~ msgstr "clause %guard non terminée"  #~ msgstr "clause %guard non terminée"
712    

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26