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