forked from arduino/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResources_pt_br.properties
More file actions
1039 lines (712 loc) · 38.6 KB
/
Copy pathResources_pt_br.properties
File metadata and controls
1039 lines (712 loc) · 38.6 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
# Portuguese (Brazil) translations for PACKAGE package.
# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
#
# Andr\u00e9 Aureliano<andre@fiozera.com.br>, 2012.
# Hugo Lavalle <hugo.lavalle@gmail.com>, 2012.
# Armando Neto <neto.armando@gmail.com>, 2012.
# Radam\u00e9s Ajna <radamajna@gmail.com>, 2012.
!=Project-Id-Version\: PT-BR Arduino IDE\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2012-04-04 15\:30+0000\nLast-Translator\: Radam\u00e9s Ajna <radamajna@gmail.com>\nLanguage-Team\: Portuguese (Brazil) (http\://www.transifex.net/projects/p/pt-br_arduino_IDE_Translations/language/pt_BR/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pt_BR\nPlural-Forms\: nplurals\=2; plural\=(n > 1)\n
#: Editor.java:366
No\ files\ were\ added\ to\ the\ sketch.=Nenhum arquivo adicionado ao sketch.
#: Editor.java:369 Sketch.java:996
One\ file\ added\ to\ the\ sketch.=Um arquivo adicionado ao sketch.
#: Editor.java:373
#, java-format
{0}\ files\ added\ to\ the\ sketch.={0} arquivos adicionados a este sketch.
#: Editor.java:484
File=Arquivo
#: Editor.java:486 EditorToolbar.java:41
New=Novo
#: Editor.java:494 Base.java:903
Open...=Abrir...
#: Editor.java:503
Sketchbook=Sketchbook
#: Editor.java:509
Examples=Exemplos
#: Editor.java:514 Editor.java:1977
Close=Fechar
#: Editor.java:522 Editor.java:2017 Editor.java:2421 EditorToolbar.java:41
#: EditorToolbar.java:46
Save=Salvar
#: Editor.java:530
Save\ As...=Salvar Como...
#: Editor.java:538 EditorToolbar.java:41
Upload=Carregar
#: Editor.java:546 EditorToolbar.java:46
Upload\ Using\ Programmer=Carregar Utilizando um Gravador
#: Editor.java:556
Page\ Setup=Configura\u00e7\u00e3o de p\u00e1gina
#: Editor.java:564
Print=Imprimir
#: Editor.java:576 Preferences.java:279
Preferences=Prefer\u00eancias
#: Editor.java:586 Base.java:782
Quit=Sair
#: Editor.java:600
Sketch=Sketch
#: Editor.java:602
Verify\ /\ Compile=Verificar / Compilar
#: Editor.java:629
Import\ Library...=Importar Biblioteca...
#: Editor.java:634
Show\ Sketch\ Folder=Exibir Pasta dos Sketchs
#: Editor.java:643
Add\ File...=Adicionar Arquivo...
#: Editor.java:656
Tools=Ferramentas
#: Editor.java:662 EditorToolbar.java:41 EditorToolbar.java:46
Serial\ Monitor=Monitor Serial
#: Editor.java:682
Board=Placa
#: Editor.java:690
Serial\ Port=Porta Serial
#: Editor.java:695
Programmer=Gravador
#: Editor.java:699
Burn\ Bootloader=Gravar Bootloader
#: Editor.java:923
serialMenu\ is\ null=serialMenu esta vazio
#: Editor.java:927 Editor.java:934
name\ is\ null=o nome esta vazio
#: Editor.java:986
error\ retrieving\ port\ list=erro ao carregar lista de portas
#: Editor.java:1002
Help=Ajuda
#: Editor.java:1041
Getting\ Started=Primeiros passos
#: Editor.java:1049
Environment=Ambiente
#: Editor.java:1057
Troubleshooting=Solu\u00e7\u00e3o de problemas
#: Editor.java:1065
Reference=Refer\u00eancia
#: Editor.java:1073 Editor.java:2728
Find\ in\ Reference=Procurar na Refer\u00eancia
#: Editor.java:1083
Frequently\ Asked\ Questions=Perguntas Frequentes
#: Editor.java:1091
Visit\ Arduino.cc=Visite Arduino.cc
#: Editor.java:1094
http\://arduino.cc/=http\://arduino.cc/
#: Editor.java:1102
About\ Arduino=Sobre o Arduino
#: Editor.java:1116
Edit=Editar
#: Editor.java:1119 Editor.java:1341
Undo=Desfazer
#: Editor.java:1124 Editor.java:1126 Editor.java:1376
Redo=Refazer
#: Editor.java:1135 Editor.java:2652
Cut=Copiar
#: Editor.java:1143 Editor.java:2660
Copy=Copiar
#: Editor.java:1151 Editor.java:2668
Copy\ for\ Forum=Copiar para o Forum
#: Editor.java:1163 Editor.java:2676
Copy\ as\ HTML=Copiar como HTML
#: Editor.java:1175 Editor.java:2684
Paste=Colar
#: Editor.java:1184 Editor.java:2692
Select\ All=Selecionar Tudo
#: Editor.java:1194 Editor.java:2702
Comment/Uncomment=Comentar/Descomentar
#: Editor.java:1202 Editor.java:2710
Increase\ Indent=Aumentar Recuo
#: Editor.java:1210 Editor.java:2718
Decrease\ Indent=Diminuir Recuo
#: Editor.java:1220
Find...=Buscar...
#: Editor.java:1235
Find\ Next=Buscar Pr\u00f3ximo
#: Editor.java:1245
Find\ Previous=Buscar Anterior
#: Editor.java:1255
Use\ Selection\ For\ Find=Use Sele\u00e7\u00e3o Para Procurar
#: Editor.java:1816
First\ select\ a\ word\ to\ find\ in\ the\ reference.=Primeiro selecione uma palavra para ser localizada na refer\u00eancia.
#: Editor.java:1823
#, java-format
No\ reference\ available\ for\ "{0}"=Nenhuma refer\u00eancia dispon\u00edvel para "{0}"
#: Editor.java:1826
#, java-format
{0}.html={0}.html
#: Editor.java:1843 Sketch.java:1647
Compiling\ sketch...=Compilando o sketch...
#: Editor.java:1864 Editor.java:1881
Done\ compiling.=Compila\u00e7\u00e3o terminada.
#: Editor.java:1973
#, java-format
Save\ changes\ to\ "{0}"?\ \ =Salvar altera\u00e7\u00f5es para "{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>\nVoc\u00ea gostaria de salvar as altera\u00e7\u00f5es deste sketch <BR> antes de fechar?</b><p>Se voc\u00ea n\u00e3o salvar, suas altera\u00e7\u00f5es ser\u00e3o perdidas.
#: Editor.java:2017 Editor.java:2098 Editor.java:2418 Sketch.java:589
#: Sketch.java:741 Sketch.java:1046 Preferences.java:78
Cancel=Cancelar
#: Editor.java:2017
Don't\ Save=N\u00e3o salvar
#: Editor.java:2089
Bad\ file\ selected=Arquivo errado selecionado
#: Editor.java:2090
Processing\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=O Processing pode abrir apenas os seus pr\u00f3prios sketches\ne outros arquivos terninados com .ino ou .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?=O arquivo "{0}" precisa estar dentro\nda pasta sketch "{1}".\nCriar esta pasta, mover o arquivo, e continuar?
#: Editor.java:2109
Moving=Movendo
#: 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=Erro
#: Editor.java:2122
#, java-format
A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=O nome para a pasta "{0}" j\u00e1 existe. N\u00e3o foi poss\u00edvel abrir o sketch.
#: Editor.java:2132
Could\ not\ create\ the\ sketch\ folder.=N\u00e3o foi poss\u00edvel criar a pasta do cketch.
#: Editor.java:2141
Could\ not\ copy\ to\ a\ proper\ location.=N\u00e3o foi poss\u00edvel copiar para o local correto.
#: Editor.java:2159
Could\ not\ create\ the\ sketch.=N\u00e3o foi poss\u00edvel criar o sketch.
#: Editor.java:2166
#, java-format
{0}\ |\ Arduino\ {1}={0} | Arduino {1}
#: Editor.java:2223 Editor.java:2261
Saving...=Salvando...
#: Editor.java:2228 Editor.java:2264
Done\ Saving.=Salvar conclu\u00eddo.
#: Editor.java:2270
Save\ Canceled.=Cancelado
#: Editor.java:2296
#, java-format
Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=Porta Serial {0} n\u00e3o encontrada.\nTentar a transfer\u00eancia com outra porta serial?
#: Editor.java:2331
Uploading\ to\ I/O\ Board...=Transferindo para placa I/O.
#: Editor.java:2348 Editor.java:2384
Done\ uploading.=Transfer\u00eancia conclu\u00edda.
#: Editor.java:2356 Editor.java:2392
Upload\ canceled.=Transfer\u00eancia cancelada.
#: Editor.java:2420
Save\ changes\ before\ export?=Salvar altera\u00e7\u00f5es antes de exportar?
#: Editor.java:2435
Export\ canceled,\ changes\ must\ first\ be\ saved.=Exporta\u00e7\u00e3o cancelada, primeiro salve as altera\u00e7\u00f5es.
#: Editor.java:2457
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Gravando bootloader para placa I/O (isso pode demorar alguns minutos)...
#: Editor.java:2463
Done\ burning\ bootloader.=Grava\u00e7\u00e3o do bootloader finalizada.
#: Editor.java:2465 Editor.java:2469 Editor.java:2473
Error\ while\ burning\ bootloader.=Erro ao gravar bootloader.
#: Editor.java:2500
Printing...=Imprimindo...
#: Editor.java:2517
Done\ printing.=Impress\u00e3o finalizada.
#: Editor.java:2520
Error\ while\ printing.=Erro ao imprimir.
#: Editor.java:2524
Printing\ canceled.=Impress\u00e3o cancelada.
#: Editor.java:2572
#, java-format
Bad\ error\ line\:\ {0}=Erro na linha\: {0}
#: Editor.java:2641
Open\ URL=Abrir 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?=Uma nova vers\u00e3o de Arduino est\u00e1 dispon\u00edvel,\nvoc\u00ea gostaria de visitar a p\u00e1gina de download?
#: UpdateCheck.java:108 Preferences.java:76
Yes=Sim
#: UpdateCheck.java:108 Preferences.java:77
No=N\u00e3o
#: UpdateCheck.java:111
Update=Atualizar
#: UpdateCheck.java:118
http\://www.arduino.cc/en/Main/Software=http\://www.arduino.cc/en/Main/Software
#: FindReplace.java:80
Find\:=Buscar\:
#: FindReplace.java:81
Replace\ with\:=Substituir por\:
#: FindReplace.java:96
Ignore\ Case=Ignorar Mai\u00fascula/Min\u00fascula
#: FindReplace.java:105
Wrap\ Around=Pesquisa Circular
#: FindReplace.java:120 FindReplace.java:131
Replace\ All=Substituir Tudo
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1050
Replace=Substituir
#: FindReplace.java:122 FindReplace.java:129
Replace\ &\ Find=Substituir e Buscar
#: FindReplace.java:123 FindReplace.java:128
Previous=Anterior
#: FindReplace.java:124 FindReplace.java:127
Find=Buscar
#: SerialMonitor.java:93
Send=Enviar
#: SerialMonitor.java:110
Autoscroll=Rolagem autom\u00e1tica
#: SerialMonitor.java:112
No\ line\ ending=Sem fim de linha.
#: SerialMonitor.java:112
Newline=Nova Linha
#: SerialMonitor.java:112
Carriage\ return=Carriage return
#: SerialMonitor.java:112
Both\ NL\ &\ CR=Ambos NL & CR
#: SerialMonitor.java:130 SerialMonitor.java:133
\ baud=\ transmiss\u00e3o
#: Serial.java:147
#, java-format
Serial\ port\ ''{0}''\ already\ in\ use.\ Try\ quiting\ any\ programs\ that\ may\ be\ using\ it.=A Porta Serial "{0}" j\u00e1 esta em uso. Tente fechar quaisquer programas que podem estar utilizando-a.
#: Serial.java:154
#, java-format
Error\ opening\ serial\ port\ ''{0}''.=Erro ao abrir porta serial "{0}"
#: Serial.java:167
#, java-format
Serial\ port\ ''{0}''\ not\ found.\ Did\ you\ select\ the\ right\ one\ from\ the\ Tools\ >\ Serial\ Port\ menu?=A porta Serial "{0}" n\u00e3o foi encontrada. Voc\u00ea selecionou a porta correta em Ferramentas > Menu Portas Seriais?
#: Serial.java:424
#, java-format
readBytesUntil()\ byte\ buffer\ is\ too\ small\ for\ the\ {0}\ bytes\ up\ to\ and\ including\ char\ {1}=o buffer readBytesUntil() \u00e9 muito pequeno para at\u00e9 {0} bytes, incluindo char {1}
#: Serial.java:567
#, java-format
Error\ inside\ Serial.{0}()=Erro dentro da Serial.{0}()
#: tools/AutoFormat.java:91
Auto\ Format=Auto Formata\u00e7\u00e3o
#: tools/AutoFormat.java:913 tools/format/src/AutoFormat.java:54
No\ changes\ necessary\ for\ Auto\ Format.=Sem altera\u00e7\u00f5es necess\u00e1rias para a Auto Formata\u00e7\u00e3o.
#: tools/AutoFormat.java:919
Auto\ Format\ Canceled\:\ Too\ many\ right\ parentheses.=Auto Formata\u00e7\u00e3o Cancelada\: Excesso de par\u00eanteses \u00e0 direita.
#: tools/AutoFormat.java:922
Auto\ Format\ Canceled\:\ Too\ many\ left\ parentheses.=Auto Formata\u00e7\u00e3o Cancelada\: Excesso de par\u00eanteses \u00e0 esquerda.
#: tools/AutoFormat.java:928
Auto\ Format\ Canceled\:\ Too\ many\ right\ curly\ braces.=Auto Formata\u00e7\u00e3o Cancelada\: Excesso de colchetes \u00e0 direita.
#: tools/AutoFormat.java:931
Auto\ Format\ Canceled\:\ Too\ many\ left\ curly\ braces.=Auto Formata\u00e7\u00e3o Cancelada\: Excesso de colchetes \u00e0 esquerda.
#: tools/AutoFormat.java:941
Auto\ Format\ finished.=Auto Formata\u00e7\u00e3o terminada.
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
#: tools/FixEncoding.java:79
Fix\ Encoding\ &\ Reload=Corrigir Codifica\u00e7\u00e3o & Recarregar
#: tools/FixEncoding.java:57
Discard\ all\ changes\ and\ reload\ sketch?=Descartar todas as altera\u00e7\u00f5es e reabrir o 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=Ocorreu um erro ao tentar corrigir a codifica\u00e7\u00e3o do arquivo\nN\u00e3o tente salvar esse sketch pois voc\u00ea pode sobrescrever a\nvers\u00e3o antiga. Utilize Abrir para reabrir o sketch e tentar novamente.\n
#: tools/Archiver.java:48
Archive\ Sketch=Arquivar o Sketch
#: tools/Archiver.java:59
yyMMdd=ddMMyy
#: tools/Archiver.java:74
Couldn't\ archive\ sketch=N\u00e3o foi poss\u00edvel arquivar o sketch.
#: tools/Archiver.java:75
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Arquivamento do sketch foi cancelado pois\no sketch n\u00e3o pode ser salvo corretamente.
#: tools/Archiver.java:109
Archive\ sketch\ as\:=Arquivar sketch como\:
#: tools/Archiver.java:139
Archive\ sketch\ canceled.=Arquivamento do sketch cancelado.
#: SketchCode.java:83
#, java-format
Error\ while\ loading\ code\ {0}=Erro ao tentar carregar c\u00f3digo {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}" cont\u00e9m caracteres desconhecidos. Caso este c\u00f3digo tenha sido criado com uma vers\u00e3o antiga do Processing, voc\u00ea deve ir em Ferramentas -> Corrir Codifica\u00e7\u00e3o & Recarregar para atualizar o sketch e usar UTF-8 como codifica\u00e7\u00e3o. Caso contr\u00e1rio, voc\u00ea precisa apagar os caracteres errados para se livrar desta mensagem.
#: Sketch.java:278 Sketch.java:307 Sketch.java:581 Sketch.java:970
Sketch\ is\ Read-Only=Sketch somente-leitura.
#: 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.=Alguns Arquivos est\u00e3o marcados como "somente-leitura", portanto\nvoc\u00ea precisar\u00e1 voltar a salvar o sketch em outro local,\ne tentar novamente.
#: Sketch.java:286
Name\ for\ new\ file\:=Nome para o novo arquivo\:
#: Sketch.java:298
Sketch\ is\ Untitled=Sketch sem t\u00edtulo
#: Sketch.java:299
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=O que acha de salvar o sketch primeiramente\nantes de tentar renome\u00e1-lo?
#: Sketch.java:359 Sketch.java:366 Sketch.java:377
Problem\ with\ rename=Error ao renomear
#: Sketch.java:360
The\ name\ cannot\ start\ with\ a\ period.=O nome n\u00e3o pode come\u00e7ar com um ponto.
#: Sketch.java:368
#, java-format
".{0}"\ is\ not\ a\ valid\ extension.=".{0}" n\u00e3o \u00e9 uma extens\u00e3o 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)=O arquivo principal n\u00e3o pode usar uma extens\u00e3o.\n(Este pode ser o momento para voc\u00ea mudar\npara um ambiente "real" de programa\u00e7\u00e3o)
#: Sketch.java:400 Sketch.java:414 Sketch.java:423 Sketch.java:863
Nope=N\u00e3o
#: Sketch.java:402
#, java-format
A\ file\ named\ "{0}"\ already\ exists\ in\ "{1}"=Um arquivo chamado "{0}" j\u00e1 existe em "{1}"
#: Sketch.java:415
You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=Voc\u00ea n\u00e3o pode ter um .cpp com o mesmo nome do seu sketch.
#: Sketch.java:425
You\ can't\ rename\ the\ sketch\ to\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=Voc\u00ea n\u00e3o pode renomear o sketch para "{0}"\npois o sketch j\u00e1 tem um arquivo .cpp com este nome.
#: Sketch.java:459
Cannot\ Rename=N\u00e3o \u00e9 poss\u00edvel Renomear
#: Sketch.java:461
#, java-format
Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=Desculpe, o sketch (ou a pasta) chamada "{0}" j\u00e1 existe.
#: Sketch.java:479
Could\ not\ rename\ the\ sketch.\ (0)=N\u00e3o \u00e9 poss\u00edvel renomear o sketch. (0)
#: Sketch.java:487 Sketch.java:532
#, java-format
Could\ not\ rename\ "{0}"\ to\ "{1}"=N\u00e3o \u00e9 poss\u00edvel renomear "{0}" para "{1}"
#: Sketch.java:500
Could\ not\ rename\ the\ sketch.\ (1)=N\u00e3o \u00e9 poss\u00edvel renomear o sketch. (1)
#: Sketch.java:507
Could\ not\ rename\ the\ sketch.\ (2)=N\u00e3o \u00e9 poss\u00edvel renomear o sketch. (2)
#: Sketch.java:544
createNewFile()\ returned\ false=createNewFile() retornou falso
#: Sketch.java:591
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=Voc\u00ea tem certeza que quer deletar este sketch?
#: Sketch.java:592
#, java-format
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=Voc\u00ea tem certeza que quer deletar "{0}" ?
#: Sketch.java:595 EditorHeader.java:314
Delete=Deletar
#: Sketch.java:620
Couldn't\ do\ it=N\u00e3o foi poss\u00edvel fazer isso.
#: Sketch.java:621
#, java-format
Could\ not\ delete\ "{0}".=N\u00e3o foi poss\u00edvel apagar "{0}".
#: Sketch.java:651
removeCode\:\ internal\ error..\ could\ not\ find\ code=removeCode\: erro interno.. n\u00e3o foi poss\u00edvel encontrar o c\u00f3digo
#: Sketch.java:724
Sketch\ is\ read-only=Sketch est\u00e1 marcado somente para leitura
#: Sketch.java:725
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ this\ sketch\ to\ another\ location.=Alguns arquivos est\u00e3o marcados como "somente leitura", ent\u00e3o voc\u00ea\nprecisar\u00e1 salvar novamente este sketch em outro lugar.
#: 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?=No Arduino 1.0, a extens\u00e3o padr\u00e3o de arquivo foi modificada\nde .pde para .ino. Novos sketches (inclusive aqueles criados\natrav\u00e9s de "Salvar como") ir\u00e3o utilizar a nova extens\u00e3o. A extens\u00e3o\nde sketches existentes ser\u00e1 atualizada ao salvar, mas voc\u00ea pode\ndesabilitar isso no menu de Prefer\u00eancias.
#: Sketch.java:750
.pde\ ->\ .ino=.pde -> .ino
#: Sketch.java:829
Save\ sketch\ folder\ as...=Salvar pasta do sketch como...
#: Sketch.java:865
You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=Voc\u00ea n\u00e3o pode salvar o sketch como "{0}"\npois o sketch j\u00e1 tem um arquivo .cpp com este nome.
#: Sketch.java:886
How\ very\ Borges\ of\ you=Agora voc\u00ea pegou pesado
#: Sketch.java:887
You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=Voc\u00ea n\u00e3o pode salvar o sketch dentro da pr\u00f3pria pasta.\nIsto entrar\u00e1 num loop infinito.
#: Sketch.java:979
Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=Selecione a imagem ou outro arquivo de dados para copiar\npara seu sketch.
#: Sketch.java:1047
#, java-format
Replace\ the\ existing\ version\ of\ {0}?=Substituir a vers\u00e3o existente do {0}?
#: Sketch.java:1069 Sketch.java:1092
Error\ adding\ file=Erro ao adicionar arquivo
#: Sketch.java:1070
#, java-format
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=N\u00e3o \u00e9 poss\u00edvel deletar o arquivo "{0}" existente.
#: Sketch.java:1078
You\ can't\ fool\ me=Voc\u00ea n\u00e3o pode me enganar.
#: 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'.=Este arquivo j\u00e1 foi copiado para o local\nonde voc\u00ea est\u00e1 tentando adicion\u00e1-lo.\nNada a fazer.
#: Sketch.java:1093
#, java-format
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=N\u00e3o foi poss\u00edvel adicionar "{0}" ao sketch
#: Sketch.java:1393 Sketch.java:1424
Build\ folder\ disappeared\ or\ could\ not\ be\ written=A Pasta para compila\u00e7\u00e3o desapareceu ou n\u00e3o pode ser escrita
#: Sketch.java:1408
Could\ not\ find\ main\ class=N\u00e3o foi poss\u00edvel encontrar a classe principal
#: Sketch.java:1433
#, java-format
Uncaught\ exception\ type\:\ {0}=Tipo de exce\u00e7\u00e3o n\u00e3o tratada\: {0}
#: Sketch.java:1465
#, java-format
Problem\ moving\ {0}\ to\ the\ build\ folder=Problema ao mover {0} para a pasta de compila\u00e7\u00e3o
#: Sketch.java:1661
Uploading...=Carregando...
#: Sketch.java:1684
#, java-format
Binary\ sketch\ size\:\ {0}\ bytes\ (of\ a\ {1}\ byte\ maximum)=Tamanho do arquivo bin\u00e1rio sketch\: {0} (de no m\u00e1ximo {1} bytes)
#: Sketch.java:1689
Couldn't\ determine\ program\ size\:\ {0}=N\u00e3o foi poss\u00edvel determinar o tamanho do programa\: {0}
#: Sketch.java:1694
Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=Sketch \u00e9 muito grande; veja http\://www.arduino.cc/en/Guide/Troubleshooting\#size para dicas em como reduzi-lo.
#: Sketch.java:1754
Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=Faltando o */ no final do /* coment\u00e1rio */
#: Sketch.java:1796
Sketch\ Disappeared=O Sketch Desapareceu
#: 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.=A pasta do sketch desapareceu.\nUma nova tentativa de salvar na mesma pasta ser\u00e1 executada, \nnada no seu c\u00f3digo ser\u00e1 perdido.
#: Sketch.java:1810
Could\ not\ re-save\ sketch=N\u00e3o foi poss\u00edvel salvar novamente o 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.=N\u00e3o foi poss\u00edvel voltar a salvar corretamente o sketch. Voc\u00ea deve estar em apuros agora,\ne deve copiar e colar seu c\u00f3digo em outro editor de texto.
#: 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.=O nome do sketch teve que ser modificado. Os nomes para Sketch s\u00f3 podem\nconter caracteres ASCII e n\u00fameros (n\u00e3o podem come\u00e7ar com um n\u00famero).\nEles devem ter no m\u00e1ximo 64 caracteres de comprimento.
#: 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}=Erro do compilador, por favor envie este c\u00f3digo para {0}
#: debug/Uploader.java:199
#, java-format
the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=a porta serial {0} n\u00e3o existe ou a placa n\u00e3o esta conectada
#: debug/Uploader.java:203
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=O dispositivo n\u00e3o esta respondendo, verifique se a porta serial correta foi selecionada ou RESET a placa antes de exportar
#: debug/Uploader.java:209
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=Problema ao carregar para a placa. Veja http\://www.arduino.cc/en/Guide/Troubleshooting\#upload para sugest\u00f5es.
#: debug/Uploader.java:213
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=Microcontrolador errado encontrado. Voc\u00ea selecionou a placa correta em Ferramentas > Menu de Placas?
#: 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.=Nenhuma placa selecionada, por favor escolha a placa em Ferramentas > Menu Placas.
#: debug/Compiler.java:422
#, java-format
{0}\ returned\ {1}={0} retornou {1}
#: debug/Compiler.java:426
Error\ compiling.=Erro ao compilar.
#: debug/Compiler.java:465
Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Por favor importe a biblioteca SPI em Sketch > Importar Biblioteca.
#: 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=\nA partir do Arduino 0019, a biblioteca Ethernet depende da biblioteca SPI.\nVoc\u00ea parece estar utilizando ela ou outra biblioteca que depende da biblioteca SPI.\n\n
#: debug/Compiler.java:471
The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=A palavra-chave 'BYTE' n\u00e3o \u00e9 mais suportada.
#: debug/Compiler.java:472
\nAs\ of\ Arduino\ 1.0,\ the\ 'BYTE'\ keyword\ is\ no\ longer\ supported.\nPlease\ use\ Serial.write()\ instead.\n\n=\nA partir do Arduino 1.0, a palavra-chave 'BYTE' n\u00e3o \u00e9 mais suportada.\nPor favor utiliza Serial.write() no lugar.\n\n
#: debug/Compiler.java:477
The\ Server\ class\ has\ been\ renamed\ EthernetServer.=A classe Server foi renomeada para EthernetServer.
#: debug/Compiler.java:478
\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=\nA partir do Arduino 1.0, a classe Server na biblioteca Ethernet foi renomeada para EthernetServer.\n\n
#: debug/Compiler.java:483
The\ Client\ class\ has\ been\ renamed\ EthernetClient.=A classe Client foi renomeada para EthernetClient.
#: debug/Compiler.java:484
\nAs\ of\ Arduino\ 1.0,\ the\ Client\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\nA partir do Arduino 1.0, a classe Client na biblioteca Ethernet foi renomeada para EthernetClient.\n
#: debug/Compiler.java:489
The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=A clase Udp foi renomeada para EthernetUdp.
#: debug/Compiler.java:490
\nAs\ of\ Arduino\ 1.0,\ the\ Udp\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\nA partir do Arduino 1.0, a classe Udp na biblioteca Ethernet foi renomeada para EthernetClient.\n
#: debug/Compiler.java:495
Wire.send()\ has\ been\ renamed\ Wire.write().=Wire.send() foi renomeado para 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=\nA partir do Arduino 1.0, a fun\u00e7\u00e3o Wire.send() foi renomeada para \nWire.write() para manter a consist\u00eancia com outras bibliotecas.\n
#: debug/Compiler.java:501
Wire.receive()\ has\ been\ renamed\ Wire.read().=Wire.receive() foi renomeado para 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=\nA partir do Arduino 1.0, a fun\u00e7\u00e3o Wire.receive() foi renomeada para Wire.read() a fim de manter a consist\u00eancia com outras bibliotecas. \n
#: EditorConsole.java:152
Console\ Error=Erro do Console
#: EditorConsole.java:153
A\ problem\ occurred\ while\ trying\ to\ open\ the\nfiles\ used\ to\ store\ the\ console\ output.=Ocorreu um problema ao tentar abrir os\narquivos utilizados para armazenar a sa\u00edda do console.
#: Base.java:184
Non-fatal\ error\ while\ setting\ the\ Look\ &\ Feel.=Erro n\u00e3o fatal enquanto configurava Apar\u00eancia.
#: Base.java:185
The\ error\ message\ follows,\ however\ Arduino\ should\ run\ fine.=Existe uma mensagem de erro, no entanto o Arduino deve funcionar corretamente.
#: Base.java:220
Problem\ Setting\ the\ Platform=Problema ao configurar a Plataforma
#: Base.java:221
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=Ocorreu um erro desconhecido ao carregar\nc\u00f3digo espec\u00edfico da plataforma para o seu computador.
#: Base.java:232
Please\ install\ JDK\ 1.5\ or\ later=Por favor instale a JDK 1.5 ou posterior
#: 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 requer a JDK completa (n\u00e3o apenas a JRE)\npara rodar. Por favor instale a JDK 1.5 ou posterior.\nMais informa\u00e7\u00f5es podem ser encontradas na refer\u00eancia.
#: Base.java:257
Sketchbook\ folder\ disappeared=A Pasta do Sketchbook desapareceu
#: 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.=A pasta sketchbook n\u00e3o existe mais.\nArduino ir\u00e1 trocar para o local padr\u00e3o,\ne ir\u00e1 criar uma nova pasta sketchbook se\nnecess\u00e1rio. O Arduino ent\u00e3o ir\u00e1 parar de falar sobre\nele mesmo em terceira pessoa.
#: Base.java:532
Time\ for\ a\ Break=Hora de uma 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?=Voc\u00ea chegou ao limite de auto nomea\u00e7\u00e3o de novas sketches\npara o dia. Que tal em vez disso sair para uma caminha?
#: Base.java:537
Sunshine=Luz do sol
#: Base.java:538
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=S\u00e9rio, hora de voc\u00ea tomar um ar puro.
#: Base.java:633
Open\ an\ Arduino\ sketch...=Abrir um sketch 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>Voc\u00ea tem certeza que deseja sair?</b><p>Ao fechar o \u00faltimo sketch aberto o Arduino se encerrar\u00e1.
#: Base.java:970
Contributed=Contribu\u00edram
#: Base.java:1095
Sketch\ Does\ Not\ Exist=O Sketch n\u00e3o existe
#: Base.java:1096
The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=O sketch selecionado n\u00e3o existe mais.\nPode ser que voc\u00ea tenha que reiniciar o Arduino\npara atualizar o menu sketchbook.
#: 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}=O sketch "{0}" n\u00e3o pode ser utilizado.\nNomes de sketch devem conter somente caracteres simples e n\u00fameros\n(ASCII, sem espa\u00e7os e n\u00e3o deve iniciar com um n\u00famero).\nPara eliminar esta mensagem, remova o sketch de\n{1}
#: Base.java:1132
Ignoring\ sketch\ with\ bad\ name=Ignorando sketch com nome inv\u00e1lido.
#: 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)=A biblioteca "{0}" n\u00e3o pode ser utilizada.\nNomes para biblioteca devem conter somente elementos b\u00e1sicos\ne n\u00fameros. (somente ASCII e sem espa\u00e7os, e n\u00e3o pode come\u00e7ar com um n\u00famero).
#: Base.java:1207
Ignoring\ bad\ library\ name=Ingnorando nome inv\u00e1lido de biblioteca
#: Base.java:1432
Problem\ getting\ data\ folder=Problema ao obter pasta de dados
#: Base.java:1433
Error\ getting\ the\ Arduino\ data\ folder.=Erro ao obter pasta de dados do Arduino.
#: Base.java:1440
Settings\ issues=Configura\u00e7\u00f5es
#: Base.java:1441
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=Arduino n\u00e3o pode executar porque n\u00e3o foi poss\u00edvel\ncriar uma pasta para armazenar suas configura\u00e7\u00f5es.
#: Base.java:1602
You\ forgot\ your\ sketchbook=Voc\u00ea esqueceu seu sketchbook
#: Base.java:1603
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=N\u00e3o \u00e9 poss\u00edvel executar o Arduino pois\na pasta do skecthbook n\u00e3o p\u00f4de ser criado.
#: Base.java:1623
Select\ (or\ create\ new)\ folder\ for\ sketches...=Selecione (ou crie uma nova) pasta para seus sketches...
#: Base.java:1647
Problem\ Opening\ URL=Problema ao abrir URL
#: Base.java:1648
#, java-format
Could\ not\ open\ the\ URL\n{0}=N\u00e3o foi poss\u00edvel abrir a URL\n{0}
#: Base.java:1671
Problem\ Opening\ Folder=Problema ao abrir Pasta
#: Base.java:1672
#, java-format
Could\ not\ open\ the\ folder\n{0}=N\u00e3o foi poss\u00edvel abrir pasta\n{0}
#: Base.java:1785
Guide_MacOSX.html=Guia_MacOSX.html
#: Base.java:1787
Guide_Windows.html=Guia_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
#: 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=Mensagem
#: Base.java:1842
Warning=Alerta
#: Base.java:2196
#, java-format
Could\ not\ remove\ old\ version\ of\ {0}=N\u00e3o foi poss\u00edvel remover a vers\u00e3o antiga {0}
#: Base.java:2206
#, java-format
Could\ not\ replace\ {0}=N\u00e3o foi poss\u00edvel substituir {0}
#: Base.java:2247 Base.java:2270
#, java-format
Could\ not\ delete\ {0}=N\u00e3o foi poss\u00edvel deletar {0}
#: EditorHeader.java:292
New\ Tab=Nova Aba
#: EditorHeader.java:300
Rename=Renomear
#: EditorHeader.java:326
Previous\ Tab=Aba Anterior
#: EditorHeader.java:340
Next\ Tab=Pr\u00f3xima Aba
#: EditorToolbar.java:41 EditorToolbar.java:46
Verify=Verificar
#: EditorToolbar.java:41
Open=Abrir
#: EditorToolbar.java:46
New\ Editor\ Window=Nova Janela de Edi\u00e7\u00e3o
#: EditorToolbar.java:46
Open\ in\ Another\ Window=Abrir em outra Janela
#: Platform.java:167
No\ launcher\ available=Nenhum lan\u00e7ador dispon\u00edvel.
#: 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=Plataforma n\u00e3o espec\u00edficada, nenhuma lan\u00e7ador dispon\u00edvel.\nPara habilitar Abrir URLs ou pastas, adicione a\nlinha "launcher\=/path/to/app" em preferences.txt
#: Theme.java:52
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Processing.=As configura\u00e7\u00f5es de cor do tema n\u00e3o podem ser lidas.\nVoc\u00ea precisa reinstalar o Processing.
#: Preferences.java:80
Browse=Navegar
#: Preferences.java:83
!System\ Default=
#: Preferences.java:84
!Arabic=
#: Preferences.java:85
!Aragonese=
#: Preferences.java:86
Catalan=Catal\u00e3o
#: Preferences.java:87
Chinese\ Simplified=Chin\u00eas Simplificado
#: Preferences.java:88
!Chinese\ Traditional=
#: Preferences.java:89
Danish=Dinamarqu\u00eas
#: Preferences.java:90
Dutch=Holand\u00eas
#: Preferences.java:91
English=Ingl\u00eas
#: Preferences.java:92
!Estonian=
#: Preferences.java:93
French=Franc\u00eas
#: Preferences.java:94
Filipino=Filipino
#: Preferences.java:95
Galician=Galego
#: Preferences.java:96
German=Alem\u00e3o
#: Preferences.java:97
Greek=Grego
#: Preferences.java:98
Hungarian=H\u00fangaro
#: Preferences.java:99
!Indonesian=
#: Preferences.java:100
Italian=Italiano
#: Preferences.java:101
Japanese=Japon\u00eas
#: Preferences.java:102
!Korean=
#: Preferences.java:103
Latvian=Let\u00e3o
#: Preferences.java:104
!Lithuaninan=
#: Preferences.java:105
Persian=Persa
#: Preferences.java:106
!Polish=
#: Preferences.java:107 Preferences.java:108
!Portuguese=
#: Preferences.java:109
Romanian=Romeno
#: Preferences.java:110
!Russian=
#: Preferences.java:111
Spanish=Espanhol
#: Preferences.java:210
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=N\u00e3o foi poss\u00edvel ler as configura\u00e7\u00f5es padr\u00e3o.\nSer\u00e1 necess\u00e1rio instalar Arduino novamente.
#: Preferences.java:242
#, java-format
Could\ not\ read\ preferences\ from\ {0}=N\u00e3o foi poss\u00edvel ler prefer\u00eancias de {0}
#: Preferences.java:261
Error\ reading\ preferences=Erro lendo prefer\u00eancias
#: Preferences.java:263
#, java-format
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=Erro ao ler arquivo de prefer\u00eancias. Por favor delete (ou mova)\n{0} e reinicie o Arduino.
#: Preferences.java:299
Sketchbook\ location\:=Localiza\u00e7\u00e3o do Sketchbook\:
#: Preferences.java:314
Select\ new\ sketchbook\ location=Selecione uma nova localiza\u00e7\u00e3o para o sketchbook.
#: Preferences.java:337
!Editor\ language\:\ =