l10n: Eliminated STRING_CMD_START_*

This commit is contained in:
Paul Beckingham
2018-01-20 14:52:26 -05:00
parent 5f6f61c591
commit 5a3d5f536d
11 changed files with 7 additions and 89 deletions

View File

@@ -106,7 +106,6 @@
// commands/Cmd*
// USAGE strings are visible in 'task help'
#define STRING_CMD_CONFLICT "Custom report '{1}' conflicts with built-in task command."
#define STRING_CMD_VERSION_USAGE "Shows the Taskwarrior version number"
#define STRING_CMD_VERSION_USAGE2 "Shows only the Taskwarrior version number"
#define STRING_CMD_VERSION_DOCS "Documentation for Taskwarrior can be found using 'man task', 'man taskrc', 'man task-color', 'man task-sync' or at http://taskwarrior.org"
@@ -256,14 +255,6 @@
#define STRING_CMD_PURGE_CONFIRM_R "Task '{1}' is a recurrence template. All its {2} deleted children tasks will be purged as well. Continue?"
#define STRING_CMD_PURGE_NDEL_CHILD "Task '{1}' is a recurrence template. Its child task {2} must be deleted before it can be purged."
#define STRING_CMD_START_USAGE "Marks specified task as started"
#define STRING_CMD_START_NO "Task not started."
#define STRING_CMD_START_ALREADY "Task {1} '{2}' already started."
#define STRING_CMD_START_TASK "Starting task {1} '{2}'."
#define STRING_CMD_START_CONFIRM "Start task {1} '{2}'?"
#define STRING_CMD_START_1 "Started {1} task."
#define STRING_CMD_START_N "Started {1} tasks."
#define STRING_CMD_STOP_USAGE "Removes the 'start' time from a task"
#define STRING_CMD_STOP_NO "Task not stopped."
#define STRING_CMD_STOP_ALREADY "Task {1} '{2}' not started."