forked from wiidev/usbloadergx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportuguese_pt.lang
2745 lines (1845 loc) · 50.7 KB
/
portuguese_pt.lang
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
# USB Loader GX language source file.
# portuguese_pt.lang - r1119
# don't delete/change this line (é).
msgid ""
msgstr ""
"Project-Id-Version: USB Loader GX\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-15 16:05+0200\n"
"PO-Revision-Date: 2011-11-03 11:00+0000\n"
"Last-Translator: pplucky <[email protected]>\n"
"Language-Team: Sky8000, pplucky\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
msgid " could not be downloaded."
msgstr " não foi descarregado."
msgid " has been Saved. The text has not been verified. Some of the code may not work right with each other. If you experience trouble, open the text in a real text editor for more information."
msgstr " foi guardado. O texto não foi verificado. Parte do código pode não funcionar correctamente. Se detectares problemas abre o texto com um editor de texto para obteres mais informação."
msgid " is not on the server."
msgstr " não está no servidor."
#, c-format
msgid "%i files not found on the server!"
msgstr "%i ficheiros não encontrados no servidor!"
#, c-format
msgid "%i missing files"
msgstr "%i ficheiros em falta"
#, c-format
msgid "%i WAD file(s) not processed!"
msgstr ""
#, c-format
msgid "%i WAD found."
msgstr ""
#, c-format
msgid "%s only accepts GameCube backups in ISO format."
msgstr ""
#, c-format
msgid "%s requires AHB access! Please launch USBLoaderGX from HBC or from an updated channel or forwarder."
msgstr ""
msgid "--== Devolution"
msgstr ""
msgid "--== Nintendont"
msgstr ""
msgid "--== DIOS MIOS (Lite) "
msgstr ""
msgid "--== DM(L) + Nintendont"
msgstr ""
msgid "/\\/\\"
msgstr ""
msgid "0 (Everyone)"
msgstr "0 (Todos)"
msgid "1 (Child 7+)"
msgstr "1 (Crianças 7+)"
msgid "1 hour"
msgstr "1 hora"
msgid "10 min"
msgstr "10 minutos"
msgid "2 (Teen 12+)"
msgstr "2 (Adolescente 12+)"
msgid "20 min"
msgstr "20 minutos"
msgid "2D Cover Path"
msgstr "Cam. Capas 2D"
msgid "3 (Mature 16+)"
msgstr "3 (Adulto 16+)"
msgid "3 min"
msgstr "3 minutos"
msgid "30 min"
msgstr "30 minutos"
msgid "3D Cover Path"
msgstr "Cam. Capas 3D"
msgid "3D Covers"
msgstr "Capas 3D"
msgid "4 (Adults Only 18+)"
msgstr "4 (Adultos 18+)"
msgid "480p Pixel Fix Patch"
msgstr ""
msgid "5 min"
msgstr "5 minutos"
msgid "=== GameCube Settings"
msgstr ""
msgid "AUTO"
msgstr "AUTO"
msgid "AXNextFrame"
msgstr "AXNextFrame"
msgid "Add category"
msgstr "Adicionar categ."
msgid "Adjust Overscan X"
msgstr ""
msgid "Adjust Overscan Y"
msgstr ""
msgid "After zoom"
msgstr ""
msgid "All"
msgstr "Todas"
msgid "All Partitions"
msgstr "Todas as Partições"
msgid "All files extracted."
msgstr "Todos os ficheiros extraídos."
msgid "All images downloaded successfully."
msgstr "Todas as imagens descarregadas com sucesso."
msgid "All the features of USB Loader GX are unlocked."
msgstr "Todas as funcionalidades desbloqueadas."
msgid "All WAD files processed successfully."
msgstr ""
msgid "Alternate DOL"
msgstr "DOL alternativo"
msgid "AltWFC"
msgstr ""
msgid "An example file was created here:"
msgstr "Ficheiro de exemplo criado aqui:"
msgid "Animation Start"
msgstr ""
msgid "App Language"
msgstr "Idioma"
msgid "Apply"
msgstr "Aplicar"
msgid "Apr"
msgstr "Abr"
msgid "Are you really sure you want to delete all selected games from the SD card?"
msgstr ""
msgid "Are you sure you want to delete this category?"
msgstr "Tem a certeza que quer apagar esta categoria?"
msgid "Are you sure you want to import game categories from GameTDB?"
msgstr "Tem a certeza que quer importar as categorias de jogos da GameTDB?"
msgid "Are you sure you want to install on SD?"
msgstr ""
msgid "Are you sure you want to lock USB Loader GX?"
msgstr "Tem a certeza que quer bloquear o USB Loader GX?"
msgid "Are you sure you want to remount SD?"
msgstr ""
msgid "Are you sure you want to reset?"
msgstr "Tem a certeza que quer reinicializar?"
msgid "Are you sure?"
msgstr "Tem a certeza?"
msgid "Aspect Ratio"
msgstr ""
msgid "Attention!"
msgstr ""
msgid "Attention: All savegames will be deleted."
msgstr ""
msgid "Aug"
msgstr "Ago"
msgid "Author(s):"
msgstr "Autor(es):"
msgid "Auto"
msgstr "Auto"
msgid "Auto Boot"
msgstr ""
msgid "AutoInit Network"
msgstr "Auto-iniciar Rede"
msgid "BCA Codes Path"
msgstr "Cam. Códigos BCA"
msgid "Back"
msgstr "Voltar"
msgid "Back to HBC or Wii Menu"
msgstr "Voltar ao HBC ou Menu Wii"
msgid "Background Music"
msgstr "Música de fundo"
msgid "Banner Animation"
msgstr ""
msgid "Banner Animation Settings"
msgstr ""
msgid "Banner On Channels"
msgstr ""
msgid "Banner grid layout is only available with AHBPROT! Please consider installing new HBC version."
msgstr ""
msgid "Banner window is only available with AHBPROT! Please consider installing new HBC version."
msgstr ""
msgid "Big thanks to:"
msgstr "Agradecimentos:"
msgid "Block Categories Menu"
msgstr "Bloquear Menu Categorias"
msgid "Block Categories Modify"
msgstr "Bloquear Modif. Categorias"
msgid "Block Cover Downloads"
msgstr "Bloquear Descarregar Capas"
msgid "Block Custom Paths"
msgstr "Bloquear Caminhos Pers."
msgid "Block Feature Settings"
msgstr "Bloquear Def. Funcionalidades"
msgid "Block Game Install"
msgstr "Bloquear Instalação Jogo"
msgid "Block Game Settings"
msgstr "Bloquear Def. Jogo"
msgid "Block GameID Change"
msgstr "Bloquear Mudança ID Jogo"
msgid "Block Global Settings"
msgstr "Bloquear Def. Globais"
msgid "Block Gui Settings"
msgstr "Bloquear Def. GUI"
msgid "Block HBC Menu"
msgstr "Bloquear Menu HBC"
msgid "Block Hard Drive Settings"
msgstr "Bloquear Def. Disco Rígido"
msgid "Block IOS Reload"
msgstr "Bloquear Reload do IOS"
msgid "Block Loader Layout Button"
msgstr ""
msgid "Block Loader Mode Button"
msgstr ""
msgid "Block Loader Settings"
msgstr "Bloquear Def. Loader"
msgid "Block Parental Settings"
msgstr "Bloquear Def. Parental"
msgid "Block Priiloader Override"
msgstr ""
msgid "Block Reset Settings"
msgstr "Bloquear Reinicialização Def."
msgid "Block SD Reload Button"
msgstr "Bloquear Botão SD"
msgid "Block Sound Settings"
msgstr "Bloquear Def. Som"
msgid "Block Theme Downloader"
msgstr "Bloquear Descarregar Temas"
msgid "Block Theme Menu"
msgstr "Bloquear Tema de Menu"
msgid "Block Title Launcher"
msgstr "Bloquear Gestor de Títulos"
msgid "Block Updates"
msgstr "Bloquear Actualizações"
msgid "Boot Content"
msgstr ""
msgid "Boot Neek System Menu"
msgstr ""
msgid "Boot?"
msgstr "Carregar?"
msgid "Both"
msgstr "Ambos"
msgid "Both Ports"
msgstr "Ambas as Portas"
msgid "CC Rumble"
msgstr ""
msgid "Cache BNR Files"
msgstr ""
msgid "Cache BNR Files Path"
msgstr ""
msgid "Cache Path"
msgstr ""
msgid "Cache Titles"
msgstr "Títulos em Cache"
msgid "Can't be formatted"
msgstr "Não pode ser formatado"
msgid "Can't create directory"
msgstr "Não foi possível criar a pasta"
#, c-format
msgid "Can't create file: %s"
msgstr ""
#, c-format
msgid "Can't create path: %s"
msgstr "Não foi possível criar caminho: %s"
msgid "Can't delete:"
msgstr "Não foi possível apagar:"
msgid "Can't mount or unknown disc format."
msgstr ""
#, c-format
msgid "Can't open file for write: %s"
msgstr ""
#, c-format
msgid "Can't open file: %s"
msgstr ""
#, c-format
msgid "Can't read file: %s"
msgstr ""
msgid "Cancel"
msgstr "Cancelar"
msgid "Can't write to destination."
msgstr "Não foi possível escrever no destino."
msgid "Categories"
msgstr "Categorias"
msgid "Categories:"
msgstr "Categorias:"
msgid "Change Play Path"
msgstr "Alterar Caminho de Músicas"
msgid "Channel Launcher"
msgstr "Lançador de Canais"
msgid "Channel Path"
msgstr ""
msgid "Channels"
msgstr "Canais"
msgid "Cheatfile is blank"
msgstr "Ficheiro de batota vazio"
msgid "Clear"
msgstr "Limpar"
msgid "Click to download covers"
msgstr "Carregue para descarregar capas"
msgid "Click to view information"
msgstr ""
msgid "Clock"
msgstr "Relógio"
msgid "Clock Scale Factor"
msgstr ""
msgid "Close"
msgstr "Fechar"
msgid "Code Download"
msgstr "Download de Código"
#, c-format
msgid "Coded by: %s"
msgstr "Programado por: %s"
msgid "Coding:"
msgstr "Desenvolvimento:"
msgid "Connection to server timed out."
msgstr "Time out na ligação ao servidor."
msgid "Console"
msgstr "Consola"
msgid "Console Default"
msgstr "Predefinição Consola"
msgid "Console Locked"
msgstr "Consola Bloqueada"
msgid "Console must be unlocked for this option."
msgstr "Consola tem de estar desbloqueada para esta opção."
msgid "Console must be unlocked to be able to use this."
msgstr "Consola tem de estar desbloqueada para usar isto."
msgid "Console should be unlocked to modify it."
msgstr "Consola deve estar desbloqueada para modificar o parâmetro."
msgid "Continue"
msgstr ""
msgid "Continue to install game?"
msgstr "Continuar instalação do jogo?"
msgid "Continue?"
msgstr "Continuar?"
msgid "Controllevel"
msgstr "Nível de Controle"
msgid "Copy"
msgstr ""
msgid "Copying Canceled"
msgstr ""
msgid "Copying GC game..."
msgstr ""
msgid "Copying files..."
msgstr ""
msgid "Correct Password"
msgstr "Password Correcta"
msgid "Could not connect to the server."
msgstr "Não foi possível ligação ao servidor."
msgid "Could not create GCT file"
msgstr "Não foi possível criar o ficheiro GCT"
#, c-format
msgid "Could not create path: %s"
msgstr "Não foi possível criar caminho: %s"
msgid "Could not extract files for:"
msgstr "Não foi possível extrair ficheiros para:"
msgid "Could not find info for this game in the wiitdb.xml."
msgstr "Não foi encontrada info do jogo no wiitdb.xml"
msgid "Could not get free device space for game."
msgstr ""
msgid "Could not initialize DIP module!"
msgstr "Não foi possível inicializar o módulo DIP!"
msgid "Could not initialize network!"
msgstr "Não foi possível incializar a Ligação de Rede!"
msgid "Could not initialize network, time out!"
msgstr ""
msgid "Could not open Disc"
msgstr "Não foi possível abrir o Disco"
msgid "Could not open the WiiTDB.xml file."
msgstr "Não foi possível abrir o ficheiro WiiTDB.xml."
msgid "Could not open wiitdb.xml."
msgstr "Não foi possível abrir o wiitdb.xml"
msgid "Could not save."
msgstr "Não foi possível gravar."
msgid "Could not write file."
msgstr "Não foi possível escrever ficheiro."
msgid "Could not write to:"
msgstr "Não foi possível escrever para:"
msgid "Cover Action"
msgstr ""
msgid "Cover Download"
msgstr "Download de Capas"
msgid "Create"
msgstr "Criar"
msgid "Credits"
msgstr "Créditos"
msgid "Crop Overscan"
msgstr ""
msgid "Current neek files are not neek2o. Game autoboot disabled."
msgstr ""
msgid "Custom Address"
msgstr ""
msgid "Custom Banners"
msgstr ""
msgid "Custom Game IOS"
msgstr ""
msgid "Custom Games IOS"
msgstr ""
msgid "Custom Paths"
msgstr "Caminhos Personalizados"
msgid "Custom"
msgstr ""
msgid "Customs"
msgstr ""
msgid "Customs/Original"
msgstr "Personalizadas/Originais"
msgid "D Buttons"
msgstr ""
msgid "DOL Path"
msgstr "Cam. DOL"
msgid "Debug"
msgstr ""
msgid "Debug Wait"
msgstr ""
msgid "Debugger Paused Start"
msgstr "Parado Início Debugger"
msgid "Dec"
msgstr "Dez"
msgid "Default"
msgstr "Predefinida/o"
msgid "Default Settings"
msgstr "Definições Predefinidas"
msgid "Deflicker Filter"
msgstr ""
msgid "Delete"
msgstr "Eliminar"
msgid "Delete Cached Banner"
msgstr ""
msgid "Delete Cheat GCT"
msgstr "Eliminar Batota GCT"
msgid "Delete Cheat TXT"
msgstr "Eliminar Batota TXT"
msgid "Delete Cover Artwork"
msgstr "Eliminar Capas"
msgid "Delete Disc Artwork"
msgstr "Eliminar Imagem Disco"
msgid "Delete category"
msgstr "Apagar categ."
msgid "Deleting directories..."
msgstr ""
msgid "Deleting files..."
msgstr ""
msgid "Design:"
msgstr "Design:"
msgid "Details"
msgstr "Detalhes"
msgid "Developed by"
msgstr "Desenvolvido por"
msgid "Developer:"
msgstr ""
msgid "Devolution"
msgstr ""
msgid "Devolution Loader Path"
msgstr ""
msgid "Devolution's loader.bin file can't be loaded."
msgstr ""
msgid "Directory does not exist!"
msgstr "Pasta não existe!"
msgid "Disc"
msgstr ""
msgid "Disc 1"
msgstr ""
msgid "Disc 2"
msgstr ""
msgid "Disc Artwork"
msgstr ""
msgid "Disc Artwork Download"
msgstr "Descarregar Imagens Disco"
msgid "Disc Artwork Path"
msgstr "Cam. Imagens Disco"
msgid "Disc Default"
msgstr "Predefinição Disco"
msgid "Disc Insert Detected"
msgstr ""
msgid "Disc Read Delay"
msgstr ""
msgid "Disc read error."
msgstr ""
msgid "Disc-Select Prompt"
msgstr ""
msgid "Disc2 needs to be installed in uncompressed format to work with DM(L) v2.6+, are you sure you want to install in compressed format?"
msgstr ""
msgid "DiskFlip"
msgstr "Voltar Disco"
msgid "Display"
msgstr "Mostrar"
msgid "Display as a carousel"
msgstr "Mostrar como carrossel"
msgid "Display as a channel grid"
msgstr ""
msgid "Display as a grid"
msgstr "Mostrar como grelha"
msgid "Display as a list"
msgstr "Mostrar como lista"
msgid "Display favorites only"
msgstr "Apenas Favoritos"
msgid "Do you want to apply it now?"
msgstr "Deseja aplicar agora?"
msgid "Do you want to apply this theme?"
msgstr "Deseja aplicar este tema?"
msgid "Do you want to change language?"
msgstr "Deseja alterar o idioma?"
msgid "Do you want to continue with next game?"
msgstr ""
msgid "Do you want to copy now?"
msgstr ""
msgid "Do you want to copy the game to SD or delete a game on SD?"
msgstr ""
msgid "Do you want to delete a game on SD?"
msgstr ""
msgid "Do you want to discard changes?"
msgstr ""
msgid "Do you want to download this theme?"
msgstr "Deseja descarregar este tema?"
msgid "Do you want to extract all the save games?"
msgstr "Deseja extrair todas as gravações?"
msgid "Do you want to extract the save game?"
msgstr "Deseja extrair esta gravação?"
msgid "Do you want to format:"
msgstr "Deseja FORMATAR:"
msgid "Do you want to install selected games?"
msgstr ""
msgid "Do you want to load the default theme?"
msgstr "Deseja carregar o tema por defeito?"
msgid "Do you want to move the file(s)? Any existing ones will be deleted!"
msgstr ""
msgid "Do you want to re-init network?"
msgstr "Deseja reinicializar a rede?"
msgid "Do you want to start the game now?"
msgstr ""
msgid "Do you want to sync free space info sector on all FAT32 partitions?"
msgstr "Deseja sincronizar a info de espaço livre em todas as partições FAT32?"
msgid "Do you wish to update/download all language files?"
msgstr "Queres actualizar todos os ficheiros de idioma?"
msgid "Dol Video Patch"
msgstr ""
msgid "Download"
msgstr "Descarregar"
msgid "Download Now"
msgstr "Descarregar Agora"
msgid "Download finished"
msgstr "Descarga Terminada"
msgid "Downloading 3D Covers"
msgstr "A Descarregar Capas 3D"
msgid "Downloading Custom Banners"
msgstr ""
msgid "Downloading Flat Covers"
msgstr "A Descarregar Capas Planas"
msgid "Downloading Full HQ Covers"
msgstr "A Descarregar Capas Completas HQ"
msgid "Downloading Full LQ Covers"
msgstr "A Descarregar Capas Completas LQ"
msgid "Downloading Custom Disc Artwork"
msgstr ""
msgid "Downloading file..."
msgstr "A Descarregar ficheiro..."
msgid "Downloading image:"
msgstr "A Descarregar imagem:"
msgid "Downloading Original Disc Artwork"
msgstr ""
msgid "Downloading pagelist:"
msgstr "A Descarregar a lista:"
msgid "Dump NAND to EmuNAND"
msgstr "Sacar NAND para EmuNAND"
msgid "During zoom"
msgstr ""
msgid "Dutch"
msgstr "Holandês"
msgid "ERROR"
msgstr "ERRO"
msgid "ERROR:"
msgstr "ERRO:"
msgid "ERROR: Can't set up theme."
msgstr "ERRO: Impossível configurar tema."
msgid "EmuNAND WAD Manager"
msgstr ""
msgid "EmuNAND Channel Mode"
msgstr ""
msgid "EmuNAND Channel Path"
msgstr ""
msgid "EmuNAND Channels"
msgstr ""
msgid "EmuNAND Save Mode"
msgstr ""
msgid "EmuNAND Save Path"
msgstr ""
msgid "Emulated NAND"
msgstr ""
msgid "English"
msgstr "Inglês"
msgid "Enter Path"
msgstr "Entrar Caminho"
msgid "Error"
msgstr "Erro"
msgid "Error !"
msgstr "Erro !"
#, c-format
msgid "Error creating path: %s"
msgstr "Erro a criar caminho: %s"
msgid "Error opening downloaded file"
msgstr "Erro ao abrir ficheiro descarregado"
msgid "Error reading Disc"
msgstr "Erro ao ler o Disco"
msgid "Error reading disc"
msgstr ""
#, c-format
msgid "Error when downloading file: %i"
msgstr "Erro ao descarregar ficheiro: %i"
msgid "Error while downloding file"
msgstr "Erro ao descarregar ficheiro"
msgid "Error while opening the zip."
msgstr "Erro ao abrir zip."
msgid "Error while transfering data."
msgstr "Erro na transferência de dados."
msgid "Error while updating USB Loader GX."
msgstr "Erro ao actualizar USB Loader GX."
msgid "Error writing the data."
msgstr "Erro ao escrever os dados."
msgid "Error:"
msgstr "Erro:"
msgid "Error: Not enough space on SD."
msgstr ""
msgid "Errors occured."
msgstr "Ocorreram erros."
msgid "Everything"
msgstr "Tudo"
msgid "Exit"
msgstr "Sair"
msgid "Exit to where?"
msgstr "Sair para onde?"
msgid "Export All Saves to EmuNAND"
msgstr "Extrair Todas as Gravações para EmuNAND"
msgid "Export Miis to EmuNAND"
msgstr ""
msgid "Export SYSCONF to EmuNAND"
msgstr ""
msgid "Extract Miis to the EmuNAND?"
msgstr ""
msgid "Extract SYSCONF to the EmuNAND?"
msgstr ""
msgid "Extract Save to EmuNAND"
msgstr "Extrair Gravação para EmuNAND"
msgid "Extracting file:"
msgstr "A extrair ficheiro:"
msgid "Extracting files..."
msgstr "A Extrair ficheiros..."
msgid "Extracting files:"
msgstr "A extrair ficheiros:"
msgid "Extracting NAND files:"
msgstr "A extrair ficheiros NAND:"
msgid "F-Zero AX"
msgstr ""
msgid "Failed"
msgstr "Falhou"
msgid "Failed copying file"
msgstr ""
msgid "Failed formating"
msgstr "Falha ao formatar"
msgid "Failed to extract all files. Savegame might not exist."
msgstr "Falha ao extrair todos os ficheiros. Gravação pode não existir."
msgid "Failed to extract."
msgstr "Falha ao extrair."
msgid "Failed to initialize the USB storage device."
msgstr ""
msgid "Failed to open partition"
msgstr "Falha ao abrir partição"
msgid "Failed to read ticket."
msgstr ""
msgid "Failed to read tmd file."
msgstr ""
msgid "Failed to read WAD header."
msgstr ""
msgid "Failed updating"
msgstr "Falha ao actualizar"
msgid "Favorite Level"
msgstr ""
msgid "Features"
msgstr "Funcionalidades"
msgid "Features Settings"
msgstr "Def. Funcionalidades"
msgid "Feb"
msgstr "Fev"
msgid "File"
msgstr ""
msgid "File not found."
msgstr "Ficheiro não encontrado."
msgid "File read/write error."
msgstr ""
msgid "Files extracted successfully."
msgstr "Ficheiros extraídos com sucesso."