aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-15 20:16:40 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-15 20:16:40 -0400
commitcbbc7269fa8b62af60f199cb0c69a6b10d0b5b54 (patch)
tree69e6113fd08b24e79f2b7c6fc0264e90d294d16e
parentfb32a020bdf52ebb0985180766664f8de1566ab6 (diff)
fixes #919 - Missing string translations
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/server.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json
index e3414b37c..2cae45a9d 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."
}