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