]> git.saurik.com Git - bison.git/blob - po/it.po
* lib/timevar.c (get_time): Include children time.
[bison.git] / po / it.po
1 # Italian translation for message of GNU bison.
2 # Copyright (C) 2002 Free Software Foundation, Inc.
3 # Paolo Bonzini <bonzini@gnu.org>, 2002.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: bison 1.31\n"
8 "POT-Creation-Date: 2002-07-09 14:54+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"
12 "MIME-Version: 1.0\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"
16
17 #: src/complain.c:99 lib/error.c:128 lib/error.c:156
18 msgid "Unknown system error"
19 msgstr "Errore di sistema sconosciuto"
20
21 #: src/complain.c:148 src/complain.c:197
22 msgid "warning: "
23 msgstr "attenzione: "
24
25 #: src/complain.c:329 src/complain.c:362
26 msgid "fatal error: "
27 msgstr "errore fatale: "
28
29 #: src/conflicts.c:72
30 #, fuzzy, c-format
31 msgid " Conflict between rule %d and token %s resolved as shift"
32 msgstr ""
33 "Conflitto nello stato %d tra la regola %d e il token %s risolto come %s.\n"
34
35 #: src/conflicts.c:80
36 #, fuzzy, c-format
37 msgid " Conflict between rule %d and token %s resolved as reduce"
38 msgstr ""
39 "Conflitto nello stato %d tra la regola %d e il token %s risolto come %s.\n"
40
41 #: src/conflicts.c:87
42 #, fuzzy, c-format
43 msgid " Conflict between rule %d and token %s resolved as an error"
44 msgstr ""
45 "Conflitto nello stato %d tra la regola %d e il token %s risolto come %s.\n"
46
47 #: src/conflicts.c:403
48 #, c-format
49 msgid "%d shift/reduce conflict"
50 msgid_plural "%d shift/reduce conflicts"
51 msgstr[0] "%d conflitto shift/riduzione"
52 msgstr[1] "%d conflitti shift/riduzione"
53
54 #: src/conflicts.c:410
55 msgid "and"
56 msgstr "e"
57
58 #: src/conflicts.c:416
59 #, c-format
60 msgid "%d reduce/reduce conflict"
61 msgid_plural "%d reduce/reduce conflicts"
62 msgstr[0] "%d conflitto riduzione/riduzione"
63 msgstr[1] "%d conflitti riduzione/riduzione"
64
65 #: src/conflicts.c:441
66 #, c-format
67 msgid "State %d contains "
68 msgstr "Lo stato %d contiene"
69
70 #: src/conflicts.c:514
71 msgid "conflicts: "
72 msgstr "conflitti: "
73
74 #: src/conflicts.c:516
75 #, c-format
76 msgid " %d shift/reduce"
77 msgstr " %d shift/riduzione"
78
79 #: src/conflicts.c:520
80 #, c-format
81 msgid " %d reduce/reduce"
82 msgstr " %d riduzione/riduzione"
83
84 #: src/conflicts.c:525
85 #, c-format
86 msgid "%s contains "
87 msgstr "%s contiene "
88
89 #: src/conflicts.c:532
90 #, c-format
91 msgid "expected %d shift/reduce conflict\n"
92 msgid_plural "expected %d shift/reduce conflicts\n"
93 msgstr[0] "atteso %d conflitto shift/riduzione\n"
94 msgstr[1] "attesi %d conflitti shift/riduzione\n"
95
96 #: src/files.c:157
97 #, c-format
98 msgid "cannot open file `%s'"
99 msgstr "impossibile aprire il file `%s'"
100
101 #: src/files.c:176
102 msgid "cannot close file"
103 msgstr "impossibile chiudere il file `%s'"
104
105 #: src/getargs.c:99
106 msgid "GNU bison generates parsers for LALR(1) grammars.\n"
107 msgstr "GNU bison genera parser per grammatiche LALR(1).\n"
108
109 #: src/getargs.c:103
110 #, c-format
111 msgid "Usage: %s [OPTION]... FILE\n"
112 msgstr "Utilizzo: %s [OPZIONE]... FILE\n"
113
114 #: src/getargs.c:107
115 msgid ""
116 "If a long option shows an argument as mandatory, then it is mandatory\n"
117 "for the equivalent short option also. Similarly for optional arguments.\n"
118 msgstr ""
119 "Se un argomento è indicato come obbligatorio in un'opzione lunga, allora\n"
120 "è obbligatorio anche per l'equivalente opzione corta. Analogamente per\n"
121 "gli argomenti opzionali.\n"
122
123 #: src/getargs.c:113
124 msgid ""
125 "Operation modes:\n"
126 " -h, --help display this help and exit\n"
127 " -V, --version output version information and exit\n"
128 " -y, --yacc emulate POSIX yacc\n"
129 msgstr ""
130 "Modalità operative:\n"
131 " -h, --help mostra questo aiuto ed esce\n"
132 " -V, --version mostra informazioni sulla versione ed esce\n"
133 " -y, --yacc emula il comportamento di POSIX yacc\n"
134
135 #: src/getargs.c:120
136 msgid ""
137 "Parser:\n"
138 " -S, --skeleton=FILE specify the skeleton to use\n"
139 " -t, --debug instrument the parser for debugging\n"
140 " --locations enable locations computation\n"
141 " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n"
142 " -l, --no-lines don't generate `#line' directives\n"
143 " -n, --no-parser generate the tables only\n"
144 " -k, --token-table include a table of token names\n"
145 msgstr ""
146 " -S, --skeleton=FILE specifica lo scheletro da usare\n"
147 " -t, --debug aggiunge informazioni di debug al parser\n"
148 " --locations abilita il calcolo delle locazioni (@N)\n"
149 " -p, --name-prefix=PREFIX prepone PREFIX ai simboli globali\n"
150 " -l, --no-lines non genera direttive `#line'\n"
151 " -n, --no-parser genera le sole tabelle\n"
152 " -k, --token-table include una tabella di nomi dei token\n"
153
154 #: src/getargs.c:132
155 #, fuzzy
156 msgid ""
157 "Output:\n"
158 " -d, --defines also produce a header file\n"
159 " -r, --report=THINGS also produce details on the automaton\n"
160 " -v, --verbose same as `--report=state'\n"
161 " -b, --file-prefix=PREFIX specify a PREFIX for output files\n"
162 " -o, --output=FILE leave output to FILE\n"
163 " -g, --graph also produce a VCG description of the "
164 "automaton\n"
165 msgstr ""
166 "Output:\n"
167 " -d, --defines produce anche uno header\n"
168 " -v, --verbose produce anche una spiegazione dell'automa\n"
169 " -b, --file-prefix=PREFIX specifica un prefisso per il file di output\n"
170 " -o, --output=FILE lascia l'output in FILE\n"
171 " -g, --graph produce anche una descrizione VCG dell'automa\n"
172
173 #: src/getargs.c:143
174 msgid ""
175 "THINGS is a list of comma separated words that can include:\n"
176 " `state' describe the states\n"
177 " `itemset' complete the core item sets with their closure\n"
178 " `lookahead' explicitly associate lookaheads to items\n"
179 " `solved' describe shift/reduce conflicts solving\n"
180 " `all' include all the above information\n"
181 " `none' disable the report\n"
182 msgstr ""
183
184 #: src/getargs.c:154
185 msgid "Report bugs to <bug-bison@gnu.org>.\n"
186 msgstr "Segnalare eventuali bug a <bug-bison@gnu.org>.\n"
187
188 #: src/getargs.c:168
189 #, c-format
190 msgid "bison (GNU Bison) %s"
191 msgstr "bison (GNU Bison) %s"
192
193 #: src/getargs.c:170
194 msgid "Written by Robert Corbett and Richard Stallman.\n"
195 msgstr ""
196
197 #: src/getargs.c:174
198 #, fuzzy, c-format
199 msgid "Copyright (C) %d Free Software Foundation, Inc.\n"
200 msgstr ""
201 "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"
202
203 #: src/getargs.c:176
204 msgid ""
205 "This is free software; see the source for copying conditions. There is NO\n"
206 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
207 msgstr ""
208 "Questo e' software libero; vedere il sorgente per le condizioni cui e'\n"
209 "sottoposta la copia. NON c'è ALCUNA garanzia, neanche di\n"
210 "COMMERCIABILITA` o di ADEGUATEZZA AD UN PARTICOLARE SCOPO.\n"
211
212 #: src/getargs.c:333
213 #, c-format
214 msgid "Try `%s --help' for more information.\n"
215 msgstr "Provare `%s --help' per ulteriori informazioni.\n"
216
217 #: src/getargs.c:340
218 #, c-format
219 msgid "%s: no grammar file given\n"
220 msgstr "%s: nessun file grammatica specificato\n"
221
222 #: src/getargs.c:344
223 #, c-format
224 msgid "%s: extra arguments ignored after `%s'\n"
225 msgstr "%s: ignorati gli argomenti successivi a `%s'\n"
226
227 #: src/lalr.c:110
228 #, c-format
229 msgid "too many gotos (max %d)"
230 msgstr "troppi goto (max %d)"
231
232 #: parse-gram.y:344
233 msgid "POSIX forbids declarations in the grammar"
234 msgstr ""
235
236 #: src/print.c:46
237 #, c-format
238 msgid " type %d is %s\n"
239 msgstr " il tipo %d è %s\n"
240
241 #: src/print.c:162
242 #, fuzzy, c-format
243 msgid "shift, and go to state %d\n"
244 msgstr " %-4s\tshift e prosecuzione allo stato %d\n"
245
246 #: src/print.c:164
247 #, fuzzy, c-format
248 msgid "go to state %d\n"
249 msgstr " %-4s\tprosecuzione allo stato %d\n"
250
251 #: src/print.c:201
252 #, fuzzy
253 msgid "error (nonassociative)\n"
254 msgstr "%-4s\terrore (non associativo)"
255
256 #: src/print.c:290
257 #, fuzzy, c-format
258 msgid "reduce using rule %d (%s)"
259 msgstr "$default\triduzione con la regola %d (%s)"
260
261 #: src/print.c:323 src/print.c:386
262 msgid "$default"
263 msgstr ""
264
265 #: src/print.c:405
266 msgid " $default\taccept\n"
267 msgstr " $default\taccetta\n"
268
269 #: src/print.c:407
270 msgid " NO ACTIONS\n"
271 msgstr " NESSUNA AZIONE\n"
272
273 #: src/print.c:428
274 #, c-format
275 msgid "state %d"
276 msgstr "stato %d"
277
278 #: src/print.c:462
279 msgid "Terminals, with rules where they appear"
280 msgstr "Simboli terminali e regole in cui appaiono"
281
282 #: src/print.c:489
283 msgid "Nonterminals, with rules where they appear"
284 msgstr "Simboli nonterminali e regole in cui appaiono"
285
286 #: src/print.c:518
287 msgid " on left:"
288 msgstr " nel primo membro:"
289
290 #: src/print.c:533
291 msgid " on right:"
292 msgstr " nel secondo membro:"
293
294 #: src/reader.c:53
295 #, c-format
296 msgid "multiple %s declarations"
297 msgstr "dichiarazioni multiple per %s"
298
299 #: src/reader.c:139
300 #, c-format
301 msgid "result type clash on merge function %s: `%s' vs. `%s'"
302 msgstr ""
303
304 #: src/reader.c:237
305 #, c-format
306 msgid "rule given for %s, which is a token"
307 msgstr "fornita una regola per il token %s"
308
309 #: src/reader.c:262
310 #, c-format
311 msgid "type clash (`%s' `%s') on default action"
312 msgstr "conflitto di tipo (`%s' e `%s') nell'azione di default"
313
314 #: src/reader.c:270
315 msgid "empty rule for typed nonterminal, and no action"
316 msgstr "regola vuota e nessuna azione per un nonterminale con tipo"
317
318 #: src/reader.c:341
319 msgid "two @prec's in a row"
320 msgstr "due @prec di seguito"
321
322 #: src/reader.c:351
323 #, c-format
324 msgid "%%dprec affects only GLR parsers"
325 msgstr ""
326
327 #: src/reader.c:353
328 #, c-format
329 msgid "%%dprec must be followed by positive number"
330 msgstr ""
331
332 #: src/reader.c:355
333 #, c-format
334 msgid "only one %%dprec allowed per rule"
335 msgstr ""
336
337 #: src/reader.c:366
338 #, c-format
339 msgid "%%merge affects only GLR parsers"
340 msgstr ""
341
342 #: src/reader.c:368
343 #, c-format
344 msgid "only one %%merge allowed per rule"
345 msgstr ""
346
347 #: src/reader.c:512
348 msgid "no rules in the input grammar"
349 msgstr "nessuna regola nella grammatica di input"
350
351 #: src/reader.c:544
352 #, c-format
353 msgid "too many symbols (tokens plus nonterminals); maximum %d"
354 msgstr "troppi simboli (token e nonterminali); il massimo è %d"
355
356 #: src/reduce.c:243 src/reduce.c:309 src/reduce.c:400
357 #, fuzzy
358 msgid "warning"
359 msgstr "attenzione: "
360
361 #: src/reduce.c:243
362 #, fuzzy
363 msgid "useless rule"
364 msgstr "%d regola inutile"
365
366 #: src/reduce.c:309
367 #, fuzzy
368 msgid "useless nonterminal"
369 msgstr "%d simbolo nonterminale inutilizzato"
370
371 #: src/reduce.c:356
372 msgid "Useless nonterminals:"
373 msgstr "Simboli nonterminali inutili:"
374
375 #: src/reduce.c:369
376 msgid "Terminals which are not used:"
377 msgstr "Simboli terminali inutilizzati:"
378
379 #: src/reduce.c:378
380 #, fuzzy
381 msgid "Useless rules"
382 msgstr "Regole inutili:"
383
384 #: src/reduce.c:395
385 #, c-format
386 msgid "%d rule never reduced\n"
387 msgid_plural "%d rules never reduced\n"
388 msgstr[0] "%d regola non applicata\n"
389 msgstr[1] "%d regole non applicate\n"
390
391 #: src/reduce.c:403
392 #, c-format
393 msgid "%d useless nonterminal"
394 msgid_plural "%d useless nonterminals"
395 msgstr[0] "%d simbolo nonterminale inutilizzato"
396 msgstr[1] "%d simboli nonterminali inutilizzati"
397
398 #: src/reduce.c:409
399 msgid " and "
400 msgstr " e "
401
402 #: src/reduce.c:412
403 #, c-format
404 msgid "%d useless rule"
405 msgid_plural "%d useless rules"
406 msgstr[0] "%d regola inutile"
407 msgstr[1] "%d regole inutili"
408
409 #: src/reduce.c:442
410 #, c-format
411 msgid "Start symbol %s does not derive any sentence"
412 msgstr "dal simbolo iniziale %s non deriva alcuna frase"
413
414 #: scan-gram.l:559
415 #, c-format
416 msgid "$$ of `%s' has no declared type"
417 msgstr "Manca una dichiarazione di tipo per $$ di `%s'"
418
419 #: scan-gram.l:576 scan-gram.l:663
420 #, c-format
421 msgid "invalid value: %s%d"
422 msgstr "valore non valido: %s%d"
423
424 #: scan-gram.l:583
425 #, c-format
426 msgid "$%d of `%s' has no declared type"
427 msgstr "Manca una dichiarazione di tipo per $%d di `%s'"
428
429 #: scan-gram.l:594 scan-gram.l:611 scan-gram.l:670 scan-gram.l:687
430 #, c-format
431 msgid "%s is invalid"
432 msgstr "%s non è valido"
433
434 #: lib/getopt.c:694
435 #, c-format
436 msgid "%s: option `%s' is ambiguous\n"
437 msgstr "%s: l'opzione `%s' è ambigua\n"
438
439 #: lib/getopt.c:719
440 #, c-format
441 msgid "%s: option `--%s' doesn't allow an argument\n"
442 msgstr "%s: l'opzione `--%s' non ammette argomenti\n"
443
444 #: lib/getopt.c:724
445 #, c-format
446 msgid "%s: option `%c%s' doesn't allow an argument\n"
447 msgstr "%s: l'opzione `%c%s' non ammette argomenti\n"
448
449 #: lib/getopt.c:742 lib/getopt.c:915
450 #, c-format
451 msgid "%s: option `%s' requires an argument\n"
452 msgstr "%s: l'opzione `%s' richiede un argomento\n"
453
454 #: lib/getopt.c:771
455 #, c-format
456 msgid "%s: unrecognized option `--%s'\n"
457 msgstr "%s: opzione sconosciuta `--%s'\n"
458
459 #: lib/getopt.c:775
460 #, c-format
461 msgid "%s: unrecognized option `%c%s'\n"
462 msgstr "%s: opzione sconosciuta `%c%s'\n"
463
464 #: lib/getopt.c:801
465 #, c-format
466 msgid "%s: illegal option -- %c\n"
467 msgstr "%s: opzione non valida -- %c\n"
468
469 #: lib/getopt.c:804
470 #, c-format
471 msgid "%s: invalid option -- %c\n"
472 msgstr "%s: opzione non valida -- %c\n"
473
474 #: lib/getopt.c:834 lib/getopt.c:964
475 #, c-format
476 msgid "%s: option requires an argument -- %c\n"
477 msgstr "%s: l'opzione richiede un argomento -- %c\n"
478
479 #: lib/getopt.c:881
480 #, c-format
481 msgid "%s: option `-W %s' is ambiguous\n"
482 msgstr "%s: l'opzione `-W %s' è ambigua\n"
483
484 #: lib/getopt.c:899
485 #, c-format
486 msgid "%s: option `-W %s' doesn't allow an argument\n"
487 msgstr "%s: l'opzione `-W %s' non ammette un argomento\n"
488
489 #: lib/obstack.c:494 lib/obstack.c:497 lib/xmalloc.c:66
490 msgid "memory exhausted"
491 msgstr "memoria esaurita"
492
493 #: lib/quotearg.c:274
494 msgid "`"
495 msgstr "`"
496
497 #: lib/quotearg.c:275
498 msgid "'"
499 msgstr "'"
500
501 #~ msgid "too many states (max %d)"
502 #~ msgstr "troppi stati (massimo %d)"
503
504 #~ msgid " (rule %d)"
505 #~ msgstr " (regola %d)"
506
507 #~ msgid " %-4s\terror (nonassociative)\n"
508 #~ msgstr " %-4s\terrore (non associativo)\n"
509
510 #~ msgid ""
511 #~ " $default\treduce using rule %d (%s)\n"
512 #~ "\n"
513 #~ msgstr ""
514 #~ " $default\triduzione con la regola %d (%s)\n"
515 #~ "\n"
516
517 #~ msgid " %-4s\t[reduce using rule %d (%s)]\n"
518 #~ msgstr " %-4s\t[riduzione con la regole %d (%s)]\n"
519
520 #~ msgid " %-4s\treduce using rule %d (%s)\n"
521 #~ msgstr " %-4s\triduzione con la regola %d (%s)\n"
522
523 #~ msgid " $default\treduce using rule %d (%s)\n"
524 #~ msgstr " $default\triduzione con la regola %d (%s)\n"
525
526 #~ msgid "invalid $ value"
527 #~ msgstr "valore $ non valido"
528
529 #~ msgid "Grammar"
530 #~ msgstr "Grammatica"
531
532 #~ msgid "Number, Line, Rule"
533 #~ msgstr "Numero, Linea, Regola"
534
535 #~ msgid " %3d %3d %s ->"
536 #~ msgstr " %3d %3d %s ->"
537
538 #~ msgid "empty"
539 #~ msgstr "vuoto"
540
541 #~ msgid "unexpected `/' found and ignored"
542 #~ msgstr "`/' inatteso, trovato e ignorato"
543
544 #~ msgid "unterminated comment"
545 #~ msgstr "commento non terminato"
546
547 #~ msgid "unexpected end of file"
548 #~ msgstr "fine del file inattesa"
549
550 # Oder soll man den Begriff "Escapezeichen" verwenden?
551 #~ msgid "unescaped newline in constant"
552 #~ msgstr "fine di linea non preceduta da `\\' in una costante"
553
554 #~ msgid "octal value outside range 0...255: `\\%o'"
555 #~ msgstr "valore ottale fuori dall'intervallo 0...255: `\\%o'"
556
557 #~ msgid "hexadecimal value above 255: `\\x%x'"
558 #~ msgstr "valore esadecimale superiore a 255: `\\x%x'"
559
560 #~ msgid "unknown escape sequence: `\\' followed by `%s'"
561 #~ msgstr "sequenza di escape sconosciuta: `\\' seguito da `%s'"
562
563 #~ msgid "unterminated type name at end of file"
564 #~ msgstr "nome di tipo non terminato a fine file"
565
566 #~ msgid "unterminated type name"
567 #~ msgstr "nome di tipo non terminato"
568
569 #~ msgid "use \"...\" for multi-character literal tokens"
570 #~ msgstr "usa \"...\" per token letterali di più caratteri"
571
572 #~ msgid "`%s' supports no argument: %s"
573 #~ msgstr "`%s' non supporta argomenti: %s"
574
575 #~ msgid "`%s' requires an argument"
576 #~ msgstr "`%s' richiede un argomento"
577
578 #~ msgid "`%s' is no longer supported"
579 #~ msgstr "`%s' non è più supportato"
580
581 #~ msgid " Skipping to next \\n"
582 #~ msgstr " Passo al successivo \\n"
583
584 #~ msgid " Skipping to next %c"
585 #~ msgstr " Passo al successivo %c"
586
587 #~ msgid "unterminated string at end of file"
588 #~ msgstr "stringa non terminata alla fine del file"
589
590 #~ msgid "unterminated string"
591 #~ msgstr "stringa non terminata"
592
593 #~ msgid "Premature EOF after %s"
594 #~ msgstr "Fine di file prematura dopo %s"
595
596 #~ msgid "`%s' is invalid in %s"
597 #~ msgstr "`%s' non è valido in %s"
598
599 #~ msgid "%type declaration has no <typename>"
600 #~ msgstr "dichiarazione %type senza <nome di tipo>"
601
602 #~ msgid "invalid %%type declaration due to item: %s"
603 #~ msgstr "dichiarazione %%type non valida per la presenza di `%s'"
604
605 #~ msgid "invalid text (%s) - number should be after identifier"
606 #~ msgstr "testo non valido (%s) - il numero dovrebbe seguire l'identificatore"
607
608 #~ msgid "unexpected item: %s"
609 #~ msgstr "elemento inatteso: %s"
610
611 #~ msgid "unmatched %s"
612 #~ msgstr "%s non bilanciato"
613
614 #~ msgid "invalid %s declaration"
615 #~ msgstr "dichiarazione %s non valida"
616
617 #~ msgid "unrecognized: %s"
618 #~ msgstr "non riconosciuto: %s"
619
620 #~ msgid "no input grammar"
621 #~ msgstr "nessuna grammatica di input"
622
623 #~ msgid "unknown character: %s"
624 #~ msgstr "carattere sconosciuto: %s"
625
626 #~ msgid "ill-formed rule: initial symbol not followed by colon"
627 #~ msgstr "regola malformata: simbolo iniziale non seguito da `:'"
628
629 #~ msgid "grammar starts with vertical bar"
630 #~ msgstr "la grammatica comincia con un `|'"
631
632 #~ msgid "invalid input: %s"
633 #~ msgstr "input non valido: %s"
634
635 #~ msgid "two actions at end of one rule"
636 #~ msgstr "due azioni alla fine di una regola"
637
638 #~ msgid "reduce"
639 #~ msgstr "riduzione"
640
641 #~ msgid "shift"
642 #~ msgstr "shift"
643
644 #~ msgid "an error"
645 #~ msgstr "un errore"
646
647 #~ msgid "symbol %s is used, but is not defined as a token and has no rules"
648 #~ msgstr "usato il simbolo %s, ma non è un token e non ha regole"
649
650 #~ msgid "symbol `%s' used more than once as a literal string"
651 #~ msgstr "simbolo `%s' usato più di una volta in una stringa letterale"
652
653 #~ msgid "symbol `%s' given more than one literal string"
654 #~ msgstr "il simbolo `%s' dà pi&grave; di una stringa letterale"
655
656 #~ msgid "conflicting precedences for %s and %s"
657 #~ msgstr "precedenze in conflitto per %s und %s"
658
659 #~ msgid "conflicting assoc values for %s and %s"
660 #~ msgstr "associatività in conflitto per %s e %s"
661
662 #~ msgid "tokens %s and %s both assigned number %d"
663 #~ msgstr "i token %s e %s hanno lo stesso numero %d"
664
665 #~ msgid "unterminated `%{' definition"
666 #~ msgstr "definizione `%{' non terminata"
667
668 #~ msgid "symbol %s redefined"
669 #~ msgstr "simbolo %s ridefinito"
670
671 #~ msgid "type redeclaration for %s"
672 #~ msgstr "tipo dichiarato due volte per %s"
673
674 #~ msgid "redefining precedence of %s"
675 #~ msgstr "precedenza di `%s' definita due volte"
676
677 #~ msgid "argument of %%expect is not an integer"
678 #~ msgstr "L'argomento di %%expect non è un intero"
679
680 #~ msgid "unrecognized item %s, expected an identifier"
681 #~ msgstr "elemento %s non riconosciuto, atteso un identificatore"
682
683 #~ msgid "expected string constant instead of %s"
684 #~ msgstr "attesa una costante stringa invece di %s"
685
686 #~ msgid "the start symbol %s is undefined"
687 #~ msgstr "simbolo iniziale %s non definito"
688
689 #~ msgid "the start symbol %s is a token"
690 #~ msgstr "specificato il token %s come simbolo iniziale"
691
692 #~ msgid "%%guard present but %%semantic_parser not specified"
693 #~ msgstr "trovato %%guard senza che sia specificato %%semantic_parser"
694
695 #~ msgid "maximum table size (%d) exceeded"
696 #~ msgstr "ecceduta la dimensione massima di una tabella (%d)"
697
698 #~ msgid "too many items (max %d)"
699 #~ msgstr "troppi elementi (max %d)"
700
701 #~ msgid " $ \tgo to state %d\n"
702 #~ msgstr " $ \tprosecuzione allo stato %d\n"
703
704 #~ msgid "unterminated %guard clause"
705 #~ msgstr "clausola %guard non terminata"