diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-06-09 10:28:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-06-09 10:28:03 +0000 |
commit | 2d02a2692ab3844d0b837bda9734d834d38357da (patch) | |
tree | 44e0956ad105156806c32536a0dc6035437bb042 /config/locales/it.yml | |
parent | 52af9a17660318f7d0ed16bf9f5cb6d8f1487578 (diff) | |
download | redmine-2d02a2692ab3844d0b837bda9734d834d38357da.tar.gz redmine-2d02a2692ab3844d0b837bda9734d834d38357da.zip |
Resets strings that don't mention that an email was sent for activating the account.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11950 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/it.yml')
-rw-r--r-- | config/locales/it.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/it.yml b/config/locales/it.yml index 42958c0a8..0e1b10219 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -153,7 +153,6 @@ it: notice_account_invalid_creditentials: Nome utente o password non validi. notice_account_password_updated: La password è stata aggiornata. notice_account_wrong_password: Password errata - notice_account_register_done: L'utente è stato creato. notice_account_unknown_email: Utente sconosciuto. notice_can_t_change_password: Questo utente utilizza un metodo di autenticazione esterno. Impossibile cambiare la password. notice_account_lost_email_sent: Ti è stata spedita una email con le istruzioni per cambiare la password. @@ -1090,3 +1089,5 @@ it: notice_account_not_activated_yet: You haven't activated your account yet. If you want to receive a new activation email, please <a href="%{url}">click this link</a>. notice_account_locked: Your account is locked. + notice_account_register_done: Account was successfully created. An email containing + the instructions to activate your account was sent to %{email}. |