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/sv.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/sv.yml')
-rw-r--r-- | lang/sv.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/sv.yml b/lang/sv.yml index 8f4824018..70cb15c3d 100644 --- a/lang/sv.yml +++ b/lang/sv.yml @@ -69,6 +69,8 @@ notice_file_not_found: Sidan du försökte komma åt existerar inte eller har bl notice_locking_conflict: Data har uppdaterats av en annan användare. notice_scm_error: Inlägg och/eller revision finns inte i repositoriet. 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: Ditt redMine lösenord mail_subject_register: redMine kontoaktivering @@ -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: Logga in button_submit: Skicka |