aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/Server/da.json
blob: a3bd0fe590e14968bf7332ef1b1e26206bc79509 (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
{
    "LabelExit": "Afslut",
    "UserOnlineFromDevice": "{0} is online from {1}",
    "LabelVisitCommunity": "Bes\u00f8g F\u00e6lleskab",
    "DeviceOfflineWithName": "{0} has disconnected",
    "LabelGithubWiki": "Github Wiki",
    "UserOfflineFromDevice": "{0} has disconnected from {1}",
    "LabelSwagger": "Swagger",
    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
    "LabelStandard": "Standard",
    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
    "LabelViewApiDocumentation": "Se Api dokumentation",
    "LabelRunningTimeValue": "Running time: {0}",
    "LabelBrowseLibrary": "Gennemse biblitek",
    "LabelIpAddressValue": "Ip address: {0}",
    "LabelConfigureMediaBrowser": "Konfigurere Media Browser",
    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
    "LabelOpenLibraryViewer": "\u00c5ben Biblioteks Fremviser",
    "UserCreatedWithName": "User {0} has been created",
    "LabelRestartServer": "Genstart Server",
    "UserPasswordChangedWithName": "Password has been changed for user {0}",
    "LabelShowLogWindow": "Vis Log",
    "UserDeletedWithName": "User {0} has been deleted",
    "LabelPrevious": "Tidligere",
    "MessageServerConfigurationUpdated": "Server configuration has been updated",
    "LabelFinish": "Slut",
    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
    "LabelNext": "N\u00e6ste",
    "MessageApplicationUpdated": "Media Browser Server has been updated",
    "LabelYoureDone": "Du er f\u00e6rdig!",
    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
    "WelcomeToMediaBrowser": "Velkommen til Media Browser!",
    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
    "TitleMediaBrowser": "Media Browser",
    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
    "ThisWizardWillGuideYou": "Denne guide vil hj\u00e6lpe dig igennem ops\u00e6tningen. For at begynde, venligst v\u00e6lg dit fortrukne sprog.",
    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
    "TellUsAboutYourself": "Fort\u00e6l os lidt om dig selv",
    "AppDeviceValues": "App: {0}, Device: {1}",
    "LabelYourFirstName": "Dit fornavn",
    "ProviderValue": "Provider: {0}",
    "MoreUsersCanBeAddedLater": "Flere brugere kan tilf\u00f8jes senere i Betjeningspanelet.",
    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
    "UserProfilesIntro": "Media Browser inkludere indbygget underst\u00f8ttelse af bruger profiler, der giver den enkelte bruger mulighed for individuelle visningsindstillinger, Afspilningsstatus og for\u00e6ldre kontrol.",
    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder",
    "HeaderRecentActivity": "Recent Activity",
    "LabelWindowsService": "Windows Service",
    "HeaderPeople": "People",
    "AWindowsServiceHasBeenInstalled": "Der er blevet installeret en Windows Service.",
    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
    "WindowsServiceIntro1": "Media Browser Server k\u00f8rer normalt som et skrivebords program med et tray ikon, men hvis du foretr\u00e6kker at k\u00f8re det som en service i baggrunden, kan den startes fra kontrolpanelet Windows services i stedet for.",
    "OptionComposers": "Composers",
    "WindowsServiceIntro2": "Hvis windows servicen bruges skal du v\u00e6re opm\u00e6rksom p\u00e5, at servicen ikke kan k\u00f8re p\u00e5 samme tid som tray ikonet. Det er derfor n\u00f8dvendigt at afslutte tray ikonet f\u00f8r servicen startes. Det er n\u00f8dvendigt at konfigurere servicen til at k\u00f8re med administrative privileger, som kan g\u00f8res via Windows Service kontrol panelet. V\u00e6r opm\u00e6rksom p\u00e5 at servicen p\u00e5 nuv\u00e6rende tidspunkt ikke er i stand til at auto opdatere, s\u00e5 opdatering vil kr\u00e6ve manuel handling.",
    "OptionOthers": "Others",
    "WizardCompleted": "Det var alt vi havde brug for lige nu. Media Browser er i gang med at indsamle information om dit medie bibliotek. Se nogle af vores programmer, og klik <b>F\u00e6rdig<\/b> for at se <b>Betjeningspanelet<\/b>.",
    "LabelConfigureSettings": "Konfigurer indstillinger",
    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
    "LabelEnableVideoImageExtraction": "Aktiver udtr\u00e6kning af video billede",
    "ViewTypeFolders": "Folders",
    "VideoImageExtractionHelp": "For videoer der ikke allerede har billeder, og som vi ikke kan finde internet billeder til. Dette vil g\u00f8re den indledende biblioteks skanning l\u00e6ngere, men vil resulterer i en p\u00e6nere pr\u00e6sentation.",
    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
    "LabelEnableChapterImageExtractionForMovies": "Aktiver udtr\u00e6kning af kapitel billeder for Film",
    "ViewTypeLiveTvRecordingGroups": "Recordings",
    "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 at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
    "ViewTypeLiveTvChannels": "Channels",
    "LabelEnableAutomaticPortMapping": "Aktiver automatisk port kortl\u00e6gning",
    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
    "LabelEnableAutomaticPortMappingHelp": "UPnP tillader automatisk router konfiguration for nem fjern adgang. Dette virker muligvis ikke med alle routere.",
    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
    "ButtonOk": "Ok",
    "HeaderPassword": "Password",
    "ButtonCancel": "Annuller",
    "HeaderLocalAccess": "Local Access",
    "ButtonNew": "Ny",
    "HeaderViewOrder": "View Order",
    "HeaderSetupLibrary": "Konfigurer dit medie bibliotek",
    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
    "ButtonAddMediaFolder": "Tilf\u00f8j medie mappe",
    "LabelMetadataRefreshMode": "Metadata refresh mode:",
    "LabelFolderType": "Mappe type:",
    "LabelImageRefreshMode": "Image refresh mode:",
    "MediaFolderHelpPluginRequired": "* Kr\u00e6ver brug af en tilf\u00f8jelse, fx GameBrowser eller MB Bookshelf.",
    "OptionDownloadMissingImages": "Download missing images",
    "ReferToMediaLibraryWiki": "Der henvises til medie bibliotekets wiki.",
    "OptionReplaceExistingImages": "Replace existing images",
    "LabelCountry": "Land:",
    "OptionRefreshAllData": "Refresh all data",
    "LabelLanguage": "Sprog:",
    "OptionAddMissingDataOnly": "Add missing data only",
    "HeaderPreferredMetadataLanguage": "Foretrukket metadata sprog:",
    "OptionLocalRefreshOnly": "Local refresh only",
    "LabelSaveLocalMetadata": "Gem illustrationer og metadata i medie mapper",
    "HeaderRefreshMetadata": "Refresh Metadata",
    "LabelSaveLocalMetadataHelp": "Lagring af illustrationer og metadata i medie mapper, vil placerer dem et sted hvor de nemt kan redigeres.",
    "HeaderPersonInfo": "Person Info",
    "LabelDownloadInternetMetadata": "Hent illustrationer og metadata fra internettet",
    "HeaderIdentifyItem": "Identify Item",
    "LabelDownloadInternetMetadataHelp": "Media Browser kan hente information omkring dine medier som vil g\u00f8re pr\u00e6sentationen mere omfattende.",
    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
    "TabPreferences": "Indstillinger",
    "HeaderConfirmDeletion": "Confirm Deletion",
    "TabPassword": "Kode",
    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
    "TabLibraryAccess": "Bibliotek adgang",
    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
    "TabImage": "Billede",
    "ButtonIdentify": "Identify",
    "TabProfile": "Profil",
    "LabelAlbumArtist": "Album artist:",
    "TabMetadata": "Metadata",
    "LabelAlbum": "Album:",
    "TabImages": "Billeder",
    "LabelCommunityRating": "Community rating:",
    "TabNotifications": "Notifications",
    "LabelVoteCount": "Vote count:",
    "TabCollectionTitles": "Titler",
    "LabelMetascore": "Metascore:",
    "LabelDisplayMissingEpisodesWithinSeasons": "Vis manglende episoder i s\u00e6soner",
    "LabelCriticRating": "Critic rating:",
    "LabelUnairedMissingEpisodesWithinSeasons": "Vis endnu ikke sendte episoder i s\u00e6soner",
    "LabelCriticRatingSummary": "Critic rating summary:",
    "HeaderVideoPlaybackSettings": "Video afspilnings indstillinger",
    "LabelAwardSummary": "Award summary:",
    "HeaderPlaybackSettings": "Playback Settings",
    "LabelWebsite": "Website:",
    "LabelAudioLanguagePreference": "Foretrukket lyd sprog:",
    "LabelTagline": "Tagline:",
    "LabelSubtitleLanguagePreference": "Foretrukket undertekst sprog:",
    "LabelOverview": "Overview:",
    "OptionDefaultSubtitles": "Default",
    "LabelShortOverview": "Short overview:",
    "OptionOnlyForcedSubtitles": "Only forced subtitles",
    "LabelReleaseDate": "Release date:",
    "OptionAlwaysPlaySubtitles": "Always play subtitles",
    "LabelYear": "Year:",
    "OptionNoSubtitles": "Ingen undertekster",
    "LabelPlaceOfBirth": "Place of birth:",
    "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
    "LabelEndDate": "End date:",
    "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
    "LabelAirDate": "Air days:",
    "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
    "LabelAirTime:": "Air time:",
    "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
    "LabelRuntimeMinutes": "Run time (minutes):",
    "TabProfiles": "Profiler",
    "LabelParentalRating": "Parental rating:",
    "TabSecurity": "Sikkerhed",
    "LabelCustomRating": "Custom rating:",
    "ButtonAddUser": "Tilf\u00f8j bruger",
    "LabelBudget": "Budget",
    "ButtonSave": "Gem",
    "LabelRevenue": "Revenue ($):",
    "ButtonResetPassword": "Nulstil kode",
    "LabelOriginalAspectRatio": "Original aspect ratio:",
    "LabelNewPassword": "Ny kode:",
    "LabelPlayers": "Players:",
    "LabelNewPasswordConfirm": "Bekr\u00e6ft ny kode:",
    "Label3DFormat": "3D format:",
    "HeaderCreatePassword": "Opret kode",
    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
    "LabelCurrentPassword": "Nuv\u00e6rende kode:",
    "HeaderSpecialEpisodeInfo": "Special Episode Info",
    "LabelMaxParentalRating": "Maximum allowed parental rating:",
    "HeaderExternalIds": "External Id's:",
    "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
    "LabelDvdSeasonNumber": "Dvd season number:",
    "LibraryAccessHelp": "V\u00e6lg hvilke medie mapper der skal deles med denne bruger. Administratorer vil kunne redigere alle mapper ved hj\u00e6lp af metadata administratoren.",
    "LabelDvdEpisodeNumber": "Dvd episode number:",
    "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
    "ButtonDeleteImage": "Slet Billede",
    "LabelAirsBeforeSeason": "Airs before season:",
    "LabelSelectUsers": "Select users:",
    "LabelAirsAfterSeason": "Airs after season:",
    "ButtonUpload": "Upload",
    "LabelAirsBeforeEpisode": "Airs before episode:",
    "HeaderUploadNewImage": "Upload Nyt Billede",
    "LabelTreatImageAs": "Treat image as:",
    "LabelDropImageHere": "Slip Billede Her",
    "LabelDisplayOrder": "Display order:",
    "ImageUploadAspectRatioHelp": "1:1 formatforhold anbefalet. Kun JPG\/PNG.",
    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
    "MessageNothingHere": "Her er ingenting.",
    "HeaderCountries": "Countries",
    "MessagePleaseEnsureInternetMetadata": "V\u00e6r venligst sikker p\u00e5 at hentning af internet metadata er aktiveret.",
    "HeaderGenres": "Genres",
    "TabSuggested": "Foresl\u00e5et",
    "HeaderPlotKeywords": "Plot Keywords",
    "TabLatest": "Seneste",
    "HeaderStudios": "Studios",
    "TabUpcoming": "Kommende",
    "HeaderTags": "Tags",
    "TabShows": "Shows",
    "HeaderMetadataSettings": "Metadata Settings",
    "TabEpisodes": "Episoder",
    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
    "TabGenres": "Genre",
    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
    "TabPeople": "Personer",
    "TabDonate": "Donate",
    "TabNetworks": "Netv\u00e6rk",
    "HeaderDonationType": "Donation type:",
    "HeaderUsers": "Brugere",
    "OptionMakeOneTimeDonation": "Make a separate donation",
    "HeaderFilters": "Filtre:",
    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits.",
    "ButtonFilter": "Filter",
    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
    "OptionFavorite": "Favoritter",
    "OptionYearlySupporterMembership": "Yearly supporter membership",
    "OptionLikes": "Likes",
    "OptionMonthlySupporterMembership": "Monthly supporter membership",
    "OptionDislikes": "Dislikes",
    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
    "OptionActors": "Skuespillere",
    "OptionNoTrailer": "No Trailer",
    "OptionGuestStars": "G\u00e6ste Stjerner",
    "OptionNoThemeSong": "No Theme Song",
    "OptionDirectors": "Instrukt\u00f8rer",
    "OptionNoThemeVideo": "No Theme Video",
    "OptionWriters": "Forfattere",
    "LabelOneTimeDonationAmount": "Donation amount:",
    "OptionProducers": "Producenter",
    "OptionActor": "Actor",
    "HeaderResume": "Fors\u00e6t",
    "OptionComposer": "Composer",
    "HeaderNextUp": "N\u00e6ste",
    "OptionDirector": "Director",
    "NoNextUpItemsMessage": "None found. Start watching your shows!",
    "OptionGuestStar": "Guest star",
    "HeaderLatestEpisodes": "Sidste Episode",
    "OptionProducer": "Producer",
    "HeaderPersonTypes": "Person Types:",
    "OptionWriter": "Writer",
    "TabSongs": "Sange",
    "LabelAirDays": "Air days:",
    "TabAlbums": "Albums",
    "LabelAirTime": "Air time:",
    "TabArtists": "Artister",
    "HeaderMediaInfo": "Media Info",
    "TabAlbumArtists": "Album Artister",
    "HeaderPhotoInfo": "Photo Info",
    "TabMusicVideos": "Musik Videoer",
    "HeaderInstall": "Install",
    "ButtonSort": "Sort\u00e9r",
    "LabelSelectVersionToInstall": "Select version to install:",
    "HeaderSortBy": "Sort\u00e9r efter:",
    "LinkSupporterMembership": "Learn about the Supporter Membership",
    "HeaderSortOrder": "Sorteringsr\u00e6kkef\u00f8lge:",
    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
    "OptionPlayed": "Afspillet",
    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
    "OptionUnplayed": "Ikke afspillet",
    "HeaderReviews": "Reviews",
    "OptionAscending": "Stigende",
    "HeaderDeveloperInfo": "Developer Info",
    "OptionDescending": "Faldende",
    "HeaderRevisionHistory": "Revision History",
    "OptionRuntime": "Varighed",
    "ButtonViewWebsite": "View website",
    "OptionReleaseDate": "Release Date",
    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
    "OptionPlayCount": "Gange Afspillet",
    "HeaderXmlSettings": "Xml Settings",
    "OptionDatePlayed": "Dato Afspillet",
    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
    "OptionDateAdded": "Dato Tilf\u00f8jet",
    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
    "OptionAlbumArtist": "Album Artist",
    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
    "OptionArtist": "Artist",
    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
    "OptionAlbum": "Album",
    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
    "OptionTrackName": "Nummerets Navn",
    "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.",
    "OptionCommunityRating": "Community Rating",
    "OptionNameSort": "Navn",
    "OptionFolderSort": "Mapper",
    "OptionBudget": "Budget",
    "OptionRevenue": "Indt\u00e6gt",
    "OptionPoster": "Plakat",
    "OptionBackdrop": "Backdrop",
    "OptionTimeline": "Tidslinje",
    "OptionThumb": "Thumb",
    "OptionBanner": "Banner",
    "OptionCriticRating": "Kritisk Vurdering",
    "OptionVideoBitrate": "Video Bitrate",
    "OptionResumable": "Resumable",
    "ScheduledTasksHelp": "Klik p\u00e5 en opgave for at tilpasse dens tidsplan",
    "ScheduledTasksTitle": "Planlagte Opgaver",
    "TabMyPlugins": "Mine Tilf\u00f8jelser",
    "TabCatalog": "Katalog",
    "PluginsTitle": "Tilf\u00f8jelser",
    "HeaderAutomaticUpdates": "Automatisk Opdateringer",
    "HeaderNowPlaying": "Afspilles Nu",
    "HeaderLatestAlbums": "Seneste Albums",
    "HeaderLatestSongs": "Seneste Sange",
    "HeaderRecentlyPlayed": "Afspillet For Nyligt",
    "HeaderFrequentlyPlayed": "Ofte Afspillet",
    "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
    "LabelVideoType": "Video Type:",
    "OptionBluray": "Bluray",
    "OptionDvd": "Dvd",
    "OptionIso": "Iso",
    "Option3D": "3D",
    "LabelFeatures": "Egenskaber:",
    "LabelService": "Service:",
    "LabelStatus": "Status:",
    "LabelVersion": "Version:",
    "LabelLastResult": "Last result:",
    "OptionHasSubtitles": "Undertekster",
    "OptionHasTrailer": "Trailer",
    "OptionHasThemeSong": "Tema Sang",
    "OptionHasThemeVideo": "Tema Video",
    "TabMovies": "Film",
    "TabStudios": "Studier",
    "TabTrailers": "Trailere",
    "LabelArtists": "Artists:",
    "LabelArtistsHelp": "Separate multiple using ;",
    "HeaderLatestMovies": "Seneste Film",
    "HeaderLatestTrailers": "Seneste Trailere",
    "OptionHasSpecialFeatures": "Specielle Egenskaber",
    "OptionImdbRating": "IMDB Bed\u00f8mmelse",
    "OptionParentalRating": "Parental Rating",
    "OptionPremiereDate": "Pr\u00e6miere Dato",
    "TabBasic": "Simpel",
    "TabAdvanced": "Advanceret",
    "HeaderStatus": "Status",
    "OptionContinuing": "Fors\u00e6ttes",
    "OptionEnded": "F\u00e6rdig",
    "HeaderAirDays": "Sende Dage:",
    "OptionSunday": "S\u00f8ndag",
    "OptionMonday": "Mandag",
    "OptionTuesday": "Tirsdag",
    "OptionWednesday": "Onsdag",
    "OptionThursday": "Torsdag",
    "OptionFriday": "Fredag",
    "OptionSaturday": "L\u00f8rdag",
    "HeaderManagement": "Ledelse:",
    "LabelManagement": "Management:",
    "OptionMissingImdbId": "Manglende IMDB Id",
    "OptionMissingTvdbId": "Manglende TheTVDB Id",
    "OptionMissingOverview": "Manglende Overblik",
    "OptionFileMetadataYearMismatch": "Fil\/Metadata \u00c5r Uoverensstemmelse",
    "TabGeneral": "Generalt",
    "TitleSupport": "Support",
    "TabLog": "Log",
    "TabAbout": "Om",
    "TabSupporterKey": "Supporter N\u00f8gle",
    "TabBecomeSupporter": "Bliv Supporter",
    "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
    "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
    "SearchKnowledgeBase": "S\u00f8g i vidensdatabasen",
    "VisitTheCommunity": "Bes\u00f8g F\u00e6llesskabet",
    "VisitMediaBrowserWebsite": "Bes\u00f8g Media Browsers Webside",
    "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
    "OptionHideUser": "Vis ikke denne bruger p\u00e5 logind siden",
    "OptionDisableUser": "Deaktiver denne bruger",
    "OptionDisableUserHelp": "Hvis deaktiveret vil serveren ikke tillade forbindelser fra denne bruger. Eksisterende forbindelser vil blive afbrudt.",
    "HeaderAdvancedControl": "Avanceret Kontrol",
    "LabelName": "Navn:",
    "OptionAllowUserToManageServer": "Tillad denne bruger at administrere serveren",
    "HeaderFeatureAccess": "Funktion Adgang",
    "OptionAllowMediaPlayback": "Tillad medie afspilning",
    "OptionAllowBrowsingLiveTv": "Tillad gennemsyn af direkte tv",
    "OptionAllowDeleteLibraryContent": "Tillad denne bruger at slette biblioteks indhold",
    "OptionAllowManageLiveTv": "Tillad administration af direkte tv optagelser",
    "OptionAllowRemoteControlOthers": "Tillad denne bruger af fjern kontrollerer andre brugere",
    "OptionMissingTmdbId": "Manglende Tmdb Id",
    "OptionIsHD": "HD",
    "OptionIsSD": "SD",
    "OptionMetascore": "Metascore",
    "ButtonSelect": "V\u00e6lg",
    "ButtonGroupVersions": "Grupp\u00e9r Versioner",
    "ButtonAddToCollection": "Add to Collection",
    "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
    "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
    "HeaderCredits": "Credits",
    "PleaseSupportOtherProduces": "St\u00f8t venligst andre gratis produkter vi bruger:",
    "VersionNumber": "Version {0}",
    "TabPaths": "Stier",
    "TabServer": "Server",
    "TabTranscoding": "Transcoding",
    "TitleAdvanced": "Avanceret",
    "LabelAutomaticUpdateLevel": "Automatisk opdaterings niveau",
    "OptionRelease": "Officiel Udgivelse",
    "OptionBeta": "Beta",
    "OptionDev": "Dev (Ustabil)",
    "LabelAllowServerAutoRestart": "Tillad serveren at genstarte automatisk for at p\u00e5f\u00f8re opdateringer",
    "LabelAllowServerAutoRestartHelp": "Serveren vil kun genstarte i inaktive perioder, n\u00e5r ingen brugere er aktive",
    "LabelEnableDebugLogging": "Aktiver fejlfindings logning",
    "LabelRunServerAtStartup": "Start serveren ved opstart",
    "LabelRunServerAtStartupHelp": "Dette vil starte bakkeikonet ved opstart af Windows. For at starte Windows tjenesten skal du fjerne markeringen og k\u00f8re tjenesten fra Windows Kontrolpanelet. Bem\u00e6rk: Du ikke kan k\u00f8re begge dele p\u00e5 samme tid, s\u00e5 du bliver n\u00f8dt til at afslutte bakkeikonet f\u00f8r du starter tjenesten.",
    "ButtonSelectDirectory": "V\u00e6lg Mappe",
    "LabelCustomPaths": "Angiv brugerdefinerede stier, hvor det \u00f8nskes. Lad felter tomme for at bruge standardindstillingerne.",
    "LabelCachePath": "Cache sti:",
    "LabelCachePathHelp": "Denne mappe indeholder serverens cache filer, s\u00e5som billeder.",
    "LabelImagesByNamePath": "Billeder efter navn sti:",
    "LabelImagesByNamePathHelp": "Denne mappe indeholder skuespiller, artist, genre og studie billeder.",
    "LabelMetadataPath": "Metadata sti:",
    "LabelMetadataPathHelp": "Denne placering indeholder hentede illustrationer og metadata, der ikke er konfigureret til at blive gemt i medie mapperne.",
    "LabelTranscodingTempPath": "Transcoding temporary path:",
    "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": "Basale",
    "TabTV": "TV",
    "TabGames": "Spil",
    "TabMusic": "Musik",
    "TabOthers": "Andre",
    "HeaderExtractChapterImagesFor": "Udtr\u00e6k kapitel billeder for:",
    "OptionMovies": "Film",
    "OptionEpisodes": "Episoder",
    "OptionOtherVideos": "Andre Videoer",
    "TitleMetadata": "Metadata",
    "LabelAutomaticUpdatesFanart": "Aktiver automatiske opdateringer fra FanArt.tv",
    "LabelAutomaticUpdatesTmdb": "Aktiver automatiske opdateringer fra TheMovieDB.org",
    "LabelAutomaticUpdatesTvdb": "Aktiver automatiske opdateringer fra TheTVDB.com",
    "LabelAutomaticUpdatesFanartHelp": "Hvis aktiveret, vil nye billeder blive hentet automatisk n\u00e5r de bliver tilf\u00f8jet til fanart.tv. Eksisterende billeder vil ikke bliver over skrevet.",
    "LabelAutomaticUpdatesTmdbHelp": "Hvis aktiveret, vil nye billeder blive hentet automatisk n\u00e5r de bliver tilf\u00f8jet til TheMovieDB.org. Eksisterende billeder vil ikke bliver over skrevet.",
    "LabelAutomaticUpdatesTvdbHelp": "Hvis aktiveret, vil nye billeder blive hentet automatisk n\u00e5r de bliver tilf\u00f8jet til TheTVDB.com. Eksisterende billeder vil ikke bliver over skrevet.",
    "ExtractChapterImagesHelp": "Udtr\u00e6kning af kapitel billeder vil tillade klienter at vise grafiske  scenevalgs menuer. Processen kan v\u00e6re langsom, CPU intensive og kan kr\u00e6ve flere gigabyte plads. Det k\u00f8rer som en natlig planlagt opgave kl. 04:00, dette kan konfigureres i de planlagte opgaver. Det anbefales ikke at k\u00f8re denne opgave n\u00e5r serveren er i brug.",
    "LabelMetadataDownloadLanguage": "Preferred download language:",
    "ButtonAutoScroll": "Auto-scroll",
    "LabelImageSavingConvention": "Image saving convention:",
    "LabelImageSavingConventionHelp": "Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
    "OptionImageSavingCompatible": "Compatible - Media Browser\/Xbmc\/Plex",
    "OptionImageSavingStandard": "Standard - MB2",
    "ButtonSignIn": "Log Ind",
    "TitleSignIn": "Log Ind",
    "HeaderPleaseSignIn": "Log venligst ind",
    "LabelUser": "Bruger:",
    "LabelPassword": "Kode:",
    "ButtonManualLogin": "Manuelt Log Ind",
    "PasswordLocalhostMessage": "Koder er ikke kr\u00e6vet n\u00e5r der logges ind fra localhost.",
    "TabGuide": "Guide",
    "TabChannels": "Kanaler",
    "TabCollections": "Collections",
    "HeaderChannels": "Kanaler",
    "TabRecordings": "Optagelser",
    "TabScheduled": "Planlagt",
    "TabSeries": "Serier",
    "TabFavorites": "Favorites",
    "TabMyLibrary": "My Library",
    "ButtonCancelRecording": "Annuller Optagelse",
    "HeaderPrePostPadding": "Pre\/Post Padding",
    "LabelPrePaddingMinutes": "Pre-padding minutes:",
    "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
    "LabelPostPaddingMinutes": "Post-padding minutes:",
    "OptionPostPaddingRequired": "Post-padding is required in order to record.",
    "HeaderWhatsOnTV": "What's On",
    "HeaderUpcomingTV": "Kommende TV",
    "TabStatus": "Status",
    "TabSettings": "Indstillinger",
    "ButtonRefreshGuideData": "Opdater Guide Data",
    "ButtonRefresh": "Refresh",
    "ButtonAdvancedRefresh": "Advanced Refresh",
    "OptionPriority": "Prioritet",
    "OptionRecordOnAllChannels": "Optag program p\u00e5 alle kanaler",
    "OptionRecordAnytime": "Optag program uanset tidpunkt",
    "OptionRecordOnlyNewEpisodes": "Optag kun nye episoder",
    "HeaderDays": "Dage",
    "HeaderActiveRecordings": "Aktive Optagelser",
    "HeaderLatestRecordings": "Seneste Optagelse",
    "HeaderAllRecordings": "Alle Optagelser",
    "ButtonPlay": "Afspil",
    "ButtonEdit": "Rediger",
    "ButtonRecord": "Optag",
    "ButtonDelete": "Slet",
    "ButtonRemove": "Fjern",
    "OptionRecordSeries": "Optag Serie",
    "HeaderDetails": "Detaljer",
    "TitleLiveTV": "Direkte TV",
    "LabelNumberOfGuideDays": "Antal dage af program guide data til download:",
    "LabelNumberOfGuideDaysHelp": "Hentning af flere dages program guide data giver mulighed for at planl\u00e6gge l\u00e6ngere ud i fremtiden, og se flere programoversigter, men det vil ogs\u00e5 tage l\u00e6ngere tid at downloade. Auto vil v\u00e6lge baseret p\u00e5 antallet af kanaler.",
    "LabelActiveService": "Active Service:",
    "LabelActiveServiceHelp": "Multiple tv plugins can be installed but only one can be active at a time.",
    "OptionAutomatic": "Auto",
    "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.",
    "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.",
    "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
    "OptionDownloadThumbImage": "Thumb",
    "OptionDownloadMenuImage": "Menu",
    "OptionDownloadLogoImage": "Logo",
    "OptionDownloadBoxImage": "Boks",
    "OptionDownloadDiscImage": "Disc",
    "OptionDownloadBannerImage": "Banner",
    "OptionDownloadBackImage": "Tilbage",
    "OptionDownloadArtImage": "Art",
    "OptionDownloadPrimaryImage": "Primary",
    "HeaderFetchImages": "Hent Billeder:",
    "HeaderImageSettings": "Billede Indstillinger",
    "TabOther": "Other",
    "LabelMaxBackdropsPerItem": "Maksimum antal af bagt\u00e6pper per element:",
    "LabelMaxScreenshotsPerItem": "Maksimum antal af sk\u00e6rmbilleder per element:",
    "LabelMinBackdropDownloadWidth": "Minimum bagt\u00e6ppe vidde:",
    "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
    "ButtonAddScheduledTaskTrigger": "Tilf\u00f8j Opgave Udl\u00f8ser",
    "HeaderAddScheduledTaskTrigger": "Tilf\u00f8j Opgave Udl\u00f8ser",
    "ButtonAdd": "Tilf\u00f8j",
    "LabelTriggerType": "Trigger Type:",
    "OptionDaily": "Daily",
    "OptionWeekly": "Weekly",
    "OptionOnInterval": "On an interval",
    "OptionOnAppStartup": "On application startup",
    "OptionAfterSystemEvent": "After a system event",
    "LabelDay": "Day:",
    "LabelTime": "Time:",
    "LabelEvent": "Event:",
    "OptionWakeFromSleep": "Wake from sleep",
    "LabelEveryXMinutes": "Every:",
    "HeaderTvTuners": "Tuners",
    "HeaderGallery": "Gallery",
    "HeaderLatestGames": "Latest Games",
    "HeaderRecentlyPlayedGames": "Recently Played Games",
    "TabGameSystems": "Game Systems",
    "TitleMediaLibrary": "Media Library",
    "TabFolders": "Folders",
    "TabPathSubstitution": "Path Substitution",
    "LabelSeasonZeroDisplayName": "Season 0 display name:",
    "LabelEnableRealtimeMonitor": "Enable real time monitoring",
    "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
    "ButtonScanLibrary": "Scan Library",
    "HeaderNumberOfPlayers": "Players:",
    "OptionAnyNumberOfPlayers": "Any",
    "Option1Player": "1+",
    "Option2Player": "2+",
    "Option3Player": "3+",
    "Option4Player": "4+",
    "HeaderMediaFolders": "Media Folders",
    "HeaderThemeVideos": "Theme Videos",
    "HeaderThemeSongs": "Theme Songs",
    "HeaderScenes": "Scenes",
    "HeaderAwardsAndReviews": "Awards and Reviews",
    "HeaderSoundtracks": "Soundtracks",
    "HeaderMusicVideos": "Music Videos",
    "HeaderSpecialFeatures": "Special Features",
    "HeaderCastCrew": "Cast & Crew",
    "HeaderAdditionalParts": "Additional Parts",
    "ButtonSplitVersionsApart": "Split Versions Apart",
    "ButtonPlayTrailer": "Trailer",
    "LabelMissing": "Missing",
    "LabelOffline": "Offline",
    "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
    "HeaderFrom": "From",
    "HeaderTo": "To",
    "LabelFrom": "From:",
    "LabelFromHelp": "Example: D:\\Movies (on the server)",
    "LabelTo": "To:",
    "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)",
    "ButtonAddPathSubstitution": "Add Substitution",
    "OptionSpecialEpisode": "Specials",
    "OptionMissingEpisode": "Manglende Episoder",
    "OptionUnairedEpisode": "Ikke Sendte Episoder",
    "OptionEpisodeSortName": "Episode Sort Name",
    "OptionSeriesSortName": "Seriens Navn",
    "OptionTvdbRating": "Tvdb Bed\u00f8mmelse",
    "HeaderTranscodingQualityPreference": "Transcoding Quality Preference:",
    "OptionAutomaticTranscodingHelp": "Serveren vil bestemme kvalitet og hastighed",
    "OptionHighSpeedTranscodingHelp": "Lavere kvalitet, men hurtigere omkodning",
    "OptionHighQualityTranscodingHelp": "H\u00f8jere kvalitet, men langsommere omkodning",
    "OptionMaxQualityTranscodingHelp": "Bedste kvalitet med langsommere omkodning og h\u00f8jere CPU forbrug",
    "OptionHighSpeedTranscoding": "H\u00f8jere hastighed",
    "OptionHighQualityTranscoding": "H\u00f8jere kvalietet",
    "OptionMaxQualityTranscoding": "H\u00f8jeste kvalitet",
    "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
    "OptionEnableDebugTranscodingLoggingHelp": "Dette lave generer meget store log filer, og er kun anbefalet at bruge til fejlfindings form\u00e5l.",
    "OptionUpscaling": "Tillad klienter at bede om opskaleret video",
    "OptionUpscalingHelp": "I nogle tilf\u00e6lde vil dette f\u00f8rer til bedre video kvalitet, men vil for\u00f8ge CPU forbruget.",
    "EditCollectionItemsHelp": "Tilf\u00f8j eller fjern hvilken som helst film, serier, albums, bog eller spil, du har lyst til at tilf\u00f8je til denne samling.",
    "HeaderAddTitles": "Tilf\u00f8j Titler",
    "LabelEnableDlnaPlayTo": "Aktiver DLNA \"Afspil Til\"",
    "LabelEnableDlnaPlayToHelp": "Media Browser can detect devices within your network and offer the ability to remote control them.",
    "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
    "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
    "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
    "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
    "HeaderCustomDlnaProfiles": "Custom Profiles",
    "HeaderSystemDlnaProfiles": "System Profiles",
    "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
    "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
    "TitleDashboard": "Dashboard",
    "TabHome": "Home",
    "TabInfo": "Info",
    "HeaderLinks": "Links",
    "HeaderSystemPaths": "System Paths",
    "LinkCommunity": "Community",
    "LinkGithub": "Github",
    "LinkApiDocumentation": "Api Documentation",
    "LabelFriendlyServerName": "Friendly server name:",
    "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.",
    "LabelPreferredDisplayLanguage": "Preferred display language",
    "LabelPreferredDisplayLanguageHelp": "Translating Media Browser is an ongoing project and is not yet complete.",
    "LabelReadHowYouCanContribute": "Read about how you can contribute.",
    "HeaderNewCollection": "New Collection",
    "HeaderAddToCollection": "Add to Collection",
    "ButtonSubmit": "Submit",
    "NewCollectionNameExample": "Example: Star Wars Collection",
    "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
    "ButtonCreate": "Create",
    "LabelHttpServerPortNumber": "Http server port number:",
    "LabelWebSocketPortNumber": "Web socket port number:",
    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
    "LabelExternalDDNS": "External DDNS:",
    "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
    "TabResume": "Resume",
    "TabWeather": "Weather",
    "TitleAppSettings": "App Settings",
    "LabelMinResumePercentage": "Min resume percentage:",
    "LabelMaxResumePercentage": "Max resume percentage:",
    "LabelMinResumeDuration": "Min resume duration (seconds):",
    "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
    "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
    "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
    "TitleAutoOrganize": "Auto-Organize",
    "TabActivityLog": "Activity Log",
    "HeaderName": "Name",
    "HeaderDate": "Date",
    "HeaderSource": "Source",
    "HeaderDestination": "Destination",
    "HeaderProgram": "Program",
    "HeaderClients": "Clients",
    "LabelCompleted": "Completed",
    "LabelFailed": "Failed",
    "LabelSkipped": "Skipped",
    "HeaderEpisodeOrganization": "Episode Organization",
    "LabelSeries": "Series:",
    "LabelSeasonNumber": "Season number:",
    "LabelEpisodeNumber": "Episode number:",
    "LabelEndingEpisodeNumber": "Ending episode number:",
    "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
    "HeaderSupportTheTeam": "Support the Media Browser Team",
    "LabelSupportAmount": "Amount (USD)",
    "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
    "ButtonEnterSupporterKey": "Enter supporter key",
    "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
    "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
    "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
    "OptionEnableEpisodeOrganization": "Enable new episode organization",
    "LabelWatchFolder": "Watch folder:",
    "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
    "ButtonViewScheduledTasks": "View scheduled tasks",
    "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
    "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
    "LabelSeasonFolderPattern": "Season folder pattern:",
    "LabelSeasonZeroFolderName": "Season zero folder name:",
    "HeaderEpisodeFilePattern": "Episode file pattern",
    "LabelEpisodePattern": "Episode pattern:",
    "LabelMultiEpisodePattern": "Multi-Episode pattern:",
    "HeaderSupportedPatterns": "Supported Patterns",
    "HeaderTerm": "Term",
    "HeaderPattern": "Pattern",
    "HeaderResult": "Result",
    "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
    "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
    "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
    "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
    "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
    "LabelTransferMethod": "Transfer method",
    "OptionCopy": "Copy",
    "OptionMove": "Move",
    "LabelTransferMethodHelp": "Copy or move files from the watch folder",
    "HeaderLatestNews": "Latest News",
    "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
    "HeaderRunningTasks": "Running Tasks",
    "HeaderActiveDevices": "Active Devices",
    "HeaderPendingInstallations": "Pending Installations",
    "HeaerServerInformation": "Server Information",
    "ButtonRestartNow": "Restart Now",
    "ButtonRestart": "Restart",
    "ButtonShutdown": "Shutdown",
    "ButtonUpdateNow": "Update Now",
    "PleaseUpdateManually": "Please shutdown the server and update manually.",
    "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
    "ServerUpToDate": "Media Browser Server is up to date",
    "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
    "LabelComponentsUpdated": "The following components have been installed or updated:",
    "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
    "LabelDownMixAudioScale": "Audio boost when downmixing:",
    "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
    "ButtonLinkKeys": "Link Keys",
    "LabelOldSupporterKey": "Old supporter key",
    "LabelNewSupporterKey": "New supporter key",
    "HeaderMultipleKeyLinking": "Multiple Key Linking",
    "MultipleKeyLinkingHelp": "If you have more than one supporter key, use this form to link the old key's registrations with your new one.",
    "LabelCurrentEmailAddress": "Current email address",
    "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
    "HeaderForgotKey": "Forgot Key",
    "LabelEmailAddress": "Email address",
    "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
    "ButtonRetrieveKey": "Retrieve Key",
    "LabelSupporterKey": "Supporter Key (paste from email)",
    "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
    "MessageInvalidKey": "Supporter key is missing or invalid.",
    "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
    "HeaderDisplaySettings": "Display Settings",
    "TabPlayTo": "Play To",
    "LabelEnableDlnaServer": "Enable Dlna server",
    "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
    "LabelEnableBlastAliveMessages": "Blast alive messages",
    "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
    "LabelBlastMessageInterval": "Alive message interval (seconds)",
    "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
    "LabelDefaultUser": "Default user:",
    "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": "Server Settings",
    "LabelWeatherDisplayLocation": "Weather display location:",
    "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
    "LabelWeatherDisplayUnit": "Weather display unit:",
    "OptionCelsius": "Celsius",
    "OptionFahrenheit": "Fahrenheit",
    "HeaderRequireManualLogin": "Require manual username entry for:",
    "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
    "OptionOtherApps": "Other apps",
    "OptionMobileApps": "Mobile apps",
    "HeaderNotificationList": "Click on a notification to configure it's sending options.",
    "NotificationOptionApplicationUpdateAvailable": "Application update available",
    "NotificationOptionApplicationUpdateInstalled": "Application update installed",
    "NotificationOptionPluginUpdateInstalled": "Plugin update installed",
    "NotificationOptionPluginInstalled": "Plugin installed",
    "NotificationOptionPluginUninstalled": "Plugin uninstalled",
    "NotificationOptionVideoPlayback": "Video playback started",
    "NotificationOptionAudioPlayback": "Audio playback started",
    "NotificationOptionGamePlayback": "Game playback started",
    "NotificationOptionVideoPlaybackStopped": "Video playback stopped",
    "NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
    "NotificationOptionGamePlaybackStopped": "Game playback stopped",
    "NotificationOptionTaskFailed": "Scheduled task failure",
    "NotificationOptionInstallationFailed": "Installation failure",
    "NotificationOptionNewLibraryContent": "New content added",
    "NotificationOptionNewLibraryContentMultiple": "Nyt indhold tilf\u00f8jet (flere)",
    "SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
    "NotificationOptionServerRestartRequired": "Server restart required",
    "LabelNotificationEnabled": "Enable this notification",
    "LabelMonitorUsers": "Monitor activity from:",
    "LabelSendNotificationToUsers": "Send the notification to:",
    "LabelUseNotificationServices": "Use the following services:",
    "CategoryUser": "User",
    "CategorySystem": "System",
    "CategoryApplication": "Program",
    "CategoryPlugin": "Plugin",
    "LabelMessageTitle": "Message title:",
    "LabelAvailableTokens": "Available tokens:",
    "AdditionalNotificationServices": "Browse the plugin catalog to install additional notification services.",
    "OptionAllUsers": "All users",
    "OptionAdminUsers": "Administrators",
    "OptionCustomUsers": "Custom",
    "ButtonArrowUp": "Op",
    "ButtonArrowDown": "Ned",
    "ButtonArrowLeft": "Venstre",
    "ButtonArrowRight": "H\u00f8jre",
    "ButtonBack": "Tilbage",
    "ButtonInfo": "Info",
    "ButtonOsd": "On screen display",
    "ButtonPageUp": "Side op",
    "ButtonPageDown": "Side ned",
    "PageAbbreviation": "PG",
    "ButtonHome": "Hjem",
    "ButtonSearch": "S\u00f8g",
    "ButtonSettings": "Indstillinger",
    "ButtonTakeScreenshot": "Capture Screenshot",
    "ButtonLetterUp": "Bogstav op",
    "ButtonLetterDown": "Bogstav ned",
    "PageButtonAbbreviation": "PG",
    "LetterButtonAbbreviation": "A",
    "TabNowPlaying": "Spiler nu",
    "TabNavigation": "Navigation",
    "TabControls": "Controls",
    "ButtonFullscreen": "Toggle fullscreen",
    "ButtonScenes": "Scener",
    "ButtonSubtitles": "Undertekster",
    "ButtonAudioTracks": "Audio tracks",
    "ButtonPreviousTrack": "Previous track",
    "ButtonNextTrack": "Next track",
    "ButtonStop": "Stop",
    "ButtonPause": "Pause",
    "LabelGroupMoviesIntoCollections": "Group movies into collections",
    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
    "NotificationOptionPluginError": "Plugin fejl",
    "ButtonVolumeUp": "Volume up",
    "ButtonVolumeDown": "Volume down",
    "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": "Type:",
    "LabelPersonRole": "Role:",
    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
    "LabelProfileContainer": "Container:",
    "LabelProfileVideoCodecs": "Video codecs:",
    "LabelProfileAudioCodecs": "Audio codecs:",
    "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": "Video",
    "OptionProfileAudio": "Lyd",
    "OptionProfileVideoAudio": "Video lyd",
    "OptionProfilePhoto": "Foto",
    "LabelUserLibrary": "bruger bibliotek",
    "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": "Display all videos as plain video items",
    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
    "LabelSupportedMediaTypes": "Supported Media Types:",
    "TabIdentification": "Identification",
    "TabDirectPlay": "Direct Play",
    "TabContainers": "Containers",
    "TabCodecs": "Codecs",
    "TabResponses": "Responses",
    "HeaderProfileInformation": "Profile Information",
    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
    "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": "Icon max width:",
    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
    "LabelIconMaxHeight": "Icon max height:",
    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
    "LabelMaxBitrate": "Max bitrate:",
    "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": "System venligt navn",
    "LabelManufacturer": "Producent",
    "LabelManufacturerUrl": "Producent url",
    "LabelModelName": "Model navn",
    "LabelModelNumber": "Model nummer",
    "LabelModelDescription": "Model beskrivelse",
    "LabelModelUrl": "Model url",
    "LabelSerialNumber": "Serial number",
    "LabelDeviceDescription": "Device description",
    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
    "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": "Sony aggregation flags:",
    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
    "LabelTranscodingContainer": "Container:",
    "LabelTranscodingVideoCodec": "Video codec:",
    "LabelTranscodingVideoProfile": "Video profile:",
    "LabelTranscodingAudioCodec": "Audio codec:",
    "OptionEnableM2tsMode": "Enable M2ts mode",
    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
    "OptionEstimateContentLength": "Estimate content length when transcoding",
    "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": "Download subtitles for:",
    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
    "LabelSkipIfGraphicalSubsPresent": "Spring over hvis videioen allerede indeholder grafiske undertekster",
    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
    "TabSubtitles": "Undertekster",
    "TabChapters": "Chapters",
    "HeaderDownloadChaptersFor": "Download chapter names for:",
    "LabelOpenSubtitlesUsername": "Open Subtitles brugernavn:",
    "LabelOpenSubtitlesPassword": "Open Subtitles kode:",
    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
    "LabelSubtitlePlaybackMode": "Subtitle mode:",
    "LabelDownloadLanguages": "Download languages:",
    "ButtonRegister": "Register",
    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
    "LabelSkipIfAudioTrackPresentHelp": "Uncheck dette for at sikre at alle videoer har undertekster, uanset hvilket sprog lydsporet anvender.",
    "HeaderSendMessage": "Send besked",
    "ButtonSend": "Send",
    "LabelMessageText": "Tekst besked",
    "MessageNoAvailablePlugins": "No available plugins.",
    "LabelDisplayPluginsFor": "Display plugins for:",
    "PluginTabMediaBrowserClassic": "MB Classic",
    "PluginTabMediaBrowserTheater": "MB Theater",
    "LabelEpisodeNamePlain": "Episode name",
    "LabelSeriesNamePlain": "Series name",
    "ValueSeriesNamePeriod": "Series.name",
    "ValueSeriesNameUnderscore": "Series_name",
    "ValueEpisodeNamePeriod": "Episode.name",
    "ValueEpisodeNameUnderscore": "Episode_name",
    "LabelSeasonNumberPlain": "Season number",
    "LabelEpisodeNumberPlain": "Episode number",
    "LabelEndingEpisodeNumberPlain": "Ending episode number",
    "HeaderTypeText": "Enter Text",
    "LabelTypeText": "Text",
    "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",
    "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",
    "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 New 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.",
    "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client",
    "ButtonDismiss": "Dismiss",
    "MessageLearnHowToCustomize": "Learn how to customize this page to your own personal tastes. Click your user icon in the top right corner of the screen to view and update your preferences.",
    "ButtonEditOtherUserPreferences": "Edit this user's 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.",
    "LabelSelectCollection": "Select collection:",
    "ViewTypeMovies": "Movies",
    "ViewTypeTvShows": "TV",
    "ViewTypeGames": "Games",
    "ViewTypeMusic": "Music",
    "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",
    "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.",
    "TabXbmcMetadata": "Xbmc",
    "HeaderXbmcMetadataHelp": "Media Browser includes native support for Xbmc Nfo metadata and images. To enable or disable Xbmc metadata, use the Advanced tab to configure options for your media types.",
    "LabelXbmcMetadataUser": "Add user watch data to nfo's for:",
    "LabelXbmcMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Xbmc.",
    "LabelXbmcMetadataDateFormat": "Release date format:",
    "LabelXbmcMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
    "LabelXbmcMetadataSaveImagePaths": "Save image paths within nfo files",
    "LabelXbmcMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Xbmc guidelines.",
    "LabelXbmcMetadataEnablePathSubstitution": "Enable path substitution",
    "LabelXbmcMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
    "LabelXbmcMetadataEnablePathSubstitutionHelp2": "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",
    "LabelXbmcMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
    "LabelXbmcMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Xbmc 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": "Value:",
    "LabelMatchType": "Match type:",
    "OptionEquals": "Equals",
    "OptionRegex": "Regex",
    "OptionSubstring": "Substring",
    "TabView": "View",
    "TabSort": "Sort",
    "TabFilter": "Filter",
    "ButtonView": "View",
    "LabelPageSize": "Item limit:",
    "LabelPath": "Path:",
    "LabelView": "View:",
    "TabUsers": "Users",
    "LabelSortName": "Sort name:",
    "LabelDateAdded": "Date added:",
    "HeaderFeatures": "Features",
    "HeaderAdvanced": "Advanced",
    "ButtonSync": "Sync",
    "TabScheduledTasks": "Scheduled Tasks",
    "HeaderChapters": "Chapters",
    "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"
}