mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-27 12:16:21 +02:00
Confirmation
- Implemented consistent confirmation.
This commit is contained in:
parent
6aee2fc7b9
commit
a5961f6847
3 changed files with 20 additions and 45 deletions
16
src/en-US.h
16
src/en-US.h
|
@ -319,13 +319,19 @@
|
|||
#define STRING_CMD_STOP_QUESTION "Stop task {1} '{2}'?"
|
||||
#define STRING_CMD_STOP_STOPPED "Stopped {1} task."
|
||||
#define STRING_CMD_STOP_STOPPED_N "Stopped {1} tasks."
|
||||
|
||||
#define STRING_CMD_DELETE_NOTPEND "Task {1} '{2}' is neither pending nor waiting."
|
||||
|
||||
#define STRING_CMD_APPEND_USAGE "Appends text to an existing task description"
|
||||
#define STRING_CMD_APPEND_SUMMARY "Appended {1} task."
|
||||
#define STRING_CMD_APPEND_SUMMARY_N "Appended {1} tasks."
|
||||
#define STRING_CMD_APPEND_QUESTION "Append to task {1} '{2}'?"
|
||||
#define STRING_CMD_APPEND_RECURRING "Appending to recurring task {1} '{2}'."
|
||||
#define STRING_CMD_APPEND_1 "Appended {1} task."
|
||||
#define STRING_CMD_APPEND_N "Appended {1} tasks."
|
||||
#define STRING_CMD_APPEND_TASK "Appending to task {1} '{2}'."
|
||||
#define STRING_CMD_APPEND_TASK_R "Appending to recurring task {1} '{2}'."
|
||||
#define STRING_CMD_APPEND_DELETING "Appending to task {1} '{2}'."
|
||||
#define STRING_CMD_APPEND_CONF_RECUR "This is a recurring task. Do you want to append to all pending recurrences of this same task?"
|
||||
#define STRING_CMD_APPEND_CONFIRM_R "This is a recurring task. Do you want to append to all pending recurrences of this same task?"
|
||||
#define STRING_CMD_APPEND_CONFIRM "Append to task {1} '{2}'?"
|
||||
#define STRING_CMD_APPEND_NO "Task not appended."
|
||||
|
||||
#define STRING_CMD_PREPEND_USAGE "Prepends text to an existing task description"
|
||||
#define STRING_CMD_PREPEND_SUMMARY "Prepended {1} task."
|
||||
#define STRING_CMD_PREPEND_SUMMARY_N "Prepended {1} tasks."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue