aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emby.Server.Implementations/Localization/Core/en-GB.json4
-rw-r--r--Emby.Server.Implementations/Localization/Core/pr.json3
2 files changed, 5 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-GB.json b/Emby.Server.Implementations/Localization/Core/en-GB.json
index add578376..a248b9af5 100644
--- a/Emby.Server.Implementations/Localization/Core/en-GB.json
+++ b/Emby.Server.Implementations/Localization/Core/en-GB.json
@@ -120,5 +120,7 @@
"Forced": "Forced",
"Default": "Default",
"TaskOptimizeDatabaseDescription": "Compacts database and truncates free space. Running this task after scanning the library or doing other changes that imply database modifications might improve performance.",
- "TaskOptimizeDatabase": "Optimise database"
+ "TaskOptimizeDatabase": "Optimise database",
+ "TaskKeyframeExtractorDescription": "Extracts keyframes from video files to create more precise HLS playlists. This task may run for a long time.",
+ "TaskKeyframeExtractor": "Keyframe Extractor"
}
diff --git a/Emby.Server.Implementations/Localization/Core/pr.json b/Emby.Server.Implementations/Localization/Core/pr.json
index 401e68b2a..506c14fdc 100644
--- a/Emby.Server.Implementations/Localization/Core/pr.json
+++ b/Emby.Server.Implementations/Localization/Core/pr.json
@@ -12,5 +12,6 @@
"DeviceOnlineWithName": "{0} joined yer crew",
"DeviceOfflineWithName": "{0} abandoned ship",
"AppDeviceValues": "Captain: {0}, Ship: {1}",
- "CameraImageUploadedFrom": "Yer looking glass has glimpsed another painting from {0}"
+ "CameraImageUploadedFrom": "Yer looking glass has glimpsed another painting from {0}",
+ "Collections": "Barrels"
}