-
-
Notifications
You must be signed in to change notification settings - Fork 7k
/
Copy pathResources_it.properties
1034 lines (707 loc) · 37.6 KB
/
Resources_it.properties
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 translations for PACKAGE package.
# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Sara Gallo, Simone Majocchi, Michele Michielin <>, 2012.
#
!=Project-Id-Version\: PACKAGE VERSION\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2012-04-08 12\:00+0200\nLast-Translator\: Sara Gallo, Simone Majocchi, Michele Michielin\nLanguage-Team\: Italian\nLanguage\: IT\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
#: Editor.java:366
No\ files\ were\ added\ to\ the\ sketch.=Nessun file \u00e8 stato aggiunto allo sketch.
#: Editor.java:369 Sketch.java:996
One\ file\ added\ to\ the\ sketch.=Un file aggiunto allo sketch.
#: Editor.java:373
#, java-format
{0}\ files\ added\ to\ the\ sketch.={0} file aggiunti allo sketch.
#: Editor.java:484
File=File
#: Editor.java:486 EditorToolbar.java:41
New=Nuovo
#: Editor.java:494 Base.java:903
Open...=Apri...
#: Editor.java:503
Sketchbook=Cartella degli sketch
#: Editor.java:509
Examples=Esempi
#: Editor.java:514 Editor.java:1977
Close=Chiudi
#: Editor.java:522 Editor.java:2017 Editor.java:2421 EditorToolbar.java:41
#: EditorToolbar.java:46
Save=Salva
#: Editor.java:530
Save\ As...=Salva con nome...
#: Editor.java:538 EditorToolbar.java:41
Upload=Carica
#: Editor.java:546 EditorToolbar.java:46
Upload\ Using\ Programmer=Carica con un programmatore
#: Editor.java:556
Page\ Setup=Imposta pagina
#: Editor.java:564
Print=Stampa
#: Editor.java:576 Preferences.java:279
Preferences=Preferenze
#: Editor.java:586 Base.java:782
Quit=Esci
#: Editor.java:600
Sketch=Sketch
#: Editor.java:602
Verify\ /\ Compile=Verifica / Compila
#: Editor.java:629
Import\ Library...=Importa libreria...
#: Editor.java:634
Show\ Sketch\ Folder=Mostra cartella dello sketch
#: Editor.java:643
Add\ File...=Aggiungi file...
#: Editor.java:656
Tools=Strumenti
#: Editor.java:662 EditorToolbar.java:41 EditorToolbar.java:46
Serial\ Monitor=Monitor seriale
#: Editor.java:682
Board=Tipo di Arduino
#: Editor.java:690
Serial\ Port=Porta seriale
#: Editor.java:695
Programmer=Programmatore
#: Editor.java:699
Burn\ Bootloader=Scrivi il bootloader
#: Editor.java:923
serialMenu\ is\ null=serialMenu \u00e8 nullo
#: Editor.java:927 Editor.java:934
name\ is\ null=name \u00e8 nullo
#: Editor.java:986
error\ retrieving\ port\ list=errore nella lettura della lista delle porte
#: Editor.java:1002
Help=Aiuto
#: Editor.java:1041
Getting\ Started=Primi passi
#: Editor.java:1049
Environment=Ambiente di sviluppo
#: Editor.java:1057
Troubleshooting=Risoluzione dei problemi
#: Editor.java:1065
Reference=Guida di riferimento
#: Editor.java:1073 Editor.java:2728
Find\ in\ Reference=Cerca nella guida
#: Editor.java:1083
Frequently\ Asked\ Questions=Domande frequenti
#: Editor.java:1091
Visit\ Arduino.cc=Visita Arduino.cc
#: Editor.java:1094
http\://arduino.cc/=http\://arduino.cc/
#: Editor.java:1102
About\ Arduino=A proposito di Arduino
#: Editor.java:1116
Edit=Modifica
#: Editor.java:1119 Editor.java:1341
Undo=Annulla
#: Editor.java:1124 Editor.java:1126 Editor.java:1376
Redo=Ripeti
#: Editor.java:1135 Editor.java:2652
Cut=Taglia
#: Editor.java:1143 Editor.java:2660
Copy=Copia
#: Editor.java:1151 Editor.java:2668
Copy\ for\ Forum=Copia per il forum
#: Editor.java:1163 Editor.java:2676
Copy\ as\ HTML=Copia come HTML
#: Editor.java:1175 Editor.java:2684
Paste=Incolla
#: Editor.java:1184 Editor.java:2692
Select\ All=Seleziona tutto
#: Editor.java:1194 Editor.java:2702
Comment/Uncomment=Commenta / Togli commento
#: Editor.java:1202 Editor.java:2710
Increase\ Indent=Aumenta indentazione
#: Editor.java:1210 Editor.java:2718
Decrease\ Indent=Diminuisci indentazione
#: Editor.java:1220
Find...=Trova...
#: Editor.java:1235
Find\ Next=Trova successivo
#: Editor.java:1245
Find\ Previous=Trova precedente
#: Editor.java:1255
Use\ Selection\ For\ Find=Trova testo selezionato
#: Editor.java:1816
First\ select\ a\ word\ to\ find\ in\ the\ reference.=Prima seleziona una parola da cercare nella guida.
#: Editor.java:1823
#, java-format
No\ reference\ available\ for\ "{0}"=Nessuna voce disponibile per "{0}"
#: Editor.java:1826
#, java-format
{0}.html={0}.html
#: Editor.java:1843 Sketch.java:1647
Compiling\ sketch...=Sto compilando lo sketch...
#: Editor.java:1864 Editor.java:1881
Done\ compiling.=Compilazione terminata.
#: Editor.java:1973
#, java-format
!Save\ changes\ to\ "{0}"?\ \ =
#: Editor.java:2006
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Do\ you\ want\ to\ save\ changes\ to\ this\ sketch<BR>\ before\ closing?</b><p>If\ you\ don't\ save,\ your\ changes\ will\ be\ lost.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>Salvare le modifiche a questo sketch<BR> prima di uscire?</b><p> Se non salvate, le modifiche andranno perse.
#: Editor.java:2017 Editor.java:2098 Editor.java:2418 Sketch.java:589
#: Sketch.java:741 Sketch.java:1046 Preferences.java:78
Cancel=Annulla
#: Editor.java:2017
Don't\ Save=Non salvare
#: Editor.java:2089
Bad\ file\ selected=Selezionato file errato
#: Editor.java:2090
Processing\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=Processing pu\u00f2 aprire solo i propri sketch\ne i file con estensione .ino o .pde
#: Editor.java:2098 Editor.java:2418 Sketch.java:589 Sketch.java:741
#: Sketch.java:1046 Preferences.java:79
OK=OK
#: Editor.java:2100
#, java-format
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=Il file "{0}" deve essere all''interno\ndi una cartella sketch di nome "{1}".\nCreare questa cartella, spostare il file e continuare?
#: Editor.java:2109
Moving=Sto spostando
#: Editor.java:2120 Editor.java:2131 Editor.java:2141 Editor.java:2159
#: Sketch.java:479 Sketch.java:485 Sketch.java:500 Sketch.java:507
#: Sketch.java:530 Sketch.java:547 Base.java:1861 Preferences.java:240
Error=Errore
#: Editor.java:2122
#, java-format
A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=Una cartella di nome "{0}" esiste gi\u00e0. Impossibile aprire lo sketch.
#: Editor.java:2132
Could\ not\ create\ the\ sketch\ folder.=Impossibile creare la cartella dello sketch.
#: Editor.java:2141
Could\ not\ copy\ to\ a\ proper\ location.=Impossibile copiare nella posizione opportuna.
#: Editor.java:2159
Could\ not\ create\ the\ sketch.=Impossibile creare lo sketch.
#: Editor.java:2166
#, java-format
{0}\ |\ Arduino\ {1}={0} | Arduino {1}
#: Editor.java:2223 Editor.java:2261
Saving...=Sto salvando...
#: Editor.java:2228 Editor.java:2264
Done\ Saving.=Salvataggio effettuato.
#: Editor.java:2270
Save\ Canceled.=Salvataggio annullato.
#: Editor.java:2296
#, java-format
Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=Porta seriale {0} non trovata.\nRiprovare il caricamento con un'altra porta seriale?
#: Editor.java:2331
Uploading\ to\ I/O\ Board...=Sto caricando sulla scheda di I/O...
#: Editor.java:2348 Editor.java:2384
Done\ uploading.=Caricamento terminato.
#: Editor.java:2356 Editor.java:2392
Upload\ canceled.=Caricamento annullato.
#: Editor.java:2420
Save\ changes\ before\ export?=Salvare le modifiche prima di esportare?
#: Editor.java:2435
Export\ canceled,\ changes\ must\ first\ be\ saved.=Esportazione annullata, le modifiche devono prima essere salvate.
#: Editor.java:2457
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Sto scrivendo il bootloader sulla scheda di I/O (potrebbe richiedere qualche minuto)...
#: Editor.java:2463
Done\ burning\ bootloader.=Scrittura bootloader terminata.
#: Editor.java:2465 Editor.java:2469 Editor.java:2473
Error\ while\ burning\ bootloader.=Errore durante la scrittura del bootloader.
#: Editor.java:2500
Printing...=Sto stampando...
#: Editor.java:2517
Done\ printing.=Stampa terminata.
#: Editor.java:2520
Error\ while\ printing.=Errore durante la stampa.
#: Editor.java:2524
Printing\ canceled.=Stampa annullata.
#: Editor.java:2572
#, java-format
Bad\ error\ line\:\ {0}=Errore alla linea\: {0}
#: Editor.java:2641
Open\ URL=Apri URL
#: UpdateCheck.java:53
http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
#: UpdateCheck.java:103
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=E' disponibile una nuova versione di Arduino,\nvolete visitare la pagina degli aggiornamenti?
#: UpdateCheck.java:108 Preferences.java:76
Yes=S\u00ec
#: UpdateCheck.java:108 Preferences.java:77
No=No
#: UpdateCheck.java:111
Update=Aggiorna
#: UpdateCheck.java:118
http\://www.arduino.cc/en/Main/Software=http\://www.arduino.cc/en/Main/Software
#: FindReplace.java:80
Find\:=Trova\:
#: FindReplace.java:81
Replace\ with\:=Sostituisci con\:
#: FindReplace.java:96
Ignore\ Case=Ignora maiusc./minusc.
#: FindReplace.java:105
Wrap\ Around=Prosegui dall'inizio
#: FindReplace.java:120 FindReplace.java:131
Replace\ All=Sostituisci tutto
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1050
Replace=Sostituisci
#: FindReplace.java:122 FindReplace.java:129
Replace\ &\ Find=Trova e sostituisci
#: FindReplace.java:123 FindReplace.java:128
Previous=Precedente
#: FindReplace.java:124 FindReplace.java:127
Find=Trova
#: SerialMonitor.java:93
Send=Invia
#: SerialMonitor.java:110
Autoscroll=Scorrimento automatico
#: SerialMonitor.java:112
No\ line\ ending=Nessun fine riga
#: SerialMonitor.java:112
Newline=A capo (NL)
#: SerialMonitor.java:112
Carriage\ return=Ritorno carrello (CR)
#: SerialMonitor.java:112
Both\ NL\ &\ CR=Sia NL sia CR
#: SerialMonitor.java:130 SerialMonitor.java:133
\ baud=baud
#: Serial.java:147
#, java-format
Serial\ port\ ''{0}''\ already\ in\ use.\ Try\ quiting\ any\ programs\ that\ may\ be\ using\ it.=La porta seriale ''{0}'' \u00e8 gi\u00e0 in uso. Provate a chiudere i programmi che potrebbero usarla.
#: Serial.java:154
#, java-format
Error\ opening\ serial\ port\ ''{0}''.=Errore durante l'apertura della porta seriale ''{0}''.
#: Serial.java:167
#, java-format
Serial\ port\ ''{0}''\ not\ found.\ Did\ you\ select\ the\ right\ one\ from\ the\ Tools\ >\ Serial\ Port\ menu?=Porta seriale ''{0}'' non trovata. Controllate la porta in Strumenti > Porta seriale.
#: Serial.java:424
#, java-format
readBytesUntil()\ byte\ buffer\ is\ too\ small\ for\ the\ {0}\ bytes\ up\ to\ and\ including\ char\ {1}=Il buffer readBytesUntil() \u00e8 troppo piccolo per i {0} bytes fino al carattere {1} incluso
#: Serial.java:567
#, java-format
Error\ inside\ Serial.{0}()=Errore all'interno di Serial.{0}()
#: tools/AutoFormat.java:91
Auto\ Format=Formattazione automatica
#: tools/AutoFormat.java:913 tools/format/src/AutoFormat.java:54
No\ changes\ necessary\ for\ Auto\ Format.=Nessun cambiamento effettuato con la Formattazione automatica.
#: tools/AutoFormat.java:919
Auto\ Format\ Canceled\:\ Too\ many\ right\ parentheses.=Formattazione automatica annullata\: troppe parentesi chiuse.
#: tools/AutoFormat.java:922
Auto\ Format\ Canceled\:\ Too\ many\ left\ parentheses.=Formattazione automatica annullata\: troppe parentesi aperte.
#: tools/AutoFormat.java:928
Auto\ Format\ Canceled\:\ Too\ many\ right\ curly\ braces.=Formattazione automatica annullata\: troppe parentesi graffe chiuse.
#: tools/AutoFormat.java:931
Auto\ Format\ Canceled\:\ Too\ many\ left\ curly\ braces.=Formattazione automatica annullata\: troppe parentesi graffe aperte.
#: tools/AutoFormat.java:941
Auto\ Format\ finished.=Formattazione automatica terminata.
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
#: tools/FixEncoding.java:79
Fix\ Encoding\ &\ Reload=Correggi codifica e ricarica
#: tools/FixEncoding.java:57
Discard\ all\ changes\ and\ reload\ sketch?=Scartare tutte le modifiche e ricaricare lo sketch?
#: tools/FixEncoding.java:77
An\ error\ occurred\ while\ trying\ to\ fix\ the\ file\ encoding.\nDo\ not\ attempt\ to\ save\ this\ sketch\ as\ it\ may\ overwrite\nthe\ old\ version.\ Use\ Open\ to\ re-open\ the\ sketch\ and\ try\ again.\n=Si \u00e8 verificato un errore mentre era in corso la correzione della codifica del file.\nNon cercate di salvare questo sketch in quanto potrebbe sovrascrivere\nla versione precedente. Usate Apri per riaprire lo sketch e riprovate.\n
#: tools/Archiver.java:48
Archive\ Sketch=Archivia sketch
#: tools/Archiver.java:59
yyMMdd=yyMMdd
#: tools/Archiver.java:74
Couldn't\ archive\ sketch=Impossibile archiviare lo sketch
#: tools/Archiver.java:75
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=L'archiviazione dello sketch \u00e8 stata annullata perch\u00e9\nlo sketch non poteva essere salvato correttamente.
#: tools/Archiver.java:109
Archive\ sketch\ as\:=Archivia sketch come\:
#: tools/Archiver.java:139
Archive\ sketch\ canceled.=Archiviazione sketch annullata
#: SketchCode.java:83
#, java-format
Error\ while\ loading\ code\ {0}=Errore durante il caricamento del codice {0}
#: SketchCode.java:258
#, java-format
"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Processing,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.="{0}" contiene caratteri non riconosciuti. Se il codice \u00e8 stato creato con una versione\nprecedente di Processing, potrebbe essere necessario usare Strumenti -> Correggi codifica e\nricarica per aggiornare lo sketch alla codifica UTF-8. In alternativa \u00e8\nnecessario cancellare i caratteri errati per eliminare questo avviso.
#: Sketch.java:278 Sketch.java:307 Sketch.java:581 Sketch.java:970
Sketch\ is\ Read-Only=Lo sketch \u00e8 di sola lettura
#: Sketch.java:279 Sketch.java:308 Sketch.java:582 Sketch.java:971
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ the\ sketch\ in\ another\ location,\nand\ try\ again.=Alcuni file sono impostati come "sola lettura", dovete\nsalvare di nuovo lo sketch in un'altra posizione.
#: Sketch.java:286
Name\ for\ new\ file\:=Nome per il nuovo file\:
#: Sketch.java:298
Sketch\ is\ Untitled=Lo sketch non ha nome
#: Sketch.java:299
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=Cosa ne direste di salvare lo sketch prima di\ncercare di cambiargli il nome?
#: Sketch.java:359 Sketch.java:366 Sketch.java:377
Problem\ with\ rename=Problemi con il cambio di nome
#: Sketch.java:360
The\ name\ cannot\ start\ with\ a\ period.=Il nome non pu\u00f2 iniziare con un punto.
#: Sketch.java:368
#, java-format
".{0}"\ is\ not\ a\ valid\ extension.=".{0}" non \u00e8 una estensione valida.
#: Sketch.java:378
The\ main\ file\ can't\ use\ an\ extension.\n(It\ may\ be\ time\ for\ your\ to\ graduate\ to\ a\n"real"\ programming\ environment)=Il file principale non pu\u00f2 usare un'estensione.\n(Potrebbe essere arrivato per voi il momento di\npassare a un "vero" ambiente di programmazione)
#: Sketch.java:400 Sketch.java:414 Sketch.java:423 Sketch.java:863
Nope=Per niente
#: Sketch.java:402
#, java-format
A\ file\ named\ "{0}"\ already\ exists\ in\ "{1}"=Un file con nome "{0}" esiste gi\u00e0 in "{1}"
#: Sketch.java:415
You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=Non potete avere un file .cpp con lo stesso nome dello sketch.
#: Sketch.java:425
You\ can't\ rename\ the\ sketch\ to\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=Non potete rinominare lo sketch in "{0}"\nin quanto lo sketch ha gi\u00e0 un file .cpp con quel nome.
#: Sketch.java:459
Cannot\ Rename=Impossibile rinominare
#: Sketch.java:461
#, java-format
Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=Spiacente, uno sketch (o una cartella) di nome "{0}" esiste gi\u00e0.
#: Sketch.java:479
Could\ not\ rename\ the\ sketch.\ (0)=Impossibile rinominare lo sketch. (0)
#: Sketch.java:487 Sketch.java:532
#, java-format
Could\ not\ rename\ "{0}"\ to\ "{1}"=Impossibile rinominare "{0}" in "{1}"
#: Sketch.java:500
Could\ not\ rename\ the\ sketch.\ (1)=Impossibile rinominare lo sketch. (1)
#: Sketch.java:507
Could\ not\ rename\ the\ sketch.\ (2)=Impossibile rinominare lo sketch. (2)
#: Sketch.java:544
createNewFile()\ returned\ false=createNewFile() ha restituito falso
#: Sketch.java:591
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=Siete sicuri di voler cancellare questo sketch?
#: Sketch.java:592
#, java-format
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=Siete sicuri di voler cancellare "{0}"?
#: Sketch.java:595 EditorHeader.java:314
Delete=Elimina
#: Sketch.java:620
Couldn't\ do\ it=Impossibile eseguire il comando
#: Sketch.java:621
#, java-format
Could\ not\ delete\ "{0}".=Impossibile cancellare "{0}".
#: Sketch.java:651
removeCode\:\ internal\ error..\ could\ not\ find\ code=removeCode\: errore interno... impossibile trovare il codice
#: Sketch.java:724
Sketch\ is\ read-only=Lo sketch \u00e8 di sola lettura
#: Sketch.java:725
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ this\ sketch\ to\ another\ location.=Alcuni file sono impostati come "sola lettura" quindi\ndovrete salvare nuovamente lo sketch in un'altra posizione.
#: Sketch.java:743
In\ Arduino\ 1.0,\ the\ default\ file\ extension\ has\ changed\nfrom\ .pde\ to\ .ino.\ \ New\ sketches\ (including\ those\ created\nby\ "Save-As"\ will\ use\ the\ new\ extension.\ \ The\ extension\nof\ existing\ sketches\ will\ be\ updated\ on\ save,\ but\ you\ can\ndisable\ this\ in\ the\ Preferences\ dialog.\n\nSave\ sketch\ and\ update\ its\ extension?=In Arduino 1.0 \u00e8 cambiata l'estensione standard dei file\nda .pde a .ino. I nuovi sketch (inclusi quelli creati con\n "Salva con nome..." useranno la nuova estensione. L'estensione\ndegli sketch esistenti sar\u00e0 aggiornata con il Salva, ma potete\ndisattivare l'opzione nel pannello Preferenze.\n\nSalvare lo sketch e aggiornare la sua estensione?
#: Sketch.java:750
.pde\ ->\ .ino=.pde -> .ino
#: Sketch.java:829
Save\ sketch\ folder\ as...=Salva la cartella dello sketch come...
#: Sketch.java:865
You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=Non potete salvare lo sketch come "{0}"\nin quanto lo sketch ha gi\u00e0 un file .cpp con quel nome.
#: Sketch.java:886
How\ very\ Borges\ of\ you=Avete scoperto il Borges che c'\u00e8 in voi
#: Sketch.java:887
You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=Non potete salvare lo sketch in una cartella\nall'interno di s\u00e9 stessa. Questo procederebbe all'infinito.
#: Sketch.java:979
Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=Selezionate un'immagine o un altro file dati da copiare nel vostro sketch
#: Sketch.java:1047
#, java-format
Replace\ the\ existing\ version\ of\ {0}?=Sostituire la versione esistente di {0}?
#: Sketch.java:1069 Sketch.java:1092
Error\ adding\ file=Errore aggiungendo il file
#: Sketch.java:1070
#, java-format
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=Impossibile cancellare il file esistente ''{0}''.
#: Sketch.java:1078
You\ can't\ fool\ me=Non mi potete imbrogliare
#: Sketch.java:1079
This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ you're\ trying\ to\ add\ it.\nI\ ain't\ not\ doin\ nuthin'.=Questo file \u00e8 gi\u00e0 stato copiato nella posizione\ndove state cercando di aggiungerlo.Non far\u00f2 un bel nulla.
#: Sketch.java:1093
#, java-format
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=Impossibile aggiungere ''{0}'' allo sketch.
#: Sketch.java:1393 Sketch.java:1424
Build\ folder\ disappeared\ or\ could\ not\ be\ written=La cartella di generazione \u00e8 scomparsa o non pu\u00f2 essere scritta
#: Sketch.java:1408
Could\ not\ find\ main\ class=Impossibile trovare la classe principale
#: Sketch.java:1433
#, java-format
Uncaught\ exception\ type\:\ {0}=Eccezione non intercettata di tipo\: {0}
#: Sketch.java:1465
#, java-format
Problem\ moving\ {0}\ to\ the\ build\ folder=Problema nel muovere {0} nella cartella di generazione
#: Sketch.java:1661
Uploading...=Sto caricando...
#: Sketch.java:1684
#, java-format
Binary\ sketch\ size\:\ {0}\ bytes\ (of\ a\ {1}\ byte\ maximum)=Dimensione del file binario dello sketch\: {0} bytes (su un massimo di {1} bytes)
#: Sketch.java:1689
Couldn't\ determine\ program\ size\:\ {0}=Impossibile determinare la dimensione del programma\: {0}
#: Sketch.java:1694
Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=Sketch troppo grande; consultate http\://www.arduino.cc/en/Guide/Troubleshooting\#size per consigli su come ridurlo.
#: Sketch.java:1754
Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=Manca il */ alla fine di un /* commento */
#: Sketch.java:1796
Sketch\ Disappeared=Lo sketch \u00e8 sparito
#: Sketch.java:1797
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=La cartella dello sketch \u00e8 sparita.\nProver\u00f2 a salvare nuovamente nella stessa posizione,\nma qualsiasi cosa in aggiunta al codice andr\u00e0 persa.
#: Sketch.java:1810
Could\ not\ re-save\ sketch=Impossibile salvare nuovamente lo sketch
#: Sketch.java:1811
Could\ not\ properly\ re-save\ the\ sketch.\ You\ may\ be\ in\ trouble\ at\ this\ point,\nand\ it\ might\ be\ time\ to\ copy\ and\ paste\ your\ code\ to\ another\ text\ editor.=Impossibile salvare nuovamente lo sketch. A questo punto potreste essere nei guai\ned \u00e8 il caso di copiare e incollare il codice in un altro editor di testo.
#: Sketch.java:2060
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ (but\ cannot\ start\ with\ a\ number).\nThey\ should\ also\ be\ less\ less\ than\ 64\ characters\ long.=Il nome dello sketch \u00e8 stato modificato. I nomi possono essere composti solo\nda caratteri ASCII e numeri (ma non possono iniziare con un numero).\nDevono anche essere pi\u00f9 brevi di 64 caratteri.
#: debug/Uploader.java:52
https\://developer.berlios.de/bugs/?group_id\=3590=https\://developer.berlios.de/bugs/?group_id\=3590
#: debug/Uploader.java:54 debug/Compiler.java:43
#, java-format
Compiler\ error,\ please\ submit\ this\ code\ to\ {0}=Errore del compilatore, per favore inviate questo codice a {0}
#: debug/Uploader.java:199
#, java-format
the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=La porta seriale selezionata {0} non esiste o la scheda non \u00e8 connessa
#: debug/Uploader.java:203
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Il dispositivo non risponde, controllate di aver selezionato la porta seriale\ncorretta o premete RESET sulla scheda appena prima di esportare
#: debug/Uploader.java:209
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=Problemi di caricamento sulla scheda. Leggete http\://www.arduino.cc/en/Guide/Troubleshooting\#upload per suggerimenti.
#: debug/Uploader.java:213
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=Trovato microcontrollore errato. Avete selezionato il tipo corretto di scheda dal men\u00f9 Strumenti > Tipo di Arduino?
#: debug/Compiler.java:41
http\://code.google.com/p/arduino/issues/list=http\://code.google.com/p/arduino/issues/list
#: debug/Compiler.java:79
No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=Nessuna scheda selezionata; per favore selezionate una scheda dal men\u00f9 Strumenti > Tipo di Arduino.
#: debug/Compiler.java:422
#, java-format
{0}\ returned\ {1}={0} ha restituito {1}
#: debug/Compiler.java:426
Error\ compiling.=Errore durante la compilazione.
#: debug/Compiler.java:465
Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Per favore importate la libreria SPI dal men\u00f9 Sketch > Importa libreria.
#: debug/Compiler.java:466
\nAs\ of\ Arduino\ 0019,\ the\ Ethernet\ library\ depends\ on\ the\ SPI\ library.\nYou\ appear\ to\ be\ using\ it\ or\ another\ library\ that\ depends\ on\ the\ SPI\ library.\n\n=\nDa Arduino 0019, la libreria Ethernet dipende dalla libreria SPI.\nSembrerebbe che stiate usando quella o un'altra libreria che dipende\ndalla libreria SPI.\n
#: debug/Compiler.java:471
The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=La parola chiave 'BYTE' non \u00e8 pi\u00f9 supportata
#: debug/Compiler.java:472
\nAs\ of\ Arduino\ 1.0,\ the\ 'BYTE'\ keyword\ is\ no\ longer\ supported.\nPlease\ use\ Serial.write()\ instead.\n\n=\nDa Arduino 1.0, la parola chiave 'BYTE' non \u00e8 pi\u00f9 supportata.\nPer favore usate al suo posto Serial.write().\n\n
#: debug/Compiler.java:477
The\ Server\ class\ has\ been\ renamed\ EthernetServer.=La classe Server \u00e8 stata rinominata EthernetServer.
#: debug/Compiler.java:478
\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=\nDa Arduino 1.0, la classe Server nella libreria Ethernet \u00e8 stata rinominata EthernetServer.\n\n
#: debug/Compiler.java:483
The\ Client\ class\ has\ been\ renamed\ EthernetClient.=La classe Client \u00e8 stata rinominata EthernetClient.
#: debug/Compiler.java:484
\nAs\ of\ Arduino\ 1.0,\ the\ Client\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\nDa Arduino 1.0 la classe Client nella libreria Ethernet \u00e8 stata rinominata EthernetClient.\n\n
#: debug/Compiler.java:489
The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=La classe Udp \u00e8 stata rinominata EthernetUdp.
#: debug/Compiler.java:490
\nAs\ of\ Arduino\ 1.0,\ the\ Udp\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\nDa Arduno 1.0, la classe Udp nella libreria Ethernet \u00e8 stata rinominata EthernerClient.\n\n
#: debug/Compiler.java:495
Wire.send()\ has\ been\ renamed\ Wire.write().=Wire.send() \u00e8 stato rinominato Wire.write().
#: debug/Compiler.java:496
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.send()\ function\ was\ renamed\ to\ Wire.write()\ for\ consistency\ with\ other\ libraries.\n\n=\nDa Arduino 1.0, la funzione Wire.send() \u00e8 stata rinominata Wire.write() per\nuniformit\u00e0 con le altre librerie.\n\n
#: debug/Compiler.java:501
Wire.receive()\ has\ been\ renamed\ Wire.read().=Wire.receive() \u00e8 stata rinominata Wire.read().
#: debug/Compiler.java:502
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.receive()\ function\ was\ renamed\ to\ Wire.read()\ for\ consistency\ with\ other\ libraries.\n\n=\nDa Arduino 1.0, la funzione Wire.receive() \u00e8 stata rinominata Wire.read()\nper uniformit\u00e0 con le altre librerie.\n\n
#: EditorConsole.java:152
Console\ Error=Errore di console
#: EditorConsole.java:153
A\ problem\ occurred\ while\ trying\ to\ open\ the\nfiles\ used\ to\ store\ the\ console\ output.=E' stato rilevato un problema durante l'apertura del file\nusato per memorizzare l'output della console.
#: Base.java:184
Non-fatal\ error\ while\ setting\ the\ Look\ &\ Feel.=Errore non fatale durante la configurazione del Look & Feel
#: Base.java:185
The\ error\ message\ follows,\ however\ Arduino\ should\ run\ fine.=Segue il messaggio di errore, anche se Arduino dovrebbe funzionare senza problemi.
#: Base.java:220
Problem\ Setting\ the\ Platform=Problemi durante la configurazione della piattaforma
#: Base.java:221
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=Errore sconosciuto durante il caricamento\ndi codice specifico per la vostra macchina.
#: Base.java:232
Please\ install\ JDK\ 1.5\ or\ later=Per favore installate JDK 1.5 o successivo.
#: Base.java:233
Arduino\ requires\ a\ full\ JDK\ (not\ just\ a\ JRE)\nto\ run.\ Please\ install\ JDK\ 1.5\ or\ later.\nMore\ information\ can\ be\ found\ in\ the\ reference.=Arduino richiede un JDK completo (non solamente il JRE)\nper funzionare. Per favore installate JDK 1.5 o successivo.\nUlteriori informazioni sono disponibili nella guida.
#: Base.java:257
Sketchbook\ folder\ disappeared=La cartella degli sketch \u00e8 scomparsa
#: Base.java:258
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=La cartella degli sketch non esiste pi\u00f9.\nArduino torner\u00e0 ad usare la posizione predefinita per la cartella\ne creer\u00e0 una nuova cartella degli sketch se necessario.\nA quel punto Arduino smetter\u00e0 di parlare di s\u00e9 stesso\nin terza persona
#: Base.java:532
Time\ for\ a\ Break=E' ora di fare una pausa
#: Base.java:533
You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=Avete raggiunto il limite giornaliero per la generazione automatica\ndei nomi degli sketch.\nCosa ne direste a questo punto di andare a fare una passeggiata?
#: Base.java:537
Sunshine=Sole splendente
#: Base.java:538
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=No davvero, \u00e8 ora di prendere un po' di aria fresca
#: Base.java:633
Open\ an\ Arduino\ sketch...=Apri uno sketch di Arduino
#: Base.java:772
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Are\ you\ sure\ you\ want\ to\ Quit?</b><p>Closing\ the\ last\ open\ sketch\ will\ quit\ Arduino.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>Siete sicuri di voler uscire?</b><p>Chiudere l'ultimo sketch aperto comporter\u00e0 l'uscita da Arduino.
#: Base.java:970
Contributed=Contribuito
#: Base.java:1095
Sketch\ Does\ Not\ Exist=Lo sketch non esiste
#: Base.java:1096
The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=Lo sketch selezionato non esiste pi\u00f9.\nPotresti aver bisogno di riavviare Arduino per\naggiornare il contenuto della Cartella degli sketch.
#: Base.java:1125
#, java-format
The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic\ letters\ and\ numbers\n(ASCII-only\ with\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number).\nTo\ get\ rid\ of\ this\ message,\ remove\ the\ sketch\ from\n{1}=Lo sketch "{0}" non pu\u00f2 essere usato.\nI nomi degli sketch possono contenere solo lettere e numeri\n(ASCII senza spazi e non possono iniziare con un numero).\nPer sbarazzarsi di questo messaggio, eliminare lo sketch da \n{1}
#: Base.java:1132
Ignoring\ sketch\ with\ bad\ name=Ignoro lo sketch con nome malformato
#: Base.java:1202
#, java-format
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=La libreria "{0}" non pu\u00f2 essere usata.\nI nomi delle librerie possono contenere solo lettere e numeri\n(ASCII senza spazi e non possono iniziare con un numero).\n
#: Base.java:1207
Ignoring\ bad\ library\ name=Ignoro la libreria con nome malformato
#: Base.java:1432
Problem\ getting\ data\ folder=Problema con la cartella dati
#: Base.java:1433
Error\ getting\ the\ Arduino\ data\ folder.=Errore con la cartella dati di Arduino.
#: Base.java:1440
Settings\ issues=Problemi di configurazione
#: Base.java:1441
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=Arduino non pu\u00f2 essere eseguito perch\u00e9 non pu\u00f2\ncreare la cartella per memorizzare le tue impostazioni.
#: Base.java:1602
You\ forgot\ your\ sketchbook=Hai dimenticato la tua cartella degli sketch
#: Base.java:1603
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=Arduino non pu\u00f2 essere eseguito perch\u00e9 non pu\u00f2\ncreare la cartella dove memorizzare gli sketch.
#: Base.java:1623
Select\ (or\ create\ new)\ folder\ for\ sketches...=Seleziona (o crea) la cartella per gli sketch...
#: Base.java:1647
Problem\ Opening\ URL=Problema nell'apertura dell'URL
#: Base.java:1648
#, java-format
Could\ not\ open\ the\ URL\n{0}=Impossibile aprire l'URL\n{0}
#: Base.java:1671
Problem\ Opening\ Folder=Problema nell'apertura della cartella
#: Base.java:1672
#, java-format
Could\ not\ open\ the\ folder\n{0}=Impossibile aprire la cartella\n{0}
#: Base.java:1785
Guide_MacOSX.html=Guide_MacOSX.html
#: Base.java:1787
Guide_Windows.html=Guide_Windows.html
#: Base.java:1789
http\://www.arduino.cc/playground/Learning/Linux=http\://www.arduino.cc/playground/Learning/Linux
#: Base.java:1794
index.html=index.html
#: Base.java:1799
Guide_Environment.html=Guide_Environment.html
#: Base.java:1804
environment=ambiente di sviluppo
#: Base.java:1804
platforms.html=platforms.html
#: Base.java:1809
Guide_Troubleshooting.html=Guide_Troubleshooting.html
#: Base.java:1814
FAQ.html=FAQ.html
#: Base.java:1826
Message=Messaggio
#: Base.java:1842
Warning=Attenzione
#: Base.java:2196
#, java-format
Could\ not\ remove\ old\ version\ of\ {0}=Impossibile eliminare la vecchia versione di {0}
#: Base.java:2206
#, java-format
Could\ not\ replace\ {0}=Impossibile sostituire {0}
#: Base.java:2247 Base.java:2270
#, java-format
Could\ not\ delete\ {0}=Impossibile eliminare {0}
#: EditorHeader.java:292
New\ Tab=Nuova scheda
#: EditorHeader.java:300
Rename=Rinomina
#: EditorHeader.java:326
Previous\ Tab=Scheda precedente
#: EditorHeader.java:340
Next\ Tab=Scheda successiva
#: EditorToolbar.java:41 EditorToolbar.java:46
Verify=Verifica
#: EditorToolbar.java:41
Open=Apri
#: EditorToolbar.java:46
New\ Editor\ Window=Nuova finestra di modifica
#: EditorToolbar.java:46
Open\ in\ Another\ Window=Apri in un'altra finestra
#: Platform.java:167
No\ launcher\ available=Nessun launcher disponibile
#: Platform.java:168
Unspecified\ platform,\ no\ launcher\ available.\nTo\ enable\ opening\ URLs\ or\ folders,\ add\ a\ \n"launcher\=/path/to/app"\ line\ to\ preferences.txt=Piattaforma non specificata, nessun laucher disponibile.\nPer abilitare l'apertura di URL o di cartelle, aggiungete una riga\n"launcher\=/path/to/app" a preferences.txt
#: Theme.java:52
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Processing.=Impossibile leggere le impostazioni del tema dei colori.\nDovete reinstallare Processing.
#: Preferences.java:80
Browse=Sfoglia
#: Preferences.java:83
!System\ Default=
#: Preferences.java:84
!Arabic=
#: Preferences.java:85
!Aragonese=
#: Preferences.java:86
Catalan=Catalano
#: Preferences.java:87
Chinese\ Simplified=Cinese semplificato
#: Preferences.java:88
!Chinese\ Traditional=
#: Preferences.java:89
Danish=Danese
#: Preferences.java:90
Dutch=Olandese
#: Preferences.java:91
English=Inglese
#: Preferences.java:92
!Estonian=
#: Preferences.java:93
French=Francese
#: Preferences.java:94
Filipino=Filippino
#: Preferences.java:95
Galician=Galiziano
#: Preferences.java:96
German=Tedesco
#: Preferences.java:97
Greek=Greco
#: Preferences.java:98
Hungarian=Ungherese
#: Preferences.java:99
!Indonesian=
#: Preferences.java:100
Italian=Italiano
#: Preferences.java:101
Japanese=Giapponese
#: Preferences.java:102
!Korean=
#: Preferences.java:103
Latvian=Lettone
#: Preferences.java:104
!Lithuaninan=
#: Preferences.java:105
Persian=Persiano
#: Preferences.java:106
!Polish=
#: Preferences.java:107 Preferences.java:108
!Portuguese=
#: Preferences.java:109
Romanian=Rumeno
#: Preferences.java:110
!Russian=
#: Preferences.java:111
Spanish=Spagnolo
#: Preferences.java:210
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=Impossibile leggere le impostazioni predefinite.\nE' necessario reinstallare Arduino.
#: Preferences.java:242
#, java-format
Could\ not\ read\ preferences\ from\ {0}=Impossibile leggere le preferenze da {0}
#: Preferences.java:261
Error\ reading\ preferences=Errore nella lettura delle preferenze
#: Preferences.java:263
#, java-format
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=Errore nella letture del file di preferenze. Per favore eliminare (spostare)\n{0} e riavviare Arduino.
#: Preferences.java:299
Sketchbook\ location\:=Posizione della cartella degli sketch\:
#: Preferences.java:314
Select\ new\ sketchbook\ location=Selezionare una nuova posizione per la cartella degli Sketch
#: Preferences.java:337
!Editor\ language\:\ =
#: Preferences.java:342 Preferences.java:358
!\ \ (requires\ restart\ of\ Arduino)=
#: Preferences.java:354
Editor\ font\ size\:\ =Dimensioni font dell'editor\: