diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-02-05 08:50:21 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-02-05 08:50:21 +0000 |
commit | b5366eb3079c46f4fcfbe8a4172732f2abeeed96 (patch) | |
tree | d358339c3245fa0d4a4f0d886ffa55d958344f20 /config/locales/fr.yml | |
parent | c46c0e7452a1792d11a186d1059bef52a4867cf4 (diff) | |
download | redmine-b5366eb3079c46f4fcfbe8a4172732f2abeeed96.tar.gz redmine-b5366eb3079c46f4fcfbe8a4172732f2abeeed96.zip |
Send a notification when security settings are changed (#21421).
git-svn-id: http://svn.redmine.org/redmine/trunk@15148 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/fr.yml')
-rw-r--r-- | config/locales/fr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 90984c871..41cfd55c9 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -248,6 +248,7 @@ fr: mail_body_wiki_content_added: "La page wiki '%{id}' a été ajoutée par %{author}." mail_subject_wiki_content_updated: "Page wiki '%{id}' mise à jour" mail_body_wiki_content_updated: "La page wiki '%{id}' a été mise à jour par %{author}." + mail_body_settings_updated: "Les paramètres suivants ont été modifiés :" field_name: Nom field_description: Description |