From bef60736b02591841486e07a2967af5e4fa4a32f Mon Sep 17 00:00:00 2001 From: Richard Nesnass Date: Wed, 23 Jul 2025 23:44:31 +0200 Subject: [PATCH] Add translation keys to en-us.json --- src/strings/en-us.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 9a70c6b779..4a86f9b2d0 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -633,6 +633,8 @@ "LabelBaseUrlHelp": "Add a custom subdirectory to the server URL. For example: http://example.com/<baseurl>", "LabelBackdropScreensaverInterval": "Backdrop Screensaver Interval", "LabelBackdropScreensaverIntervalHelp": "The time in seconds between different backdrops when using the backdrop screensaver.", + "LabelSlideshowInterval": "Photo Album Slideshow Interval", + "LabelSlideshowIntervalHelp": "The time in seconds between change of image when playing of shuffling photos", "LabelBindToLocalNetworkAddress": "Bind to local network address", "LabelBindToLocalNetworkAddressHelp": "Override the local IP address for the HTTP server. If left empty, the server will bind to all available addresses. Changing this value requires a restart.", "LabelBirthDate": "Birth date",