-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit.po
More file actions
11441 lines (8343 loc) · 317 KB
/
Copy pathit.po
File metadata and controls
11441 lines (8343 loc) · 317 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Italian translation for Vim
#
# Antonio Colombo <[email protected]>, 2000
# Vlad Sandrini <[email protected]>, 2002
# Luciano Montanaro <[email protected]>, 2006
#
# Ogni commento è benvenuto...
# Every remark is very welcome...
#
# Translation done under Linux and using an Italian keyboard.
# English words left in the text are unmodified at plural.
# Option names are mostly left untouched.
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2026-04-02 17:32+0200\n"
"PO-Revision-Date: 2026-04-02 20:20+0100\n"
"Last-Translator: Antonio Colombo <[email protected]>\n"
"Language-Team: Italian\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "ERROR: "
msgstr "ERRORE: "
#, c-format
msgid ""
"\n"
"[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n"
msgstr ""
"\n"
"[byte] totali alloc-rilasc %lu-%lu, in uso %lu, max uso %lu\n"
#, c-format
msgid ""
"[calls] total re/malloc()'s %lu, total free()'s %lu\n"
"\n"
msgstr ""
"[chiamate] totali re/malloc() %lu, totali free() %lu\n"
"\n"
msgid "--Deleted--"
msgstr "--Cancellato--"
#, c-format
msgid "auto-removing autocommand: %s <buffer=%d>"
msgstr "auto-rimozione dell'autocomando: %s <buffer=%d>"
msgid "W19: Deleting augroup that is still in use"
msgstr "W19: Cancello augroup, ma è ancora in uso"
#. Highlight title
msgid ""
"\n"
"--- Autocommands ---"
msgstr ""
"\n"
"--- Autocomandi ---"
#, c-format
msgid "No matching autocommands: %s"
msgstr "Nessun autocomando corrispondente: %s"
#, c-format
msgid "%s Autocommands for \"%s\""
msgstr "%s Autocomandi per \"%s\""
#, c-format
msgid "Executing %s"
msgstr "Eseguo %s"
#, c-format
msgid "autocommand %s"
msgstr "autocomando %s"
msgid "add() argument"
msgstr "argomento di add()"
msgid "insert() argument"
msgstr "argomento di insert()"
msgid "[Location List]"
msgstr "[Lista Locazioni]"
msgid "[Quickfix List]"
msgstr "[Lista Quickfix]"
#, c-format
msgid "%d buffer unloaded"
msgid_plural "%d buffers unloaded"
msgstr[0] "%d buffer scaricato"
msgstr[1] "%d buffer scaricati"
#, c-format
msgid "%d buffer deleted"
msgid_plural "%d buffers deleted"
msgstr[0] "%d buffer tolto dalla lista"
msgstr[1] "%d buffer tolti dalla lista"
#, c-format
msgid "%d buffer wiped out"
msgid_plural "%d buffers wiped out"
msgstr[0] "%d buffer cancellato"
msgstr[1] "%d buffer cancellati"
msgid "W14: Warning: List of file names overflow"
msgstr "W14: Avviso: Superato limite della lista dei nomi di file"
#, c-format
msgid "line %ld"
msgstr "riga %ld"
msgid " [Modified]"
msgstr " [Modificato]"
msgid "[Not edited]"
msgstr "[Non elaborato]"
msgid "[Read errors]"
msgstr "[Errori in lettura]"
msgid "[RO]"
msgstr "[n.m.]"
msgid "[readonly]"
msgstr "[sola-lettura]"
#, c-format
msgid "%ld line --%d%%--"
msgid_plural "%ld lines --%d%%--"
msgstr[0] "%ld riga --%d%%--"
msgstr[1] "%ld righe --%d%%--"
#, c-format
msgid "line %ld of %ld --%d%%-- col "
msgstr "riga %ld di %ld --%d%%-- col "
msgid "[No Name]"
msgstr "[Senza nome]"
msgid "help"
msgstr "aiuto"
msgid "[Help]"
msgstr "[Aiuto]"
msgid "[Preview]"
msgstr "[Anteprima]"
msgid "All"
msgstr "Tut"
msgid "Bot"
msgstr "Fon"
msgid "Top"
msgstr "Cim"
#. localized percentage value
#, c-format
msgid "%d%%"
msgstr "%d%%"
#, c-format
msgid "%3s"
msgstr "%3s"
#, c-format
msgid " (%d of %d)"
msgstr "(%d di %d)"
#, c-format
msgid " ((%d) of %d)"
msgstr " ((%d) di %d)"
#, c-format
msgid " (file %d of %d)"
msgstr " (file %d di %d)"
#, c-format
msgid " (file (%d) of %d)"
msgstr " (file (%d) di %d)"
msgid "[Command Line]"
msgstr "[Riga-di-comando]"
msgid "[Prompt]"
msgstr "[Richiesta]"
msgid "[Popup]"
msgstr "[Dinamico]"
msgid "[Scratch]"
msgstr "[Volatile]"
#. don't overwrite messages here
#. must give this prompt
#. don't use emsg() here, don't want to flush the buffers
msgid "WARNING: The file has been changed since reading it!!!"
msgstr "AVVISO: File modificato dopo essere stato letto!!!"
msgid "Do you really want to write to it"
msgstr "Vuoi davvero riscriverlo"
msgid "[New]"
msgstr "[Nuovo]"
msgid "[New File]"
msgstr "[File nuovo]"
msgid " CONVERSION ERROR"
msgstr " ERRORE DI CONVERSIONE"
#, c-format
msgid " in line %ld;"
msgstr " alla riga %ld;"
msgid "[NOT converted]"
msgstr "[NON convertito]"
msgid "[converted]"
msgstr "[convertito]"
msgid "[Device]"
msgstr "[Dispositivo]"
msgid " [a]"
msgstr " [a]"
msgid " appended"
msgstr " aggiunto in fondo"
msgid " [w]"
msgstr " [s]"
msgid " written"
msgstr " scritti"
msgid ""
"\n"
"WARNING: Original file may be lost or damaged\n"
msgstr ""
"\n"
"AVVISO: Il file originale può essere perso o danneggiato\n"
msgid "don't quit the editor until the file is successfully written!"
msgstr "non uscire dall'editor prima della fine della scrittura del file!"
msgid "W10: Warning: Changing a readonly file"
msgstr "W10: Avviso: Modifica a un file in sola-lettura"
msgid "No display"
msgstr "Manca display"
#. Failed to send, abort.
msgid ": Send failed.\n"
msgstr ": Invio fallito.\n"
#. Let vim start normally.
msgid ": Send failed. Trying to execute locally\n"
msgstr ": Invio fallito. Tento di eseguire localmente\n"
#, c-format
msgid "%d of %d edited"
msgstr "%d di %d elaborato"
msgid "Socket server not online:Send expression failed"
msgstr "Server di socket non online: Invio di espressione fallito."
msgid "No display: Send expression failed.\n"
msgstr "Nessun display: Invio di espressione fallito.\n"
msgid ": Send expression failed.\n"
msgstr ": Invio di espressione fallito.\n"
msgid "Used CUT_BUFFER0 instead of empty selection"
msgstr "Uso CUT_BUFFER0 invece che una scelta nulla"
msgid "Could not find a way to access the clipboard."
msgstr "Non ho trovato un modo per accedere agli appunti."
#, c-format
msgid "Switched to clipboard method '%s'."
msgstr "Passato al metodo per appunti '%s'."
msgid "tagname"
msgstr "nome-tag"
msgid " kind file\n"
msgstr " tipo file\n"
msgid "'history' option is zero"
msgstr "l'opzione 'history' è a zero"
msgid "Warning: Using a weak encryption method; see :help 'cm'"
msgstr "Avviso: Metodo di cifratura debole in uso; vedere :help 'cm'"
msgid "Note: Encryption of swapfile not supported, disabling swap file"
msgstr ""
"Nota: La cifratura del file di swap non è supportata, file di swap "
"disabilitato"
msgid "Enter encryption key: "
msgstr "Immettere chiave di cifratura: "
msgid "Enter same key again: "
msgstr "Immettere ancora per conferma la stessa chiave: "
msgid "Keys don't match!"
msgstr "Le chiavi non corrispondono!"
msgid "[crypted]"
msgstr "[cifrato]"
#, c-format
msgid "xchacha20v2: using custom opslimit \"%llu\" for Key derivation."
msgstr ""
"xchacha20v2: uso opslimit personalizzato \"%llu\" per ricavare la Chiave."
#, c-format
msgid "xchacha20v2: using default opslimit \"%llu\" for Key derivation."
msgstr "xchacha20v2: uso opslimit predefinito \"%llu\" per ricavare la Chiave."
#, c-format
msgid "xchacha20v2: using custom memlimit \"%lu\" for Key derivation."
msgstr ""
"xchacha20v2: uso memlimit personalizzato \"%lu\" per ricavare la Chiave."
#, c-format
msgid "xchacha20v2: using default memlimit \"%lu\" for Key derivation."
msgstr "xchacha20v2: uso memlimit predefinito \"%lu\" per ricavare la Chiave."
#, c-format
msgid "xchacha20v2: using custom algorithm \"%d\" for Key derivation."
msgstr ""
"xchacha20v2: uso algoritmo personalizzato \"%d\" per ricavare la Chiave."
#, c-format
msgid "xchacha20v2: using default algorithm \"%d\" for Key derivation."
msgstr "xchacha20v2: uso algoritmo predefinito \"%d\" per ricavare la Chiave."
msgid "Entering Debug mode. Type \"cont\" to continue."
msgstr "Entro modalità Debug. Batti \"cont\" per continuare."
#, c-format
msgid "Oldval = \"%s\""
msgstr "Vecchioval = \"%s\""
#, c-format
msgid "Newval = \"%s\""
msgstr "Nuovoval = \"%s\""
#, c-format
msgid "line %ld: %s"
msgstr "riga %ld: %s"
#, c-format
msgid "cmd: %s"
msgstr "com: %s"
msgid "frame is zero"
msgstr "al livello zero"
#, c-format
msgid "frame at highest level: %d"
msgstr "al livello più alto: %d"
#, c-format
msgid "Breakpoint in \"%s%s\" line %ld"
msgstr "Pausa in \"%s%s\" riga %ld"
msgid "No breakpoints defined"
msgstr "Nessun 'breakpoint' definito"
#, c-format
msgid "%3d %s %s line %ld"
msgstr "%3d %s %s riga %ld"
#, c-format
msgid "%3d expr %s"
msgstr "%3d espr %s"
msgid "extend() argument"
msgstr "argomento di extend()"
#, c-format
msgid "Not enough memory to use internal diff for buffer \"%s\""
msgstr "Memoria insufficiente per usare diff interna per il buffer \"%s\""
msgid "Patch file"
msgstr "File di differenze"
msgid "Custom"
msgstr "Personalizzato"
msgid "Latin supplement"
msgstr "Supplemento latino"
msgid "Greek and Coptic"
msgstr "Greco e copto"
msgid "Cyrillic"
msgstr "Cirillico"
msgid "Hebrew"
msgstr "Ebraico"
msgid "Arabic"
msgstr "Arabo"
msgid "Latin extended"
msgstr "Latino esteso"
msgid "Greek extended"
msgstr "Greco esteso"
msgid "Punctuation"
msgstr "Punteggiatura"
msgid "Super- and subscripts"
msgstr "Apici e pedici"
msgid "Currency"
msgstr "Valuta"
msgid "Other"
msgstr "Altri"
msgid "Roman numbers"
msgstr "Numeri romani"
msgid "Arrows"
msgstr "Frecce"
msgid "Mathematical operators"
msgstr "Operatori matematici"
msgid "Technical"
msgstr "Tecnico"
msgid "Box drawing"
msgstr "Disegno caselle"
msgid "Block elements"
msgstr "Elementi di blocchi"
msgid "Geometric shapes"
msgstr "Forme geometriche"
msgid "Symbols"
msgstr "Simboli"
msgid "Dingbats"
msgstr "Dingbat"
msgid "CJK symbols and punctuation"
msgstr "Simboli e punteggiatura CJK"
msgid "Hiragana"
msgstr "Hiragana"
msgid "Katakana"
msgstr "Katakana"
msgid "Bopomofo"
msgstr "Bopomofo"
#. row number, column number is appended
#. l10n: leave as-is unless a space after the comma is preferred
#. l10n: do not add any row/column label, due to the limited space
#, c-format
msgid "%ld,"
msgstr "%ld,"
msgid ""
"\n"
"\tLast set from "
msgstr ""
"\n"
"\tImpostata l'ultima volta da "
#.
#. * Yes this is ugly, I don't particularly like it either. But doing it
#. * this way has the compelling advantage that translations need not to
#. * be touched at all. See below what 'ok' and 'ync' are used for.
#.
msgid "&Ok"
msgstr "&OK"
msgid ""
"&OK\n"
"&Cancel"
msgstr ""
"&OK\n"
"&Annulla"
msgid "called inputrestore() more often than inputsave()"
msgstr "inputrestore() chiamata più volte di inputsave()"
#, c-format
msgid "<%s>%s%s %d, Hex %02x, Oct %03o, Digr %s"
msgstr "<%s>%s%s %d, Esa %02x, Ottale %03o, Digr %s"
#, c-format
msgid "<%s>%s%s %d, Hex %02x, Octal %03o"
msgstr "<%s>%s%s %d, Esa %02x, Ottale %03o"
#, c-format
msgid "> %d, Hex %04x, Oct %o, Digr %s"
msgstr "> %d, Esa %04x, Ottale %o, Digr %s"
#, c-format
msgid "> %d, Hex %08x, Oct %o, Digr %s"
msgstr "> %d, Esa %08x, Ottale %o, Digr %s"
#, c-format
msgid "> %d, Hex %04x, Octal %o"
msgstr "> %d, Esa %04x, Ottale %o"
#, c-format
msgid "> %d, Hex %08x, Octal %o"
msgstr "> %d, Esa %08x, Ottale %o"
#, c-format
msgid "%ld line moved"
msgid_plural "%ld lines moved"
msgstr[0] "%ld riga mossa"
msgstr[1] "%ld righe mosse"
#, c-format
msgid "%ld lines filtered"
msgstr "%ld righe filtrate"
msgid "[No write since last change]\n"
msgstr "[Non salvato dopo l'ultima modifica]\n"
msgid "Save As"
msgstr "Salva con Nome"
msgid "Write partial file?"
msgstr "Scrivo il file incompleto?"
#, c-format
msgid "Overwrite existing file \"%s\"?"
msgstr "Riscrittura del file esistente \"%s\"?"
#, c-format
msgid "Swap file \"%s\" exists, overwrite anyway?"
msgstr "Il file di swap \"%s\" esiste già, sovrascrivo?"
#, c-format
msgid ""
"'readonly' option is set for \"%s\".\n"
"Do you wish to write anyway?"
msgstr ""
"opzione 'readonly' attiva per \"%s\".\n"
"Vuoi scrivere comunque?"
#, c-format
msgid ""
"File permissions of \"%s\" are read-only.\n"
"It may still be possible to write it.\n"
"Do you wish to try?"
msgstr ""
"I permessi di \"%s\" sono di sola-lettura.\n"
"Questo potrebbe non impedire la scrittura.\n"
"Vuoi provare?"
msgid "Edit File"
msgstr "Elabora File"
#, c-format
msgid "replace with %s (y/n/a/q/l/^E/^Y)?"
msgstr "sostituire con %s (y/n/a/q/l/^E/^Y)?"
msgid "(Interrupted) "
msgstr "(Interrotto) "
#, c-format
msgid "%ld match on %ld line"
msgid_plural "%ld matches on %ld line"
msgstr[0] "%ld corrispondenza in %ld riga"
msgstr[1] "%ld corrispondenze in %ld riga"
#, c-format
msgid "%ld substitution on %ld line"
msgid_plural "%ld substitutions on %ld line"
msgstr[0] "%ld sostituzione su %ld riga"
msgstr[1] "%ld sostituzioni su %ld riga"
#, c-format
msgid "%ld match on %ld lines"
msgid_plural "%ld matches on %ld lines"
msgstr[0] "%ld corrispondenza in %ld righe"
msgstr[1] "%ld corrispondenze in %ld righe"
#, c-format
msgid "%ld substitution on %ld lines"
msgid_plural "%ld substitutions on %ld lines"
msgstr[0] "%ld sostituzione in %ld righe"
msgstr[1] "%ld sostituzioni in %ld righe"
#, c-format
msgid "Pattern found in every line: %s"
msgstr "Espressione trovata su ogni riga: %s"
#, c-format
msgid "Pattern not found: %s"
msgstr "Espressione non trovata: %s"
msgid "No old files"
msgstr "Nessun file elaborato in precedenza"
#, c-format
msgid "Save changes to \"%s\"?"
msgstr "Salvare modifiche a \"%s\"?"
msgid "Warning: Entered other buffer unexpectedly (check autocommands)"
msgstr ""
"Avviso: Entrato in altro buffer inaspettatamente (controllare autocomandi)"
#, c-format
msgid "W20: Required python version 2.x not supported, ignoring file: %s"
msgstr ""
"W20: Versione richiesta di python 2.x non supportata, ignoro il file: %s"
#, c-format
msgid "W21: Required python version 3.x not supported, ignoring file: %s"
msgstr ""
"W21: Versione richiesta di python 3.x non supportata, ignoro il file: %s"
msgid "Entering Ex mode. Type \"visual\" to go to Normal mode."
msgstr "Entro modalità Ex. Batti \"visual\" per tornare a modalità Normale."
#, c-format
msgid "Executing: %s"
msgstr "Sto eseguendo: %s"
msgid "End of sourced file"
msgstr "Fine del file di comandi"
msgid "End of function"
msgstr "Fine funzione"
msgid "Backwards range given, OK to swap"
msgstr "Intervallo rovesciato, OK invertirlo"
#, c-format
msgid "%d more file to edit. Quit anyway?"
msgid_plural "%d more files to edit. Quit anyway?"
msgstr[0] "%d ulteriore file da elaborare. Esco lo stesso?"
msgstr[1] "%d ulteriori file da elaborare. Esco lo stesso?"
msgid "unknown"
msgstr "sconosciuto"
msgid "Greetings, Vim user!"
msgstr "Salve, utente Vim!"
msgid "Already only one tab page"
msgstr "C'è già un'unica pagina di schede"
msgid "Edit File in new tab page"
msgstr "Apri il File in una nuova pagina di schede"
msgid "Edit File in new window"
msgstr "Apri il File in una nuova finestra"
#, c-format
msgid "Tab page %d"
msgstr "Pagina di schede %d"
msgid "No swap file"
msgstr "Non posso creare un file di swap"
msgid "Append File"
msgstr "In aggiunta al File"
#, c-format
msgid "Window position: X %d, Y %d"
msgstr "Posizione finestra: X %d, Y %d"
msgid "Save Redirection"
msgstr "Salva Ridirezione"
msgid "Untitled"
msgstr "Senza Nome"
#. always scroll up, don't overwrite
#, c-format
msgid "Exception thrown: %s"
msgstr "Eccezione lanciata: %s"
#, c-format
msgid "Exception finished: %s"
msgstr "Eccezione finita: %s"
#, c-format
msgid "Exception discarded: %s"
msgstr "Eccezione scartata: %s"
#, c-format
msgid "%s, line %ld"
msgstr "%s, riga %ld"
#. always scroll up, don't overwrite
#, c-format
msgid "Exception caught: %s"
msgstr "Eccezione intercettata: %s"
#, c-format
msgid "%s made pending"
msgstr "%s reso 'pending'"
#, c-format
msgid "%s resumed"
msgstr "%s ripristinato"
#, c-format
msgid "%s discarded"
msgstr "%s scartato"
msgid "Exception"
msgstr "Eccezione"
msgid "Error and interrupt"
msgstr "Errore ed interruzione"
msgid "Error"
msgstr "Errore"
#. if (pending & CSTP_INTERRUPT)
msgid "Interrupt"
msgstr "Interruzione"
msgid "is a directory"
msgstr "è una directory"
msgid "Illegal file name"
msgstr "Nome di file non consentito"
msgid "is not a file"
msgstr "non è un file"
msgid "is a device (disabled with 'opendevice' option)"
msgstr "è una periferica (disabilitata con l'opzione 'opendevice')"
msgid "[New DIRECTORY]"
msgstr "[Nuova DIRECTORY]"
msgid "[File too big]"
msgstr "[File troppo grande]"
msgid "[Permission Denied]"
msgstr "[Tipo di accesso non consentito]"
msgid "Vim: Reading from stdin...\n"
msgstr "Vim: Leggo da stdin...\n"
#. make a copy, gui_write() may try to change it
msgid "Reading from stdin..."
msgstr "Leggo da stdin..."
msgid "[fifo]"
msgstr "[fifo]"
msgid "[socket]"
msgstr "[socket]"
msgid "[character special]"
msgstr "[speciale carattere]"
msgid "[CR missing]"
msgstr "[manca CR]"
msgid "[long lines split]"
msgstr "[righe lunghe divise]"
#, c-format
msgid "[CONVERSION ERROR in line %ld]"
msgstr "[ERRORE DI CONVERSIONE alla riga %ld]"
#, c-format
msgid "[ILLEGAL BYTE in line %ld]"
msgstr "[BYTE NON CONSENTITO alla riga %ld]"
msgid "[READ ERRORS]"
msgstr "[ERRORI IN LETTURA]"
msgid "Can't find temp file for conversion"
msgstr "Non riesco a trovare il file temp per leggerlo"
msgid "Conversion with 'charconvert' failed"
msgstr "Conversione fallita con 'charconvert'"
msgid "can't read output of 'charconvert'"
msgstr "non riesco a leggere il risultato di 'charconvert'"
msgid "[dos]"
msgstr "[DOS]"
msgid "[dos format]"
msgstr "[in formato DOS]"
msgid "[mac]"
msgstr "[Mac]"
msgid "[mac format]"
msgstr "[in formato Mac]"
msgid "[unix]"
msgstr "[Unix]"
msgid "[unix format]"
msgstr "[in formato Unix]"
#. l10n: L as in line, B as in byte
#, c-format
msgid "%s%ldL, %lldB"
msgstr "%s%ldR, %lldB"
#, c-format
msgid "%s%ld line, "
msgid_plural "%s%ld lines, "
msgstr[0] "%s%ld riga,"
msgstr[1] "%s%ld righe,"
#, c-format
msgid "%lld byte"
msgid_plural "%lld bytes"
msgstr[0] "%lld byte"
msgstr[1] "%lld byte"
msgid "[noeol]"
msgstr "[noeol]"
msgid "[Incomplete last line]"
msgstr "[Manca carattere di fine riga]"
#, c-format
msgid ""
"W12: Warning: File \"%s\" has changed and the buffer was changed in Vim as "
"well"
msgstr ""
"W12: Avviso: File \"%s\" modificato su disco ed anche nel buffer di Vim"
msgid "See \":help W12\" for more info."
msgstr "Vedere \":help W12\" per ulteriori informazioni."
#, c-format
msgid "W11: Warning: File \"%s\" has changed since editing started"
msgstr "W11: Avviso: File \"%s\" modificato dopo inizio edit"
msgid "See \":help W11\" for more info."
msgstr "Vedere \":help W11\" per ulteriori informazioni."
#, c-format
msgid "W16: Warning: Mode of file \"%s\" has changed since editing started"
msgstr "W16: Avviso: Modo File \"%s\" modificato dopo inizio edit"
msgid "See \":help W16\" for more info."
msgstr "Vedere \":help W16\" per ulteriori informazioni."
#, c-format
msgid "W13: Warning: File \"%s\" has been created after editing started"
msgstr "W13: Avviso: Il file \"%s\" risulta creato dopo inizio edit"
msgid "Warning"
msgstr "Avviso"
msgid ""
"&OK\n"
"&Load File\n"
"Load File &and Options"
msgstr ""
"&OK\n"
"&Carica File\n"
"Caric&a File e Opzioni"
msgid "<empty>"
msgstr "<vuoto>"
msgid "writefile() first argument must be a List or a Blob"
msgstr "il primo argomento di writefile() dev'essere una Lista o un Blob"
msgid "Select Directory dialog"
msgstr "Scelta Directory dialogo"
msgid "Save File dialog"
msgstr "Salva File dialogo"
msgid "Open File dialog"
msgstr "Apri File dialogo"
msgid "no matches"
msgstr "nessuna corrispondenza"
#, c-format
msgid "+--%3ld line folded "
msgid_plural "+--%3ld lines folded "
msgstr[0] "+--%3ld riga piegata "
msgstr[1] "+--%3ld righe piegate "
#, c-format
msgid "+-%s%3ld line: "
msgid_plural "+-%s%3ld lines: "
msgstr[0] "+-%s%3ld riga: "
msgstr[1] "+-%s%3ld righe: "
msgid "Not enough memory to set references, garbage collection aborted!"
msgstr "Memoria insufficiente per impostarlo, recupero memoria fallito!"
msgid "No match at cursor, finding next"
msgstr "Nessuna corrispondenza al cursore, cerco la prossima"
msgid "_Save"
msgstr "_Salva"
msgid "_Open"
msgstr "_Apri"
msgid "_Cancel"
msgstr "_Annulla"
msgid "_OK"
msgstr "_OK"
msgid ""
"&Yes\n"
"&No\n"
"&Cancel"
msgstr ""
"&Y Sì\n"
"&No\n"
"&C Ignora"
msgid "OK"
msgstr "OK"
msgid "Yes"
msgstr "Sì"
msgid "No"
msgstr "No"
msgid "Cancel"
msgstr "Annulla"
msgid "Input _Methods"
msgstr "_Metodi di inserimento"
msgid "VIM - Search and Replace..."
msgstr "VIM - Sostituisci..."
msgid "VIM - Search..."
msgstr "VIM - Cerca..."
msgid "Find what:"
msgstr "Trovare:"
msgid "Replace with:"
msgstr "Sostituire con:"
#. whole word only button
msgid "Match whole word only"
msgstr "Cerca solo la parola intera"
#. match case button
msgid "Match case"
msgstr "Maiuscole/minuscole"
msgid "Direction"
msgstr "Direzione"
#. 'Up' and 'Down' buttons
msgid "Up"
msgstr "Su"
msgid "Down"
msgstr "Giù"
msgid "Find Next"
msgstr "Trova il Prossimo"
msgid "Replace"
msgstr "Sostituisci"
msgid "Replace All"
msgstr "Sostituisci Tutto"
msgid "_Close"
msgstr "_Chiudi"
msgid "Vim: Received \"die\" request from session manager\n"
msgstr "Vim: Ricevuta richiesta \"die\" dal Session Manager\n"