summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-04-24 15:02:13 +0000
committerGo MAEDA <maeda@farend.jp>2018-04-24 15:02:13 +0000
commitff512bf834bae9dd3af9d0ef24070d210536e124 (patch)
tree59ed52f421b83b29de5185a4e86189a701102cb8 /config
parent687ebc41055ed1e94a87cc783d762fb850577b6f (diff)
downloadredmine-ff512bf834bae9dd3af9d0ef24070d210536e124.tar.gz
redmine-ff512bf834bae9dd3af9d0ef24070d210536e124.zip
Add note about link validity to password lost email (#28561).
Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17307 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/en.yml1
-rw-r--r--config/locales/ja.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 7d4a4582d..843433e8c 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -837,6 +837,7 @@ de:
mail_body_account_information: Ihre Konto-Informationen
mail_body_account_information_external: "Sie können sich mit Ihrem Konto %{value} anmelden."
mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Passwort zu ändern:'
+ mail_body_lost_password_validity: 'Bitte beachten Sie, dass mit Hilfe dieses Links das Passwort nur einmalig geändert werden kann.'
mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:'
mail_body_reminder: "%{count} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten %{days} Tagen abgegeben werden:"
mail_body_wiki_content_added: "Die Wiki-Seite '%{id}' wurde von %{author} hinzugefügt."
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 618ff3f2a..1c61c76ea 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -225,6 +225,7 @@ en:
mail_subject_lost_password: "Your %{value} password"
mail_body_lost_password: 'To change your password, click on the following link:'
+ mail_body_lost_password_validity: 'Please be aware that you may change the password only once using this link.'
mail_subject_register: "Your %{value} account activation"
mail_body_register: 'To activate your account, click on the following link:'
mail_body_account_information_external: "You can use your %{value} account to log in."
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 4accf1da4..bde4a6d58 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -221,6 +221,7 @@ ja:
mail_subject_lost_password: "%{value} パスワード再発行"
mail_body_lost_password: 'パスワードを変更するには、以下のリンクをクリックしてください:'
+ mail_body_lost_password_validity: 'このリンクでパスワードを再設定できるのは1回だけです。ご注意ください。'
mail_subject_register: "%{value} アカウント登録の確認"
mail_body_register: 'アカウント登録を完了するには、以下のアドレスをクリックしてください:'
mail_body_account_information_external: "%{value} アカウントを使ってにログインできます。"