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/pt.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/pt.yml')
-rw-r--r-- | config/locales/pt.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 712fe403d..1ff7bd67f 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -157,7 +157,6 @@ pt: notice_account_invalid_creditentials: Utilizador ou palavra-chave inválidos. notice_account_password_updated: A palavra-chave foi alterada com sucesso. notice_account_wrong_password: Palavra-chave errada. - notice_account_register_done: A conta foi criada com sucesso. notice_account_unknown_email: Utilizador desconhecido. notice_can_t_change_password: Esta conta utiliza uma fonte de autenticação externa. Não é possível alterar a palavra-chave. notice_account_lost_email_sent: Foi-lhe enviado um e-mail com as instruções para escolher uma nova palavra-chave. @@ -1098,3 +1097,5 @@ pt: 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}. |