diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-05-17 09:55:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-05-17 09:55:13 +0000 |
commit | 9c9dc6e8147a3e0bf3239511c094dc5f9d2a59a0 (patch) | |
tree | fb2dc8222bc9a9296d127115f600198d0486c879 /config/locales/ja.yml | |
parent | 6e0a818cafadfc48d74845ebedb933f4ecf2aa53 (diff) | |
download | redmine-9c9dc6e8147a3e0bf3239511c094dc5f9d2a59a0.tar.gz redmine-9c9dc6e8147a3e0bf3239511c094dc5f9d2a59a0.zip |
Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2749 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ja.yml')
-rw-r--r-- | config/locales/ja.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 49f57b569..a9024f2ed 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -821,3 +821,9 @@ ja: text_wiki_page_destroy_children: Delete child pages and all their descendants setting_password_min_length: Minimum password length field_group_by: Group results by + mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated" + label_wiki_content_added: Wiki page added + mail_subject_wiki_content_added: "'{{page}}' wiki page has been added" + mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}. + label_wiki_content_updated: Wiki page updated + mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}. |