From 3f59c76a4deb467f0ce14629107d53e0bf659c1d Mon Sep 17 00:00:00 2001 From: Greg Lorenzen Date: Wed, 3 Jul 2024 00:59:09 +0000 Subject: [PATCH] Add playback settings string to en-us --- client/strings/en-us.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/strings/en-us.json b/client/strings/en-us.json index b9b9b5def..f1b9a1ba5 100644 --- a/client/strings/en-us.json +++ b/client/strings/en-us.json @@ -172,6 +172,7 @@ "HeaderSettingsDisplay": "Display", "HeaderSettingsExperimental": "Experimental Features", "HeaderSettingsGeneral": "General", + "HeaderSettingsPlayback": "Playback", "HeaderSettingsScanner": "Scanner", "HeaderSleepTimer": "Sleep Timer", "HeaderStatsLargestItems": "Largest Items", @@ -493,6 +494,10 @@ "LabelSettingsHideSingleBookSeries": "Hide single book series", "LabelSettingsHideSingleBookSeriesHelp": "Series that have a single book will be hidden from the series page and home page shelves.", "LabelSettingsHomePageBookshelfView": "Home page use bookshelf view", + "LabelSettingsJumpBackwardsTime": "Jump backwards time", + "LabelSettingsJumpBackwardsTimeHelp": "Time to jump backwards when using the jump backwards button", + "LabelSettingsJumpForwardsTime": "Jump forwards time", + "LabelSettingsJumpForwardsTimeHelp": "Time to jump forwards when using the jump forwards button", "LabelSettingsLibraryBookshelfView": "Library use bookshelf view", "LabelSettingsOnlyShowLaterBooksInContinueSeries": "Skip earlier books in Continue Series", "LabelSettingsOnlyShowLaterBooksInContinueSeriesHelp": "The Continue Series home page shelf shows the first book not started in series that have at least one book finished and no books in progress. Enabling this setting will continue series from the furthest completed book instead of the first book not started.",