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/pl.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/pl.yml')
-rw-r--r-- | config/locales/pl.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 9f34442bf..1b2bc1287 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -652,7 +652,6 @@ pl: notice_account_lost_email_sent: E-mail z instrukcjami zmiany hasła został wysłany do Ciebie. notice_account_password_updated: Hasło prawidłowo zmienione. notice_account_pending: "Twoje konto zostało utworzone i oczekuje na zatwierdzenie administratora." - notice_account_register_done: Konto prawidłowo utworzone. notice_account_unknown_email: Nieznany użytkownik. notice_account_updated: Konto prawidłowo zaktualizowane. notice_account_wrong_password: Złe hasło @@ -1113,3 +1112,5 @@ pl: 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}. |