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/nl.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/nl.yml')
-rw-r--r-- | lang/nl.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/nl.yml b/lang/nl.yml index 99ea5b3a6..29b7751c5 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -69,6 +69,8 @@ notice_file_not_found: De pagina die U probeerde te benaderen bestaat niet of is notice_locking_conflict: De gegevens zijn gewijzigd door een andere gebruiker. notice_scm_error: Deze ingang of revisie bestaat niet in de repository. notice_not_authorized: Het is U niet toegestaan om deze pagina te raadplegen. +notice_email_sent: An email was sent to %s +notice_email_error: An error occurred while sending mail (%s)" mail_subject_lost_password: Uw redMine wachtwoord mail_subject_register: redMine account activatie @@ -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: Inloggen button_submit: Toevoegen |