From de2b42a085554f121fb366480d154403bd96e2e5 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Thu, 30 Dec 2021 09:33:24 -0700 Subject: [PATCH] Add missing strings for TranscodeReason --- src/strings/en-us.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 96089a08c5..dd308cd9ce 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1601,5 +1601,10 @@ "EnableIntelLowPowerH264HwEncoder": "Enable Intel Low-Power H.264 hardware encoder", "EnableIntelLowPowerHevcHwEncoder": "Enable Intel Low-Power HEVC hardware encoder", "IntelLowPowerEncHelp": "Low-Power Encoding can keep unnecessary CPU-GPU sync. On Linux they must be disabled if the i915 HuC firmware is not configured.", - "LabelHardwareEncodingOptions": "Hardware encoding options:" + "LabelHardwareEncodingOptions": "Hardware encoding options:", + "AudioIsExternal": "The audio stream is external", + "VideoBitrateNotSupported": "The video's bitrate is not supported", + "UnknownVideoStreamInfo": "The video stream info is unknown", + "UnknownAudioStreamInfo": "The audio stream info is unknown", + "DirectPlayError": "There was an error starting direct playback" }