aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json
blob: 8561b3a96d0e10dcfec87be7b4e6c4c372696161 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
{
    "LabelExit": "Sair",
    "LabelVisitCommunity": "Visitar a Comunidade",
    "LabelGithub": "Github",
    "LabelSwagger": "Swagger",
    "LabelStandard": "Padr\u00e3o",
    "LabelApiDocumentation": "Api Documentation",
    "LabelDeveloperResources": "Developer Resources",
    "LabelBrowseLibrary": "Navegar pela Biblioteca",
    "LabelConfigureMediaBrowser": "Configurar o Media Browser",
    "LabelOpenLibraryViewer": "Abrir Visualizador da Biblioteca",
    "LabelRestartServer": "Reiniciar Servidor",
    "LabelShowLogWindow": "Mostrar Janela de Log",
    "LabelPrevious": "Anterior",
    "LabelFinish": "Terminar",
    "LabelNext": "Seguinte",
    "LabelYoureDone": "Concluiu!",
    "WelcomeToMediaBrowser": "Bem-vindo ao Media Browser!",
    "TitleMediaBrowser": "Media Browser",
    "ThisWizardWillGuideYou": "Este assistente ir\u00e1 ajud\u00e1-lo durante o processo de configura\u00e7\u00e3o. Para come\u00e7ar, selecione o idioma.",
    "TellUsAboutYourself": "Fale-nos sobre si",
    "ButtonQuickStartGuide": "Quick start guide",
    "LabelYourFirstName": "O seu primeiro nome:",
    "MoreUsersCanBeAddedLater": "\u00c9 poss\u00edvel adicionar utilizadores mais tarde no Painel Principal",
    "UserProfilesIntro": "O Media Browser inclui suporte a perfis de utilizadores, permitindo a cada utilizador ter as suas pr\u00f3prias configura\u00e7\u00f5es da visualiza\u00e7\u00e3o, estado das reprodu\u00e7\u00f5es e controlo parental.",
    "LabelWindowsService": "Servi\u00e7o do Windows",
    "AWindowsServiceHasBeenInstalled": "Foi instalado um Servi\u00e7o do Windows.",
    "WindowsServiceIntro1": "O Media Browser Server corre, normalmente, como uma aplica\u00e7\u00e3o de Ambiente de trabalho com um \u00edcone na bandeja, mas se preferir corr\u00ea-lo como um servi\u00e7o em segundo plano, pode ser iniciado atrav\u00e9s do Painel de Controlo dos Servi\u00e7os do Windows.",
    "WindowsServiceIntro2": "Por favor tome aten\u00e7\u00e3o que se estiver a usar o servi\u00e7o, este n\u00e3o pode estar a correr ao mesmo tempo que o \u00edcone na bandeja. Por isso, ter\u00e1 de sair da aplca\u00e7\u00e3o da bandeja para poder correr o servi\u00e7o. Note, ainda, que o servi\u00e7o necessita de privil\u00e9gios administrativos via Painel de Controlo. De momento, n\u00e3o \u00e9 poss\u00edvel utilizar a fun\u00e7\u00e3o de auto-actualiza\u00e7\u00e3o ao mesmo tempo que est\u00e1 em utiliza\u00e7\u00e3o o servi\u00e7o, por isso, novas vers\u00f5es necessitam de interac\u00e7\u00e3o manual.",
    "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Server Dashboard<\/b>.",
    "LabelConfigureSettings": "Configura\u00e7\u00f5es",
    "LabelEnableVideoImageExtraction": "Activar extrac\u00e7\u00e3o de imagens dos v\u00eddeos.",
    "VideoImageExtractionHelp": "Para os v\u00eddeos ainda sem imagens e que n\u00e3o se encontram imagens na internet. Esta funcionalidade vai acrescentar mais algum tempo na leitura inicial da biblioteca, mas resultar\u00e1 numa apresenta\u00e7\u00e3o melhorada,",
    "LabelEnableChapterImageExtractionForMovies": "Extrair imagens dos cap\u00edtulos dos Filmes",
    "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
    "LabelEnableAutomaticPortMapping": "Activar mapeamento autom\u00e1tico de portas",
    "LabelEnableAutomaticPortMappingHelp": "UPnP permite configurar automaticamente o router, para um acesso remoto mais facilitado. Pode n\u00e3o suportar todos os modelos de routers.",
    "HeaderTermsOfService": "Media Browser Terms of Service",
    "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
    "OptionIAcceptTermsOfService": "I accept the terms of service",
    "ButtonPrivacyPolicy": "Privacy policy",
    "ButtonTermsOfService": "Terms of Service",
    "HeaderDeveloperOptions": "Developer Options",
    "OptionEnableWebClientResponseCache": "Enable web client response caching",
    "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
    "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
    "LabelDashboardSourcePath": "Web client source path:",
    "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
    "ButtonConvertMedia": "Convert media",
    "ButtonOrganize": "Organize",
    "ButtonOk": "Ok",
    "ButtonCancel": "Cancelar",
    "ButtonNew": "Novo",
    "HeaderTV": "TV",
    "HeaderAudio": "Audio",
    "HeaderVideo": "Video",
    "HeaderPaths": "Paths",
    "CategorySync": "Sync",
    "HeaderEasyPinCode": "Easy Pin Code",
    "RegisterWithPayPal": "Register with PayPal",
    "HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
    "HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
    "LabelSyncTempPath": "Temporary file path:",
    "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
    "LabelCustomCertificatePath": "Custom certificate path:",
    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
    "TitleNotifications": "Notifications",
    "ButtonDonateWithPayPal": "Donate with PayPal",
    "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
    "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
    "LabelEnterConnectUserName": "User name or email:",
    "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
    "HeaderSyncJobInfo": "Sync Job",
    "FolderTypeMixed": "Mixed content",
    "FolderTypeMovies": "Movies",
    "FolderTypeMusic": "Music",
    "FolderTypeAdultVideos": "Adult videos",
    "FolderTypePhotos": "Photos",
    "FolderTypeMusicVideos": "Music videos",
    "FolderTypeHomeVideos": "Home videos",
    "FolderTypeGames": "Games",
    "FolderTypeBooks": "Books",
    "FolderTypeTvShows": "TV",
    "FolderTypeInherit": "Inherit",
    "LabelContentType": "Content type:",
    "TitleScheduledTasks": "Scheduled Tasks",
    "HeaderSetupLibrary": "Configurar biblioteca",
    "ButtonAddMediaFolder": "Adicionar pasta de media",
    "LabelFolderType": "Tipo de pasta",
    "ReferToMediaLibraryWiki": "Consulte a wiki",
    "LabelCountry": "Pa\u00eds:",
    "LabelLanguage": "Idioma:",
    "ButtonJoinTheDevelopmentTeam": "Join the Development Team",
    "HeaderPreferredMetadataLanguage": "Idioma preferido para metadados",
    "LabelSaveLocalMetadata": "Guardar imagens e metadados nas pastas multim\u00e9dia",
    "LabelSaveLocalMetadataHelp": "Guardar imagens e metadados diretamente nas pastas multim\u00e9dia, vai coloc\u00e1-los num local de f\u00e1cil acesso para poderem ser editados facilmente.",
    "LabelDownloadInternetMetadata": "Transferir imagens e metadados da Internet",
    "LabelDownloadInternetMetadataHelp": "O Media Browser pode transferir informa\u00e7\u00f5es sobre os seus conte\u00fados multim\u00e9dia para possibilitar apresenta\u00e7\u00f5es mais ricas.",
    "TabPreferences": "Prefer\u00eancias",
    "TabPassword": "Senha",
    "TabLibraryAccess": "Aceder \u00e0 Biblioteca",
    "TabAccess": "Access",
    "TabImage": "Imagem",
    "TabProfile": "Perfil",
    "TabMetadata": "Metadados",
    "TabImages": "Imagens",
    "TabNotifications": "Notifica\u00e7\u00f5es",
    "TabCollectionTitles": "T\u00edtulos",
    "HeaderDeviceAccess": "Device Access",
    "OptionEnableAccessFromAllDevices": "Enable access from all devices",
    "OptionEnableAccessToAllChannels": "Enable access to all channels",
    "OptionEnableAccessToAllLibraries": "Enable access to all libraries",
    "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
    "LabelDisplayMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios em falta dentro das temporadas",
    "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios por estrear dentro das temporadas",
    "HeaderVideoPlaybackSettings": "Configura\u00e7\u00f5es de Reprodu\u00e7\u00e3o de V\u00eddeo",
    "HeaderPlaybackSettings": "Op\u00e7\u00f5es de Reprodu\u00e7\u00e3o",
    "LabelAudioLanguagePreference": "Prefer\u00eancias de Idioma de Audio:",
    "LabelSubtitleLanguagePreference": "Prefer\u00eancia de Idioma de Legenda:",
    "OptionDefaultSubtitles": "Padr\u00e3o",
    "OptionOnlyForcedSubtitles": "Only forced subtitles",
    "OptionAlwaysPlaySubtitles": "Reproduzir sempre legendas",
    "OptionNoSubtitles": "Sem legendas",
    "OptionDefaultSubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas quando o \u00e1udio estiver num idioma estrangeiro.",
    "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
    "OptionAlwaysPlaySubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas independente do idioma do \u00e1udio.",
    "OptionNoSubtitlesHelp": "As legendas n\u00e3o ser\u00e3o carregadas por padr\u00e3o.",
    "TabProfiles": "Perfis",
    "TabSecurity": "Seguran\u00e7a",
    "ButtonAddUser": "Adicionar Utilizador",
    "ButtonAddLocalUser": "Add Local User",
    "ButtonInviteUser": "Invite User",
    "ButtonSave": "Guardar",
    "ButtonResetPassword": "Redefinir Senha",
    "LabelNewPassword": "Nova senha:",
    "LabelNewPasswordConfirm": "Confirmar nova senha:",
    "HeaderCreatePassword": "Criar Senha",
    "LabelCurrentPassword": "Senha actual:",
    "LabelMaxParentalRating": "Controlo Parental m\u00e1ximo permitido:",
    "MaxParentalRatingHelp": "Conte\u00fado com classifica\u00e7\u00e3o mais elevada ser\u00e1 escondida deste utilizador.",
    "LibraryAccessHelp": "Escolha as pastas de media a partilha com este utilizador. Os Administradores poder\u00e3o editar todas as pastas, usando o Gestor de Metadados.",
    "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
    "ButtonDeleteImage": "Apagar imagem",
    "LabelSelectUsers": "Selecionar utilizadores:",
    "ButtonUpload": "Carregar",
    "HeaderUploadNewImage": "Carregar Nova Imagem",
    "LabelDropImageHere": "Largar a imagem aqui",
    "ImageUploadAspectRatioHelp": "1:1 R\u00e1cio de aspecto recomendado. JPG\/ PNG apenas.",
    "MessageNothingHere": "Nada aqui.",
    "MessagePleaseEnsureInternetMetadata": "Certifique-se que a transfer\u00eancia de metadados da internet est\u00e1 activa.",
    "TabSuggested": "Sugest\u00f5es",
    "TabLatest": "Mais recente",
    "TabUpcoming": "Pr\u00f3ximos",
    "TabShows": "S\u00e9ries",
    "TabEpisodes": "Epis\u00f3dios",
    "TabGenres": "G\u00e9neros Art\u00edsticos",
    "TabPeople": "Pessoas",
    "TabNetworks": "Redes",
    "HeaderUsers": "Utilizadores",
    "HeaderFilters": "Filtros:",
    "ButtonFilter": "Filtro",
    "OptionFavorite": "Favoritos",
    "OptionLikes": "Gostos",
    "OptionDislikes": "N\u00e3o gostos",
    "OptionActors": "Actores",
    "OptionGuestStars": "Actores convidados",
    "OptionDirectors": "Realizadores",
    "OptionWriters": "Argumentistas",
    "OptionProducers": "Produtores",
    "HeaderResume": "Resumir",
    "HeaderNextUp": "A Seguir",
    "NoNextUpItemsMessage": "Nenhum encontrado. Comece a ver os seus programas!",
    "HeaderLatestEpisodes": "\u00daltimos Epis\u00f3dios",
    "HeaderPersonTypes": "Tipos de Pessoa:",
    "TabSongs": "M\u00fasicas",
    "TabAlbums": "\u00c1lbuns",
    "TabArtists": "Artistas",
    "TabAlbumArtists": "Artistas do \u00c1lbum",
    "TabMusicVideos": "Videos Musicais",
    "ButtonSort": "Organizar",
    "HeaderSortBy": "Organizar por:",
    "HeaderSortOrder": "Ordem de organiza\u00e7\u00e3o:",
    "OptionPlayed": "Reproduzido",
    "OptionUnplayed": "Por reproduzir",
    "OptionAscending": "Ascendente",
    "OptionDescending": "Descendente",
    "OptionRuntime": "Dura\u00e7\u00e3o",
    "OptionReleaseDate": "Release Date",
    "OptionPlayCount": "N.\u00ba Visualiza\u00e7\u00f5es",
    "OptionDatePlayed": "Data de reprodu\u00e7\u00e3o",
    "OptionDateAdded": "Data de adi\u00e7\u00e3o",
    "OptionAlbumArtist": "Artista do \u00c1lbum",
    "OptionArtist": "Artista",
    "OptionAlbum": "\u00c1lbum",
    "OptionTrackName": "Nome da pista",
    "OptionCommunityRating": "Classifica\u00e7\u00e3o da Comunidade",
    "OptionNameSort": "Nome",
    "OptionFolderSort": "Pastas",
    "OptionBudget": "Or\u00e7amento",
    "OptionRevenue": "Receita",
    "OptionPoster": "Poster",
    "OptionPosterCard": "Poster card",
    "OptionBackdrop": "Imagem de fundo",
    "OptionTimeline": "Linha de tempo",
    "OptionThumb": "Miniatura",
    "OptionThumbCard": "Thumb card",
    "OptionBanner": "Banner",
    "OptionCriticRating": "Classifica\u00e7\u00e3o dos cr\u00edticos",
    "OptionVideoBitrate": "Qualidade do v\u00eddeo",
    "OptionResumable": "Retom\u00e1vel",
    "ScheduledTasksHelp": "Clique numa tarefa para configurar o seu agendamento.",
    "ScheduledTasksTitle": "Tarefas Agendadas",
    "TabMyPlugins": "As minhas extens\u00f5es",
    "TabCatalog": "Cat\u00e1logo",
    "PluginsTitle": "Extens\u00f5es",
    "HeaderAutomaticUpdates": "Atualiza\u00e7\u00f5es autom\u00e1ticas",
    "HeaderNowPlaying": "A reproduzir",
    "HeaderLatestAlbums": "\u00daltimos \u00c1lbuns",
    "HeaderLatestSongs": "\u00daltimas m\u00fasicas",
    "HeaderRecentlyPlayed": "Reproduzido recentemente",
    "HeaderFrequentlyPlayed": "Reproduzido frequentemente",
    "DevBuildWarning": "As vers\u00f5es Dev s\u00e3o a tecnologia de ponta. S\u00e3o lan\u00e7adas frequentemente e n\u00e3o foram testadas. A aplica\u00e7\u00e3o pode bloquear e n\u00e3o funcionar de todo.",
    "LabelVideoType": "Tipo de V\u00eddeo:",
    "OptionBluray": "Bluray",
    "OptionDvd": "DVD",
    "OptionIso": "Iso",
    "Option3D": "3D",
    "LabelFeatures": "Caracter\u00edsticas:",
    "LabelService": "Servi\u00e7o:",
    "LabelStatus": "Estado:",
    "LabelVersion": "Vers\u00e3o:",
    "LabelLastResult": "\u00daltimo resultado:",
    "OptionHasSubtitles": "Legendas",
    "OptionHasTrailer": "Trailer",
    "OptionHasThemeSong": "M\u00fasica de Tema",
    "OptionHasThemeVideo": "V\u00eddeo de Tema",
    "TabMovies": "Filmes",
    "TabStudios": "Est\u00fadios",
    "TabTrailers": "Trailers",
    "LabelArtists": "Artists:",
    "LabelArtistsHelp": "Separate multiple using ;",
    "HeaderLatestMovies": "\u00daltimos Filmes",
    "HeaderLatestTrailers": "\u00daltimos Trailers",
    "OptionHasSpecialFeatures": "Extras",
    "OptionImdbRating": "Classifica\u00e7\u00e3o no IMDb",
    "OptionParentalRating": "Classifica\u00e7\u00e3o Parental",
    "OptionPremiereDate": "Data de Estreia",
    "TabBasic": "B\u00e1sico",
    "TabAdvanced": "Avan\u00e7ado",
    "HeaderStatus": "Estado",
    "OptionContinuing": "A Continuar",
    "OptionEnded": "Terminado",
    "HeaderAirDays": "Dias de Exibi\u00e7\u00e3o",
    "OptionSunday": "Domingo",
    "OptionMonday": "Segunda",
    "OptionTuesday": "Ter\u00e7a",
    "OptionWednesday": "Quarta",
    "OptionThursday": "Quinta",
    "OptionFriday": "Sexta",
    "OptionSaturday": "S\u00e1bado",
    "HeaderManagement": "Gest\u00e3o",
    "LabelManagement": "Administra\u00e7\u00e3o:",
    "OptionMissingImdbId": "Id do IMDb em falta",
    "OptionMissingTvdbId": "iD do TheTVDB em falta",
    "OptionMissingOverview": "Descri\u00e7\u00e3o em falta",
    "OptionFileMetadataYearMismatch": "Anos do Ficheiro\/Metadados n\u00e3o coincidem",
    "TabGeneral": "Geral",
    "TitleSupport": "Suporte",
    "TabLog": "Log",
    "TabAbout": "Acerca",
    "TabSupporterKey": "Chave de Apoiante",
    "TabBecomeSupporter": "Torne-se um Apoiante",
    "MediaBrowserHasCommunity": "O Media Browser tem uma pr\u00f3spera comunidade de utilizadores e colaboradores.",
    "CheckoutKnowledgeBase": "Consulte a nossa base de conhecimento para o ajudar a obter um maior proveito do Media Browser.",
    "SearchKnowledgeBase": "Procurar na Base de Conhecimento",
    "VisitTheCommunity": "Visite a Comunidade",
    "VisitMediaBrowserWebsite": "Visite a p\u00e1gina web do Media Browser",
    "VisitMediaBrowserWebsiteLong": "Visite a p\u00e1gina do Media Browser para ficar a par das \u00faltimas novidades e para acompanhar o blog do programador.",
    "OptionHideUser": "Ocultar este utilizador dos formul\u00e1rios de in\u00edcio de sess\u00e3o",
    "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
    "OptionDisableUser": "Desativar este utilizador",
    "OptionDisableUserHelp": "Se desativado, o servidor n\u00e3o permite nenhuma conex\u00e3o deste utilizador. Conex\u00f5es existentes ser\u00e3o terminadas.",
    "HeaderAdvancedControl": "Controlo Avan\u00e7ado",
    "LabelName": "Nome:",
    "ButtonHelp": "Help",
    "OptionAllowUserToManageServer": "Permitir a este utilizador gerir o servidor",
    "HeaderFeatureAccess": "Acesso a Caracter\u00edsticas",
    "OptionAllowMediaPlayback": "Allow media playback",
    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
    "OptionAllowDeleteLibraryContent": "Allow media deletion",
    "OptionAllowManageLiveTv": "Allow Live TV recording management",
    "OptionAllowRemoteControlOthers": "Permitir controlo remoto de outros utilizadores",
    "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
    "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
    "HeaderRemoteControl": "Remote Control",
    "OptionMissingTmdbId": "Id Tmdb em falta",
    "OptionIsHD": "HD",
    "OptionIsSD": "SD",
    "OptionMetascore": "Metascore",
    "ButtonSelect": "Selecionar",
    "ButtonGroupVersions": "Agrupar Vers\u00f5es",
    "ButtonAddToCollection": "Add to Collection",
    "PismoMessage": "Usar o Prismo File Mount atrav\u00e9s de uma licen\u00e7a doada.",
    "TangibleSoftwareMessage": "A utilizar conversores Java\/C# da Tangible Solutions atrav\u00e9s de uma licen\u00e7a doada.",
    "HeaderCredits": "Cr\u00e9ditos",
    "PleaseSupportOtherProduces": "Por favor suporte outros produtos gratuitos que utilizamos:",
    "VersionNumber": "Vers\u00e3o {0}",
    "TabPaths": "Localiza\u00e7\u00f5es",
    "TabServer": "Servidor",
    "TabTranscoding": "Transcodifica\u00e7\u00e3o",
    "TitleAdvanced": "Avan\u00e7ado",
    "LabelAutomaticUpdateLevel": "N\u00edvel da atualiza\u00e7\u00e3o autom\u00e1tica",
    "OptionRelease": "Lan\u00e7amento Oficial",
    "OptionBeta": "Beta",
    "OptionDev": "Dev (Inst\u00e1vel)",
    "LabelAllowServerAutoRestart": "Permitir ao servidor reiniciar automaticamente para aplicar as atualiza\u00e7\u00f5es",
    "LabelAllowServerAutoRestartHelp": "O servidor ir\u00e1 reiniciar apenas durante per\u00edodos em que n\u00e3o esteja a ser usado, quando nenhum utilizador estiver ativo.",
    "LabelEnableDebugLogging": "Ativar log de depura\u00e7\u00e3o",
    "LabelRunServerAtStartup": "Iniciar o servidor no arranque",
    "LabelRunServerAtStartupHelp": "Isto ir\u00e1 iniciar o \u00edcone na barra de tarefas quando o Windows inicia. Para iniciar o servi\u00e7o do Windows, desmarque isto e corra o servi\u00e7o a partir do Painel de Controlo do Windows. N\u00e3o pode correr ambos ao mesmo tempo, logo precisa de terminar o \u00edcone da barra de tarefas antes de iniciar o servi\u00e7o.",
    "ButtonSelectDirectory": "Selecione a diretoria",
    "LabelCustomPaths": "Defina localiza\u00e7\u00f5es personalizadas. Deixe os campos em branco para usar os valores padr\u00e3o.",
    "LabelCachePath": "Localiza\u00e7\u00e3o da cache:",
    "LabelCachePathHelp": "Defina uma localiza\u00e7\u00e3o para ficheiros de cache do servidor, como por exemplo, imagens.",
    "LabelImagesByNamePath": "Localiza\u00e7\u00e3o das imagens por nome:",
    "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
    "LabelMetadataPath": "Localiza\u00e7\u00e3o dos metadados:",
    "LabelMetadataPathHelp": "Defina uma localiza\u00e7\u00e3o para imagens e metadados transferidos que n\u00e3o foram configurados para serem armazenados nas pastas multim\u00e9dia.",
    "LabelTranscodingTempPath": "Localiza\u00e7\u00e3o tempor\u00e1ria das transcodifica\u00e7\u00f5es:",
    "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
    "TabBasics": "B\u00e1sico",
    "TabTV": "TV",
    "TabGames": "Jogos",
    "TabMusic": "M\u00fasica",
    "TabOthers": "Outros",
    "HeaderExtractChapterImagesFor": "Extrair imagens de cap\u00edtulos para:",
    "OptionMovies": "Filmes",
    "OptionEpisodes": "Epis\u00f3dios",
    "OptionOtherVideos": "Outros V\u00eddeos",
    "TitleMetadata": "Metadados",
    "LabelAutomaticUpdates": "Enable automatic updates",
    "LabelAutomaticUpdatesTmdb": "Ativar atualiza\u00e7\u00f5es autom\u00e1ticas do TheMovieDB.org",
    "LabelAutomaticUpdatesTvdb": "Ativar atualiza\u00e7\u00f5es autom\u00e1ticas do TheTVDB.com",
    "LabelAutomaticUpdatesFanartHelp": "Se ativado, novas imagens ser\u00e3o automaticamente transferidas ao serem adicionadas ao fanart.tv. As imagens existentes n\u00e3o ser\u00e3o substitu\u00eddas.",
    "LabelAutomaticUpdatesTmdbHelp": "Se ativado, novas imagens ser\u00e3o automaticamente transferidas ao serem adicionadas ao TheMovieDB.org. As imagens existentes n\u00e3o ser\u00e3o substitu\u00eddas.",
    "LabelAutomaticUpdatesTvdbHelp": "Se ativado, novas imagens ser\u00e3o automaticamente transferidas ao serem adicionadas ao TheTVDB.com. As imagens existentes n\u00e3o ser\u00e3o substitu\u00eddas.",
    "LabelFanartApiKey": "Personal api key:",
    "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
    "ExtractChapterImagesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
    "LabelMetadataDownloadLanguage": "Preferred download language:",
    "ButtonAutoScroll": "Scroll autom\u00e1tico",
    "LabelImageSavingConvention": "Conven\u00e7\u00e3o para guardar imagens:",
    "LabelImageSavingConventionHelp": "O Media Browser reconhece imagens da maioria das aplica\u00e7\u00f5es multim\u00e9dia. Escolher a conven\u00e7\u00e3o de transfer\u00eancia \u00e9 \u00fatil se tamb\u00e9m usa outros produtos.",
    "OptionImageSavingCompatible": "Compat\u00edvel - Media Browser\/Kodi\/Plex",
    "OptionImageSavingStandard": "Padr\u00e3o - MB2",
    "ButtonSignIn": "Iniciar Sess\u00e3o",
    "TitleSignIn": "Iniciar Sess\u00e3o",
    "HeaderPleaseSignIn": "Por favor inicie a sess\u00e3o",
    "LabelUser": "Utilizador:",
    "LabelPassword": "Senha:",
    "ButtonManualLogin": "In\u00edcio de Sess\u00e3o Manual",
    "PasswordLocalhostMessage": "N\u00e3o s\u00e3o necess\u00e1rias senhas ao iniciar a sess\u00e3o a partir do localhost.",
    "TabGuide": "Guia",
    "TabChannels": "Canais",
    "TabCollections": "Cole\u00e7\u00f5es",
    "HeaderChannels": "Canais",
    "TabRecordings": "Grava\u00e7\u00f5es",
    "TabScheduled": "Agendado",
    "TabSeries": "S\u00e9ries",
    "TabFavorites": "Favoritos",
    "TabMyLibrary": "A minha Biblioteca",
    "ButtonCancelRecording": "Cancelar Grava\u00e7\u00e3o",
    "HeaderPrePostPadding": "Pr\u00e9\/P\u00f3s grava\u00e7\u00e3o extra",
    "LabelPrePaddingMinutes": "Minutos pr\u00e9vios extra:",
    "OptionPrePaddingRequired": "S\u00e3o necess\u00e1rios minutos pr\u00e9vios extra para poder gravar.",
    "LabelPostPaddingMinutes": "Minutos posteriores extra:",
    "OptionPostPaddingRequired": "S\u00e3o necess\u00e1rios minutos posteriores extra para poder gravar.",
    "HeaderWhatsOnTV": "Agora a exibir",
    "HeaderUpcomingTV": "Pr\u00f3ximos Programas",
    "TabStatus": "Estado",
    "TabSettings": "Configura\u00e7\u00f5es",
    "ButtonRefreshGuideData": "Atualizar Dados do Guia",
    "ButtonRefresh": "Refresh",
    "ButtonAdvancedRefresh": "Advanced Refresh",
    "OptionPriority": "Prioridade",
    "OptionRecordOnAllChannels": "Gravar programa em todos os canais",
    "OptionRecordAnytime": "Gravar programa em qualquer altura",
    "OptionRecordOnlyNewEpisodes": "Gravar apenas novos epis\u00f3dios",
    "HeaderDays": "Dias",
    "HeaderActiveRecordings": "Grava\u00e7\u00f5es ativas",
    "HeaderLatestRecordings": "\u00daltimas Grava\u00e7\u00f5es",
    "HeaderAllRecordings": "Todas as Grava\u00e7\u00f5es",
    "ButtonPlay": "Reproduzir",
    "ButtonEdit": "Editar",
    "ButtonRecord": "Gravar",
    "ButtonDelete": "Remover",
    "ButtonRemove": "Remover",
    "OptionRecordSeries": "Gravar S\u00e9rie",
    "HeaderDetails": "Detalhes",
    "TitleLiveTV": "TV ao Vivo",
    "LabelNumberOfGuideDays": "N\u00famero de dias de informa\u00e7\u00e3o do guia para transferir:",
    "LabelNumberOfGuideDaysHelp": "Transferir mais dias de informa\u00e7\u00e3o do guia permite agendar com maior anteced\u00eancia e ver mais listagens, no entanto ir\u00e1 levar mais tempo a transferir. Se optar que seja Autom\u00e1tico, ser\u00e1 escolhido baseado no n\u00famero de canais.",
    "LabelActiveService": "Ativar Servi\u00e7o:",
    "LabelActiveServiceHelp": "Podem ser instalados m\u00faltiplas extens\u00f5es para TV, mas s\u00f3 pode estar ativo um de cada vez.",
    "OptionAutomatic": "Autom\u00e1tico",
    "LiveTvPluginRequired": "Uma extens\u00e3o de um fornecedor de servi\u00e7o de TV ao Vivo \u00e9 necess\u00e1rio para continuar.",
    "LiveTvPluginRequiredHelp": "Por favor instale uma das nossas extens\u00f5es dispon\u00edveis, como a Next Pvr ou ServerWmc.",
    "LabelCustomizeOptionsPerMediaType": "Personalizar para o tipo de conte\u00fado:",
    "OptionDownloadThumbImage": "Miniatura",
    "OptionDownloadMenuImage": "Menu",
    "OptionDownloadLogoImage": "Logo",
    "OptionDownloadBoxImage": "Caixa",
    "OptionDownloadDiscImage": "Disco",
    "OptionDownloadBannerImage": "Banner",
    "OptionDownloadBackImage": "Traseira",
    "OptionDownloadArtImage": "Arte",
    "OptionDownloadPrimaryImage": "Principal",
    "HeaderFetchImages": "Buscar Imagens:",
    "HeaderImageSettings": "Op\u00e7\u00f5es da Imagem",
    "TabOther": "Outro",
    "LabelMaxBackdropsPerItem": "N\u00famero m\u00e1ximo de imagens de fundo por item:",
    "LabelMaxScreenshotsPerItem": "N\u00famero m\u00e1ximo de imagens de ecr\u00e3 por item:",
    "LabelMinBackdropDownloadWidth": "Transferir Imagens de fundo com o tamanho m\u00ednimo:",
    "LabelMinScreenshotDownloadWidth": "Transferir imagens de ecr\u00e3 com o tamanho m\u00ednimo:",
    "ButtonAddScheduledTaskTrigger": "Add Trigger",
    "HeaderAddScheduledTaskTrigger": "Add Trigger",
    "ButtonAdd": "Adicionar",
    "LabelTriggerType": "Tipo do Acionador:",
    "OptionDaily": "Diariamente",
    "OptionWeekly": "Semanalmente",
    "OptionOnInterval": "Num intervalo",
    "OptionOnAppStartup": "Ao iniciar a aplica\u00e7\u00e3o",
    "OptionAfterSystemEvent": "Depois de um evento do sistema",
    "LabelDay": "Dia:",
    "LabelTime": "Tempo:",
    "LabelEvent": "Evento:",
    "OptionWakeFromSleep": "Retomar da suspens\u00e3o",
    "LabelEveryXMinutes": "Todos",
    "HeaderTvTuners": "Sintonizadores",
    "HeaderGallery": "Galeria",
    "HeaderLatestGames": "\u00daltimos Jogos",
    "HeaderRecentlyPlayedGames": "Jogos jogados recentemente",
    "TabGameSystems": "Sistemas de Jogos",
    "TitleMediaLibrary": "Biblioteca Multim\u00e9dia",
    "TabFolders": "Pastas",
    "TabPathSubstitution": "Substitui\u00e7\u00e3o de Localiza\u00e7\u00e3o",
    "LabelSeasonZeroDisplayName": "Nome de apresenta\u00e7\u00e3o da temporada 0:",
    "LabelEnableRealtimeMonitor": "Ativar monitoriza\u00e7\u00e3o em tempo real",
    "LabelEnableRealtimeMonitorHelp": "As altera\u00e7\u00f5es ir\u00e3o ser processadas imediatamente em sistemas de ficheiros suportados.",
    "ButtonScanLibrary": "Analisar Biblioteca",
    "HeaderNumberOfPlayers": "Jogadores:",
    "OptionAnyNumberOfPlayers": "Qualquer",
    "Option1Player": "1+",
    "Option2Player": "2+",
    "Option3Player": "3+",
    "Option4Player": "4+",
    "HeaderMediaFolders": "Pastas Multim\u00e9dia",
    "HeaderThemeVideos": "V\u00eddeos Tem\u00e1ticos",
    "HeaderThemeSongs": "M\u00fasicas Tem\u00e1ticas",
    "HeaderScenes": "Cenas",
    "HeaderAwardsAndReviews": "Pr\u00e9mios e Cr\u00edticas",
    "HeaderSoundtracks": "Banda Sonora",
    "HeaderMusicVideos": "V\u00eddeos de M\u00fasica",
    "HeaderSpecialFeatures": "Extras",
    "HeaderCastCrew": "Elenco e Equipa",
    "HeaderAdditionalParts": "Partes Adicionais",
    "ButtonSplitVersionsApart": "Separar Vers\u00f5es",
    "ButtonPlayTrailer": "Trailer",
    "LabelMissing": "Em falta",
    "LabelOffline": "Desconectado",
    "PathSubstitutionHelp": "Substitui\u00e7\u00f5es de localiza\u00e7\u00e3o s\u00e3o usadas para mapear uma localiza\u00e7\u00e3o no servidor que possa ser acedido pelos clientes. Ao permitir o acesso dos clientes ao conte\u00fado multim\u00e9dia no servidor, permite-lhes reproduzir diretamente atrav\u00e9s da rede e evitar o uso de recursos do servidor para fazer stream ou transcodifica\u00e7\u00e3o.",
    "HeaderFrom": "De",
    "HeaderTo": "Para",
    "LabelFrom": "De:",
    "LabelFromHelp": "Exemplo: D:\\Filmes (no servidor)",
    "LabelTo": "Para:",
    "LabelToHelp": "Exemplo: \\\\OMeuServidor\\Filmes (uma localiza\u00e7\u00e3o que os clientes possam aceder)",
    "ButtonAddPathSubstitution": "Adicionar Substitui\u00e7\u00e3o",
    "OptionSpecialEpisode": "Especiais",
    "OptionMissingEpisode": "Epis\u00f3dios em Falta",
    "OptionUnairedEpisode": "Epis\u00f3dios por Estrear",
    "OptionEpisodeSortName": "Nome de Ordena\u00e7\u00e3o do Epis\u00f3dio",
    "OptionSeriesSortName": "Nome da S\u00e9rie",
    "OptionTvdbRating": "Classifica\u00e7\u00e3o no Tvdb",
    "HeaderTranscodingQualityPreference": "Prefer\u00eancia da Qualidade de Transcodifica\u00e7\u00e3o:",
    "OptionAutomaticTranscodingHelp": "O servidor ir\u00e1 decidir a qualidade e a velocidade",
    "OptionHighSpeedTranscodingHelp": "Baixa qualidade mas r\u00e1pida codifica\u00e7\u00e3o",
    "OptionHighQualityTranscodingHelp": "Alta qualidade mas lenta codifica\u00e7\u00e3o",
    "OptionMaxQualityTranscodingHelp": "M\u00e1xima qualidade com codifica\u00e7\u00e3o lenta e utiliza\u00e7\u00e3o do CPU elevada",
    "OptionHighSpeedTranscoding": "Mais alta velocidade",
    "OptionHighQualityTranscoding": "Mais alta qualidade",
    "OptionMaxQualityTranscoding": "M\u00e1xima qualidade",
    "OptionEnableDebugTranscodingLogging": "Ativar log de depura\u00e7\u00e3o da transcodifica\u00e7\u00e3o",
    "OptionEnableDebugTranscodingLoggingHelp": "Ir\u00e1 criar ficheiros log muito grandes e s\u00f3 \u00e9 recomendado para ajudar na resolu\u00e7\u00e3o de problemas.",
    "EditCollectionItemsHelp": "Adicione ou remova qualquer filme, s\u00e9rie, \u00e1lbum, livro ou jogo que desejar agrupar dentro desta cole\u00e7\u00e3o.",
    "HeaderAddTitles": "Adicional T\u00edtulos",
    "LabelEnableDlnaPlayTo": "Ativar DLNA Play To",
    "LabelEnableDlnaPlayToHelp": "O Media Browser pode detetar dispositivos dentro da sua rede, dando-lhe a possibilidade de os controlar remotamente.",
    "LabelEnableDlnaDebugLogging": "Ativar log de depura\u00e7\u00e3o do DLNA",
    "LabelEnableDlnaDebugLoggingHelp": "Isto ir\u00e1 criar ficheiros de log grandes e deve ser usado apenas quando \u00e9 necess\u00e1rio para depurar problemas.",
    "LabelEnableDlnaClientDiscoveryInterval": "Intervalo para a descoberta do cliente (segundos)",
    "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determina a dura\u00e7\u00e3o em segundos entre as procuras SSDP feitas pelo Media Browser.",
    "HeaderCustomDlnaProfiles": "Perfis Personalizados",
    "HeaderSystemDlnaProfiles": "Perfis de Sistema",
    "CustomDlnaProfilesHelp": "Crie um perfil personalizado para um novo dispositivo ou para sobrepor um perfil de sistema.",
    "SystemDlnaProfilesHelp": "Perfis de sistema s\u00e3o apenas de leitura. Mudan\u00e7as a um perfil de sistema ser\u00e3o guardadas num novo perfil personalizado.",
    "TitleDashboard": "Painel Principal",
    "TabHome": "In\u00edcio",
    "TabInfo": "Info",
    "HeaderLinks": "Hiperliga\u00e7\u00f5es",
    "HeaderSystemPaths": "Localiza\u00e7\u00f5es de Sistema",
    "LinkCommunity": "Comunidade",
    "LinkGithub": "Github",
    "LinkApi": "Api",
    "LinkApiDocumentation": "Documenta\u00e7\u00e3o da API",
    "LabelFriendlyServerName": "Nome amig\u00e1vel do servidor:",
    "LabelFriendlyServerNameHelp": "Ser\u00e1 usado este nome para identificar o servidor. Se n\u00e3o for preenchido, ser\u00e1 usado o nome do computador.",
    "LabelPreferredDisplayLanguage": "Preferred display language:",
    "LabelPreferredDisplayLanguageHelp": "A tradu\u00e7\u00e3o do Media Browser \u00e9 um projeto em andamento e ainda n\u00e3o est\u00e1 completo.",
    "LabelReadHowYouCanContribute": "Leia sobre como pode contribuir.",
    "HeaderNewCollection": "Nova Cole\u00e7\u00e3o",
    "ButtonSubmit": "Submit",
    "ButtonCreate": "Criar",
    "LabelCustomCss": "Custom css:",
    "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
    "LabelLocalHttpServerPortNumber": "Local http port number:",
    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
    "LabelPublicHttpPort": "Public http port number:",
    "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
    "LabelPublicHttpsPort": "Public https port number:",
    "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
    "LabelEnableHttps": "Report https as external address",
    "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
    "LabelHttpsPort": "Local https port number:",
    "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
    "LabelWebSocketPortNumber": "N\u00famero da porta da Web socket:",
    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
    "LabelExternalDDNS": "External WAN Address:",
    "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
    "TabResume": "Retomar",
    "TabWeather": "Tempo",
    "TitleAppSettings": "Configura\u00e7\u00f5es da Aplica\u00e7\u00e3o",
    "LabelMinResumePercentage": "Percentagem m\u00ednima para retomar:",
    "LabelMaxResumePercentage": "Percentagem m\u00e1xima para retomar:",
    "LabelMinResumeDuration": "Dura\u00e7\u00e3o m\u00ednima da retoma (segundos):",
    "LabelMinResumePercentageHelp": "Os t\u00edtulos s\u00e3o considerados n\u00e3o assistidos se parados antes deste tempo",
    "LabelMaxResumePercentageHelp": "Os t\u00edtulos s\u00e3o considerados totalmente assistidos se parados depois deste tempo",
    "LabelMinResumeDurationHelp": "T\u00edtulos mais curtos que isto n\u00e3o ser\u00e3o retom\u00e1veis",
    "TitleAutoOrganize": "Organiza\u00e7\u00e3o Autom\u00e1tica",
    "TabActivityLog": "Log da Atividade",
    "HeaderName": "Nome",
    "HeaderDate": "Data",
    "HeaderSource": "Origem",
    "HeaderDestination": "Destino",
    "HeaderProgram": "Programa",
    "HeaderClients": "Clientes",
    "LabelCompleted": "Terminado",
    "LabelFailed": "Failed",
    "LabelSkipped": "Ignorado",
    "HeaderEpisodeOrganization": "Organiza\u00e7\u00e3o dos Epis\u00f3dios",
    "LabelSeries": "Series:",
    "LabelSeasonNumber": "N\u00famero da temporada:",
    "LabelEpisodeNumber": "N\u00famero do epis\u00f3dio:",
    "LabelEndingEpisodeNumber": "N\u00famero do epis\u00f3dio final:",
    "LabelEndingEpisodeNumberHelp": "Necess\u00e1rio s\u00f3 para arquivos multi-epis\u00f3dios",
    "HeaderSupportTheTeam": "Apoie a Equipa do Media Browser",
    "LabelSupportAmount": "Quantia (USD)",
    "HeaderSupportTheTeamHelp": "Ajude a garantir o desenvolvimento continuado deste projeto, doando. Uma parte de todas as doa\u00e7\u00f5es ser\u00e1 para contribuir para outras ferramentas gratuitas em que dependemos.",
    "ButtonEnterSupporterKey": "Insira a chave de apoiante",
    "DonationNextStep": "Assim que termine, por favor volte e insira a sua chave de apoiante, a qual ir\u00e1 receber por email.",
    "AutoOrganizeHelp": "O auto-organizar monitoriza as suas pastas de transfer\u00eancias em busca de novos ficheiros e move-os para as suas pastas multim\u00e9dia.",
    "AutoOrganizeTvHelp": "A organiza\u00e7\u00e3o de ficheiros de TV s\u00f3 ir\u00e1 adicionar ficheiros \u00e0s s\u00e9ries existentes. Ela n\u00e3o ir\u00e1 criar novas pastas de s\u00e9ries.",
    "OptionEnableEpisodeOrganization": "Ativar a organiza\u00e7\u00e3o de novos epis\u00f3dios",
    "LabelWatchFolder": "Observar pasta:",
    "LabelWatchFolderHelp": "O servidor ir\u00e1 pesquisar esta pasta durante a tarefa agendada 'Organizar novos ficheiros multim\u00e9dia'.",
    "ButtonViewScheduledTasks": "Ver tarefas agendadas",
    "LabelMinFileSizeForOrganize": "Tamanho m\u00ednimo do ficheiro (MB):",
    "LabelMinFileSizeForOrganizeHelp": "Ficheiros at\u00e9 este tamanho ser\u00e3o ignorados.",
    "LabelSeasonFolderPattern": "Padr\u00e3o da pasta da temporada:",
    "LabelSeasonZeroFolderName": "Nome da pasta da temporada zero:",
    "HeaderEpisodeFilePattern": "Padr\u00e3o do ficheiro de epis\u00f3dio",
    "LabelEpisodePattern": "Padr\u00e3o dos epis\u00f3dios:",
    "LabelMultiEpisodePattern": "Padr\u00e3o de multi-epis\u00f3dios:",
    "HeaderSupportedPatterns": "Padr\u00f5es Suportados",
    "HeaderTerm": "Termo",
    "HeaderPattern": "Padr\u00e3o",
    "HeaderResult": "Resultado",
    "LabelDeleteEmptyFolders": "Remover pastas vazias depois de organizar",
    "LabelDeleteEmptyFoldersHelp": "Ative isto para manter a pasta de downloads limpa.",
    "LabelDeleteLeftOverFiles": "Apagar os ficheiros deixados com as seguintes extens\u00f5es:",
    "LabelDeleteLeftOverFilesHelp": "Separar com ;. Por exemplo: .nfo;.txt",
    "OptionOverwriteExistingEpisodes": "Sobrepor epis\u00f3dios existentes",
    "LabelTransferMethod": "M\u00e9todo da transfer\u00eancia",
    "OptionCopy": "Copiar",
    "OptionMove": "Mover",
    "LabelTransferMethodHelp": "Copiar ou mover ficheiros da pasta observada",
    "HeaderLatestNews": "\u00daltimas Not\u00edcias",
    "HeaderHelpImproveMediaBrowser": "Ajude a melhorar o Media Browser",
    "HeaderRunningTasks": "Tarefas em Execu\u00e7\u00e3o",
    "HeaderActiveDevices": "Dispositivos Ativos",
    "HeaderPendingInstallations": "Instala\u00e7\u00f5es Pendentes",
    "HeaderServerInformation": "Server Information",
    "ButtonRestartNow": "Reiniciar Agora",
    "ButtonRestart": "Reiniciar",
    "ButtonShutdown": "Encerrar",
    "ButtonUpdateNow": "Atualizar Agora",
    "TabHosting": "Hosting",
    "PleaseUpdateManually": "Por favor encerre o servidor e atualize manualmente.",
    "NewServerVersionAvailable": "Est\u00e1 dispon\u00edvel uma nova vers\u00e3o do Media Browser!",
    "ServerUpToDate": "O Media Browser est\u00e1 atualizado",
    "LabelComponentsUpdated": "Os componentes seguintes foram instalados ou atualizados:",
    "MessagePleaseRestartServerToFinishUpdating": "Por favor reinicie o servidor para terminar a aplica\u00e7\u00e3o das atualiza\u00e7\u00f5es.",
    "LabelDownMixAudioScale": "Escala do aumento de \u00e1udio ao fazer downmix:",
    "LabelDownMixAudioScaleHelp": "Aumentar o \u00e1udio ao fazer downmix. Defina como 1 para preservar o volume original.",
    "ButtonLinkKeys": "Transferir Chave",
    "LabelOldSupporterKey": "Chave de apoiante antiga",
    "LabelNewSupporterKey": "Chave de apoiante nova",
    "HeaderMultipleKeyLinking": "Transferir para Nova Chave",
    "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
    "LabelCurrentEmailAddress": "Endere\u00e7o de email atual",
    "LabelCurrentEmailAddressHelp": "O endere\u00e7o de email atual para o qual a sua nova chave foi enviada.",
    "HeaderForgotKey": "Esqueci a Chave",
    "LabelEmailAddress": "Endere\u00e7o de email",
    "LabelSupporterEmailAddress": "O endere\u00e7o de email que foi usado para comprar a chave.",
    "ButtonRetrieveKey": "Recuperar Chave",
    "LabelSupporterKey": "Chave de Apoiante (colar do email)",
    "LabelSupporterKeyHelp": "Insira a sua chave de apoiante para come\u00e7ar a tirar partido dos benef\u00edcios adicionais que a comunidade desenvolveu para o Media Browser.",
    "MessageInvalidKey": "Chave de apoiante ausente ou inv\u00e1lida",
    "ErrorMessageInvalidKey": "Para registar conte\u00fado premium, voc\u00ea deve ser um apoiante do Media Browser. Por favor, fa\u00e7a uma doa\u00e7\u00e3o e apoie o desenvolvimento cont\u00ednuo do produto. Obrigado.",
    "HeaderDisplaySettings": "Apresentar Configura\u00e7\u00f5es",
    "TabPlayTo": "Play To",
    "LabelEnableDlnaServer": "Ativar servidor DLNA",
    "LabelEnableDlnaServerHelp": "Permite aos dispositivos UPnP da sua rede, navegar e reproduzir conte\u00fado do Media Browser.",
    "LabelEnableBlastAliveMessages": "Propagar mensagens de reconhecimento",
    "LabelEnableBlastAliveMessagesHelp": "Ativar isto se o servidor n\u00e3o \u00e9 detetado convenientemente por outros dispositivos UPnP na sua rede.",
    "LabelBlastMessageInterval": "Intervalo das mensagens de reconhecimento (segundos)",
    "LabelBlastMessageIntervalHelp": "Determina a dura\u00e7\u00e3o em segundos entre as mensagens de explora\u00e7\u00e3o enviadas pelo servidor.",
    "LabelDefaultUser": "Utilizador padr\u00e3o:",
    "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
    "TitleDlna": "DLNA",
    "TitleChannels": "Channels",
    "HeaderServerSettings": "Op\u00e7\u00f5es do Servidor",
    "LabelWeatherDisplayLocation": "Weather display location:",
    "LabelWeatherDisplayLocationHelp": "C\u00f3digo postal dos EUA \/ Cidade, Estado, Pa\u00eds \/ Cidade, Pa\u00eds",
    "LabelWeatherDisplayUnit": "Weather display unit:",
    "OptionCelsius": "Celsius",
    "OptionFahrenheit": "Fahrenheit",
    "HeaderRequireManualLogin": "Necessita a inser\u00e7\u00e3o manual de um nome de utilizador para:",
    "HeaderRequireManualLoginHelp": "Quando desativados, os clientes podem mostrar a tela de login com uma sele\u00e7\u00e3o visual de utilizadores.",
    "OptionOtherApps": "Outras apps",
    "OptionMobileApps": "Apps m\u00f3veis",
    "HeaderNotificationList": "Click on a notification to configure it's sending options.",
    "NotificationOptionApplicationUpdateAvailable": "Dispon\u00edvel atualiza\u00e7\u00e3o da aplica\u00e7\u00e3o",
    "NotificationOptionApplicationUpdateInstalled": "Instalada atualiza\u00e7\u00e3o da aplica\u00e7\u00e3o",
    "NotificationOptionPluginUpdateInstalled": "Instalada atualiza\u00e7\u00e3o da extens\u00e3o",
    "NotificationOptionPluginInstalled": "Extens\u00e3o instalada",
    "NotificationOptionPluginUninstalled": "Extens\u00e3o desinstalada",
    "NotificationOptionVideoPlayback": "Reprodu\u00e7\u00e3o de v\u00eddeo iniciada",
    "NotificationOptionAudioPlayback": "Reprodu\u00e7\u00e3o de \u00e1udio iniciada",
    "NotificationOptionGamePlayback": "Reprodu\u00e7\u00e3o de jogo iniciada",
    "NotificationOptionVideoPlaybackStopped": "Reprodu\u00e7\u00e3o de v\u00eddeo parada",
    "NotificationOptionAudioPlaybackStopped": "Reprodu\u00e7\u00e3o de \u00e1udio parada",
    "NotificationOptionGamePlaybackStopped": "Reprodu\u00e7\u00e3o de jogo parada",
    "NotificationOptionTaskFailed": "Falha na tarefa agendada",
    "NotificationOptionInstallationFailed": "Falha na instala\u00e7\u00e3o",
    "NotificationOptionNewLibraryContent": "Adicionado novo conte\u00fado",
    "NotificationOptionNewLibraryContentMultiple": "Novo conte\u00fado adicionado (m\u00faltiplo)",
    "NotificationOptionCameraImageUploaded": "Camera image uploaded",
    "SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
    "NotificationOptionServerRestartRequired": "\u00c9 necess\u00e1rio reiniciar o servidor",
    "LabelNotificationEnabled": "Ativar esta notifica\u00e7\u00e3o",
    "LabelMonitorUsers": "Monitor activity from:",
    "LabelSendNotificationToUsers": "Enviar notifica\u00e7\u00e3o para:",
    "LabelUseNotificationServices": "Usar os seguintes servi\u00e7os:",
    "CategoryUser": "Utilizador",
    "CategorySystem": "Sistema",
    "CategoryApplication": "Aplica\u00e7\u00e3o",
    "CategoryPlugin": "Extens\u00e3o",
    "LabelMessageTitle": "Titulo da mensagem:",
    "LabelAvailableTokens": "Tokens dispon\u00edveis:",
    "AdditionalNotificationServices": "Browse the plugin catalog to install additional notification services.",
    "OptionAllUsers": "Todos os utilizadores",
    "OptionAdminUsers": "Administradores",
    "OptionCustomUsers": "Personalizado",
    "ButtonArrowUp": "Cima",
    "ButtonArrowDown": "Baixo",
    "ButtonArrowLeft": "Esquerda",
    "ButtonArrowRight": "Direita",
    "ButtonBack": "Voltar",
    "ButtonInfo": "Informa\u00e7\u00e3o",
    "ButtonOsd": "On screen display",
    "ButtonPageUp": "Page Up",
    "ButtonPageDown": "Page Down",
    "PageAbbreviation": "PG",
    "ButtonHome": "In\u00edcio",
    "ButtonSearch": "Procurar",
    "ButtonSettings": "Settings",
    "ButtonTakeScreenshot": "Capture Screenshot",
    "ButtonLetterUp": "Letter Up",
    "ButtonLetterDown": "Letter Down",
    "PageButtonAbbreviation": "PG",
    "LetterButtonAbbreviation": "A",
    "TabNowPlaying": "A reproduzir agora",
    "TabNavigation": "Navega\u00e7\u00e3o",
    "TabControls": "Controls",
    "ButtonFullscreen": "Toggle fullscreen",
    "ButtonScenes": "Cenas",
    "ButtonSubtitles": "Legendas",
    "ButtonAudioTracks": "Faixas de \u00e1udio",
    "ButtonPreviousTrack": "Previous track",
    "ButtonNextTrack": "Next track",
    "ButtonStop": "Parar",
    "ButtonPause": "Pausar",
    "ButtonNext": "Next",
    "ButtonPrevious": "Previous",
    "LabelGroupMoviesIntoCollections": "Group movies into collections",
    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
    "NotificationOptionPluginError": "Falha na extens\u00e3o",
    "ButtonVolumeUp": "Aumentar volume",
    "ButtonVolumeDown": "Diminuir volume",
    "ButtonMute": "Mute",
    "HeaderLatestMedia": "Latest Media",
    "OptionSpecialFeatures": "Special Features",
    "HeaderCollections": "Collections",
    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
    "HeaderResponseProfile": "Response Profile",
    "LabelType": "Tipo:",
    "LabelPersonRole": "Role:",
    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
    "LabelProfileContainer": "Contentor:",
    "LabelProfileVideoCodecs": "Codecs do v\u00eddeo:",
    "LabelProfileAudioCodecs": "Codecs do \u00e1udio:",
    "LabelProfileCodecs": "Codecs:",
    "HeaderDirectPlayProfile": "Direct Play Profile",
    "HeaderTranscodingProfile": "Transcoding Profile",
    "HeaderCodecProfile": "Codec Profile",
    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
    "HeaderContainerProfile": "Container Profile",
    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
    "OptionProfileVideo": "V\u00eddeo",
    "OptionProfileAudio": "\u00c1udio",
    "OptionProfileVideoAudio": "\u00c1udio do V\u00eddeo",
    "OptionProfilePhoto": "Photo",
    "LabelUserLibrary": "User library:",
    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
    "OptionPlainVideoItems": "Exibir todos os v\u00eddeos como itens de v\u00eddeo simples",
    "OptionPlainVideoItemsHelp": "Se ativado, todos os v\u00eddeos s\u00e3o representados no DIDL como \"object.item.videoItem\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.item.videoItem.movie\".",
    "LabelSupportedMediaTypes": "Tipos de Conte\u00fados Suportados:",
    "TabIdentification": "Identifica\u00e7\u00e3o",
    "HeaderIdentification": "Identification",
    "TabDirectPlay": "Reprodu\u00e7\u00e3o Direta",
    "TabContainers": "Contentores",
    "TabCodecs": "Codecs",
    "TabResponses": "Respostas",
    "HeaderProfileInformation": "Informa\u00e7\u00e3o do Perfil",
    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
    "LabelEmbedAlbumArtDidlHelp": "Alguns dispositivos preferem este m\u00e9todo para obter a capa do \u00e1lbum. Outros podem falhar para reproduzir com esta op\u00e7\u00e3o ativada",
    "LabelAlbumArtPN": "Album art PN:",
    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
    "LabelAlbumArtMaxWidth": "Album art max width:",
    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
    "LabelAlbumArtMaxHeight": "Album art max height:",
    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
    "LabelIconMaxWidth": "Largura m\u00e1xima do \u00edcone:",
    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
    "LabelIconMaxHeight": "Altura m\u00e1xima do \u00edcone:",
    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
    "HeaderProfileServerSettingsHelp": "Estes valores controlam como o Media Browser ser\u00e1 exibido no dispositivo.",
    "LabelMaxBitrate": "Taxa de bits m\u00e1xima:",
    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
    "LabelMaxStaticBitrate": "Max sync bitrate:",
    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
    "LabelMusicStaticBitrate": "Music sync bitrate:",
    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
    "LabelFriendlyName": "Nome amig\u00e1vel",
    "LabelManufacturer": "Fabricante",
    "LabelManufacturerUrl": "URL do fabricante",
    "LabelModelName": "Nome do modelo",
    "LabelModelNumber": "N\u00famero do modelo",
    "LabelModelDescription": "Descri\u00e7\u00e3o do modelo",
    "LabelModelUrl": "URL do modelo",
    "LabelSerialNumber": "N\u00famero de s\u00e9rie",
    "LabelDeviceDescription": "Descri\u00e7\u00e3o do dispositivo",
    "HeaderIdentificationCriteriaHelp": "Digite, pelo menos, um crit\u00e9rio de identifica\u00e7\u00e3o.",
    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
    "LabelXDlnaCap": "X-Dlna cap:",
    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
    "LabelXDlnaDoc": "X-Dlna doc:",
    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
    "LabelSonyAggregationFlags": "Flags de agrega\u00e7\u00e3o da Sony:",
    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
    "LabelTranscodingContainer": "Contentor:",
    "LabelTranscodingVideoCodec": "Codec do v\u00eddeo:",
    "LabelTranscodingVideoProfile": "Perfil do v\u00eddeo:",
    "LabelTranscodingAudioCodec": "Codec do \u00c1udio:",
    "OptionEnableM2tsMode": "Ativar modo M2ts",
    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
    "OptionEstimateContentLength": "Estimar o tamanho do conte\u00fado ao transcodificar",
    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
    "HeaderDownloadSubtitlesFor": "Transferir legendas para:",
    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
    "TabSubtitles": "Legendas",
    "TabChapters": "Chapters",
    "HeaderDownloadChaptersFor": "Download chapter names for:",
    "LabelOpenSubtitlesUsername": "Nome de utilizador do Open Subtitles:",
    "LabelOpenSubtitlesPassword": "Senha do Open Subtitles:",
    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
    "LabelPlayDefaultAudioTrack": "Reproduzir a faixa de \u00e1udio padr\u00e3o independentemente do idioma",
    "LabelSubtitlePlaybackMode": "Modo da Legenda:",
    "LabelDownloadLanguages": "Download languages:",
    "ButtonRegister": "Registar",
    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
    "LabelSkipIfAudioTrackPresentHelp": "Desmarque esta op\u00e7\u00e3o para garantir que todos os v\u00eddeos t\u00eam legendas, independentemente do idioma do \u00e1udio.",
    "HeaderSendMessage": "Enviar mensagem",
    "ButtonSend": "Enviar",
    "LabelMessageText": "Texto da mensagem:",
    "MessageNoAvailablePlugins": "Sem extens\u00f5es dispon\u00edveis.",
    "LabelDisplayPluginsFor": "Exibir extens\u00f5es para:",
    "PluginTabMediaBrowserClassic": "MB Classic",
    "PluginTabMediaBrowserTheater": "MB Theater",
    "LabelEpisodeNamePlain": "Episode name",
    "LabelSeriesNamePlain": "Series name",
    "ValueSeriesNamePeriod": "Nome.da.s\u00e9rie",
    "ValueSeriesNameUnderscore": "Nome_da_s\u00e9rie",
    "ValueEpisodeNamePeriod": "Nome.do.epis\u00f3dio",
    "ValueEpisodeNameUnderscore": "Nome_do_epis\u00f3dio",
    "LabelSeasonNumberPlain": "Season number",
    "LabelEpisodeNumberPlain": "Episode number",
    "LabelEndingEpisodeNumberPlain": "Ending episode number",
    "HeaderTypeText": "Inserir texto",
    "LabelTypeText": "Texto",
    "HeaderSearchForSubtitles": "Search for Subtitles",
    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
    "TabDisplay": "Display",
    "TabLanguages": "Languages",
    "TabWebClient": "Web Client",
    "LabelEnableThemeSongs": "Enable theme songs",
    "LabelEnableBackdrops": "Enable backdrops",
    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
    "HeaderHomePage": "Home Page",
    "HeaderSettingsForThisDevice": "Settings for This Device",
    "OptionAuto": "Auto",
    "OptionYes": "Yes",
    "OptionNo": "No",
    "HeaderOptions": "Options",
    "HeaderIdentificationResult": "Identification Result",
    "LabelHomePageSection1": "Home page section 1:",
    "LabelHomePageSection2": "Home page section 2:",
    "LabelHomePageSection3": "Home page section 3:",
    "LabelHomePageSection4": "Home page section 4:",
    "OptionMyViewsButtons": "My views (buttons)",
    "OptionMyViews": "My views",
    "OptionMyViewsSmall": "My views (small)",
    "OptionResumablemedia": "Resume",
    "OptionLatestMedia": "Latest media",
    "OptionLatestChannelMedia": "Latest channel items",
    "HeaderLatestChannelItems": "Latest Channel Items",
    "OptionNone": "None",
    "HeaderLiveTv": "Live TV",
    "HeaderReports": "Reports",
    "HeaderMetadataManager": "Metadata Manager",
    "HeaderPreferences": "Preferences",
    "MessageLoadingChannels": "Loading channel content...",
    "MessageLoadingContent": "Loading content...",
    "ButtonMarkRead": "Mark Read",
    "OptionDefaultSort": "Default",
    "OptionCommunityMostWatchedSort": "Most Watched",
    "TabNextUp": "Next Up",
    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
    "ButtonDismiss": "Dismiss",
    "ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
    "LabelChannelStreamQuality": "Preferred internet stream quality:",
    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
    "OptionBestAvailableStreamQuality": "Best available",
    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
    "LabelChannelDownloadPath": "Channel content download path:",
    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
    "LabelChannelDownloadAge": "Delete content after: (days)",
    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
    "ButtonOptions": "Options",
    "ViewTypeMovies": "Movies",
    "ViewTypeTvShows": "TV",
    "ViewTypeGames": "Games",
    "ViewTypeMusic": "Music",
    "ViewTypeMusicGenres": "Genres",
    "ViewTypeMusicArtists": "Artists",
    "ViewTypeBoxSets": "Collections",
    "ViewTypeChannels": "Channels",
    "ViewTypeLiveTV": "Live TV",
    "ViewTypeLiveTvNowPlaying": "Now Airing",
    "ViewTypeLatestGames": "Latest Games",
    "ViewTypeRecentlyPlayedGames": "Recently Played",
    "ViewTypeGameFavorites": "Favorites",
    "ViewTypeGameSystems": "Game Systems",
    "ViewTypeGameGenres": "Genres",
    "ViewTypeTvResume": "Resume",
    "ViewTypeTvNextUp": "Next Up",
    "ViewTypeTvLatest": "Latest",
    "ViewTypeTvShowSeries": "Series",
    "ViewTypeTvGenres": "Genres",
    "ViewTypeTvFavoriteSeries": "Favorite Series",
    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
    "ViewTypeMovieResume": "Resume",
    "ViewTypeMovieLatest": "Latest",
    "ViewTypeMovieMovies": "Movies",
    "ViewTypeMovieCollections": "Collections",
    "ViewTypeMovieFavorites": "Favorites",
    "ViewTypeMovieGenres": "Genres",
    "ViewTypeMusicLatest": "Latest",
    "ViewTypeMusicAlbums": "Albums",
    "ViewTypeMusicAlbumArtists": "Album Artists",
    "HeaderOtherDisplaySettings": "Display Settings",
    "ViewTypeMusicSongs": "Songs",
    "ViewTypeMusicFavorites": "Favorites",
    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
    "HeaderMyViews": "My Views",
    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
    "OptionDisplayAdultContent": "Display adult content",
    "OptionLibraryFolders": "Media folders",
    "TitleRemoteControl": "Remote Control",
    "OptionLatestTvRecordings": "Latest recordings",
    "LabelProtocolInfo": "Protocol info:",
    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
    "TabNfo": "Nfo",
    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
    "LabelKodiMetadataDateFormat": "Release date format:",
    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
    "TabServices": "Services",
    "TabLogs": "Logs",
    "HeaderServerLogFiles": "Server log files:",
    "TabBranding": "Branding",
    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
    "LabelLoginDisclaimer": "Login disclaimer:",
    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
    "OptionList": "List",
    "TabDashboard": "Dashboard",
    "TitleServer": "Server",
    "LabelCache": "Cache:",
    "LabelLogs": "Logs:",
    "LabelMetadata": "Metadata:",
    "LabelImagesByName": "Images by name:",
    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
    "HeaderLatestMusic": "Latest Music",
    "HeaderBranding": "Branding",
    "HeaderApiKeys": "Api Keys",
    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
    "HeaderApiKey": "Api Key",
    "HeaderApp": "App",
    "HeaderDevice": "Device",
    "HeaderUser": "User",
    "HeaderDateIssued": "Date Issued",
    "LabelChapterName": "Chapter {0}",
    "HeaderNewApiKey": "New Api Key",
    "LabelAppName": "App name",
    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
    "HeaderHttpHeaders": "Http Headers",
    "HeaderIdentificationHeader": "Identification Header",
    "LabelValue": "Valor:",
    "LabelMatchType": "Match type:",
    "OptionEquals": "Iguais",
    "OptionRegex": "Regex",
    "OptionSubstring": "Substring",
    "TabView": "View",
    "TabSort": "Ordenar",
    "TabFilter": "Filtro",
    "ButtonView": "Visualizar",
    "LabelPageSize": "Item limit:",
    "LabelPath": "Path:",
    "LabelView": "Visualizar:",
    "TabUsers": "Users",
    "LabelSortName": "Sort name:",
    "LabelDateAdded": "Date added:",
    "HeaderFeatures": "Features",
    "HeaderAdvanced": "Avan\u00e7ado",
    "ButtonSync": "Sincronizar",
    "TabScheduledTasks": "Scheduled Tasks",
    "HeaderChapters": "Cap\u00edtulos",
    "HeaderResumeSettings": "Resume Settings",
    "TabSync": "Sync",
    "TitleUsers": "Users",
    "LabelProtocol": "Protocol:",
    "OptionProtocolHttp": "Http",
    "OptionProtocolHls": "Http Live Streaming",
    "LabelContext": "Context:",
    "OptionContextStreaming": "Streaming",
    "OptionContextStatic": "Sync",
    "ButtonAddToPlaylist": "Add to playlist",
    "TabPlaylists": "Playlists",
    "ButtonClose": "Close",
    "LabelAllLanguages": "All languages",
    "HeaderBrowseOnlineImages": "Browse Online Images",
    "LabelSource": "Source:",
    "OptionAll": "All",
    "LabelImage": "Image:",
    "ButtonBrowseImages": "Browse Images",
    "HeaderImages": "Images",
    "HeaderBackdrops": "Backdrops",
    "HeaderScreenshots": "Screenshots",
    "HeaderAddUpdateImage": "Add\/Update Image",
    "LabelJpgPngOnly": "JPG\/PNG only",
    "LabelImageType": "Image type:",
    "OptionPrimary": "Primary",
    "OptionArt": "Art",
    "OptionBox": "Box",
    "OptionBoxRear": "Box rear",
    "OptionDisc": "Disc",
    "OptionLogo": "Logo",
    "OptionMenu": "Menu",
    "OptionScreenshot": "Screenshot",
    "OptionLocked": "Locked",
    "OptionUnidentified": "Unidentified",
    "OptionMissingParentalRating": "Missing parental rating",
    "OptionStub": "Stub",
    "HeaderEpisodes": "Episodes:",
    "OptionSeason0": "Season 0",
    "LabelReport": "Report:",
    "OptionReportSongs": "Songs",
    "OptionReportSeries": "Series",
    "OptionReportSeasons": "Seasons",
    "OptionReportTrailers": "Trailers",
    "OptionReportMusicVideos": "Music videos",
    "OptionReportMovies": "Movies",
    "OptionReportHomeVideos": "Home videos",
    "OptionReportGames": "Games",
    "OptionReportEpisodes": "Episodes",
    "OptionReportCollections": "Collections",
    "OptionReportBooks": "Books",
    "OptionReportArtists": "Artists",
    "OptionReportAlbums": "Albums",
    "OptionReportAdultVideos": "Adult videos",
    "ButtonMore": "More",
    "HeaderActivity": "Activity",
    "ScheduledTaskStartedWithName": "{0} started",
    "ScheduledTaskCancelledWithName": "{0} was cancelled",
    "ScheduledTaskCompletedWithName": "{0} completed",
    "ScheduledTaskFailed": "Scheduled task completed",
    "PluginInstalledWithName": "{0} was installed",
    "PluginUpdatedWithName": "{0} was updated",
    "PluginUninstalledWithName": "{0} was uninstalled",
    "ScheduledTaskFailedWithName": "{0} failed",
    "ItemAddedWithName": "{0} was added to the library",
    "ItemRemovedWithName": "{0} was removed from the library",
    "DeviceOnlineWithName": "{0} is connected",
    "UserOnlineFromDevice": "{0} is online from {1}",
    "DeviceOfflineWithName": "{0} has disconnected",
    "UserOfflineFromDevice": "{0} has disconnected from {1}",
    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
    "LabelRunningTimeValue": "Running time: {0}",
    "LabelIpAddressValue": "Ip address: {0}",
    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
    "UserCreatedWithName": "User {0} has been created",
    "UserPasswordChangedWithName": "Password has been changed for user {0}",
    "UserDeletedWithName": "User {0} has been deleted",
    "MessageServerConfigurationUpdated": "Server configuration has been updated",
    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
    "MessageApplicationUpdated": "Media Browser Server has been updated",
    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
    "UserDownloadingItemWithValues": "{0} is downloading {1}",
    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
    "AppDeviceValues": "App: {0}, Device: {1}",
    "ProviderValue": "Provider: {0}",
    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
    "HeaderRecentActivity": "Recent Activity",
    "HeaderPeople": "People",
    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
    "OptionComposers": "Composers",
    "OptionOthers": "Others",
    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
    "ViewTypeFolders": "Folders",
    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
    "ViewTypeLiveTvRecordingGroups": "Recordings",
    "ViewTypeLiveTvChannels": "Channels",
    "LabelEasyPinCode": "Easy pin code:",
    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
    "HeaderPassword": "Password",
    "HeaderLocalAccess": "Local Access",
    "HeaderViewOrder": "View Order",
    "ButtonResetEasyPassword": "Reset easy pin code",
    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
    "LabelMetadataRefreshMode": "Metadata refresh mode:",
    "LabelImageRefreshMode": "Image refresh mode:",
    "OptionDownloadMissingImages": "Download missing images",
    "OptionReplaceExistingImages": "Replace existing images",
    "OptionRefreshAllData": "Refresh all data",
    "OptionAddMissingDataOnly": "Add missing data only",
    "OptionLocalRefreshOnly": "Local refresh only",
    "HeaderRefreshMetadata": "Refresh Metadata",
    "HeaderPersonInfo": "Person Info",
    "HeaderIdentifyItem": "Identify Item",
    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
    "HeaderConfirmDeletion": "Confirm Deletion",
    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
    "ButtonIdentify": "Identify",
    "LabelAlbumArtist": "Album artist:",
    "LabelAlbum": "Album:",
    "LabelCommunityRating": "Community rating:",
    "LabelVoteCount": "Vote count:",
    "LabelMetascore": "Metascore:",
    "LabelCriticRating": "Critic rating:",
    "LabelCriticRatingSummary": "Critic rating summary:",
    "LabelAwardSummary": "Award summary:",
    "LabelWebsite": "Website:",
    "LabelTagline": "Tagline:",
    "LabelOverview": "Overview:",
    "LabelShortOverview": "Short overview:",
    "LabelReleaseDate": "Release date:",
    "LabelYear": "Year:",
    "LabelPlaceOfBirth": "Place of birth:",
    "LabelEndDate": "End date:",
    "LabelAirDate": "Air days:",
    "LabelAirTime:": "Air time:",
    "LabelRuntimeMinutes": "Run time (minutes):",
    "LabelParentalRating": "Parental rating:",
    "LabelCustomRating": "Custom rating:",
    "LabelBudget": "Budget",
    "LabelRevenue": "Revenue ($):",
    "LabelOriginalAspectRatio": "Original aspect ratio:",
    "LabelPlayers": "Players:",
    "Label3DFormat": "3D format:",
    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
    "HeaderSpecialEpisodeInfo": "Special Episode Info",
    "HeaderExternalIds": "External Id's:",
    "LabelDvdSeasonNumber": "Dvd season number:",
    "LabelDvdEpisodeNumber": "Dvd episode number:",
    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
    "LabelAirsBeforeSeason": "Airs before season:",
    "LabelAirsAfterSeason": "Airs after season:",
    "LabelAirsBeforeEpisode": "Airs before episode:",
    "LabelTreatImageAs": "Treat image as:",
    "LabelDisplayOrder": "Display order:",
    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
    "HeaderCountries": "Countries",
    "HeaderGenres": "Genres",
    "HeaderPlotKeywords": "Plot Keywords",
    "HeaderStudios": "Studios",
    "HeaderTags": "Tags",
    "HeaderMetadataSettings": "Metadata Settings",
    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
    "TabDonate": "Donate",
    "HeaderDonationType": "Donation type:",
    "OptionMakeOneTimeDonation": "Make a separate donation",
    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
    "OptionYearlySupporterMembership": "Yearly supporter membership",
    "OptionMonthlySupporterMembership": "Monthly supporter membership",
    "OptionNoTrailer": "No Trailer",
    "OptionNoThemeSong": "No Theme Song",
    "OptionNoThemeVideo": "No Theme Video",
    "LabelOneTimeDonationAmount": "Donation amount:",
    "ButtonDonate": "Donate",
    "OptionActor": "Actor",
    "OptionComposer": "Composer",
    "OptionDirector": "Director",
    "OptionGuestStar": "Guest star",
    "OptionProducer": "Producer",
    "OptionWriter": "Writer",
    "LabelAirDays": "Air days:",
    "LabelAirTime": "Air time:",
    "HeaderMediaInfo": "Media Info",
    "HeaderPhotoInfo": "Photo Info",
    "HeaderInstall": "Install",
    "LabelSelectVersionToInstall": "Select version to install:",
    "LinkSupporterMembership": "Learn about the Supporter Membership",
    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
    "HeaderReviews": "Reviews",
    "HeaderDeveloperInfo": "Developer Info",
    "HeaderRevisionHistory": "Revision History",
    "ButtonViewWebsite": "View website",
    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
    "HeaderXmlSettings": "Xml Settings",
    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
    "LabelConnectUserName": "Media Browser username\/email:",
    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
    "LabelExternalPlayers": "External players:",
    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
    "HeaderSubtitleProfile": "Subtitle Profile",
    "HeaderSubtitleProfiles": "Subtitle Profiles",
    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
    "LabelFormat": "Format:",
    "LabelMethod": "Method:",
    "LabelDidlMode": "Didl mode:",
    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
    "OptionResElement": "res element",
    "OptionEmbedSubtitles": "Embed within container",
    "OptionExternallyDownloaded": "External download",
    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
    "LabelSubtitleFormatHelp": "Example: srt",
    "ButtonLearnMore": "Learn more",
    "TabPlayback": "Playback",
    "HeaderLanguagePreferences": "Language Preferences",
    "TabCinemaMode": "Cinema Mode",
    "TitlePlayback": "Playback",
    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
    "LabelEnableIntroParentalControl": "Enable smart parental control",
    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
    "LabelCustomIntrosPath": "Custom intros path:",
    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
    "ValueSpecialEpisodeName": "Special - {0}",
    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
    "LabelEnableCinemaMode": "Enable cinema mode",
    "HeaderCinemaMode": "Cinema Mode",
    "LabelDateAddedBehavior": "Date added behavior for new content:",
    "OptionDateAddedImportTime": "Use date scanned into the library",
    "OptionDateAddedFileTime": "Use file creation date",
    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
    "LabelNumberTrailerToPlay": "Number of trailers to play:",
    "TitleDevices": "Devices",
    "TabCameraUpload": "Camera Upload",
    "TabDevices": "Devices",
    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
    "LabelCameraUploadPath": "Camera upload path:",
    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
    "LabelCustomDeviceDisplayName": "Display name:",
    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
    "HeaderInviteUser": "Invite User",
    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
    "ButtonSendInvitation": "Send Invitation",
    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
    "HeaderGuests": "Guests",
    "HeaderLocalUsers": "Local Users",
    "HeaderPendingInvitations": "Pending Invitations",
    "TabParentalControl": "Parental Control",
    "HeaderAccessSchedule": "Access Schedule",
    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
    "ButtonAddSchedule": "Add Schedule",
    "LabelAccessDay": "Day of week:",
    "LabelAccessStart": "Start time:",
    "LabelAccessEnd": "End time:",
    "HeaderSchedule": "Schedule",
    "OptionEveryday": "Every day",
    "OptionWeekdays": "Weekdays",
    "OptionWeekends": "Weekends",
    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
    "ButtonTrailerReel": "Trailer reel",
    "HeaderTrailerReel": "Trailer Reel",
    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
    "HeaderNewUsers": "New Users",
    "ButtonSignUp": "Sign up",
    "ButtonForgotPassword": "Forgot password",
    "OptionDisableUserPreferences": "Disable access to user preferences",
    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
    "HeaderSelectServer": "Select Server",
    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
    "TitleNewUser": "New User",
    "ButtonConfigurePassword": "Configure Password",
    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
    "HeaderLibraryAccess": "Library Access",
    "HeaderChannelAccess": "Channel Access",
    "HeaderLatestItems": "Latest Items",
    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
    "HeaderShareMediaFolders": "Share Media Folders",
    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
    "HeaderInvitations": "Invitations",
    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
    "HeaderForgotPassword": "Forgot Password",
    "TitleForgotPassword": "Forgot Password",
    "TitlePasswordReset": "Password Reset",
    "LabelPasswordRecoveryPinCode": "Pin code:",
    "HeaderPasswordReset": "Password Reset",
    "HeaderParentalRatings": "Parental Ratings",
    "HeaderVideoTypes": "Video Types",
    "HeaderYears": "Years",
    "HeaderAddTag": "Add Tag",
    "LabelBlockContentWithTags": "Block content with tags:",
    "LabelTag": "Tag:",
    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
    "TabActivity": "Activity",
    "TitleSync": "Sync",
    "OptionAllowSyncContent": "Allow Sync",
    "OptionAllowContentDownloading": "Allow media downloading",
    "NameSeasonUnknown": "Season Unknown",
    "NameSeasonNumber": "Season {0}",
    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
    "TabJobs": "Jobs",
    "TabSyncJobs": "Sync Jobs",
    "LabelTagFilterMode": "Mode:",
    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
}