diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-02-05 07:33:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-02-05 07:33:24 +0000 |
commit | 5d70fce6ce4c481f058fc1b89d567c1389cb7e54 (patch) | |
tree | fe7c5a9602d73ef312b544783efb0ff645bc7f1d /config | |
parent | 40e6a74d4834f171bd8080dce39c587d84fb86da (diff) | |
download | redmine-5d70fce6ce4c481f058fc1b89d567c1389cb7e54.tar.gz redmine-5d70fce6ce4c481f058fc1b89d567c1389cb7e54.zip |
Security notifications when password or email adress is changed (#21421).
Patch by Jan Schulz-Hofen.
git-svn-id: http://svn.redmine.org/redmine/trunk@15145 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 8 | ||||
-rw-r--r-- | config/locales/en.yml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 515ee6ae1..808a61681 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -848,6 +848,13 @@ de: mail_subject_reminder: "%{count} Tickets müssen in den nächsten %{days} Tagen abgegeben werden" mail_subject_wiki_content_added: "Wiki-Seite '%{id}' hinzugefügt" mail_subject_wiki_content_updated: "Wiki-Seite '%{id}' erfolgreich aktualisiert" + mail_subject_security_notification: "Sicherheitshinweis" + mail_body_security_notification_change: "%{field} wurde geändert." + mail_body_security_notification_change_to: "%{field} wurde geändert zu %{value}." + mail_body_security_notification_add: "%{field} %{value} wurde hinzugefügt." + mail_body_security_notification_remove: "%{field} %{value} wurde entfernt." + mail_body_security_notification_notify_enabled: "E-Mail-Adresse %{value} erhält nun Benachrichtigungen." + mail_body_security_notification_notify_disabled: "E-Mail-Adresse %{value} erhält keine Benachrichtigungen mehr." notice_account_activated: Ihr Konto ist aktiviert. Sie können sich jetzt anmelden. notice_account_deleted: Ihr Benutzerkonto wurde unwiderruflich gelöscht. @@ -1148,6 +1155,7 @@ de: error_password_expired: Your password has expired or the administrator requires you to change it. field_time_entries_visibility: Time logs visibility + field_remote_ip: IP-Adresse label_parent_task_attributes: Parent tasks attributes label_parent_task_attributes_derived: Calculated from subtasks label_parent_task_attributes_independent: Independent of subtasks diff --git a/config/locales/en.yml b/config/locales/en.yml index 5ae94054b..a9973786a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -228,6 +228,13 @@ en: mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." + mail_subject_security_notification: "Security notification" + mail_body_security_notification_change: "%{field} was changed." + mail_body_security_notification_change_to: "%{field} was changed to %{value}." + mail_body_security_notification_add: "%{field} %{value} was added." + mail_body_security_notification_remove: "%{field} %{value} was removed." + mail_body_security_notification_notify_enabled: "Email address %{value} now receives notifications." + mail_body_security_notification_notify_disabled: "Email address %{value} no longer receives notifications." field_name: Name field_description: Description @@ -352,6 +359,7 @@ en: field_time_entries_visibility: Time logs visibility field_total_estimated_hours: Total estimated time field_default_version: Default version + field_remote_ip: IP address setting_app_title: Application title setting_app_subtitle: Application subtitle |