Merge pull request #61 from vector-im/authentication_screen

Authentication screen
This commit is contained in:
giomfo
2016-01-29 11:32:03 +01:00
17 changed files with 899 additions and 218 deletions
+6 -5
View File
@@ -35,14 +35,15 @@
"camera" = "Camera";
// Authentication
"auth_sign_in" = "Sign in";
"auth_login" = "Log in";
"auth_create_account" = "Create a new account";
"auth_create_account_title" = "Create an account";
"auth_register" = "Register";
"auth_back_to_login" = "I already have an account";
"auth_email_placeholder" = "Email address";
"auth_user_id_placeholder" = "Email or user name";
"auth_password_placeholder" = "Password";
"auth_user_name_placeholder" = "Your name";
"auth_email_placeholder" = "Email address";
"auth_repeat_password_placeholder" = "Repeat password";
"auth_forgot_password" = "Forgot password?";
"auth_use_server_options" = "Use custom server options (advanced)";
// Chat creation
"room_creation_title" = "New Chat";