mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdAdd: Display a specific feedback message for recurrence template tasks
This commit is contained in:
parent
724a4a02a0
commit
72f8fec136
10 changed files with 17 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue