From bb5f0a002b517b4854a37d322f4679da980177a8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 24 Jun 2014 17:45:21 -0400 Subject: [PATCH] update translations --- dashboard-ui/css/mediaplayer.css | 8 +- dashboard-ui/dlnaprofile.html | 5 + dashboard-ui/edititemmetadata.html | 4 + dashboard-ui/mypreferenceswebclient.html | 20 ++-- dashboard-ui/scripts/directorybrowser.js | 21 ++-- dashboard-ui/scripts/dlnaprofile.js | 2 + dashboard-ui/scripts/edititemmetadata.js | 8 ++ dashboard-ui/scripts/indexpage.js | 117 ++++++++++++++++++++++- dashboard-ui/scripts/librarymenu.js | 2 + dashboard-ui/scripts/nowplayingbar.js | 5 +- 10 files changed, 168 insertions(+), 24 deletions(-) diff --git a/dashboard-ui/css/mediaplayer.css b/dashboard-ui/css/mediaplayer.css index 130bed7081..c2db765b4d 100644 --- a/dashboard-ui/css/mediaplayer.css +++ b/dashboard-ui/css/mediaplayer.css @@ -123,10 +123,6 @@ input[type="range"]::-ms-fill-upper { display: none; /* display and visibility only */ } -.remoteControlButton { - float: right; -} - @media all and (max-width: 800px) { #nowPlayingBar .mediaButton { @@ -138,6 +134,10 @@ input[type="range"]::-ms-fill-upper { display: none; } + .remoteControlButton { + float: right; + } + #nowPlayingBar #playButton, #nowPlayingBar #pauseButton { float: right; } diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index f860417ce5..82d902a7b9 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -180,6 +180,11 @@ +
  • + + +
    ${LabelProtocolInfoHelp}
    +
  • diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 8ce8d7b820..c9b6206127 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -131,6 +131,10 @@ +
  • Network
  • '; + html += '
  • ' + Globalize.translate('ButtonNetwork') + '
  • '; } $('#ulDirectoryPickerList', page).html(html).listview('refresh'); @@ -90,7 +90,7 @@ fileOptions.includeFiles = options.includeFiles; } - options.header = options.header || "Select Media Path"; + options.header = options.header || Globalize.translate('HeaderSelectMediaPath'); options.instruction = options.instruction || ""; var html = '