Ability to log in from the main page

This commit is contained in:
yflory
2017-01-17 11:52:44 +01:00
parent 6652e9d6d9
commit e006ed7076
18 changed files with 144 additions and 74 deletions

View File

@@ -238,6 +238,7 @@ define(function () {
// login
out.login_login = "log in";
out.login_nologin = "use cryptpad without account";
out.login_register = "register";
out.logoutButton = "log out";
@@ -301,6 +302,11 @@ define(function () {
out.form_username = "Username";
out.form_password = "Password";
out.about = "About";
out.privacy = "Privacy";
out.contact = "Contact";
out.terms = "ToS";
// privacy.html
out.policy_title = 'Cryptpad Privacy Policy';