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

@ -104,7 +104,6 @@
// commands/Cmd*
// USAGE strings are visible in 'task help'
#define STRING_CMD_CONFLICT "Raport urzytkownika '{1}' jest w konflikcie z wbudowanym poleceniem."
#define STRING_CMD_VERSION_USAGE "Pokazuje wersję programu taskwarrior"
#define STRING_CMD_VERSION_USAGE2 "Pokazuje numer wersji programu taskwarrior"
#define STRING_CMD_VERSION_DOCS "Dokumentację dla taskwarrior można znaleźć z pomocą 'man task', 'man taskrc', 'man task-tutorial', 'man task-color', 'man task-sync', 'man task-faq' lub pod adresem http://taskwarrior.org"
@ -259,14 +258,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 "Oznacza zadanie jako uruchomione"
#define STRING_CMD_START_NO "Zadanie nie uruchomione"
#define STRING_CMD_START_ALREADY "Zadanie {1} '{2}' jest już uruchomione"
#define STRING_CMD_START_TASK "Uruchamianie zadania {1} '{2}'"
#define STRING_CMD_START_CONFIRM "Uruchomić zadanie {1} '{2}'?"
#define STRING_CMD_START_1 "Uruchomiono {1} zadanie."
#define STRING_CMD_START_N "Uruchomiono {1} zadań."
#define STRING_CMD_STOP_USAGE "Usuwa marker 'start' z zadania"
#define STRING_CMD_STOP_NO "Zadanie nie zatrzymane"
#define STRING_CMD_STOP_ALREADY "Zadanie {1} '{2}' nie jest uruchomione"