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

Diff of /bison/po/it.po

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

revision 1.20 by akim, Wed Apr 10 17:13:14 2002 UTC revision 1.21 by akim, Mon Apr 22 09:00:43 2002 UTC
# Line 5  Line 5 
5  msgid ""  msgid ""
6  msgstr ""  msgstr ""
7  "Project-Id-Version: bison 1.31\n"  "Project-Id-Version: bison 1.31\n"
8  "POT-Creation-Date: 2002-04-10 13:04+0200\n"  "POT-Creation-Date: 2002-04-22 10:39+0200\n"
9  "PO-Revision-Date: 2002-01-18 12:40 CET\n"  "PO-Revision-Date: 2002-01-18 12:40 CET\n"
10  "Last-Translator: Paolo Bonzini <bonzini@gnu.org>\n"  "Last-Translator: Paolo Bonzini <bonzini@gnu.org>\n"
11  "Language-Team: Italian <it@li.org>\n"  "Language-Team: Italian <it@li.org>\n"
# Line 86  msgstr " %d shift/riduzione" Line 86  msgstr " %d shift/riduzione"
86  msgid " %d reduce/reduce"  msgid " %d reduce/reduce"
87  msgstr " %d riduzione/riduzione"  msgstr " %d riduzione/riduzione"
88    
89  #: src/conflicts.c:380 src/reduce.c:442  #: src/conflicts.c:380 src/reduce.c:391
90  #, c-format  #, c-format
91  msgid "%s contains "  msgid "%s contains "
92  msgstr "%s contiene "  msgstr "%s contiene "
# Line 280  msgstr "`%s' non supporta argomenti: %s" Line 280  msgstr "`%s' non supporta argomenti: %s"
280  msgid "`%s' requires an argument"  msgid "`%s' requires an argument"
281  msgstr "`%s' richiede un argomento"  msgstr "`%s' richiede un argomento"
282    
 #: src/output.c:834  
 #, c-format  
 msgid "maximum table size (%d) exceeded"  
 msgstr "ecceduta la dimensione massima di una tabella (%d)"  
   
