From 3f63d060fae74305d58c4e33fc56155df2c3e463 Mon Sep 17 00:00:00 2001 From: SenorSmartyPants Date: Thu, 20 Jan 2022 15:49:47 -0600 Subject: [PATCH] ExtraType translation strings --- src/strings/en-us.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index f1144e8f4..3724a2f05 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1607,5 +1607,14 @@ "UnknownVideoStreamInfo": "The video stream info is unknown", "UnknownAudioStreamInfo": "The audio stream info is unknown", "DirectPlayError": "There was an error starting direct playback", - "SelectAll": "Select All" + "SelectAll": "Select All", + "Clip": "Featurette", + "Trailer": "Trailer", + "BehindTheScenes": "Behind the scenes", + "DeletedScene": "Deleted scene", + "Interview": "Interview", + "Scene": "Scene", + "Sample": "Sample", + "ThemeSong": "Theme song", + "ThemeVideo": "Theme video" }