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/it.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/it.yml')
-rw-r--r-- | lang/it.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/it.yml b/lang/it.yml index 5cc81a678..d3f04b9c6 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -69,6 +69,8 @@ notice_file_not_found: La pagina desiderata non esiste o รจ stata rimossa. notice_locking_conflict: Le informazioni sono state modificate da un altro utente. notice_scm_error: La risorsa e/o la versione non esistono nel repository. 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: Password redMine mail_subject_register: Attivazione utenza 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: Invia |