Authentication: prepare C-S auth API v2 support

This commit is contained in:
giomfo
2015-09-28 10:23:33 +02:00
parent 446828124c
commit 759e8eb628
7 changed files with 241 additions and 5 deletions
+10
View File
@@ -27,6 +27,16 @@
"leave" = "Leave";
"remove" = "Remove";
// 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_password_placeholder" = "Password";
// Chat creation
"room_creation_title" = "New Chat";
"room_creation_account" = "Account";