diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-24 17:44:25 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-24 17:44:25 -0400 |
| commit | 6a6145294ad19a0d88ad3928b48c7877bbf1b473 (patch) | |
| tree | 3a7e8b05927fc4286685becc427cda238c946b16 /MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json | |
| parent | 77afd4ba544abf2c92cd6d098e997dfc2d9b39c9 (diff) | |
stub out xml tv class
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json index 674ee855f..55236c2c6 100644 --- a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json +++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json @@ -824,5 +824,6 @@ "ErrorAddingTunerDevice": "There was an error adding the tuner device. Please ensure it is accessible and try again.", "ErrorSavingTvProvider": "There was an error saving the TV provider. Please ensure it is accessible and try again.", "ErrorGettingTvLineups": "There was an error downloading tv lineups. Please ensure your username and password are correct and try again.", - "MessageCreateAccountAt": "Create an account at {0}" + "MessageCreateAccountAt": "Create an account at {0}", + "ErrorPleaseSelectLineup": "Please select a lineup and try again. If no lineups are available, then please check that your username, password, and postal code is correct." } |
