CmdAdd: Display a specific feedback message for recurrence template tasks

This commit is contained in:
Tomas Babej
2016-02-06 18:18:14 +01:00
committed by Paul Beckingham
parent 724a4a02a0
commit 72f8fec136
10 changed files with 17 additions and 0 deletions

View File

@@ -270,6 +270,7 @@
#define STRING_CMD_URGENCY_RESULT "task {1} urgency {2}"
#define STRING_CMD_ADD_USAGE "新しいタスクの追加"
#define STRING_CMD_ADD_FEEDBACK "タスク {1} が生成されました。"
#define STRING_CMD_ADD_RECUR "Created task {1} (recurrence template)."
#define STRING_CMD_LOG_USAGE "Adds a new task that is already completed"
#define STRING_CMD_LOG_NO_RECUR "You cannot log recurring tasks."
#define STRING_CMD_LOG_NO_WAITING "保留のタスクはログできません。"