l10n: Eliminated STRING_CMD_START_*

This commit is contained in:
Paul Beckingham 2018-01-20 14:52:26 -05:00
parent 61a377cc29
commit 58ff0e74f4
11 changed files with 7 additions and 89 deletions

View file

@ -103,7 +103,6 @@
#define STRING_COLUMN_EXAMPLES_ANNO4 "Se non si va a tagliare i capelli"
// commands/Cmd*
#define STRING_CMD_CONFLICT "Report personalizzato '{1}' provoca conflitto con un comando standard."
#define STRING_CMD_VERSION_USAGE "Mostra il numero di versione di taskwarrior"
#define STRING_CMD_VERSION_USAGE2 "Mostra solo il numero di versione di taskwarrior"
#define STRING_CMD_VERSION_DOCS "La documentazione di taskwarrior è consultabile con 'man task', 'man taskrc', 'man task-color', 'man task-sync' o presso http://taskwarrior.org"
@ -258,14 +257,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 "Contrassegna i task specificati come avviati"
#define STRING_CMD_START_NO "Task non avviato."
#define STRING_CMD_START_ALREADY "Task {1} '{2}' già avviati."
#define STRING_CMD_START_TASK "Avvio task {1} '{2}'."
#define STRING_CMD_START_CONFIRM "Avviare task {1} '{2}'?"
#define STRING_CMD_START_1 "Task {1} avviato."
#define STRING_CMD_START_N "Task {1} avviati."
#define STRING_CMD_STOP_USAGE "Rimuove il tempo di 'avvio' dal task"
#define STRING_CMD_STOP_NO "Task non fermato."
#define STRING_CMD_STOP_ALREADY "Task {1} '{2}' non fermato."