aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/JavaScript
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-23 09:23:22 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-23 09:23:22 -0400
commit3fda8ec5c264f077b625247ab29ce504be25774c (patch)
tree41c6b3e14cf5161070edfebc50168f10128a3714 /MediaBrowser.Server.Implementations/Localization/JavaScript
parentf9f29de05e318c2de4bee37eea6f19ce955a657c (diff)
update tuner setup
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/JavaScript')
-rw-r--r--MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
index d2b998ae8..cea0363f4 100644
--- a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
+++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
@@ -820,5 +820,8 @@
"MessageConfirmDeleteTunerDevice": "Are you sure you wish to delete this device?",
"MessageConfirmDeleteGuideProvider": "Are you sure you wish to delete this guide provider?",
"HeaderDeleteProvider": "Delete Provider",
- "HeaderAddProvider": "Add Provider"
+ "HeaderAddProvider": "Add Provider",
+ "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."
}