From 5a39caf95ad1b083b1a06c6674f627766b0b786c Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 20 Dec 2016 11:16:49 +0100 Subject: [PATCH] new messages for login --- customize.dist/translations/messages.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 975b201ea..37206c532 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -208,8 +208,12 @@ define(function () { out.fo_unableToRestore = "Unable to restore that file to its original location. You can try to move it to a new location."; // login + out.login_login = "log in"; + out.login_register = "register"; + out.login_username = "your username"; out.login_password = "your password"; + out.login_confirm = "confirm your password"; out.login_remember = "remember me"; out.login_warning = [ @@ -217,7 +221,12 @@ define(function () { '

Cryptpad stores your personal information in an encrypted realtime document, as it does with all other types of realtime documents.

', '

Your username and password are never sent to the server in an unencrypted form.

', '

As such, if you forget your username or password, there is absolutely nothing that we can do to recover your lost information.

', - '

Make sure you do not forget your username and password

', + '

Make sure you do not forget your username and password!

', + ].join('\n'); + + out.login_logout = [ + '

It seems you are already logged in

', + '

Would you like to log out and authenticate as another user?

', ].join('\n'); out.loginText = '

Your username and password are used to generate a unique key which is never known by our server.

\n' +