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