From 85e4f67005babefc7b08656da7d9f857e236cdd5 Mon Sep 17 00:00:00 2001 From: lucaperl <52839381+lucaperl@users.noreply.github.com> Date: Sun, 29 Jan 2023 19:22:22 +0100 Subject: [PATCH] Add Subtitle color strings Subtitle color strings as added in #3549 and #4311 --- src/strings/en-us.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 7a2bd21686..af48ce9b86 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1448,10 +1448,20 @@ "Subtitle": "Subtitle", "SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Google Cast playback started by this device.", "SubtitleAppearanceSettingsDisclaimer": "Following settings do not apply to the graphical subtitles mentioned above or ASS/SSA subtitles that embed their own styles.", + "SubtitleBlack": "Black", + "SubtitleBlue": "Blue", + "SubtitleCyan": "Cyan", "SubtitleDownloadersHelp": "Enable and rank your preferred subtitle downloaders in order of priority.", + "SubtitleGray": "Gray", + "SubtitleGreen": "Green", + "SubtitleLightGray": "Light Gray", + "SubtitleMagenta": "Magenta", "SubtitleOffset": "Subtitle Offset", + "SubtitleRed": "Red", "Subtitles": "Subtitles", "SubtitleVerticalPositionHelp": "Line number where text appears. Positive numbers indicate top down. Negative numbers indicate bottom up.", + "SubtitleWhite": "White", + "SubtitleYellow": "Yellow", "Suggestions": "Suggestions", "Sunday": "Sunday", "Sync": "Sync",