diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-14 10:36:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-14 10:36:19 +0000 |
commit | 0061a3f04afee7654b3cbb35505a6af3dfbb3b53 (patch) | |
tree | 744406b126f1cc873b5c3abac0f3a3c00c306062 /lang/pt-br.yml | |
parent | 7e755a53b8536caf0c792e0d83270a9aac1da893 (diff) | |
download | redmine-0061a3f04afee7654b3cbb35505a6af3dfbb3b53.tar.gz redmine-0061a3f04afee7654b3cbb35505a6af3dfbb3b53.zip |
Added 'email sending test' functionality.
Go to Admin -> Mail notifications and click on 'Send a test email'.
If an error occurs while sending the mail, the error message is displayed to the user.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@632 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/pt-br.yml')
-rw-r--r-- | lang/pt-br.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/pt-br.yml b/lang/pt-br.yml index 6043c8bc0..7196db856 100644 --- a/lang/pt-br.yml +++ b/lang/pt-br.yml @@ -69,6 +69,8 @@ notice_file_not_found: A pagina que voce esta tentando acessar nao existe ou foi notice_locking_conflict: Os dados foram atualizados por um outro usuario.
notice_scm_error: A entrada e/ou a revisao nao existem no repositorio.
notice_not_authorized: You are not authorized to access this page.
+notice_email_sent: An email was sent to %s
+notice_email_error: An error occurred while sending mail (%s)"
mail_subject_lost_password: Sua senha do redMine.
mail_subject_register: Ativacao de conta do redMine.
@@ -407,6 +409,7 @@ label_date_from: From label_date_to: To
label_language_based: Language based
label_sort_by: Sort by "%s"
+label_send_test_email: Send a test email
button_login: Login
button_submit: Enviar
|