make backdrops optional

This commit is contained in:
Luke Pulverenti 2014-05-21 14:38:12 -04:00
parent fc9969f4ba
commit fd79ee25d8
3 changed files with 16 additions and 1 deletions

View File

@ -764,5 +764,14 @@
"MessageNoSubtitleSearchResultsFound": "No search results founds.",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabWebClient": "Web Client"
"TabWebClient": "Web Client",
"LabelEnableThemeSongs": "Enable theme songs",
"LabelEnableBackdrops": "Enable backdrops",
"LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderAllDevices": "All Devices",
"HeaderThisDevice": "This Device",
"OptionAuto": "Auto",
"OptionYes": "Yes",
"OptionNo": "No"
}

View File

@ -580,6 +580,9 @@ namespace MediaBrowser.WebDashboard.Api
"livetvsuggested.js",
"livetvstatus.js",
"livetvtimers.js",
"localsettings.js",
"loginpage.js",
"logpage.js",
"medialibrarypage.js",

View File

@ -649,6 +649,9 @@
<Content Include="dashboard-ui\scripts\librarypathmapping.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\localsettings.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\mypreferencesdisplay.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>