aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/JavaScript
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-06-13 19:56:59 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-06-13 19:56:59 -0400
commit3205913b2a8559a6a29a81d63dd144249db6e234 (patch)
tree07c2fa64bfb193826081b671ea2941b6e161332b /MediaBrowser.Server.Implementations/Localization/JavaScript
parent7905080e3eff2eb7f506899ea765126c82a0b400 (diff)
support in-app connect signup
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/JavaScript')
-rw-r--r--MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
index 954ed5f96..48d3296e5 100644
--- a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
+++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
@@ -804,5 +804,9 @@
"ButtonManageServer": "Manage Server",
"ButtonPreferences": "Preferences",
"ButtonViewArtist": "View artist",
- "ButtonViewAlbum": "View album"
+ "ButtonViewAlbum": "View album",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in."
}