283  #: src/print.c:46  #: src/print.c:46
284  #, c-format  #, c-format
285  msgid " type %d is %s\n"  msgid " type %d is %s\n"
# Line 347  msgstr "    NESSUNA AZIONE\n" Line 342  msgstr "    NESSUNA AZIONE\n"
342  msgid "state %d"  msgid "state %d"
343  msgstr "stato %d"  msgstr "stato %d"
344    
345  #: src/print.c:369  #: src/print.c:370
346  msgid "Grammar"  msgid "Grammar"
347  msgstr "Grammatica"  msgstr "Grammatica"
348    
349  #: src/print.c:370  #: src/print.c:371
350  msgid "Number, Line, Rule"  msgid "Number, Line, Rule"
351  msgstr "Numero, Linea, Regola"  msgstr "Numero, Linea, Regola"
352    
353  #: src/print.c:373  #: src/print.c:374
354  #, c-format  #, c-format
355  msgid "  %3d %3d %s ->"  msgid "  %3d %3d %s ->"
356  msgstr "  %3d %3d %s ->"  msgstr "  %3d %3d %s ->"
357    
358  #: src/print.c:380  #: src/print.c:381
359  msgid "empty"  msgid "empty"
360  msgstr "vuoto"  msgstr "vuoto"
361    
362  #: src/print.c:387  #: src/print.c:388
363  msgid "Terminals, with rules where they appear"  msgid "Terminals, with rules where they appear"
364  msgstr "Simboli terminali e regole in cui appaiono"  msgstr "Simboli terminali e regole in cui appaiono"
365    
366  #: src/print.c:410  #: src/print.c:411
367  msgid "Nonterminals, with rules where they appear"  msgid "Nonterminals, with rules where they appear"
368  msgstr "Simboli nonterminali e regole in cui appaiono"  msgstr "Simboli nonterminali e regole in cui appaiono"
369    
370  #: src/print.c:436  #: src/print.c:437
371  msgid " on left:"  msgid " on left:"
372  msgstr " nel primo membro:"  msgstr " nel primo membro:"
373    
374  #: src/print.c:451  #: src/print.c:452
375  msgid " on right:"  msgid " on right:"
376  msgstr " nel secondo membro:"  msgstr " nel secondo membro:"
377    
# Line 597  msgstr "nessuna regola nella grammatica Line 592  msgstr "nessuna regola nella grammatica
592  msgid "too many symbols (tokens plus nonterminals); maximum %d"  msgid "too many symbols (tokens plus nonterminals); maximum %d"
593  msgstr "troppi simboli (token e nonterminali); il massimo è %d"  msgstr "troppi simboli (token e nonterminali); il massimo è %d"
594    
595  #: src/reader.c:1722  #: src/reader.c:1743
596  #, c-format  #, c-format
597  msgid "the start symbol %s is undefined"  msgid "the start symbol %s is undefined"
598  msgstr "simbolo iniziale %s non definito"  msgstr "simbolo iniziale %s non definito"
599    
600  #: src/reader.c:1724  #: src/reader.c:1745
601  #, c-format  #, c-format
602  msgid "the start symbol %s is a token"  msgid "the start symbol %s is a token"
603  msgstr "specificato il token %s come simbolo iniziale"  msgstr "specificato il token %s come simbolo iniziale"
# Line 619  msgstr "Simboli terminali inutilizzati:" Line 614  msgstr "Simboli terminali inutilizzati:"
614  msgid "Useless rules:"  msgid "Useless rules:"
615  msgstr "Regole inutili:"  msgstr "Regole inutili:"
616    
617  #: src/reduce.c:437  #: src/reduce.c:386
618  #, c-format  #, c-format
619  msgid "%d rule never reduced\n"  msgid "%d rule never reduced\n"
620  msgid_plural "%d rules never reduced\n"  msgid_plural "%d rules never reduced\n"
621  msgstr[0] "%d regola non applicata\n"  msgstr[0] "%d regola non applicata\n"
622  msgstr[1] "%d regole non applicate\n"  msgstr[1] "%d regole non applicate\n"
623    
624  #: src/reduce.c:445  #: src/reduce.c:394
625  #, c-format  #, c-format
626  msgid "%d useless nonterminal"  msgid "%d useless nonterminal"
627  msgid_plural "%d useless nonterminals"  msgid_plural "%d useless nonterminals"
628  msgstr[0] "%d simbolo nonterminale inutilizzato"  msgstr[0] "%d simbolo nonterminale inutilizzato"
629  msgstr[1] "%d simboli nonterminali inutilizzati"  msgstr[1] "%d simboli nonterminali inutilizzati"
630    
631  #: src/reduce.c:451  #: src/reduce.c:400
632  msgid " and "  msgid " and "
633  msgstr " e "  msgstr " e "
634    
635  #: src/reduce.c:454  #: src/reduce.c:403
636  #, c-format  #, c-format
637  msgid "%d useless rule"  msgid "%d useless rule"
638  msgid_plural "%d useless rules"  msgid_plural "%d useless rules"
639  msgstr[0] "%d regola inutile"  msgstr[0] "%d regola inutile"
640  msgstr[1] "%d regole inutili"  msgstr[1] "%d regole inutili"
641    
642  #: src/reduce.c:484  #: src/reduce.c:433
643  #, c-format  #, c-format
644  msgid "Start symbol %s does not derive any sentence"  msgid "Start symbol %s does not derive any sentence"
645  msgstr "dal simbolo iniziale %s non deriva alcuna frase"  msgstr "dal simbolo iniziale %s non deriva alcuna frase"
# Line 716  msgstr "`" Line 711  msgstr "`"
711  msgid "'"  msgid "'"
712  msgstr "'"  msgstr "'"
713    
714    #~ msgid "maximum table size (%d) exceeded"
715    #~ msgstr "ecceduta la dimensione massima di una tabella (%d)"
716    
717  #~ msgid "too many items (max %d)"  #~ msgid "too many items (max %d)"
718  #~ msgstr "troppi elementi (max %d)"  #~ msgstr "troppi elementi (max %d)"
719    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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