forked from Stremio/stremio-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
da-DK.json
1484 lines (1484 loc) · 90.8 KB
/
da-DK.json
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
{
"TYPE_movie": "Film",
"TYPE_series": "Serie",
"TYPE_tv": "Kanal",
"TYPE_channel": "Kanal",
"TYPE_other": "Andet",
"TYPE_movie_PL": "Film",
"TYPE_series_PL": "Serier",
"TYPE_tv_PL": "TV",
"TYPE_channel_PL": "YouTube",
"TYPE_other_PL": "Andrer",
"TYPE_ALL": "All",
"TYPE": "Type",
"CATALOG_com_linvo_cinemeta_top": "Popular",
"CATALOG_com_linvo_cinemeta_imdbRating": "Featured",
"CATALOG_com_linvo_cinemeta_year": "New",
"CATALOG_org_stremio_pubdomainmovies_publicdomainmovies": "Public Domain Movies",
"VIDEO": "Video",
"BACK": "Tilbage",
"MORE": "Mere",
"DONE": "Færdig",
"COPY": "Copy",
"SUCCESS": "Success",
"ERROR": "Error",
"SETTINGS_CASTING_MODE_PICKER": "Casting mode",
"CASTING_MODE_HLSV2": "Default",
"CASTING_MODE_VLC": "libVLC",
"CASTING_MODE_NO_TRANSCODING": "No transcoding",
"Discover": "Opdag",
"Board": "Væg",
"Library": "Bibliotek",
"My Library": "Mit Bibliotek",
"Calendar": "Kalender",
"NOTIFICATION_ONLINE": "Du er nu online",
"NOTIFICATION_OFFLINE": "Du er nu offline",
"INTERNET_CONNECTION": "Netværk forbindelse",
"STORAGE_FULL_TITLE": "OBS: Ikke mere ledig plads",
"STORAGE_FULL_TEXT": "Stremio will not be able to save your settings, preferences or login information. Consider re-starting or re-installing Stremio.",
"SEARCH": "Søg efter",
"SEARCH_NO_RESULTS": "Ingen resultater fundet",
"SEARCH_EXPLANATION_CONTENT": "Søg efter film, serier, YouTube og TV kanaler",
"SEARCH_EXPLANATION_PEOPLE": "Søg efter skuespiller, direktører og forfatterer",
"SEARCH_PASTE_LINKS": "Paste HTTP and Magnet links",
"SEARCH_OR_PASTE_LINK": "Search or paste link",
"SEARCH_SUGGESTIONS": "Search Suggestions",
"ADD_TO_LIB": "Tilføj til Bibliotek",
"REMOVE_FROM_LIB": "Fjern fra Bibliotek",
"ADDED_TO_LIB": "Tilføjet til Bibliotek",
"REMOVED_FROM_LIB": "Fjernet fra Bibliotek",
"TRAILER": "Trailer",
"WATCH_TRAILER": "Se Trailer",
"WATCH_NOW": "Afspil",
"SHOW": "Vis",
"SHOW_MOVIE": "Vis film",
"WATCH_RANDOM": "Se tilfældig",
"IMDB_RATING": "IMDb Bedømmelse",
"YEAR": "År",
"DIRECTOR": "Instruktør",
"WRITER": "Skrevet af",
"LEAD_ACTORS": "Hovedroller",
"CAST": "Medvirkende",
"CREW": "Filmhold",
"SHOW_MORE_CAST": "Se flere »",
"AIRED": "Sendt",
"SEASONS": "Sæsoner",
"GENRE": "Genre",
"GENRE_ALL": "All genres",
"CATALOG": "Katalog",
"SUMMARY": "Opsummering",
"SHOW_MORE": "Show More",
"SIMILAR": "Lignende",
"UPCOMING": "Kommende",
"ENDED": "Sluttet",
"DURATION": "Længde",
"FEATURED": "Featured",
"METADATA": "Metadata",
"CATEGORY": "Kategori",
"LINKS_GENRES": "Genres",
"LINKS_CAST": "Cast",
"LINKS_DIRECTORS": "Directors",
"SEARCH_VIDEOS": "Søg videoer",
"SEARCH_PLACEHOLDER": "Søg eller indsæt magnet link",
"ADDON": "Tilføjelse",
"ADDONS": "Tilføjelser",
"OFFICIAL": "Officielle",
"ADDONS_OFFICIAL": "Officielle Stremio tilføjelser",
"ADDONS_POPULAR": "Populære nær dig",
"ADDON_FREE": "Gratis",
"ADDON_PEERED": "peered",
"ADDON_SUBSCRIPTION": "Abonnement",
"ADDON_STREAM_GEORESTRICTED": "Ikke tilgængeligt i dit område",
"ADDON_STREAM_OFFLINECACHE": "Offline Cache",
"ADDON_STREAM_LOCALFILE": "Lokal Fil",
"SHARE_ADDON": "Del tilføjelse",
"AVAILABLE_STREAMS": "Tilgængelige Streams",
"NO_STREAM": "Ingen tilgængelige streams",
"ALL_ADDONS": "All",
"INSTALL_MORE_ADDONS": "For flere streams, vær venlig at installere flere tilføjelser",
"STREAM_NOT_SUPPORTED": "Den valgte stream er ikke understøttet på denne platform.",
"ADDON_CATALOGUE": "Vis alle tilføjelser »",
"ADDON_CATALOGUE_MORE": "Flere tilføjelser »",
"REPO_ADDED": "Repository added",
"ADDON_REPO_EXIST_ERR": "This addons repository already exist",
"ADDON_REPO_ERR": "Der opstod fejl under tilføjelse af repository",
"ADDON_ADD_ERR": "Der skete en fejl under tilføjelse af tilføjelsen",
"ERR_ADDON_PROTECTED": "Beskyttet tilføjelse",
"ERR_ADDON_INTERNAL_SOMETHING_WRONG": "Noget gik galt - authentificering slog måske fejl",
"ERR_NOT_COLLECTION_URL": "Not a collection url",
"ERR_NOT_ADDON_URL": "Not an addon url",
"ERR_DETECTFROMURL": "Cannot detect from url",
"ADDON_DUPLICATE_WARNING": "Warning: duplicated addon",
"ADDON_COLLECTION_SET_FAILED": "Addon collection set failed",
"SETTINGS_DATA_EXPORT": "Export data",
"ADDON_PULL_FAILED": "Addon pulling failed",
"REFRESH_ON_CLICK": "Click to retry",
"STILL_IN_THEATER": "Film stadig i biografen",
"WATCH_IN_CINEMA": "se den i din lokale biograf",
"IN_THEATER": "I biografen",
"GET_TICKETS": "Køb biletter",
"UPCOMING_EPISODE": "Upcoming episode",
"UPCOMING_EPISODE_MESSAGE": "This episode will be aired on",
"MISSING_DATE_EPISODE": "Missing episode date",
"MISSING_DATE_EPISODE_MESSAGE": "This episode might not have aired yet",
"CHANNEL_NOT_SCRAPED": "Denne kanal er ikke indekseret endnu.<br>Kom tilbage om et par minutter.",
"ADD_TO_LIBRARY_TO_GET_NOTIFIED": "Tilføj til dit bibliotek og bliv notificeret når den er tilgængelig",
"GET_NOTIFIED_WHEN_AVAILABLE": "Du vil blive notificeret når den er tilgængelig",
"WARNING_STREAMING_SERVER": "Warning: local streaming server not found. Streaming from YouTube and BitTorrent will not be available.",
"WARNING_STREAMING_SERVER_DISMISS": "Dismiss",
"WARNING_STREAMING_SERVER_LATER": "Later",
"DECODER_WARNING": "Warning: this video may not be supported by your hardware. Keep in mind, playback may be slow.",
"GENERIC_ERROR_MESSAGE": "Something went wrong!",
"TRY_AGAIN": "Try again",
"CLEAR_DATA": "Clear data",
"PLAYER_ERROR": "Oops, Player Error",
"PLAYER_ERROR_LOOKSLIKE": "It looks like",
"PLAYER_ORIENTATION": "Player orientation",
"PLAYER_ORIENTATION_LANDSCAPE_SHORT": "Locked",
"PLAYER_ORIENTATION_SENSOR_SHORT": "Sensor",
"PLAYER_ORIENTATION_LANDSCAPE": "Player orientation locked at landscape",
"PLAYER_ORIENTATION_SENSOR": "Player orientation automatic (sensor)",
"PLAYER_PLAYBACK_SPEED": "Playback Speed",
"PLAYER_PLAYBACK_ERROR": "Playback error, please try again",
"PLAYER_PLAYBACK_ERROR_UNKNOWN": "Unknown error",
"PLAYER_PLAYBACK_ERROR_DEFAULT": "Sorry, this video cannot be played by {{productName}}.",
"PLAYER_SUBTITLES_LANGUAGES": "Subtitles Languages",
"PLAYER_SUBTITLES_VARIANTS": "Subtitles Variants",
"PLAYER_SUBTITLES_SETTINGS": "Subtitles Settings",
"PLAYER_SUBTITLES_DISABLED": "Subtitles are disabled",
"PLAYER_SUBTITLES_VERTICAL_POSIITON": "Vertical Position",
"PLAYER_SUBTITLES_LOADED": "Subtitles loaded",
"PLAYER_SUBTITLES_LOADED_EMBEDDED": "Embedded subtitles loaded",
"PLAYER_SUBTITLES_LOADED_EXCLUSIVE": "Exclusive subtitles loaded",
"PLAYER_SUBTITLES_LOADED_ORIGIN": "Subtitles from {{origin}} loaded",
"PLAYER_PLAY": "Play",
"PLAYER_PAUSE": "Pause",
"PLAYER_NEXT_VIDEO": "Next Video",
"PLAYER_MUTE": "Mute",
"PLAYER_UNMUTE": "Unmute",
"PLAYER_OPEN_IN_EXTERNAL": "Open in external player",
"PLAYER_OPEN_IN_NPLAYER": "Open in nPlayer",
"PLAYER_PLAY_IN": "Play in {{device}}",
"PLAYER_LIVE": "Live",
"PLAYER_NEXT_VIDEO_TITLE": "Coming up next on",
"PLAYER_NEXT_VIDEO_TITLE_SHORT": "Next on",
"PLAYER_NEXT_VIDEO_BUTTON_DISMISS": "Dismiss",
"PLAYER_NEXT_VIDEO_BUTTON_WATCH": "Watch now",
"PLAYER_COPY_STREAM_SUCCESS": "Stream link was copied to your clipboard",
"PLAYER_COPY_STREAM_ERROR": "Failed to copy stream link",
"PLAYER_COPY_DOWNLOAD_LINK_SUCCESS": "Download link was copied to your clipboard",
"PLAYER_COPY_DOWNLOAD_LINK_ERROR": "Failed to copy download link",
"STREAMING_FROM": "streamer fra",
"CASTING_TO": "Afspiller på",
"NETWORK_STATUS": "Netværksstatus",
"STREAM_SPEED": "Hastighed:",
"STREAM_BUFFERED": "Downloadet:",
"PEERS_INFO": "Peers Information",
"PEERS_ACTIVE": "Aktive:",
"PEERS_CONNECTED": "Forbundet:",
"PEERS_WAITING": "Venter:",
"TRANSCODING_WARNING": "Warning: transcoding video.",
"STREAM_LOADING": "Henter..",
"PLAYING_LOCAL": "afspiller fra lokal fil",
"PLAYING_CACHE": "afspiller fra cache",
"WRONG_SUBS": "Forkert tekst?",
"ERR_SUBS_LOADING_TITLE": "Fejl under indlæsning af undertekster",
"ERR_SUBS_LOADING": "Kunne ikke indlæse undertekster: det kunne være et problem med tilføjelsen du bruger eller med din netværk forbindelse",
"WARN_FOLLOWING_SUB_ADDONS_FAILED": "Følgende underteksts tilføjelse fejlede",
"ERR_CASTING_UPDATE_TITLE": "Kunne ikke opdatere casting enheds info: streaming serveren er måske offline",
"CHOOSE_DEVICE": "Vælg enhed at afspille på",
"NO_CAST_DEVICES": "Ingen casting enheder tilgængelige.",
"NO_SETTINGS": "Ingen instillinger tilgængelige.",
"PHONE_TABLET": "Telefon / Tablet",
"SUBTITLES": "Undertekster",
"SUBTITLES_CHANGE": "Ændre undertekster",
"SUBTITLES_CHANGE_NONE": "Der er ikke flere undertekster til dette sprog, desværre.",
"SUBTITLES_CHANGE_ACIVE": "Undertekst #{{subtitlesDialog.activeIdx + 1}} er aktiveret. Klik \"Forsæt\" for at aktivere #{{subtitlesDialog.pickedIdx + 1}}.",
"SUBTITLES_OR": "Alternativt,",
"SUBTITLES_ADJUST_DELAY": "Juster undertekst forsinkelse:",
"SUBTITLES_ADJUST_DELAY_SHORTCUT": "Eller brug <span>G</span> / <span>H</span> taster under afspilning for at justere.",
"SUBTITLES_ADJUST_DELAY_TIP": "TIP: du kan bruge <span>G</span> / <span>H</span> taster under afspilning for at justere.",
"SUBTITLES_DELAY": "Undertekst forsinkelse:",
"SUBTITLES_LOADING": "Indlæser undertekster...",
"SUBTITLES_UNAVAILABLE": "Ingen eksterne undertekster tilgængelige",
"SUBTITLES_DISABLED": "Slået fra",
"EXTERNAL_PLAYER_DISABLED": "Disabled",
"EXTERNAL_PLAYER_ALLOW_CHOOSING": "Allow Choosing",
"EXTERNAL_PLAYER_HINT": "Hint: There is a setting to allow always opening with external player",
"DONT_SHOW_AGAIN": "Don't show again",
"SERVICE_INSTALL": "Install",
"AUDIO": "Lyd",
"DEFAULT_LANGUAGE": "Default Language",
"DEFAULT_SECONDARY_LANGUAGE": "Default Secondary Language",
"SEASON": "Sæson",
"EPISODE": "Episode",
"EPISODE_ABBREVIATION": "EP",
"SPECIAL": "Special",
"SORT": "sort",
"SORT_BY": "Sort by",
"FILTER": "filter",
"SORT_TRENDING": "tendens",
"SORT_RECENT": "seneste",
"SORT_ALPHABET": "alfabetisk",
"SORT_ALPHABET_REVERSE": "z-a",
"SORT_RATING": "bedømmelser",
"SORT_WATCHED": "set",
"SORT_YEAR": "år",
"SELECT_TYPE": "Select type",
"SELECT_SORT": "Select sort",
"SELECT_CATALOG": "Select catalog",
"SELECT_GENRE": "Select genre",
"SORT_LASTWATCHED": "By last watched",
"SORT_NAME": "By name",
"SORT_NAMEREVERSE": "z-a",
"SORT_TIMESWATCHED": "By times watched",
"SORT_NOTWATCHED": "not watched",
"New for You": "Nyt til dig",
"New Episodes": "Nye episoder",
"New Videos": "Nye Videoer",
"Recommendations": "Anbefalinger",
"LIBRARY_RESUME": "Genoptag",
"LIBRARY_PLAY": "Play",
"LIBRARY_DETAILS": "Detaljer",
"LIBRARY_RESUME_DISMISS": "Afvis",
"LIBRARY_CLEAR_PROGRESS": "Clear Progress",
"LIBRARY_REMOVE": "Remove",
"LIBRARY_NOT_LOGGED_IN": "Library is only available for logged in users",
"CALENDAR_NOT_LOGGED_IN": "Calendar is only available for logged in users",
"NOT_LOGGED_IN_CLOUD": "Access your favorite movies and TV shows anytime, anywhere",
"NOT_LOGGED_IN_RECOMMENDATIONS": "Recommendations tailored to your viewing history",
"NOT_LOGGED_IN_NOTIFICATIONS": "Never miss an episode again",
"NOT_LOGGED_IN_CALENDAR": "Schedule your personal watching calendar",
"DISCOVER_FEATURED": "Indhold",
"DISCOVER_TOP": "Populære",
"DISCOVER_OSCAR": "Oscar Vindere",
"DISCOVER_WARNING_TITLE": "Ups!",
"DISCOVER_EMPTY_CATALOG": "Tilføjelsen returnerede tomt indhold.",
"DISCOVER_ADULT_WARNING": "Inholdet er kun synligt for voksne. Er du 18+?",
"DISCOVER_NOADDON_WARNING": "Advarsel: intet Stremio tilføjelse aktiveret for denne type. Viser gemte ting, intet vil blive opdateret.",
"DISCOVER_LOAD_ERR": "Indholdet kunne ikke indlæses, fejl opstået.",
"DISCOVER_ADDON_UNINSTALLED": "Indholdet er ikke længere tilgængeligt, måske har du afinstalleret tilføjelsen.",
"UNINSTALL_THIS_ADDON": "Afinstaler tilføjelsen",
"ERR_ADDON_NOT_INSTALLED": "Tilføjelsen er ikke instaleret. Instaler nu?",
"DETAIL_RECEIVE_NOTIF_SERIES": "Modtag notifikationer for nye episoder",
"DETAIL_RECEIVE_NOTIF_VIDEOS": "Modtag notificationer for nye videoer",
"SIDEBAR_SHOW_STREAMS": "Vis streams",
"RELAUNCH": "Genindlæs nu!",
"UPGRADE": "Opdater til seneste Stremio version",
"RELOAD_UI": "Genindlæs brugerflade",
"MANUAL_UPDATE_TITLE": "Opdater din Stremio version",
"MANUAL_UPDATE_LINE1": "Du kører en gammel version af Stremio hvilket ikke er anbefalet.",
"MANUAL_UPDATE_LINE2": "Opdater venligst så hurtigt som muligt.",
"BUTTON_UPDATE_LATTER": "Ikke nu",
"BUTTON_UPDATE_NOW": "Opdater",
"ANONYMOUS_USER": "Anonym bruger",
"DONT_HAVE_ACC": "Har du ikke en konto?",
"HAVE_ACC": "Har du allerede en konto?",
"PASSWORD": "Adgangskode",
"PASSWORD_CONFIRM": "Bekræft adgangskode",
"EMAIL": "E-mail",
"FB_LOGIN": "Login med Facebook",
"FB_NOTHINGSHARED": "Intet bliver delt uden din tilladelse",
"FB_NOPOST": "Vi slår aldrig noget op på dine vegne",
"OR": "eller",
"I_ACCEPT": "Jeg accepterer",
"I_ACCEPT_BY_CLICKING": "Ved at klikke overstående knap bekræfter jeg at jeg accepterer ",
"TOS": "Betingelser",
"MUST_ACCEPT_TERMS": "You must accept terms",
"PASSWORDS_NOMATCH": "Kodeord ikke korrekt",
"SIGN_UP": "Opret",
"SIGN_UP_EMAIL": "Tilmeld med email",
"CLICK_TO_SIGN_UP": "Klik her for at tilmelde dig.",
"LOG_IN": "Log ind",
"LOG_OUT": "Log ud",
"EXIT_FULLSCREEN": "Exit fullscreen mode",
"ENTER_FULLSCREEN": "Enter fullscreen mode",
"PLAY_URL_MAGNET_LINK": "Play URL/Magnet link",
"HELP_FEEDBACK": "Hjælp & Feedback",
"TERMS_OF_SERVICE": "Terms of Service",
"PRIVACY_POLICY": "Privacy Policy",
"ABOUT_STREMIO": "Om Stremio",
"USER_PANEL": "Bruger Panel",
"LOGIN_LABEL": "Login",
"GUEST_LOGIN": "Gæste log ind",
"GUEST_LOGIN_NOTICE": "Guest Login is not recommended. Using a regular login allows Stremio to sync your Library, receive notifications for favourite series/channels. Are you sure you want to proceed?",
"GUEST_LOGIN_NOTICE_2": "Guest Login is not recommended - you won't have synced Library and Board notifications, which are vital Stremio features. Are you sure you want to proceed?",
"CLICK_HERE": "Klik her",
"WRONG_PASSWORD": "Forkert kodeord. Har du glemt dit kodeord, ",
"SET_A_PASS": "Vælg kodeord",
"RESET_PASSWORD": "Reset kodeord",
"FORGOT_PASSWORD": "Glemt kodeord?",
"EMAIL_USED_WITH_FB": "Denne email er brugt til Facebook log ind.",
"INVALID_EMAIL": "Venligst intast en gyldig email addresse",
"INVALID_PASSWORD": "Venligst indtast et gyldigt kodeord",
"CONN_ERR": "Forbindelse fejl - Prøv igen senere.\n\nHvis fejl forsætter, deaktiver firewalls/anti-virus software (specielt Bitdefender).",
"IMPORT_FROM_GUEST": "Importer bibliotek fra din gæstekonto",
"RECEIVE_UPDATES_EMAIL": "Modtag opdateringer til din email fra Stremio",
"LOGIN_FAILED": "Login fejlede.",
"SIGNUP_FAILED": "Tilmelding fejlede.",
"SEARCH_FAILED": "Søgning fejlede",
"EMAIL_USED": "Denne email er allerede i brug.",
"WAITING_FB_LOGIN": "Logger ind med Facebook...",
"EXTERNAL_PLAYER_TITLE": "Afspil i extern afspiller",
"EXTERNAL_REMEMBER_PLAYER": "Husk valg?",
"EXTERNAL_ALWAYS_PLAY": "Ja",
"EXTERNAL_ONLY_ONCE": "Nej",
"BEST_FIT": "Best Fit",
"FIT_SCREEN": "Fit Screen",
"FILL": "Fill",
"16:9": "16:9",
"4:3": "4:3",
"Original": "Original",
"INTRO_TASTE": "Fortæl os hvad du godt kan lide",
"INTRO_TASTE_LONG": "Fortæl os om hvad du gerne vil se",
"INTRO_TASTE_PICK": "Vælg {{interestsRemaining}} interesser",
"INTRO_TASTE_PICK_MORE": "Vælg {{interestsRemaining}} flere interesser",
"INTRO_TASTE_HELP_US": "Hjælp os med at lære mere om dig.",
"INTRO_TASTE_CHOOSE_THESE": "Vælg nogle af disse:",
"INTRO_TASTE_CHOOSE_MIN": "Vælg mindst 3 kategorier",
"INTRO_TASTE_CHOOSE_MIN_ERR": "Du skal vælge mindst 3 kategorier!",
"INTRO_TASTE_LIFESTYLE": "Livsstil",
"INTRO_TASTE_SPORTS": "Sport",
"INTRO_TASTE_FOOD_HEALTH": "Mad & Sunhed",
"INTRO_TASTE_BEAUTY_FASHION": "Skønhed & Mode",
"INTRO_TASTE_NEWS": "Nyheder",
"INTRO_TASTE_GAMING": "Gaming",
"INTRO_TASTE_SCIENCE_EDU": "Videnskab & Uddannelse",
"INTRO_TASTE_MUSIC": "Musik",
"INTRO_TASTE_TRAVEL": "Rejse",
"INTRO_TASTE_LATE_NIGHT": "Late Night Show",
"INTRO_TASTE_REALITY": "Reality",
"INTRO_TASTE_COMEDY": "Komedie",
"INTRO_TASTE_DIY": "Gør det selv",
"INTRO_TASTE_TECH": "Tech",
"INTRO_TASTE_CINEMA": "Biograf",
"ADDON_NOT_SUPPORTED": "Den valgte tilføjelse er ikke understøttet på denne platform.",
"ADDON_DISCLAIMER": "Brug af tredjeparts tilføjelser vil altid være dit eget ansvar og love og regler kan være forskellige fra land til land.",
"ADDON_ACTIVATE": "Aktiver denne tilføjelse?",
"ADDON_REPO_ADD": "Addon repository url",
"ADDON_ADD": "Add",
"INSTALL_ADDON": "Install addon",
"ADD_ADDON": "Add addon",
"ADD_ADDON_DESCRIPTION": "You can add an addon via an external link, which will appear under Installed addons.",
"PASTE_ADDON_URL": "Paste addon URL",
"WHATS_NEW": "Hvad er nyt",
"BUTTON_CONTINUE": "Fortsæt",
"BUTTON_ACTIVATE": "Aktiver",
"BUTTON_ACTIVATED": "Activated",
"BUTTON_CANCEL": "Annuller",
"BUTTON_SUBMIT": "Submit",
"BUTTON_DISMISS_ALL": "Dismiss All",
"BUTTON_VIEW_ALL": "view all",
"BUTTON_SEE_ALL": "See All",
"BUTTON_COLOR_TRANSPARENT": "Transparent",
"OPEN_IN_BROWSER": "Open in browser",
"LIB_EMPTY": "Dit bibliotek er tomt. Find ud af hvor brugbart det er :) ",
"HOW_START": "Tilføj indhold til dit bibliotek",
"LIB_EMPTY_CAL": "Din kalender viser serier fra dit bibliotek.",
"HOW_START_CAL": "Tilføj indhold til dit bibliotek",
"LIB_EMPTY_BOARD": "Din væg viser notifikationer & anbefalinger relateret til dit bibliotek.",
"HOW_START_BOARD_WAIT": "Tilføj indhold til dit bibliotek og vent et par minutter til indholdet er opdateret :)",
"HOW_START_BOARD": "Sådan tilføjer du indhold",
"IMPORT_FB": "Importer ting du kan lide fra <span>Facebook</span>",
"IMPORT_TRAKT": "Import your media library from <span>Trakt</span>",
"IMPORT_DISCOVER": "Find interessante ting fra <span>Opdag</span>",
"IMPORT_DISK": "Importer film og serier fra din <span>computer</span>",
"PLEASE_CREATE_ACC": "Venligst <u>opret en konto</u> for at aktivere Bibliotek & Væg.",
"IMPORT_DISCOVER_SIGNUP": "Sign up and find interesting stuff from <span>Discover</span>",
"IMPORT_DISK_SIGNUP": "Sigm up and import movies or shows you have on your <span>local disk</span>",
"LIB_EMPTY_CLOUD": "Cloud library",
"LIB_EMPTY_CLOUD_DESC": "Personal cloud library synced on all devices",
"LIB_EMPTY_EARLY": "Early bird",
"LIB_EMPTY_EARLY_DESC": "Receive notifications for new episodes",
"LIB_EMPTY_PERSONAL": "Personal",
"LIB_EMPTY_PERSONAL_DESC": "Get personal recommendations",
"LIB_EMPTY_CALENDAR_DESC": "Schedule your personal watching calendar",
"LIB_EMPTY_ALL": "Sign up to get all of these:",
"LIB_EMPTY_BEST": "Sign up to get best of Stremio",
"LIB_EMPTY_OTHER": "Sign up to enable Calendar & other cool features",
"CALENDAR_ADDED": "The Stremio calendar has been added to your default desktop calendar.",
"CALENDAR_ADDED_MSG": "If this does not work, please add this URL to your calendar application manually",
"TRAKT_EXPIRED": "Trakt authentication expired, please go to Settings and re-authenticate",
"TRAKT_REQUIRES_LOGIN": "Trakt error",
"TRAKT_REQUIRES_LOGIN_MSG": "You need to login",
"TRAKT_IMPORT_WATCHED": "Import",
"THEME": "Theme",
"THEME_DEFAULT": "Default",
"THEME_ADAPTIVE": "Adaptive",
"SETTINGS_LABEL": "Settings",
"SETTINGS_NAV_GENERAL": "General",
"SETTINGS_NAV_PLAYER": "Player",
"SETTINGS_NAV_STREAMING": "Streaming",
"SETTINGS_NAV_SHORTCUTS": "Shortcuts",
"SETTINGS_SHORTCUT_RELOAD_APP": "Reload App",
"SETTINGS_SHORTCUT_OPEN_SETTINGS": "Open Settings",
"SETTINGS_SHORTCUT_SWITCH_TABS": "Switch Tabs",
"SETTINGS_SHORTCUT_CYCLE_TABS_FORWARD": "Cycle Through Tabs Forward",
"SETTINGS_SHORTCUT_CYCLE_TABS_BACKWARD": "Cycle Through Tabs Backward",
"SETTINGS_SHORTCUT_NAVIGATE_MENUS": "Navigate Between Menus",
"SETTINGS_SHORTCUT_GO_TO_SEARCH": "Go to Search",
"SETTINGS_SHORTCUT_EXIT_BACK": "Exit / Go Back",
"SETTINGS_SHORTCUT_MENU_PLAYBACK_SPEED": "Toggle Playback Speed Menu",
"SETTINGS_SHORTCUT_MENU_VIDEOS": "Toggle Videos Menu",
"SETTINGS_SHORTCUT_MENU_SUBTITLES": "Toggle Subtitles Menu",
"SETTINGS_SHORTCUT_MENU_INFO": "Toggle Info Menu",
"SETTINGS_SHORTCUT_FULLSCREEN": "Toggle Fullscreen",
"SETTINGS_SHORTCUT_SHOW_CONTROLS": "Show Controls",
"SETTINGS_SHORTCUT_PLAY_PAUSE": "Play / Pause",
"SETTINGS_SHORTCUT_VOLUME_UP": "Volume Up",
"SETTINGS_SHORTCUT_VOLUME_DOWN": "Volume Down",
"SETTINGS_SHORTCUT_SEEK_NEXT": "Seek Next",
"SETTINGS_SHORTCUT_SEEK_PREV": "Seek Prev",
"SETTINGS_SHORTCUT_SEEK_BACKWARD": "Seek Backward",
"SETTINGS_SHORTCUT_SEEK_FORWARD": "Seek Forward",
"SETTINGS_SHORTCUT_PLAY_NEXT": "Play Next",
"SETTINGS_SHORTCUT_INCREASE_SUB_SIZE": "Increase Subtitles Size",
"SETTINGS_SHORTCUT_DECREASE_SUB_SIZE": "Decrease Subtitles Size",
"SETTINGS_SHORTCUT_INCREASE_SUB_DELAY": "Increase Subtitles Delay",
"SETTINGS_SHORTCUT_DECREASE_SUB_DELAY": "Decrease Subtitles Delay",
"SETTINGS_SHORTCUT_TOGGLE_SIDEBAR": "Toggle Sidebar",
"SETTINGS_SHORTCUT_OR": "or",
"SETTINGS_SHORTCUT_TO": "to",
"SETTINGS_SHORTCUT_SPACE": "Space",
"SETTINGS_SHORTCUT_SHIFT": "Shift",
"SETTINGS_SHORTCUT_ESC": "Esc",
"SETTINGS_TRAKT_AUTHENTICATE": "Authenticate",
"SETTINGS_FACEBOOK_IMPORT": "Import",
"SETTINGS_CALENDAR_SUBSCRIBE": "Subscribe",
"SETTINGS_INTERFACE_LANGUAGE": "Interface Language",
"SETTINGS_LAUNCH_STARTUP": "Kør ved opstart",
"SETTINGS_VLC_DEFAULT": "Play with VLC",
"SETTINGS_UI_LANGUAGE": "UI Language",
"SETTINGS_UI_ZOOM": "Interface zoom",
"SETTINGS_FULLSCREEN_EXIT": "Escape key exit full screen",
"SETTINGS_GAMEPAD": "Enable gamepad support",
"SETTINGS_CLOSE_WINDOW": "Close app when window is closed",
"SETTINGS_SUBTITLES_LANGUAGE": "Default Subtitles Language",
"SETTINGS_SUBTITLES_SIZE": "Default Subtitles Size",
"SETTINGS_SUBTITLES_BACKGROUND": "Subtitles background",
"SETTINGS_SUBTITLES_COLOR": "Subtitles color",
"SETTINGS_SUBTITLES_COLOR_OUTLINE": "Subtitles outline color",
"SETTINGS_SUBTITLES_COLOR_BACKGROUND": "Subtitles background color",
"SETTINGS_SEEK_KEY": "Arrow keys seek time",
"SETTINGS_SEEK_KEY_SHIFT": "Arrow keys seek time when Shift key is held",
"SETTINGS_REWIND_FAST_FORWARD_DURATION": "Rewind & Fast-forward duration",
"SETTINGS_BINGE": "Auto-play next episode",
"SETTINGS_NEXT_VIDEO": "Show notification to start next episode",
"SETTINGS_NEXT_VIDEO_TRIGGER": "Show next episode notification for:",
"SETTINGS_NEXT_VIDEO_POPUP_DURATION": "Next video popup duration",
"SETTINGS_PLAY_IN_BACKGROUND": "Play in background",
"SETTINGS_PLAY_IN_EXTERNAL_PLAYER": "Play in external player",
"SETTINGS_RESIZE": "Auto-resize window before playing",
"SETTINGS_OVERRIDE_SERVER": "Override the streaming server URL (advanced)",
"SETTINGS_SERVER_URL": "Streaming server URL: ",
"SETTINGS_SERVER_AVAILABLE": "Streaming server is available.",
"SETTINGS_SERVER_UNAVAILABLE": "Streaming server is not available.",
"SETTINGS_SERVER_STATUS_ONLINE": "Online",
"SETTINGS_SERVER_STATUS_ERROR": "Error",
"SETTINGS_SERVER_CONFIGURE_TITLE": "Configure streaming server url",
"SETTINGS_SERVER_CONFIGURE_INPUT": "Enter a streaming server url",
"SETTINGS_SERVER_CACHE_SIZE": "Cache size",
"SETTINGS_SERVER_TORRENT_PROFILE": "Torrent profile",
"SETTINGS_HTTPS_ENDPOINT": "Streaming HTTPS endpoint: ",
"SETTINGS_TRANSCODE_PROFILE": "Transcode profile",
"SETTINGS_USE_BETA": "Always use latest Beta",
"SETTINGS_IMPORT_FB": "Importer fra Facebook",
"SETTINGS_IMPORT_DISK": "Importer fra computer",
"SETTINGS_IMPORT_TRAKT": "Import from Trakt",
"SETTINGS_PAUSE_MINIMIZED": "Pause playback when minimized",
"SETTINGS_HWDEC": "Hardware-accelerated decoding",
"SETTINGS_BACKGROUND": "Background playback",
"SETTINGS_SUBSCRIBE_CALENDAR": "Abonner på kalender",
"SETTINGS_REQ_EXPORT": "Request data export",
"SETTINGS_ACC_DELETE": "Request account deletion",
"SETTINGS_CHANGE_PASSWORD": "Ændre kodeord",
"SETTINGS_TOS": "Servicevilkår",
"SETTINGS_SUPPORT": "Kontakt support",
"SETTING_LANGUAGE": "Sprog",
"SETTINGS_TRAKT": "Trakt Scrobbling",
"SETTINGS_TRAKT_LOGOUT": "Log out of Trakt.tv",
"SETTINGS_TRAKT_LOGOUT_2": "Log Out of Trakt",
"SETTINGS_SCAN_FOR_REMOTE": "Scan QR code to open remote",
"SETTINGS_DESKTOP_NOTIFICATIONS": "Desktop notifications",
"SETTINGS_DATA_SAVER": "Data saver",
"SETTINGS_LANGUAGE_INTERFACE": "interface",
"SETTINGS_LANGUAGE_SUBS": "default subtitles",
"SETTINGS_ENABLE_DEFAULT_AUDIO_TRACK": "Autoselect Audio Track",
"SETTINGS_DEFAULT_AUDIO_TRACK": "Default Audio Track",
"SETTINGS_SURROUND_SOUND": "Surround sound",
"SETTINGS_ACCOUNT": "account",
"SETTINGS_PLATFORM": "Platform",
"SETTINGS_VERSION": "version",
"SETTINGS_ABOUT": "About",
"SETTINGS_MPV_WINDOW": "Launch player in a separate window (advanced)",
"SETTINGS_PLAY_IN_EXTERNAL": "Always start video in external player",
"SETTINGS_STORAGE_BUTTON": "Clear Local Storage",
"SETTINGS_STORAGE_MODAL_TITLE": "Are you sure ?",
"SETTINGS_STORAGE_MODAL_MESSAGE": "This will clear the local storage and log you out.",
"SETTINGS_HWDEC_PICKER": "Pick hardware-accelerated decoding setting",
"SETTINGS_HW_AUTOMATIC": "Automatic",
"SETTINGS_HW_DISABLED": "Disabled",
"SETTINGS_HW_ACCELERATED": "Decoding acceleration",
"SETTINGS_HW_FULL": "Full acceleration",
"SETTINGS_HW_LEGACY": "Legacy",
"SETTINGS_DISABLED": "Disabled",
"SETTINGS_NETWORK_CONNECTION_NOTIFICATION": "Network connection notification",
"SETTINGS_REMOTE_URL": "Remote URL",
"SETTINGS_COPY_REMOTE_URL": "Copy remote URL",
"SETTINGS_REMOTE_URL_COPIED": "Remote URL has been copied to your clipboard",
"SETTINGS_SECTION_SUBTITLES": "Subtitles",
"SETTINGS_SECTION_AUDIO": "Audio",
"SETTINGS_SECTION_CONTROLS": "Controls",
"SETTINGS_SECTION_AUTO_PLAY": "Auto-Play",
"SETTINGS_SECTION_ADVANCED": "Advanced",
"SUBSPICKER_AUDIO": "Audio",
"SUBSPICKER_SUBTITLES": "Addons Subtitles",
"SUBSPICKER_BLACK_BACKGROUND": "Use black background color",
"SUBSPICKER_VERTICAL_OFFSET": "Vertical Offset",
"SUBSPICKER_SIZE": "Size",
"SUBSPICKER_DELAY": "Delay",
"SUBSPICKER_EMBEDDED_SUBS": "Embedded Subtitles",
"MOBILE_PRIVACY_POLICY": "Privacy Policy",
"MOBILE_CRASH_REPORTING": "Crash Reporting",
"MOBILE_ZOOM_TO_FILL": "Zoom To Fill Screen",
"MOBILE_PASSTHROUGH": "Digital audio output (passthrough)",
"MOBILE_RUN_LOW_BATTERY": "Run on low battery",
"MOBILE_RUN_FOREGROUND": "Run as Foreground Service",
"MOBILE_PERFORMANCE": "PERFORMANCE & STABILITY",
"MOBILE_SERVER_ONLINE": "Online",
"MOBILE_SERVER_OFFLINE": "Offline",
"MOBILE_QR_EXPIRES": "QR Code expires in ",
"MOBILE_LOG_INTO": "Log in to your Stremio account ",
"MOBILE_SCAN_QR": "Scan QR code above or go to ",
"MOBILE_LINK_ACCOUNT": "Link Account",
"MOBILE_SPEEDPICKER_CANCEL": "Cancel",
"MOBILE_SPEEDPICKER_LABEL": "Select Playback Speed",
"MOBILE_EMPTY_LIBRARY": "Your library is empty",
"MOBILE_NO_ADDON_ACTIVE": "No Stremio addon active for this type.",
"MOBILE_ORGANIZER_WARNING": "The Stremio Organizer app provides limited functionality. For a list of playable streams and the full Stremio experience, use Stremio on desktop.",
"MOBILE_ADDON_LOADING": "is still loading",
"MOBILE_ADDONS_LOADING": "addons are still loading",
"MOBILE_ADDON": "Addon",
"MOBILE_CONFIGURE_ADDON": "Configure your addon",
"MOBILE_CONFIGURE_ADDON_LABEL": "Configure Addon",
"MOBILE_ORGANIZER_ADDONS_WARNING": "The Stremio Organizer app provides a limited selection of addons. For the full Stremio experience, use Stremio on desktop.",
"MOBILE_DISCONNECT": "Disconnect",
"MOBILE_LOOKING_FOR_DEVICES": "Looking for devices...",
"MOBILE_CAST_TO": "Cast to",
"MOBILE_DELETE_ACCOUNT_ALERT_TITLE": "Delete Account",
"MOBILE_DELETE_ACCOUNT_ALERT_MESSAGE": "Account deletion is not instant due to legal obligations. After requesting deletion of your account you will have to use different email address/facebook profile to create a new Stremio account in the future.",
"MOBILE_DELETE_ACCOUNT_DIALOG_TITLE": "Confirm Account Deletion",
"MOBILE_DELETE_FB_ACCOUNT_MESSAGE": "Your account has been created using Facebook. To delete your account, please use our user portal at www.stremio.com/login",
"MOBILE_DELETE_ACCOUNT_MESSAGE": "Please provide your password to confirm account deletion.",
"MOBILE_DELETE_ACCOUNT_BUTTON": "Delete Account",
"NAVIGATION_ON": "On",
"NAVIGATION_OFF": "Off",
"MARKETING_AGREE": "I agree to receive marketing communications from Stremio",
"QUIT": "Afslut",
"CONNECTED": "Connected",
"AUTHENTICATE": "Godkend",
"CACHING": "Caching",
"SETTINGS_CACHING_DRIVE": "Vælg caching drev",
"ENABLE_LOCAL_FILES_ADDON": "Enable the local files addon (requires restart)",
"LOCAL_ADDON_NOT_ENABLED": "Local addon is not enabled. Click here to go to the settings and enable it",
"ENABLE_REMOTE_HTTPS_CONN": "Enable remote HTTPS connections",
"TORRENT_PROFILE": "Torrent Profile",
"DATA_CACHING": "Data Caching",
"MAGNET_PARSING": "Parsing a magnet link",
"January": "Januar",
"February": "Februar",
"March": "Marts",
"April": "April",
"May": "Maj",
"June": "Juni",
"July": "Juli",
"August": "August",
"September": "September",
"October": "Oktober",
"November": "November",
"December": "December",
"Monday": "Mandag",
"Tuesday": "Tirsdag",
"Wednesday": "Onsdag",
"Thursday": "Torsdag",
"Friday": "Fredag",
"Saturday": "Lørdag",
"Sunday": "Søndag",
"Action": "Action",
"Comedy": "Komedie",
"War": "Krig",
"Family": "Familie",
"Animation": "Animation",
"Adventure": "Eventyr",
"Fantasy": "Fantasy",
"Crime": "Krimi",
"Mystery": "Mystik",
"Romance": "Romantik",
"Drama": "Drama",
"Horror": "Gyser",
"Thriller": "Spænding",
"Sci-Fi": "Sci-Fi",
"Music": "Musik",
"Biography": "Biografi",
"Documentary": "Dokumentar",
"Sport": "Sport",
"Musical": "Musical",
"Western": "Western",
"Film-Noir": "Film-Noir",
"News": "Nyheder",
"History": "Historie",
"Game-Show": "Gameshow",
"Reality-TV": "Reality TV",
"Talk-Show": "Talk-Show",
"Film & Entertainment": "Film & Underholdning",
"Gaming": "Gaming",
"From TV": "Fra TV",
"Lifestyle": "Livsstil",
"Science & Education": "Videnskab & Uddannelse",
"Cooking & Health": "Madlavning & Helbred",
"Beauty & Fashion": "Skønhed & Mode",
"Sports": "Sport",
"News & Politics": "Nyheder & Politik",
"How-to & DIY": "Gør det selv",
"Tech": "Teknologi",
"Automotive": "Biler",
"Causes & Non-Profits": "Sager & Non-profit",
"Movies": "Film",
"Uk Live Tv": "UK Direkte TV",
"Fashion": "Mode",
"Business News Radio": "Business Nyheds Radio",
"Business Tv": "Business TV",
"Cars & Auto": "Biler & Auto",
"Comedy Radio": "Komedie Radio",
"Lifestyle Radio": "Livsstils Radio",
"News Tv": "Nyheds TV",
"Food And Wine": "Mad & Vin",
"Latino Tv": "Latino TV",
"Shopping Tv": "Shopping TV",
"Religion": "Religion",
"Kids": "Børn",
"Body & Soul": "Krop & Sjæl",
"Education": "Uddannelse",
"Indian Tv": "Indisk TV",
"Extreme Sports": "Ekstremsport",
"Middle Eastern Tv": "TV fra Mellemøsten",
"Celebrity Tv": "Kendis TV",
"Science Tv": "Videnskabs TV",
"Bikini babe": "Bikini Piger",
"Outdoors": "udendørs",
"German Tv": "Tysk TV",
"French Tv": "Fransk TV",
"Italian Tv": "Italiensk TV",
"Gamer Tv": "Spil TV",
"Travel": "Rejse TV",
"Asian Tv": "Asiatisk TV",
"Entertainment": "Underholdning",
"News Radio": "Nyheds Radio",
"Music Radio": "Musik Radio",
"Language Learning": "Sprog & Læring",
"Science Radio": "Videnskabs Radio",
"Tech Radio": "Teknologi Radio",
"Science & Technology Vod": "Videnskab & Teknologi VOD",
"new video": "ny video",
"new episode": "ny episode",
"new movie": "ny film",
"recommended": "anbefalet",
"we recommend": "vi anbefaler",
"offer of the day": "offer of the day",
"news": "news",
"music video": "music video",
"CTX_SHOW_HOTKEYS": "Show hotkeys",
"CTX_DISMISS_NOTIF": "Afvis notifikationer",
"CTX_DISMISS_ALL": "Dismiss all",
"CTX_SHARE": "Del",
"CTX_COPY_SHARE_LINK": "Kopier dele link",
"CTX_COPY_MAGNET_LINK": "Copy magnet link",
"CTX_COPY_STREAM_LINK": "Copy stream link",
"CTX_COPY_VIDEO_DOWNLOAD_LINK": "Copy video download link",
"CTX_DOWNLOAD_VIDEO": "Download this video",
"CTX_DOWNLOAD_SUBS": "Download subtitles",
"CTX_VIEW_ON_YOUTUBE": "View on YouTube",
"CTX_SHOW": "Vis",
"CTX_PLAY": "Play",
"CTX_PLAY_IN": "Play in",
"CTX_PLAY_ON": "Play on",
"CTX_WATCH_ON": "Se på",
"CTX_WATCH": "Se",
"CTX_WATCHED": "Set",
"CTX_WATCH_BEGINNING": "Se fra begyndelsen",
"CTX_WATCH_MOBILE": "Se på en mobil enhed",
"CTX_REWIND": "Tilbage til begyndelsen",
"CTX_MARK_WATCHED": "Marker som set",
"CTX_MARK_NON_WATCHED": "Marker som ikke set",
"CTX_MARK_UNWATCHED": "Mark as unwatched",
"CTX_MARK_REST": "Mark rest as watched",
"CTX_UNMARK_REST": "Mark rest as non-watched",
"CTX_RECEIVE_NEW_NOTIF": "Modtag nye notifikationer",
"CTX_ENABLE_NEW_NOTIF": "Enable notifications",
"CTX_DISABLE_NEW_NOTIF": "Disable notifications",
"CTX_REMOVE_CACHE": "Fjern cache",
"CTX_REMOVE_CACHE_EP": "Fjern episode fra cache",
"CTX_OPEN_CONTAINING": "Åben mappe",
"CTX_REMOVE": "Fjern fra bibliotek",
"CTX_AVAILABLE_OFFLINE": "Tilgængelig Offline",
"CTX_PAUSED": "Pause",
"CTX_ALWAYS_ON_TOP": "Altid øverst",
"CTX_FULLSCREEN": "Fuldskærm",
"CTX_WRONG_SUBS": "Forkerte undetekster?",
"CTX_REPORT_ISSUES": "Rapporter problem",
"CTX_COPY": "Kopier",
"CTX_PASTE": "Indsæt",
"CTX_CLEAR": "Ryd",
"CTX_CLEAR_RECENT_SEARCHES": "Ryd seneste søgninger",
"HELLO_THERE": "Hej",
"HOPE_YOU_ENJOY": "Vi håber du nyder Stremio og at det er et af dine favorit programmer allerede!",
"WHO_ARE_WE": "Hvem er vi? Vi er holded bag - to gutter som har arbejdet hårdt de sidste 3 år, med et samlet mål - at gøre dette produkt bedre og bedre.",
"SUPPORT_US": "Hvis du kan lide Stremio, hvis Stremio er værdifuldt for dig - støt os!",
"SPREAD_THE_WORD": "Del med dine venner nu, spred ordet omkring Stremio",
"MORE_PEOPLE": "Nu flere folk der bruger Stremio, nu bedre vil det blive!",
"SEND_A_LINK": "Eller send et link til vores hjemmeside",
"TIP_LOCALFILES": "Tip: you can drag & drop local video files into Stremio",
"ADDON_MY": "My Addons",
"ADDON_COMMUNITY": "Community Addons",
"ADDON_OFFICIAL": "Official Addons",
"ADDON_REPOS": "Addon repositories",
"ADDON_SEARCH": "Search addons",
"ADDON_INSTALL": "Install",
"ADDON_CONFIGURE": "Configure",
"ADDON_UNINSTALL": "Uninstall",
"ADDON_UPGRADE": "Upgrade",
"ADDON_INSTALLED": "Installed",
"ADDON_INSTALLED_MSG": "Addon installed!",
"ADDON_UPGRADED_MSG": "Addon upgraded!",
"ADDON_UNKNOWN": "Unknown",
"ADDON_ERR": "Addon install error!",
"ADDON_DISCONNECTED": "Disconnected",
"ADDON_APP_MISSING": "the app for this source is not installed. Do you want to install it now?",
"ADDON_APP_INSTALL": "Install Now",
"ADDON_PAGE": "Addon Page",
"ADDON_TOP_CONTENT": "Best from this Addon",
"ADDON_PROVIDES": "provides",
"ADDON_WATCH": "Watch #{types} now!",
"ADDON_WATCH_FREE": "Watch #{types} for FREE now!",
"ADDON_ADDON": "Addon",
"ADDON_SUPPORTED_TYPES": "Supported types",
"ADDON_SUPPORTED_CATALOGS": "Supported catalogs",
"ADDON_PROVIDES_DISCOVER": "More #{types} in Discover",
"ADDON_PROVIDES_STREAMS": "Watch #{types}",
"ADDON_PROVIDES_STREAMS_FREE": "Watch #{types} for FREE",
"ADDON_PROVIDES_SUBTITLES": "Subtitles for #{types}",
"ADDON_CANTDETECT": "We couldn't detect a running Stremio, so we couldn't detect what addons you have installed.",
"ERR_NO_META": "No information found about this ",
"ERR_GETTING_META": "Error retrieving information about this.",
"ERR_CANT_PARSE_MAGNET": "Unable to parse magnet",
"ERR_NO_MAGNET_INFOHASH": "No valid info hash for magnet",
"ERR_NO_FILE_PATH": "Unable to send request without a path to file",
"ERR_NO_TORRENT": "No torrent returned",
"ERR_NO_SUPPORTERD_FILES": "No supported files found",
"ERR_OPENING_FILES": "Could not open external files",
"ERR_INVALID_LINK": "Invalid link",
"ERR_REGISTERED_ONLY": "This option is available for registred users only.",
"ERR_CLIPBOARD": "Can not play from clipboard",
"ERR_CLIPBOARD_READ": "Can not read the clipboard on this platform",
"ERR_CLIPBOARD_GENERIC": "No playable URL found in the clipboard. Please copy a URL (e.g. a magnet link) to a video.",
"BOARD_CONTINUE_WATCHING": "Continue watching",
"BOARD_EXPLANATION_RECOMMENDATIONS": "Movies picked specially for you.<br />This movie is a sample recommendation.",
"BOARD_EXPLANATION_EPISODES": "New episodes of your favorite Series come here.<br />Add series you follow to your Library.",
"BOARD_EXPLANATION_VIDEOS": "New episodes of your favorite Channels come here.<br />Add YouTube channels you follow to your Library.",
"WEBSITE_ENJOYED_BY": "Enjoyed by more than 30 million users worldwide",
"WEBSITE_STREAMING_ENHANCED": "Streaming Enhanced",
"WEBSITE_STREAMING_ENHANCED_DETAILS": "Stremio offers a secure, modern and seamless entertainment experience. With its easy-to-use interface and diverse content library, including 4K HDR support, users can enjoy their favorite movies and TV shows across all their devices. And with its commitment to security, Stremio is the ultimate choice for a worry-free, high-quality streaming experience.",
"WEBSITE_AVAILABLE_ON": "Available on",
"WEBSITE_WATCH_AND_ENJOY": "Watch & Enjoy.",
"WEBSITE_STREMIO_MAKES_IT_A_PIECE_OF_CAKE": "Stremio makes it a piece of cake",
"WEBSITE_ALL_FEATURES": "All features",
"WEBSITE_EASY_TO_USE": "Easy to Use",
"WEBSITE_EASY_TO_USE_DETAILS": "Stremio is designed to be user-friendly and easy to use. With its clean and intuitive interface you can easily navigate and find the content you want to watch.",
"WEBSITE_SEAMLESS_ACROSS_DEVICES": "Seamless Across Devices",
"WEBSITE_SEAMLESS_ACROSS_DEVICES_DETAILS": "Available for a wide range of platforms (incl. Windows, Mac, Linux, Android and more), Stremio will keep track of your progress across all your devices. Just login and continue watching without having to configure the app again on each new device.",
"WEBSITE_ALL_DOWNLOADS": "All Downloads",
"WEBSITE_HIGH_DEFINITION_VIDEO_SUPPORT": "High-Definition Video Support",
"WEBSITE_HIGH_DEFINITION_VIDEO_SUPPORT_DETAILS": "An integrated video player supporting most video formats, including 4K HDR content, lets you enjoy the highest quality available.",
"WEBSITE_DIVERSE_CONTENT_LIBRARY": "Diverse Content Library",
"WEBSITE_DIVERSE_CONTENT_LIBRARY_DETAILS": "Stremio integrates with a large number of popular video sources, such as Netflix, Amazon Prime Video, Hulu, YouTube, and many more.",
"WEBSITE_CREATE_A_FREE_ACCOUNT": "Create a Free Account",
"WEBSITE_TAILORED_VIEWING_EXPERIENCE": "Tailored Viewing Experience",
"WEBSITE_TAILORED_VIEWING_EXPERIENCE_DETAILS": "Stremio allows you to customize the look and feel of the interface by changing the theme, adding or removing addons, and more.",
"WEBSITE_MULTILINGUAL_SUBTITLE_SUPPORT": "Multilingual Subtitle Support",
"WEBSITE_MULTILINGUAL_SUBTITLE_SUPPORT_DETAILS": "You can now enjoy all the favorite content in your preferred language as Stremio supports subtitles in all languages.",
"WEBSITE_ALL_STREMIO_FEATURES": "All Stremio features",
"WEBSITE_TRY_STREMIO_TITLE_P1": "Try Stremio",
"WEBSITE_TRY_STREMIO_TITLE_P2": "On Your TV Now",
"WEBSITE_YOU_CAN_NOW_WATCH": "You can now watch all favorite TV shows on your Android TV devices. The Stremio TV app let's you enjoy a movie night with ease.",
"WEBSITE_YOU_CAN_NOW_WATCH_2": "You can now watch all favorite TV shows on your Smart TV or Android TV. The Stremio TV apps let you enjoy a movie night with ease.",
"WEBSITE_STREMIO_FOR_SMART_TV": "Stremio for Smart TV",
"WEBSITE_PLAY_STORE_REVIEW": "Probably the best and most useful app to have in your device. It's one of the apps I use on a daily basis especially on my Android TV for many years now. Well made with a strong community providing useful functionalities. Well done. Keep up the good work.",
"WEBSITE_REVIEWS": "reviews",
"WEBSITE_GET_STREMIO_FOR_FREE": "Get Stremio for Free",
"WEBSITE_GET_STREMIO_NOW": "Get Stremio Now",
"WEBSITE_STREMIO_FEATURES": "Stremio Features",
"WEBSITE_STREMIO_FEATURES_DETAILS": "Stream like a pro with Stremio's advanced features and enjoy seamless access to all your favorite media",
"WEBSITE_DISCOVER_MORE": "Discover more.",
"WEBSITE_DISCOVER_MORE_DETAILS": "Never run out of things to watch",
"WEBSITE_COMMUNITY_DRIVEN": "Community-driven",
"WEBSITE_COMMUNITY_DRIVEN_DETAILS": "Stremio has a large and active community of users who contribute to the development of the software by creating and sharing addons.",
"WEBSITE_GET_INVOLVED": "Get involved",
"WEBSITE_NEW_THEATER_EXPERIENCE": "New Theater Experience",
"WEBSITE_NEW_THEATER_EXPERIENCE_DETAILS": "Stremio's new dedicated TV app let's you enjoy a movie night on your Android TV devices.",
"WEBSITE_NEW_THEATER_EXPERIENCE_DETAILS_2": "Stremio's new dedicated TV apps let you enjoy a movie night on your Smart TV or Android TV devices.",
"WEBSITE_FREE_AND_SECURE": "Free & Secure",
"WEBSITE_STREAMING": "Streaming",
"WEBSITE_FREE_AND_SECURE_DETAILS": "Stremio offers unmatched security and privacy for users. With its unique feature of running addons remotely, Stremio provides a safer way to stream your favorite content compared to other platforms. Your security and privacy are top priorities, and the platform ensures that all your data is protected.",
"WEBSITE_FREE_AND_SECURE_DETAILS_2": "Say goodbye to worries about security and privacy and say hello to a world of endless entertainment with Stremio.",
"WEBSITE_INFORMATION_PROVIDED_BY": "Information provided by",
"WEBSITE_CONTRIBUTE": "Contribute",
"WEBSITE_CONTRIBUTE_DESC": "to the project & help us make Stremio even better",
"WEBSITE_COMMUNITY_DESC": "We believe that the best way to create a truly amazing streaming experience is by involving our community in the process. Whether you are a programmer, an artist, or just a fan - you could help Stremio grow.",
"WEBSITE_COMMUNITY_DESC_2": "So join us today and become a part of the Stremio community and keep shaping the future of streaming.",
"WEBSITE_WAYS_TO_GET_INVOLVED": "Ways To Get Involved",
"WEBSITE_IN_THE_STREMIO_COMMUNITY": "in the Stremio community",
"WEBSITE_SHARE_YOUR_THOUGHTS": "Share your thoughts",
"WEBSITE_REPORT_BUGS": "Report bugs",
"WEBSITE_SUGGEST_FEATURES": "suggest features",
"WEBSITE_AND_PROVIDE_FEEDBACK": "and provide feedback on our social media channels.",
"WEBSITE_BETA_TESTING_PROGRAM": "Beta testing program",
"WEBSITE_BETA_TESTING_PROGRAM_DESC": "Participate in our beta testing program (we send out invites regularly) in the Stremio community.",
"WEBSITE_JOIN_NOW": "Join now!",
"WEBSITE_OFFICIAL_STREMIO_COMMUNITIES": "Official Stremio Communities",
"WEBSITE_UNOFFICIAL_STREMIO_COMMUNITIES": "Unofficial Stremio Communities",
"WEBSITE_BECOME": "Become",
"WEBSITE_A_VOLUNTEER_TRANSLATOR": "a volunteer translator",
"WEBSITE_ARE_YOU_A_DEVELOPER": "Are You A Developer?",
"WEBSITE_CONTRIBUTE_CODE": "You could contribute code to our open source projects. We have several projects on GitHub that are looking for contributors. If you're interested in helping out, check them out:",
"WEBSITE_STREMIO_ON_GITHUB": "Stremio on GitHub",
"WEBSITE_CREATE_ADDON_DESC": "Create an addon to enhance Stremio's functionality (we have an easy-to-use API):",
"WEBSITE_STREMIO_ADDON_SDK": "Stremio Addon SDK",
"WEBSITE_INTERN_DEVELOPER": "We also provide the opportunity to join us as an intern developer so we can grow together.",
"WEBSITE_APPLY_AS_AN_INTERN": "Apply as an Intern",
"WEBSITE_CALLING_ALL_ARTISTS": "Calling All Artists!",
"WEBSITE_CALLING_ALL_ARTISTS_DESC": "Show off your creativity and love for Stremio by uploading your fan art to our online gallery. Whether it's a drawing, painting, or digital design, we want to see your unique take on the Stremio brand. Join our community of art enthusiasts and share your work with fellow Stremio fans around the world.",
"WEBSITE_STREMIO_FANART_GALLERY": "Stremio Fanart Gallery",
"WEBSITE_INTERN_DESIGNER": "Become part of our team and take your creativity to new heights with our exciting internship opportunities.",
"WEBSITE_PUBLIC_DOMAIN_MOVIES_PROJECT": "Public Domain Movies Project",
"WEBSITE_PUBLIC_DOMAIN_MOVIES_PROJECT_DESC": "At Stremio, we are committed to preserving the history of film and television by identifying public domain and orphaned videos. By working together with our community, we can ensure that these classic works of art are accessible to everyone and protected for future generations to enjoy.",
"WEBSITE_PUBLIC_DOMAIN_MOVIES_PROJECT_DESC_2": "Feel free to contact us if you would like to get involved in that project.",
"WEBSITE_JOIN_THE_PROJECT": "Join the Project",
"WEBSITE_BE_PART_OF_OUR_MISSION": "Be part of our mission",
"WEBSITE_BE_PART_OF_OUR_MISSION_DESC": "Interested in joining the Stremio team? We offer fully remote work for passionate professionals. Check out our open positions.",
"WEBSITE_OPEN_POSITIONS": "OPEN POSITIONS",
"WEBSITE_DESCRIPTION": "DESCRIPTION",
"WEBSITE_LEARN_MORE": "Learn more",
"WEBSITE_COMPANY": "Company",
"WEBSITE_CONTACTS": "Contacts",
"WEBSITE_NEED_HELP": "Need Help?",
"WEBSITE_STREMIO_WEB_ON_IOS": "Guide for Stremio Web on iOS",
"WEBSITE_LINK_ART_V2": "Fanart Gallery",
"WEBSITE_PARTNERS": "Partners",
"WEBSITE_SLOGAN_WATCH": "Watch Instantly",
"WEBSITE_SLOGAN_ALL": "All the Video Content You Enjoy in One Place",
"WEBSITE_SLOGAN_NEW": "All You can Watch",
"WEBSITE_SLOGAN_NEW_NEW": "Freedom to Stream",
"WEBSITE_WATCH_FROM": "Watch from",
"WEBSITE_DOWNLOAD": "Download Now",
"WEBSITE_DOWNLOAD_FOR": "Download Now For",
"WEBSITE_IS_DESKTOP": "Stremio is a desktop application, open this page on your PC and download it",
"WEBSITE_DESKTOP_DEMO_VID": "Desktop demo",
"WEBSITE_PAGE_HOME": "Home",
"WEBSITE_PAGE_FEATURES": "Features",
"WEBSITE_PAGE_ADDONS": "Addons",
"WEBSITE_PAGE_TECH": "Technology",
"WEBSITE_PAGE_CREATE_ADDON": "Create Addon",
"WEBSITE_PAGE_CONTACTS": "Contacts",
"WEBSITE_PAGE_BLOG": "Blog",
"WEBSITE_RESET_PASSWORD_MESSAGE": "Please enter your desired new password below.",
"WEBSITE_RESET_PASSWORD_WARNING": "Are you sure you want to reset the password for ${1}?",
"WEBSITE_TYPE_movie": "Movies",
"WEBSITE_TYPE_series_PL": "Series",
"WEBSITE_TYPE_tv": "Live TV",
"WEBSITE_TYPE_channel": "Channels",
"WEBSITE_STREMIO_WHAT_IS": "Stremio is an app that helps you organize and instantly watch your favorite videos, movies, TV series and TV channels.",
"WEBSITE_FEATURES_WATCH": "Watch Instantly in HD",
"WEBSITE_FEATURES_WATCH_DETAIL": "Click and play your favourite movies, TV Shows, videos and TV channels.",
"WEBSITE_FEATURES_SUBS": "Automatic Subtitles",
"WEBSITE_FEATURES_SUBS_DETAIL": "Stremio automatically picks synced subtitles for your language.",
"WEBSITE_FEATURES_SUBS_LABEL": "Your move, chief.",
"WEBSITE_FEATURES_CAST": "Play on TV & mobile devices",
"WEBSITE_FEATURES_CAST_DETAIL": "Cast to AppleTV, Chromecast, Smart TV (DLNA/UPnP) and mobile devices.",
"WEBSITE_LIB": "Enjoy Your Personal Library Synced on All Your Devices",
"WEBSITE_LIB_COLLECT": "Collect from Stremio",
"WEBSITE_LIB_IMPORT": "Import from Facebook",
"WEBSITE_LIB_LOCAL": "Add from your local drive",
"WEBSITE_BOARD": "The Board - Your one-stop place for Notifications and Recommendations",
"WEBSITE_BOARD_RECOMMEND": "Recommended TV Show",
"WEBSITE_BOARD_TRENDING": "Trending Movie",
"WEBSITE_BOARD_NEW": "New Video",
"WEBSITE_BOARD_EPISODE": "New Episode",
"WEBSITE_BOARD_1": "Looking for something interesting to watch? Get recommendations based on your taste!",
"WEBSITE_BOARD_2": "Get notified when a new episode of your favourite TV show or YouTube channel is out!",
"WEBSITE_BOARD_YOUTUBE": "New videos of YouTube channels",
"WEBSITE_BOARD_EPISODES": "New episodes of series you follow",
"WEBSITE_ADDONS": "Content Addons",
"WEBSITE_TECH_DETAIL": "We love technology, we love mad science!\nStremio is using the following open source technologies:",
"WEBSITE_TECH_WCJS": "WebChimera.js allows Stremio to play any video format with good performance.",
"WEBSITE_TECH_WCJS_EXTRA": "We are core project contributors",
"WEBSITE_TECH_ELECTRON": "Electron provides an innovative platform to build Stremio with.",
"WEBSITE_TECH_ELECTRON_EXTRA": "We are project contributors",
"WEBSITE_TECH_LINVODB": "A database technology that ensures your data is organized and available anywhere you login.",
"WEBSITE_TECH_LINVODB_EXTRA": "In-house technology",
"WEBSITE_CREATE_ADDON": "Create your addon",
"WEBSITE_CREATE_ADDON_DETAIL": "Do you have a service providing video content? We'll help you benefit from Stremio's features by creating your Addon.",
"WEBSITE_CREATE_ADDON_BENEFITS": "Benefits of Creating an Addon for Stremio",
"WEBSITE_P2P_BEAUTY": "The Beauty of Peer-to-Peer Streaming",
"WEBSITE_P2P_1": "Reliable and affordable full HD / 4K video on demand or live streaming",
"WEBSITE_P2P_2": "Distribution platform providing great user experience",
"WEBSITE_P2P_3": "We will create an addon meeting your exact needs",
"WEBSITE_P2P_CONTACT": "Interested? You are welcome to <a href='mailto:[email protected]'>contact us</a>.",
"WEBSITE_P2P_CONTACT_EXTRA": "We will be happy to help you integrate your content with Stremio!",
"WEBSITE_P2P": "Once in a while, there comes a technology that changes the name of the game. We invested tons of time and effort in building our Peer-to-Peer (P2P) video streaming engine that provides great performance and versatility to adapt with any use case.\nContact us for DRM-enabled P2P video on demand or live streaming.",
"WEBSITE_THOUGHTS": "Thoughts we share:",
"WEBSITE_SPREAD": "Spread the word about Stremio:",
"WEBSITE_CONTACT": "If you are looking to contact us, go ahead at",
"WEBSITE_OPENSOURCE": "For our open source projects, go to our",
"WEBSITE_BITCOIN": "Donate bitcoin:",
"WEBSITE_FAQ": "Frequently asked questions",
"WEBSITE_FAQ_SHORT": "FAQ",
"WEBSITE_QUESTIONS": "Questions",
"WEBSITE_TOS": "Terms of use",
"WEBSITE_LEGAL": "Legal",
"WEBSITE_PAGE_ABOUT": "About",
"WEBSITE_PAGE_BECOME_PARTNER": "Become a partner",
"WEBSITE_ALL_YOU_CAN_WATCH": "Freedom To Watch\nEverything You Want.",
"WEBSITE_FREEDOM_TO_STREAM": "Freedom to Stream",
"WEBSITE_WHAT_IS_STREMIO": "What is stremio?",
"WEBSITE_WHAT_IS_STREMIO_P1": "Stremio is a one-stop hub for video content aggregation. Discover, organize and watch video from all kind of sources on any device that you own.",
"WEBSITE_WHAT_IS_STREMIO_P2": "Movies, TV shows, series, live television or web channels like YouTube and Twitch.tv - you can find all this on Stremio.",
"WEBSITE_WHAT_IS_STREMIO_P1_V2": "Stremio is a modern media center that's a one-stop solution for your video entertainment. You discover, watch and organize video content from easy to install addons.",
"WEBSITE_WHAT_IS_STREMIO_P2_V2": "Movies, TV shows, live TV or web channels - find all this on Stremio.",
"WEBSITE_ENJOI_ON_ALL_DEVICES": "Enjoy on all your Media devices",
"WEBSITE_DEVICES_COLLECT": "Collect from Stremio",
"WEBSITE_DEVICES_IMPORT_FB": "Import from facebook",
"WEBSITE_DEVICES_LOCAL": "Add from local drive",
"WEBSITE_JOIN_THE_PARTY_NOW": "Join the party now",
"WEBSITE_DEVICES_ALL": "Easy to use on all your devices;",
"WEBSITE_EXTENDABLE_CATALOG": "Infinitelly extendable video catalog;",
"WEBSITE_ORGANIZE_YOUR_MEDIA": "Great features to organize your media;",
"WEBSITE_AS_SEEN_ON": "As seen on",
"WEBSITE_STREMIO": "Stremio",
"WEBSITE_LINK_ABOUT_US": "About us",
"WEBSITE_LINK_TECHNOLOGY": "Technology",
"WEBSITE_LINK_APPS": "Apps",
"WEBSITE_LINK_DOWNLOADS": "Downloads",
"WEBSITE_MORE": "More",
"WEBSITE_LINK_ADDONS": "Addons",
"WEBSITE_LINK_ADDON_SDK": "Addon SDK",
"WEBSITE_LINK_CONTRIBUTE": "Contribute",
"WEBSITE_LINK_COMMUNITY": "Community",
"WEBSITE_LINK_BLOG": "Blog",
"WEBSITE_MORE_MORE": "... & More",
"WEBSITE_LINK_HELP": "Help center",
"WEBSITE_LINK_CONTACTS": "Contacts us",
"WEBSITE_LINK_TOS": "Terms & conditions",
"WEBSITE_LINK_PRAVACY": "Privacy policy",
"WEBSITE_SUBSCRIBE": "Sibscribe",
"WEBSITE_NEWSLETTER": "Join Our Newsletter for amazing stuff",
"WEBSITE_PLACEHOLDER_EMAIL": "Your Email",
"WEBSITE_COMMUNITY": "Community",
"WEBSITE_LINK_PRAVACY_LEGAL": "Privacy & legal",
"WEBSITE_WHY": "Why we do it",
"WEBSITE_WHY_P1": "At Stremio, we come to work every day because we want to solve an important problem for the video-on-demand industry. There’s so much new content published every minute that it’s virtually impossible to find your way around it.",
"WEBSITE_WHY_P2": "We help people navigate that huge world of video entertainment and discover new content to enjoy. Our apps bring together movies, series, live TV, web channels, and more. We are dedicated to making it incredibly easy for users to find titles and broadcasters that they love.",
"WEBSITE_WHY_P3": "You can use our service on any device and at any time, making Stremio the only video entertainment hub you’ll ever need.",
"WEBSITE_TEAM": "TEAM",
"WEBSITE_TEAM_P": "The Stremio team is small but powerful: between the ten of us, we code in X languages, and share expertise in software development, UI and UX design, marketing and advertising, and business and startups.",
"WEBSITE_FEATURES": "Features",
"WEBSITE_FEATURES_P1": "",
"WEBSITE_FEATURES_DISCOVER": "Discover new content with ease",
"WEBSITE_FEATURES_DISCOVER_P": "Easily discover new movies, TV shows, series and channels to watch. Browse by category, genre, rating, recency, etc. or simply type a name to find. Stremio makes finding new video content a piece of cake.",
"WEBSITE_FEATURES_ALL_CONTENT": "All of your video content on one screen",
"WEBSITE_FEATURES_ALL_CONTENT_P1": "See what movies, series or videos you didn’t finish and continue watching them; get notified for new episodes and releases; and browse through the recommendations you will get based on your viewing habits.",
"WEBSITE_FEATURES_LIBRARY": "Organize your video library",
"WEBSITE_FEATURES_LIBRARY_P1": "Add any title to your Stremio library with a single click and find your way around your content, neatly arranged by type, recency, or alphabetical order.",