Added "forgot_password_link_url" and "registration_link_url" settings

This commit is contained in:
RainLoop Team 2014-11-18 01:13:50 +04:00
parent bfafe95975
commit a0ad1d6cb3
29 changed files with 68 additions and 0 deletions

View file

@ -10,6 +10,8 @@ BUTTON_SIGN_IN = "Accedi"
TITLE_SIGN_IN_GOOGLE = "Accedi usando Google"
TITLE_SIGN_IN_FACEBOOK = "Accedi usando Facebook"
TITLE_SIGN_IN_TWITTER = "Accedi usando Twitter"
LABEL_FORGOT_PASSWORD = "Forgot password"
LABEL_REGISTRATION = "Registration"
[TOP_TOOLBAR]
BUTTON_ADD_ACCOUNT = "Aggiungi account"