diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-15 09:40:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-15 09:40:16 +0000 |
commit | a59e6bfb020f51ec2ae586e2e0e238b9827b7e9a (patch) | |
tree | 38063ec510887430f81f081d31b9108a0c23f796 /lang/en.yml | |
parent | 185ecd585438fe4a08dcede971dcbafc9b513524 (diff) | |
download | redmine-a59e6bfb020f51ec2ae586e2e0e238b9827b7e9a.tar.gz redmine-a59e6bfb020f51ec2ae586e2e0e238b9827b7e9a.zip |
Remove hardcoded "Redmine" strings in account related emails. And use application title instead.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1254 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/en.yml b/lang/en.yml index 8a08507bb..2646e22a6 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -82,13 +82,13 @@ error_scm_not_found: "Entry and/or revision doesn't exist in the repository." error_scm_command_failed: "An error occurred when trying to access the repository: %s" error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' -mail_subject_lost_password: Your Redmine password -mail_body_lost_password: 'To change your Redmine password, click on the following link:' -mail_subject_register: Redmine account activation -mail_body_register: 'To activate your Redmine account, click on the following link:' -mail_body_account_information_external: You can use your "%s" account to log into Redmine. -mail_body_account_information: Your Redmine account information -mail_subject_account_activation_request: Redmine account activation request +mail_subject_lost_password: Your %s password +mail_body_lost_password: 'To change your password, click on the following link:' +mail_subject_register: Your %s account activation +mail_body_register: 'To activate your account, click on the following link:' +mail_body_account_information_external: You can use your "%s" account to log in. +mail_body_account_information: Your account information +mail_subject_account_activation_request: %s account activation request mail_body_account_activation_request: 'A new user (%s) has registered. His account is pending your approval:' gui_validation_error: 1 error |