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 "Tarefa {1} urgência {2}"
#define STRING_CMD_ADD_USAGE "Adiciona uma nova tarefa"
#define STRING_CMD_ADD_FEEDBACK "Criada a tarefa {1}."
#define STRING_CMD_ADD_RECUR "Created task {1} (recurrence template)."
#define STRING_CMD_LOG_USAGE "Adiciona uma nova tarefa que já está concluída"
#define STRING_CMD_LOG_NO_RECUR "Não pode usar o comando 'log' para tarefas recorrentes."
#define STRING_CMD_LOG_NO_WAITING "Não pode usar o comando 'log' para tarefas adiadas."