/[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.27 by akim, Sat May 25 16:12:40 2002 UTC revision 1.28 by akim, Sun May 26 18:38:21 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-05-21 19:56+0200\n"  "POT-Creation-Date: 2002-05-25 18:12+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 107  msgstr "impossibile aprire il file `%s'" Line 107  msgstr "impossibile aprire il file `%s'"
107  msgid "cannot close file"  msgid "cannot close file"
108  msgstr "impossibile chiudere il file `%s'"  msgstr "impossibile chiudere il file `%s'"
109    
110  #: src/getargs.c:56  #: src/getargs.c:97
111  msgid "GNU bison generates parsers for LALR(1) grammars.\n"  msgid "GNU bison generates parsers for LALR(1) grammars.\n"
112  msgstr "GNU bison genera parser per grammatiche LALR(1).\n"  msgstr "GNU bison genera parser per grammatiche LALR(1).\n"
113    
114  #: src/getargs.c:60  #: src/getargs.c:101
115  #, c-format  #, c-format
116  msgid "Usage: %s [OPTION]... FILE\n"  msgid "Usage: %s [OPTION]... FILE\n"
117  msgstr "Utilizzo: %s [OPZIONE]... FILE\n"  msgstr "Utilizzo: %s [OPZIONE]... FILE\n"
118    
119  #: src/getargs.c:64  #: src/getargs.c:105
120  msgid ""  msgid ""
121  "If a long option shows an argument as mandatory, then it is mandatory\n"  "If a long option shows an argument as mandatory, then it is mandatory\n"
122  "for the equivalent short option also.  Similarly for optional arguments.\n"  "for the equivalent short option also.  Similarly for optional arguments.\n"
# Line 125  msgstr "" Line 125  msgstr ""
125  "è obbligatorio anche per l'equivalente opzione corta.  Analogamente per\n"  "è obbligatorio anche per l'equivalente opzione corta.  Analogamente per\n"
126  "gli argomenti opzionali.\n"  "gli argomenti opzionali.\n"
127    
128  #: src/getargs.c:70  #: src/getargs.c:111
129  msgid ""  msgid ""
130  "Operation modes:\n"  "Operation modes:\n"
131  "  -h, --help      display this help and exit\n"  "  -h, --help      display this help and exit\n"
# Line 137  msgstr "" Line 137  msgstr ""
137  "  -V, --version   mostra informazioni sulla versione ed esce\n"  "  -V, --version   mostra informazioni sulla versione ed esce\n"
138  "  -y, --yacc      emula il comportamento di POSIX yacc\n"  "  -y, --yacc      emula il comportamento di POSIX yacc\n"
139    
140  #: src/getargs.c:77  #: src/getargs.c:118
141  msgid ""  msgid ""
142  "Parser:\n"  "Parser:\n"
143  "  -S, --skeleton=FILE        specify the skeleton to use\n"  "  -S, --skeleton=FILE        specify the skeleton to use\n"
# Line 156  msgstr "" Line 156  msgstr ""
156  "  -n, --no-parser            genera le sole tabelle\n"  "  -n, --no-parser            genera le sole tabelle\n"
157  "  -k, --token-table          include una tabella di nomi dei token\n"  "  -k, --token-table          include una tabella di nomi dei token\n"
158    
159  #: src/getargs.c:89  #: src/getargs.c:130
160    #, fuzzy
161  msgid ""  msgid ""
162  "Output:\n"  "Output:\n"
163  "  -d, --defines              also produce a header file\n"  "  -d, --defines              also produce a header file\n"
164  "  -v, --verbose              also produce an explanation of the automaton\n"  "  -r, --report=THINGS        also produce details on the automaton\n"
165    "  -v, --verbose              same as `--report=state'\n"
166  "  -b, --file-prefix=PREFIX   specify a PREFIX for output files\n"  "  -b, --file-prefix=PREFIX   specify a PREFIX for output files\n"
167  "  -o, --output=FILE          leave output to FILE\n"  "  -o, --output=FILE          leave output to FILE\n"
168  "  -g, --graph                also produce a VCG description of the "  "  -g, --graph                also produce a VCG description of the "
169  "automaton\n"  "automaton\n"
170    "\n"
171    "THINGS is a list of comma separated words that can include:\n"
172    "  `state'        describe the states\n"
173    "  `itemset'      complete the core item sets with their closure\n"
174    "  `lookahead'    explicitly associate lookaheads to items\n"
175    "  `all'          include all the above information\n"
176    "  `none'         disable the report\n"
177  msgstr ""  msgstr ""
178  "Output:\n"  "Output:\n"
179  "  -d, --defines              produce anche uno header\n"  "  -d, --defines              produce anche uno header\n"
# Line 173  msgstr "" Line 182  msgstr ""
182  "  -o, --output=FILE          lascia l'output in FILE\n"  "  -o, --output=FILE          lascia l'output in FILE\n"
183  "  -g, --graph                produce anche una descrizione VCG dell'automa\n"  "  -g, --graph                produce anche una descrizione VCG dell'automa\n"
184    
185  #: src/getargs.c:99  #: src/getargs.c:148
186  msgid "Report bugs to <bug-bison@gnu.org>.\n"  msgid "Report bugs to <bug-bison@gnu.org>.\n"
187  msgstr "Segnalare eventuali bug a <bug-bison@gnu.org>.\n"  msgstr "Segnalare eventuali bug a <bug-bison@gnu.org>.\n"
188    
189  #: src/getargs.c:113  #: src/getargs.c:162
190  #, c-format  #, c-format
191  msgid "bison (GNU Bison) %s"  msgid "bison (GNU Bison) %s"
192  msgstr "bison (GNU Bison) %s"  msgstr "bison (GNU Bison) %s"
193    
194  #: src/getargs.c:115  #: src/getargs.c:164
195  msgid "Written by Robert Corbett and Richard Stallman.\n"  msgid "Written by Robert Corbett and Richard Stallman.\n"
196  msgstr ""  msgstr ""
197    
198  #: src/getargs.c:119  #: src/getargs.c:168
199  #, fuzzy, c-format  #, fuzzy, c-format
200  msgid "Copyright (C) %d Free Software Foundation, Inc.\n"  msgid "Copyright (C) %d Free Software Foundation, Inc.\n"
201  msgstr ""  msgstr ""
202  "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"  "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"
203    
204  #: src/getargs.c:121  #: src/getargs.c:170
205  msgid ""  msgid ""
206  "This is free software; see the source for copying conditions.  There is NO\n"  "This is free software; see the source for copying conditions.  There is NO\n"
207  "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"  "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
# Line 201  msgstr "" Line 210  msgstr ""
210  "sottoposta la copia. NON c'è ALCUNA garanzia, neanche di\n"  "sottoposta la copia. NON c'è ALCUNA garanzia, neanche di\n"
211  "COMMERCIABILITA` o di ADEGUATEZZA AD UN PARTICOLARE SCOPO.\n"  "COMMERCIABILITA` o di ADEGUATEZZA AD UN PARTICOLARE SCOPO.\n"
212    
213  #: src/getargs.c:200 src/lex.c:603  #: src/getargs.c:273
 #, c-format  
 msgid "`%s' is no longer supported"  
 msgstr "`%s' non è più supportato"  
   
 #: src/getargs.c:224  
214  #, c-format  #, c-format
215  msgid "Try `%s --help' for more information.\n"  msgid "Try `%s --help' for more information.\n"
216  msgstr "Provare `%s --help' per ulteriori informazioni.\n"  msgstr "Provare `%s --help' per ulteriori informazioni.\n"
217    
218  #: src/getargs.c:233  #: src/getargs.c:282
219  #, c-format  #, c-format
220  msgid "%s: no grammar file given\n"  msgid "%s: no grammar file given\n"
221  msgstr "%s: nessun file grammatica specificato\n"  msgstr "%s: nessun file grammatica specificato\n"
222    
223  #: src/getargs.c:237  #: src/getargs.c:286
224  #, c-format  #, c-format
225  msgid "%s: extra arguments ignored after `%s'\n"  msgid "%s: extra arguments ignored after `%s'\n"
226  msgstr "%s: ignorati gli argomenti successivi a `%s'\n"  msgstr "%s: ignorati gli argomenti successivi a `%s'\n"
# Line 275  msgstr "usa \"...\" per token letterali Line 279  msgstr "usa \"...\" per token letterali
279  msgid "`%s' supports no argument: %s"  msgid "`%s' supports no argument: %s"
280  msgstr "`%s' non supporta argomenti: %s"  msgstr "`%s' non supporta argomenti: %s"
281    
282  #: src/lex.c:592  #: src/lex.c:593
283  #, c-format  #, c-format
284  msgid "`%s' requires an argument"  msgid "`%s' requires an argument"
285  msgstr "`%s' richiede un argomento"  msgstr "`%s' richiede un argomento"
286    
287    #: src/lex.c:604
288    #, c-format
289    msgid "`%s' is no longer supported"
290    msgstr "`%s' non è più supportato"
291    
292  #: src/print.c:46  #: src/print.c:46
293  #, c-format  #, c-format
294  msgid " type %d is %s\n"  msgid " type %d is %s\n"
295  msgstr " il tipo %d è %s\n"  msgstr " il tipo %d è %s\n"
296    
297  #: src/print.c:134  #: src/print.c:133
298  #, c-format  #, c-format
299  msgid "   (rule %d)"  msgid "   (rule %d)"
300  msgstr "   (regola %d)"  msgstr "   (regola %d)"
301    
302  #: src/print.c:155  #: src/print.c:154
303  #, c-format  #, c-format
304  msgid "    %-4s\tshift, and go to state %d\n"  msgid "    %-4s\tshift, and go to state %d\n"
305  msgstr "    %-4s\tshift e prosecuzione allo stato %d\n"  msgstr "    %-4s\tshift e prosecuzione allo stato %d\n"
306    
307  #: src/print.c:172  #: src/print.c:171
308  #, c-format  #, c-format
309  msgid "    %-4s\terror (nonassociative)\n"  msgid "    %-4s\terror (nonassociative)\n"
310  msgstr "    %-4s\terrore (non associativo)\n"  msgstr "    %-4s\terrore (non associativo)\n"
311    
312  #: src/print.c:196  #: src/print.c:195
313  #, c-format  #, c-format
314  msgid "    %-4s\tgo to state %d\n"  msgid "    %-4s\tgo to state %d\n"
315  msgstr "    %-4s\tprosecuzione allo stato %d\n"  msgstr "    %-4s\tprosecuzione allo stato %d\n"
316    
317  #: src/print.c:220 src/print.c:254  #: src/print.c:219 src/print.c:253
318  #, c-format  #, c-format
319  msgid ""  msgid ""
320  "    $default\treduce using rule %d (%s)\n"  "    $default\treduce using rule %d (%s)\n"
# Line 314  msgstr "" Line 323  msgstr ""
323  "    $default\triduzione con la regola %d (%s)\n"  "    $default\triduzione con la regola %d (%s)\n"
324  "\n"  "\n"
325    
326  #: src/print.c:249 src/print.c:324  #: src/print.c:248 src/print.c:323
327  #, c-format  #, c-format
328  msgid "    %-4s\t[reduce using rule %d (%s)]\n"  msgid "    %-4s\t[reduce using rule %d (%s)]\n"
329  msgstr "    %-4s\t[riduzione con la regole %d (%s)]\n"  msgstr "    %-4s\t[riduzione con la regole %d (%s)]\n"
330    
331  #: src/print.c:305 src/print.c:318  #: src/print.c:304 src/print.c:317
332  #, c-format  #, c-format
333  msgid "    %-4s\treduce using rule %d (%s)\n"  msgid "    %-4s\treduce using rule %d (%s)\n"
334  msgstr "    %-4s\triduzione con la regola %d (%s)\n"  msgstr "    %-4s\triduzione con la regola %d (%s)\n"
335    
336  #: src/print.c:333  #: src/print.c:332
337  #, c-format  #, c-format
338  msgid "    $default\treduce using rule %d (%s)\n"  msgid "    $default\treduce using rule %d (%s)\n"
339  msgstr "    $default\triduzione con la regola %d (%s)\n"  msgstr "    $default\triduzione con la regola %d (%s)\n"
340    
341  #: src/print.c:349  #: src/print.c:348
342  msgid "    $default\taccept\n"  msgid "    $default\taccept\n"
343  msgstr "    $default\taccetta\n"  msgstr "    $default\taccetta\n"
344    
345  #: src/print.c:351  #: src/print.c:350
346  msgid "    NO ACTIONS\n"  msgid "    NO ACTIONS\n"
347  msgstr "    NESSUNA AZIONE\n"  msgstr "    NESSUNA AZIONE\n"
348    
349  #: src/print.c:364  #: src/print.c:363
350  #, c-format  #, c-format
351  msgid "state %d"  msgid "state %d"
352  msgstr "stato %d"  msgstr "stato %d"
353    
354  #: src/print.c:396  #: src/print.c:395
355  msgid "Grammar"  msgid "Grammar"
356  msgstr "Grammatica"  msgstr "Grammatica"
357    
358  #: src/print.c:397  #: src/print.c:396
359  msgid "Number, Line, Rule"  msgid "Number, Line, Rule"
360  msgstr "Numero, Linea, Regola"  msgstr "Numero, Linea, Regola"
361    
362  #: src/print.c:400  #: src/print.c:399
363  #, c-format  #, c-format
364  msgid "  %3d %3d %s ->"  msgid "  %3d %3d %s ->"
365  msgstr "  %3d %3d %s ->"  msgstr "  %3d %3d %s ->"
366    
367  #: src/print.c:407  #: src/print.c:406
368  msgid "empty"  msgid "empty"
369  msgstr "vuoto"  msgstr "vuoto"
370    
371  #: src/print.c:414  #: src/print.c:413
372  msgid "Terminals, with rules where they appear"  msgid "Terminals, with rules where they appear"
373  msgstr "Simboli terminali e regole in cui appaiono"  msgstr "Simboli terminali e regole in cui appaiono"
374    
375  #: src/print.c:437  #: src/print.c:436
376  msgid "Nonterminals, with rules where they appear"  msgid "Nonterminals, with rules where they appear"
377  msgstr "Simboli nonterminali e regole in cui appaiono"  msgstr "Simboli nonterminali e regole in cui appaiono"
378    
379  #: src/print.c:463  #: src/print.c:462
380  msgid " on left:"  msgid " on left:"
381  msgstr " nel primo membro:"  msgstr " nel primo membro:"
382    
383  #: src/print.c:478  #: src/print.c:477
384  msgid " on right:"  msgid " on right:"
385  msgstr " nel secondo membro:"  msgstr " nel secondo membro:"
386    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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