From a21b21b852920ca0bcf1cbbd1fa8dd28cde921fe Mon Sep 17 00:00:00 2001 From: joseph ryan Date: Thu, 29 Jan 2026 12:30:21 -0500 Subject: [PATCH] Translated using Weblate (English (United Kingdom)) Translation: Jellyfin/Jellyfin Web Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/en_GB/ --- src/strings/en-gb.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index 396846ff7..eeafd243e 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1866,5 +1866,9 @@ "ButtonAddProvider": "Add Provider", "ButtonAddTunerDevice": "Add Tuner Device", "LabelSlideshowInterval": "Photo Slideshow Interval", - "LabelSlideshowIntervalHelp": "The time in seconds each photo is displayed in slideshows." + "LabelSlideshowIntervalHelp": "The time in seconds each photo is displayed in slideshows.", + "ConfirmDeleteCollection": "Are you sure you wish to delete this collection?", + "ConfirmDeletePlaylist": "Are you sure you wish to delete this playlist?", + "HeaderDeleteCollection": "Delete Collection", + "HeaderDeletePlaylist": "Delete Playlist" }