aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization
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
parent7905080e3eff2eb7f506899ea765126c82a0b400 (diff)
support in-app connect signup
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization')
-rw-r--r--MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json6
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/server.json6
2 files changed, 10 insertions, 2 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."
}
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json
index 49a912012..300b82525 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/server.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json
@@ -1455,5 +1455,9 @@
"ButtonUnlockGuide": "Unlock Guide",
"LabelEnableFullScreen": "Enable fullscreen mode",
"LabelEnableChromecastAc3Passthrough": "Enable Chromecast AC3 Passthrough",
- "LabelSyncPath": "Synced content path:"
+ "LabelSyncPath": "Synced content path:",
+ "LabelEmail": "Email:",
+ "LabelUsername": "Username:",
+ "HeaderSignUp": "Sign Up",
+ "LabelPasswordConfirm": "Password (confirm):"
}