summaryrefslogtreecommitdiffstats
path: root/lang/zh-tw.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-25 17:31:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-25 17:31:50 +0000
commit0c8105277070c20590d22a0d4b8fc1f09ce981d9 (patch)
treecc03ec6f7da3f6b6b1ebd8c4a73f36276050b1a8 /lang/zh-tw.yml
parentd99dc4070a925fabc050ae61c21c64548730a636 (diff)
downloadredmine-0c8105277070c20590d22a0d4b8fc1f09ce981d9.tar.gz
redmine-0c8105277070c20590d22a0d4b8fc1f09ce981d9.zip
Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any.
See @rake -D redmine:send_reminders@ for options. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1459 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/zh-tw.yml')
-rw-r--r--lang/zh-tw.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/zh-tw.yml b/lang/zh-tw.yml
index 1bdc7d715..3926113b2 100644
--- a/lang/zh-tw.yml
+++ b/lang/zh-tw.yml
@@ -620,3 +620,5 @@ default_activity_development: 開發
enumeration_issue_priorities: 項目優先權
enumeration_doc_categories: 文件分類
enumeration_activities: 活動 (時間追蹤)
+mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:"
+mail_subject_reminder: "%d issue(s) due in the next days"