From cbbc7269fa8b62af60f199cb0c69a6b10d0b5b54 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 15 Sep 2014 20:16:40 -0400 Subject: [PATCH] fixes #919 - Missing string translations --- .../Localization/Server/server.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index e3414b37cd..2cae45a9d9 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -645,6 +645,8 @@ "ButtonStop": "Stop", "ButtonPlay": "Play", "ButtonPause": "Pause", + "ButtonNext": "Next", + "ButtonPrevious": "Previous", "LabelGroupMoviesIntoCollections": "Group movies into collections", "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.", "NotificationOptionPluginError": "Plugin failure", @@ -1162,5 +1164,7 @@ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.", "LabelConnectUserName": "Media Browser username/email:", "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.", - "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect" + "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect", + "LabelExternalPlayers": "External players:", + "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS." }