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

@@ -269,6 +269,7 @@
#define STRING_CMD_URGENCY_RESULT "task {1} urgenza {2}"
#define STRING_CMD_ADD_USAGE "Aggiunge un nuovo task"
#define STRING_CMD_ADD_FEEDBACK "Task {1} creato."
#define STRING_CMD_ADD_RECUR "Created task {1} (recurrence template)."
#define STRING_CMD_LOG_USAGE "Aggiunge un nuovo task già completato"
#define STRING_CMD_LOG_NO_RECUR "Task periodici non possono essere registrati."
#define STRING_CMD_LOG_NO_WAITING "Task in attesa non possono essere registrati."