From 9c9dc6e8147a3e0bf3239511c094dc5f9d2a59a0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 17 May 2009 09:55:13 +0000 Subject: 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 --- config/locales/ru.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/locales/ru.yml') diff --git a/config/locales/ru.yml b/config/locales/ru.yml index e55699a86..8b0605bbc 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -920,3 +920,9 @@ ru: 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}}. -- cgit v1.2.3