1 # Italian translation for message of GNU bison.
2 # Copyright (C) 2002 Free Software Foundation, Inc.
3 # Paolo Bonzini <bonzini@gnu.org>, 2002.
7 "Project-Id-Version: bison 1.31\n"
8 "POT-Creation-Date: 2002-06-03 09:28+0200\n"
9 "PO-Revision-Date: 2002-01-18 12:40 CET\n"
10 "Last-Translator: Paolo Bonzini <bonzini@gnu.org>\n"
11 "Language-Team: Italian <it@li.org>\n"
13 "Content-Type: text/plain; charset=ISO-8859-1\n"
14 "Content-Transfer-Encoding: 8-bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 msgid "too many states (max %d)"
20 msgstr "troppi stati (massimo %d)"
22 #: src/complain.c:99 lib/error.c:128 lib/error.c:156
23 msgid "Unknown system error"
24 msgstr "Errore di sistema sconosciuto"
32 msgstr "errore fatale: "
36 msgid " Conflict between rule %d and token %s resolved as shift"
38 "Conflitto nello stato %d tra la regola %d e il token %s risolto come %s.\n"
42 msgid " Conflict between rule %d and token %s resolved as reduce"
44 "Conflitto nello stato %d tra la regola %d e il token %s risolto come %s.\n"
48 msgid " Conflict between rule %d and token %s resolved as an error"
50 "Conflitto nello stato %d tra la regola %d e il token %s risolto come %s.\n"
52 #: src/conflicts.c:362
54 msgid "%d shift/reduce conflict"
55 msgid_plural "%d shift/reduce conflicts"
56 msgstr[0] "%d conflitto shift/riduzione"
57 msgstr[1] "%d conflitti shift/riduzione"
59 #: src/conflicts.c:369
63 #: src/conflicts.c:375
65 msgid "%d reduce/reduce conflict"
66 msgid_plural "%d reduce/reduce conflicts"
67 msgstr[0] "%d conflitto riduzione/riduzione"
68 msgstr[1] "%d conflitti riduzione/riduzione"
70 #: src/conflicts.c:400
72 msgid "State %d contains "
73 msgstr "Lo stato %d contiene"
75 #: src/conflicts.c:447
79 #: src/conflicts.c:449
81 msgid " %d shift/reduce"
82 msgstr " %d shift/riduzione"
84 #: src/conflicts.c:453
86 msgid " %d reduce/reduce"
87 msgstr " %d riduzione/riduzione"
89 #: src/conflicts.c:458 src/reduce.c:397
94 #: src/conflicts.c:465
96 msgid "expected %d shift/reduce conflict\n"
97 msgid_plural "expected %d shift/reduce conflicts\n"
98 msgstr[0] "atteso %d conflitto shift/riduzione\n"
99 msgstr[1] "attesi %d conflitti shift/riduzione\n"
103 msgid "cannot open file `%s'"
104 msgstr "impossibile aprire il file `%s'"
107 msgid "cannot close file"
108 msgstr "impossibile chiudere il file `%s'"
111 msgid "GNU bison generates parsers for LALR(1) grammars.\n"
112 msgstr "GNU bison genera parser per grammatiche LALR(1).\n"
116 msgid "Usage: %s [OPTION]... FILE\n"
117 msgstr "Utilizzo: %s [OPZIONE]... FILE\n"
121 "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"
124 "Se un argomento è indicato come obbligatorio in un'opzione lunga, allora\n"
125 "è obbligatorio anche per l'equivalente opzione corta. Analogamente per\n"
126 "gli argomenti opzionali.\n"
131 " -h, --help display this help and exit\n"
132 " -V, --version output version information and exit\n"
133 " -y, --yacc emulate POSIX yacc\n"
135 "Modalità operative:\n"
136 " -h, --help mostra questo aiuto ed esce\n"
137 " -V, --version mostra informazioni sulla versione ed esce\n"
138 " -y, --yacc emula il comportamento di POSIX yacc\n"
143 " -S, --skeleton=FILE specify the skeleton to use\n"
144 " -t, --debug instrument the parser for debugging\n"
145 " --locations enable locations computation\n"
146 " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n"
147 " -l, --no-lines don't generate `#line' directives\n"
148 " -n, --no-parser generate the tables only\n"
149 " -k, --token-table include a table of token names\n"
151 " -S, --skeleton=FILE specifica lo scheletro da usare\n"
152 " -t, --debug aggiunge informazioni di debug al parser\n"
153 " --locations abilita il calcolo delle locazioni (@N)\n"
154 " -p, --name-prefix=PREFIX prepone PREFIX ai simboli globali\n"
155 " -l, --no-lines non genera direttive `#line'\n"
156 " -n, --no-parser genera le sole tabelle\n"
157 " -k, --token-table include una tabella di nomi dei token\n"
163 " -d, --defines also produce a header file\n"
164 " -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"
167 " -o, --output=FILE leave output to FILE\n"
168 " -g, --graph also produce a VCG description of the "
172 " -d, --defines produce anche uno header\n"
173 " -v, --verbose produce anche una spiegazione dell'automa\n"
174 " -b, --file-prefix=PREFIX specifica un prefisso per il file di output\n"
175 " -o, --output=FILE lascia l'output in FILE\n"
176 " -g, --graph produce anche una descrizione VCG dell'automa\n"
181 "THINGS is a list of comma separated words that can include:\n"
182 " `state' describe the states\n"
183 " `itemset' complete the core item sets with their closure\n"
184 " `lookahead' explicitly associate lookaheads to items\n"
185 " `solved' describe shift/reduce conflicts solving\n"
186 " `all' include all the above information\n"
187 " `none' disable the report\n"
190 " -d, --defines produce anche uno header\n"
191 " -v, --verbose produce anche una spiegazione dell'automa\n"
192 " -b, --file-prefix=PREFIX specifica un prefisso per il file di output\n"
193 " -o, --output=FILE lascia l'output in FILE\n"
194 " -g, --graph produce anche una descrizione VCG dell'automa\n"
197 msgid "Report bugs to <bug-bison@gnu.org>.\n"
198 msgstr "Segnalare eventuali bug a <bug-bison@gnu.org>.\n"
202 msgid "bison (GNU Bison) %s"
203 msgstr "bison (GNU Bison) %s"
206 msgid "Written by Robert Corbett and Richard Stallman.\n"
211 msgid "Copyright (C) %d Free Software Foundation, Inc.\n"
213 "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"
217 "This is free software; see the source for copying conditions. There is NO\n"
218 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
220 "Questo e' software libero; vedere il sorgente per le condizioni cui e'\n"
221 "sottoposta la copia. NON c'è ALCUNA garanzia, neanche di\n"
222 "COMMERCIABILITA` o di ADEGUATEZZA AD UN PARTICOLARE SCOPO.\n"
226 msgid "Try `%s --help' for more information.\n"
227 msgstr "Provare `%s --help' per ulteriori informazioni.\n"
231 msgid "%s: no grammar file given\n"
232 msgstr "%s: nessun file grammatica specificato\n"
236 msgid "%s: extra arguments ignored after `%s'\n"
237 msgstr "%s: ignorati gli argomenti successivi a `%s'\n"
241 msgid "too many gotos (max %d)"
242 msgstr "troppi goto (max %d)"
245 msgid "unexpected `/' found and ignored"
246 msgstr "`/' inatteso, trovato e ignorato"
248 #: src/lex.c:106 src/reader.c:480
249 msgid "unterminated comment"
250 msgstr "commento non terminato"
253 msgid "unexpected end of file"
254 msgstr "fine del file inattesa"
256 # Oder soll man den Begriff "Escapezeichen" verwenden?
258 msgid "unescaped newline in constant"
259 msgstr "fine di linea non preceduta da `\\' in una costante"
263 msgid "octal value outside range 0...255: `\\%o'"
264 msgstr "valore ottale fuori dall'intervallo 0...255: `\\%o'"
268 msgid "hexadecimal value above 255: `\\x%x'"
269 msgstr "valore esadecimale superiore a 255: `\\x%x'"
273 msgid "unknown escape sequence: `\\' followed by `%s'"
274 msgstr "sequenza di escape sconosciuta: `\\' seguito da `%s'"
277 msgid "unterminated type name at end of file"
278 msgstr "nome di tipo non terminato a fine file"
281 msgid "unterminated type name"
282 msgstr "nome di tipo non terminato"
285 msgid "use \"...\" for multi-character literal tokens"
286 msgstr "usa \"...\" per token letterali di più caratteri"
290 msgid "`%s' supports no argument: %s"
291 msgstr "`%s' non supporta argomenti: %s"
295 msgid "`%s' requires an argument"
296 msgstr "`%s' richiede un argomento"
300 msgid "`%s' is no longer supported"
301 msgstr "`%s' non è più supportato"
305 msgid " type %d is %s\n"
306 msgstr " il tipo %d è %s\n"
311 msgstr " (regola %d)"
315 msgid " %-4s\tshift, and go to state %d\n"
316 msgstr " %-4s\tshift e prosecuzione allo stato %d\n"
320 msgid " %-4s\terror (nonassociative)\n"
321 msgstr " %-4s\terrore (non associativo)\n"
325 msgid " %-4s\tgo to state %d\n"
326 msgstr " %-4s\tprosecuzione allo stato %d\n"
328 #: src/print.c:219 src/print.c:253
331 " $default\treduce using rule %d (%s)\n"
334 " $default\triduzione con la regola %d (%s)\n"
337 #: src/print.c:248 src/print.c:323
339 msgid " %-4s\t[reduce using rule %d (%s)]\n"
340 msgstr " %-4s\t[riduzione con la regole %d (%s)]\n"
342 #: src/print.c:304 src/print.c:317
344 msgid " %-4s\treduce using rule %d (%s)\n"
345 msgstr " %-4s\triduzione con la regola %d (%s)\n"
349 msgid " $default\treduce using rule %d (%s)\n"
350 msgstr " $default\triduzione con la regola %d (%s)\n"
353 msgid " $default\taccept\n"
354 msgstr " $default\taccetta\n"
357 msgid " NO ACTIONS\n"
358 msgstr " NESSUNA AZIONE\n"
370 msgid "Number, Line, Rule"
371 msgstr "Numero, Linea, Regola"
375 msgid " %3d %3d %s ->"
376 msgstr " %3d %3d %s ->"
383 msgid "Terminals, with rules where they appear"
384 msgstr "Simboli terminali e regole in cui appaiono"
387 msgid "Nonterminals, with rules where they appear"
388 msgstr "Simboli nonterminali e regole in cui appaiono"
392 msgstr " nel primo membro:"
396 msgstr " nel secondo membro:"
400 msgid "symbol %s is used, but is not defined as a token and has no rules"
401 msgstr "usato il simbolo %s, ma non è un token e non ha regole"
405 msgid "symbol `%s' used more than once as a literal string"
406 msgstr "simbolo `%s' usato più di una volta in una stringa letterale"
410 msgid "symbol `%s' given more than one literal string"
411 msgstr "il simbolo `%s' dà pi` di una stringa letterale"
415 msgid "conflicting precedences for %s and %s"
416 msgstr "precedenze in conflitto per %s und %s"
420 msgid "conflicting assoc values for %s and %s"
421 msgstr "associatività in conflitto per %s e %s"
425 msgid "tokens %s and %s both assigned number %d"
426 msgstr "i token %s e %s hanno lo stesso numero %d"
429 msgid " Skipping to next \\n"
430 msgstr " Passo al successivo \\n"
434 msgid " Skipping to next %c"
435 msgstr " Passo al successivo %c"
437 #: src/reader.c:309 src/reader.c:321
438 msgid "invalid $ value"
439 msgstr "valore $ non valido"
441 #: src/reader.c:370 src/reader.c:385
442 msgid "unterminated string at end of file"
443 msgstr "stringa non terminata alla fine del file"
446 msgid "unterminated string"
447 msgstr "stringa non terminata"
449 #: src/reader.c:514 src/reader.c:573
451 msgid "invalid value: %s%d"
452 msgstr "valore non valido: %s%d"
454 #: src/reader.c:523 src/reader.c:591
456 msgid "%s is invalid"
457 msgstr "%s non è valido"
461 msgid "$$ of `%s' has no declared type"
462 msgstr "Manca una dichiarazione di tipo per $$ di `%s'"
466 msgid "$%d of `%s' has no declared type"
467 msgstr "Manca una dichiarazione di tipo per $%d di `%s'"
470 msgid "unterminated `%{' definition"
471 msgstr "definizione `%{' non terminata"
473 #: src/reader.c:686 src/reader.c:796 src/reader.c:847 src/reader.c:1099
475 msgid "Premature EOF after %s"
476 msgstr "Fine di file prematura dopo %s"
478 #: src/reader.c:711 src/reader.c:866
480 msgid "symbol %s redefined"
481 msgstr "simbolo %s ridefinito"
483 #: src/reader.c:723 src/reader.c:811 src/reader.c:877
485 msgid "type redeclaration for %s"
486 msgstr "tipo dichiarato due volte per %s"
490 msgid "`%s' is invalid in %s"
491 msgstr "`%s' non è valido in %s"
493 #: src/reader.c:759 src/reader.c:923
495 msgid "multiple %s declarations"
496 msgstr "dichiarazioni multiple per %s"
498 #: src/reader.c:761 src/reader.c:1079 src/reader.c:1094 src/reader.c:1127
501 msgid "invalid %s declaration"
502 msgstr "dichiarazione %s non valida"
505 msgid "%type declaration has no <typename>"
506 msgstr "dichiarazione %type senza <nome di tipo>"
510 msgid "invalid %%type declaration due to item: %s"
511 msgstr "dichiarazione %%type non valida per la presenza di `%s'"
515 msgid "redefining precedence of %s"
516 msgstr "precedenza di `%s' definita due volte"
520 msgid "invalid text (%s) - number should be after identifier"
521 msgstr "testo non valido (%s) - il numero dovrebbe seguire l'identificatore"
525 msgid "unexpected item: %s"
526 msgstr "elemento inatteso: %s"
528 #: src/reader.c:956 src/reader.c:1316
531 msgstr "%s non bilanciato"
535 msgid "argument of %%expect is not an integer"
536 msgstr "L'argomento di %%expect non è un intero"
540 msgid "unrecognized item %s, expected an identifier"
541 msgstr "elemento %s non riconosciuto, atteso un identificatore"
545 msgid "expected string constant instead of %s"
546 msgstr "attesa una costante stringa invece di %s"
550 msgid "unrecognized: %s"
551 msgstr "non riconosciuto: %s"
554 msgid "no input grammar"
555 msgstr "nessuna grammatica di input"
559 msgid "unknown character: %s"
560 msgstr "carattere sconosciuto: %s"
563 msgid "ill-formed rule: initial symbol not followed by colon"
564 msgstr "regola malformata: simbolo iniziale non seguito da `:'"
567 msgid "grammar starts with vertical bar"
568 msgstr "la grammatica comincia con un `|'"
572 msgid "rule given for %s, which is a token"
573 msgstr "fornita una regola per il token %s"
575 #: src/reader.c:1476 src/reader.c:1586
576 msgid "previous rule lacks an ending `;'"
580 msgid "two @prec's in a row"
581 msgstr "due @prec di seguito"
584 msgid "two actions at end of one rule"
585 msgstr "due azioni alla fine di una regola"
589 msgid "type clash (`%s' `%s') on default action"
590 msgstr "conflitto di tipo (`%s' e `%s') nell'azione di default"
593 msgid "empty rule for typed nonterminal, and no action"
594 msgstr "regola vuota e nessuna azione per un nonterminale con tipo"
598 msgid "invalid input: %s"
599 msgstr "input non valido: %s"
602 msgid "no rules in the input grammar"
603 msgstr "nessuna regola nella grammatica di input"
607 msgid "too many symbols (tokens plus nonterminals); maximum %d"
608 msgstr "troppi simboli (token e nonterminali); il massimo è %d"
612 msgid "the start symbol %s is undefined"
613 msgstr "simbolo iniziale %s non definito"
617 msgid "the start symbol %s is a token"
618 msgstr "specificato il token %s come simbolo iniziale"
621 msgid "Useless nonterminals:"
622 msgstr "Simboli nonterminali inutili:"
625 msgid "Terminals which are not used:"
626 msgstr "Simboli terminali inutilizzati:"
629 msgid "Useless rules:"
630 msgstr "Regole inutili:"
634 msgid "%d rule never reduced\n"
635 msgid_plural "%d rules never reduced\n"
636 msgstr[0] "%d regola non applicata\n"
637 msgstr[1] "%d regole non applicate\n"
641 msgid "%d useless nonterminal"
642 msgid_plural "%d useless nonterminals"
643 msgstr[0] "%d simbolo nonterminale inutilizzato"
644 msgstr[1] "%d simboli nonterminali inutilizzati"
652 msgid "%d useless rule"
653 msgid_plural "%d useless rules"
654 msgstr[0] "%d regola inutile"
655 msgstr[1] "%d regole inutili"
659 msgid "Start symbol %s does not derive any sentence"
660 msgstr "dal simbolo iniziale %s non deriva alcuna frase"
664 msgid "%s: option `%s' is ambiguous\n"
665 msgstr "%s: l'opzione `%s' è ambigua\n"
669 msgid "%s: option `--%s' doesn't allow an argument\n"
670 msgstr "%s: l'opzione `--%s' non ammette argomenti\n"
674 msgid "%s: option `%c%s' doesn't allow an argument\n"
675 msgstr "%s: l'opzione `%c%s' non ammette argomenti\n"
677 #: lib/getopt.c:742 lib/getopt.c:915
679 msgid "%s: option `%s' requires an argument\n"
680 msgstr "%s: l'opzione `%s' richiede un argomento\n"
684 msgid "%s: unrecognized option `--%s'\n"
685 msgstr "%s: opzione sconosciuta `--%s'\n"
689 msgid "%s: unrecognized option `%c%s'\n"
690 msgstr "%s: opzione sconosciuta `%c%s'\n"
694 msgid "%s: illegal option -- %c\n"
695 msgstr "%s: opzione non valida -- %c\n"
699 msgid "%s: invalid option -- %c\n"
700 msgstr "%s: opzione non valida -- %c\n"
702 #: lib/getopt.c:834 lib/getopt.c:964
704 msgid "%s: option requires an argument -- %c\n"
705 msgstr "%s: l'opzione richiede un argomento -- %c\n"
709 msgid "%s: option `-W %s' is ambiguous\n"
710 msgstr "%s: l'opzione `-W %s' è ambigua\n"
714 msgid "%s: option `-W %s' doesn't allow an argument\n"
715 msgstr "%s: l'opzione `-W %s' non ammette un argomento\n"
717 #: lib/obstack.c:494 lib/obstack.c:497 lib/xmalloc.c:66
718 msgid "memory exhausted"
719 msgstr "memoria esaurita"
721 #: lib/quotearg.c:274
725 #: lib/quotearg.c:275
730 #~ msgstr "riduzione"
736 #~ msgstr "un errore"
738 #~ msgid "%%guard present but %%semantic_parser not specified"
739 #~ msgstr "trovato %%guard senza che sia specificato %%semantic_parser"
741 #~ msgid "maximum table size (%d) exceeded"
742 #~ msgstr "ecceduta la dimensione massima di una tabella (%d)"
744 #~ msgid "too many items (max %d)"
745 #~ msgstr "troppi elementi (max %d)"
747 #~ msgid " $ \tgo to state %d\n"
748 #~ msgstr " $ \tprosecuzione allo stato %d\n"
750 #~ msgid "%-4s\terror (nonassociative)"
751 #~ msgstr "%-4s\terrore (non associativo)"
753 #~ msgid "$default\treduce using rule %d (%s)"
754 #~ msgstr "$default\triduzione con la regola %d (%s)"
756 #~ msgid "unterminated %guard clause"
757 #~ msgstr "clausola %guard non terminata"