diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-21 14:38:12 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-21 14:38:12 -0400 |
| commit | fd79ee25d8b352d540e9289c75a1c10331869852 (patch) | |
| tree | 9cdf039708c94c9f80df7da7431dbd0a31b73de0 /MediaBrowser.Server.Implementations/Localization | |
| parent | fc9969f4bacd7ab4fb5b0bca606efb679a1258e3 (diff) | |
make backdrops optional
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/server.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index 03ba2d28b..47a9ea029 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -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" }
\ No newline at end of file |
