aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/Server
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-12 12:46:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-12 12:46:29 -0400
commit9682f601005e1efc25679e9c9fc0b49a10a59524 (patch)
treec8ef65919a7646d20ae714ad4de0191479615337 /MediaBrowser.Server.Implementations/Localization/Server
parent77ac8826e3ffb9d8da1ae3f949448852240ed437 (diff)
live tv guide improvements
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server')
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/server.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json
index 061ee3ef0..6c46f9009 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/server.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json
@@ -1421,5 +1421,13 @@
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion",
"OptionEnableFullSpeedConversionHelp": "By default, sync conversion is performed at a low speed to minimize resource consumption.",
- "HeaderPlaylists": "Playlists"
+ "HeaderPlaylists": "Playlists",
+ "HeaderSelectDate": "Select Date",
+ "HeaderWelcomeExclamation": "Welcome!",
+ "HeaderMyPreferences": "My Preferences",
+ "ButtonMyPreferencesWelcomeYes": "Yes, I'd like to set my preferences now.",
+ "ButtonMyPreferencesWelcomeNo": "No thanks, I'll do it later.",
+ "MyPreferencesWelcomeMessage1": "We've presented your library in a way we think you'll enjoy. The appearance and grouping of content can be changed anytime by adjusting your preferences. Your preferences will apply to all Emby apps.",
+ "MyPreferencesWelcomeMessage2": "Would you like to set your preferences now?",
+ "ToAccessPreferencesHelp": "To access your preferences later, click your user icon in the top right header and select My Preferences."
}