diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-13 19:56:59 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-13 19:56:59 -0400 |
| commit | 3205913b2a8559a6a29a81d63dd144249db6e234 (patch) | |
| tree | 07c2fa64bfb193826081b671ea2941b6e161332b /MediaBrowser.Server.Implementations/Localization/Server/server.json | |
| parent | 7905080e3eff2eb7f506899ea765126c82a0b400 (diff) | |
support in-app connect signup
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server/server.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/server.json | 6 |
1 files changed, 5 insertions, 1 deletions
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):" } |
