From 65298aa594e41c786a882a0d5692b3d5ec6254ae Mon Sep 17 00:00:00 2001 From: Sam Cross Date: Wed, 11 Nov 2020 00:28:35 +0000 Subject: [PATCH] Translated using Weblate (English (United Kingdom)) Translation: Jellyfin/Jellyfin Web Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/en_GB/ --- src/strings/en-gb.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index 850488862..f24d6a1d1 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1417,5 +1417,19 @@ "ButtonUseQuickConnect": "Use Quick Connect", "ButtonActivate": "Activate", "Authorize": "Authorise", - "EnableAutoCast": "Set as Default" + "EnableAutoCast": "Set as Default", + "EnableFallbackFontHelp": "Enable custom alternative fonts. This can avoid the problem of incorrect subtitle rendering.", + "EnableFallbackFont": "Enable fallback fonts", + "LabelFallbackFontPathHelp": "Specify a path containing fallback fonts for rendering ASS/SSA subtitles. The maximum allowed total font size is 20 MB. Lightweight and web-friendly font formats such as woff2 are recommended.", + "LabelFallbackFontPath": "Fallback font folder path:", + "HeaderSelectFallbackFontPathHelp": "Browse or enter the path of the fallback font folder to use for rendering ASS/SSA subtitles.", + "HeaderSelectFallbackFontPath": "Select Fallback Font Folder Path", + "OptionMaxActiveSessionsHelp": "A value of 0 will disable the feature.", + "OptionMaxActiveSessions": "Sets the maximum number of simultaneous user sessions.", + "OptionAllowContentDownloadHelp": "Users can download media and store it on their devices. This is not the same as a sync feature. Book libraries require this enabled to function properly.", + "OptionAllowContentDownload": "Allow media downloads", + "LabelUserMaxActiveSessions": "Maximum number of simultaneous user sessions:", + "HeaderDeleteDevices": "Delete All Devices", + "DeleteDevicesConfirmation": "Are you sure you wish to delete all devices? All other sessions will be logged out. Devices will reappear the next time a user signs in.", + "DeleteAll": "Delete All" }