diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-02-25 04:19:00 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-02-25 04:19:00 +0000 |
commit | 264421bcef7ed8961c89a04dfa6ef8a125d68166 (patch) | |
tree | 49fcd90fd54e54d9f91fd7a0d8afb2527b8e72a2 /config/locales/fr.yml | |
parent | b5366eb3079c46f4fcfbe8a4172732f2abeeed96 (diff) | |
download | redmine-264421bcef7ed8961c89a04dfa6ef8a125d68166.tar.gz redmine-264421bcef7ed8961c89a04dfa6ef8a125d68166.zip |
generate i18n keys (#21421)
git-svn-id: http://svn.redmine.org/redmine/trunk@15149 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/fr.yml')
-rw-r--r-- | config/locales/fr.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 41cfd55c9..52a2af385 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1193,3 +1193,13 @@ fr: text_repository_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres, tirets et tirets bas sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' label_parent_task_attributes_derived: Calculated from subtasks label_parent_task_attributes_independent: Independent of subtasks + 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_remote_ip: IP address |