From 8e01baa49a30b673a95bf0396970c71eb329309b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 21 Jan 2018 11:09:05 -0500 Subject: [PATCH] l10n: Eliminated STRING_CMD_TIMESHEET_* --- src/commands/CmdTimesheet.cpp | 3 +-- src/l10n/deu-DEU.h | 3 --- src/l10n/eng-USA.h | 3 --- src/l10n/epo-RUS.h | 3 --- src/l10n/esp-ESP.h | 3 --- src/l10n/fra-FRA.h | 3 --- src/l10n/ita-ITA.h | 3 --- src/l10n/jpn-JPN.h | 3 --- src/l10n/pol-POL.h | 3 --- src/l10n/por-PRT.h | 3 --- 10 files changed, 1 insertion(+), 29 deletions(-) diff --git a/src/commands/CmdTimesheet.cpp b/src/commands/CmdTimesheet.cpp index 152b4ae6d..df8d45b50 100644 --- a/src/commands/CmdTimesheet.cpp +++ b/src/commands/CmdTimesheet.cpp @@ -35,7 +35,6 @@ #include #include #include -#include #include extern Context context; @@ -45,7 +44,7 @@ CmdTimesheet::CmdTimesheet () { _keyword = "timesheet"; _usage = "task [filter] timesheet"; - _description = STRING_CMD_TIMESHEET_USAGE; + _description = "Summary of completed and started tasks"; _read_only = true; _displays_id = false; _needs_gc = true; diff --git a/src/l10n/deu-DEU.h b/src/l10n/deu-DEU.h index c220511c2..6719f4baf 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -198,9 +198,6 @@ #define STRING_CMD_CUSTOM_COUNT "1 Aufgabe" #define STRING_CMD_CUSTOM_COUNTN "{1} Aufgaben" #define STRING_CMD_CUSTOM_TRUNCATED "auf {1} Zeilen gekürzt" -#define STRING_CMD_TIMESHEET_USAGE "Wöchentliche Zusammenfassung abgeschlossener und anfgefangener Aufgaben" -#define STRING_CMD_TIMESHEET_STARTED "Begonnen ({1} Aufgaben)" -#define STRING_CMD_TIMESHEET_DONE "Abgeschlossen ({1} Aufgaben)" #define STRING_CMD_CAL_USAGE "Zeigt einen Kalender mit hervorgehobenen fälligen Aufgaben" #define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' ist kein zulässiger Monat." #define STRING_CMD_CAL_BAD_ARG "Konnte Argument '{1}' nicht erkennen." diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index 034a54006..dd257ee02 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -195,9 +195,6 @@ #define STRING_CMD_CUSTOM_COUNT "1 task" #define STRING_CMD_CUSTOM_COUNTN "{1} tasks" #define STRING_CMD_CUSTOM_TRUNCATED "truncated to {1} lines" -#define STRING_CMD_TIMESHEET_USAGE "Summary of completed and started tasks" -#define STRING_CMD_TIMESHEET_STARTED "Started ({1} tasks)" -#define STRING_CMD_TIMESHEET_DONE "Completed ({1} tasks)" #define STRING_CMD_CAL_USAGE "Shows a calendar, with due tasks marked" #define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' is not a valid month." #define STRING_CMD_CAL_BAD_ARG "Could not recognize argument '{1}'." diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index 13a146b42..d775fbc65 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -198,9 +198,6 @@ #define STRING_CMD_CUSTOM_COUNT "1 tasko" #define STRING_CMD_CUSTOM_COUNTN "{1} taskoj" #define STRING_CMD_CUSTOM_TRUNCATED "stumpigis al {1} vicojn" -#define STRING_CMD_TIMESHEET_USAGE "Ĉiusemajna resumo de ĉia tasko finita aŭ ekita" -#define STRING_CMD_TIMESHEET_STARTED "Ekis ({1} taskojn)" -#define STRING_CMD_TIMESHEET_DONE "Finis ({1} taskojn)" #define STRING_CMD_CAL_USAGE "Montras kalendaron, kun markoj por datlimitaj taskoj" #define STRING_CMD_CAL_BAD_MONTH "Argumento '{1}' ne estas valida monato." #define STRING_CMD_CAL_BAD_ARG "Ne povis rekoni argumenton '{1}'." diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index 5953edc80..5e2dfffb4 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -205,9 +205,6 @@ #define STRING_CMD_CUSTOM_COUNT "1 tarea" #define STRING_CMD_CUSTOM_COUNTN "{1} tareas" #define STRING_CMD_CUSTOM_TRUNCATED "truncado a {1} líneas" -#define STRING_CMD_TIMESHEET_USAGE "Resumen semanal de tareas completadas y comenzadas" -#define STRING_CMD_TIMESHEET_STARTED "Comenzadas ({1} tareas)" -#define STRING_CMD_TIMESHEET_DONE "Completadas ({1} tareas)" #define STRING_CMD_CAL_USAGE "Muestra un calendario con las tareas fechadas resaltadas" #define STRING_CMD_CAL_BAD_MONTH "El argumento '{1}' no es un mes válido." #define STRING_CMD_CAL_BAD_ARG "No se pudo reconocer el argumento '{1}'." diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index 0f5b5d31a..f47618ce8 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -200,9 +200,6 @@ #define STRING_CMD_CUSTOM_COUNT "1 tâche" #define STRING_CMD_CUSTOM_COUNTN "{1} tâches" #define STRING_CMD_CUSTOM_TRUNCATED "tronquées sur {1} lignes" -#define STRING_CMD_TIMESHEET_USAGE "Résumé hebdomadaire des tâches terminées et démarrées" -#define STRING_CMD_TIMESHEET_STARTED "Started ({1} tasks)" -#define STRING_CMD_TIMESHEET_DONE "Completed ({1} tasks)" #define STRING_CMD_CAL_USAGE "Shows a calendar, with due tasks marked" #define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' is not a valid month." #define STRING_CMD_CAL_BAD_ARG "Could not recognize argument '{1}'." diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index 53a686925..48b822c51 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -199,9 +199,6 @@ #define STRING_CMD_CUSTOM_COUNT "1 task" #define STRING_CMD_CUSTOM_COUNTN "{1} task" #define STRING_CMD_CUSTOM_TRUNCATED "troncato alla linea {1}" -#define STRING_CMD_TIMESHEET_USAGE "Sommario settimanale dei task completati e avviati" -#define STRING_CMD_TIMESHEET_STARTED "Avviati ({1} task)" -#define STRING_CMD_TIMESHEET_DONE "Completati ({1} task)" #define STRING_CMD_CAL_USAGE "Mostra un calendario, con i task da svolgere marcati" #define STRING_CMD_CAL_BAD_MONTH "L'argomento '{1}' non è un mese valido." #define STRING_CMD_CAL_BAD_ARG "Impossibile riconosce l'argomento '{1}'." diff --git a/src/l10n/jpn-JPN.h b/src/l10n/jpn-JPN.h index 28441928a..02b5c9571 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -200,9 +200,6 @@ #define STRING_CMD_CUSTOM_COUNT "1 task" #define STRING_CMD_CUSTOM_COUNTN "{1} tasks" #define STRING_CMD_CUSTOM_TRUNCATED "truncated to {1} lines" -#define STRING_CMD_TIMESHEET_USAGE "Summary of completed and started tasks" -#define STRING_CMD_TIMESHEET_STARTED "Started ({1} tasks)" -#define STRING_CMD_TIMESHEET_DONE "Completed ({1} tasks)" #define STRING_CMD_CAL_USAGE "Shows a calendar, with due tasks marked" #define STRING_CMD_CAL_BAD_MONTH "引数 '{1}' は正しい月ではありません。" #define STRING_CMD_CAL_BAD_ARG "引数'{1}' を認識できません。" diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index b2703ef84..e17526b5a 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -200,9 +200,6 @@ #define STRING_CMD_CUSTOM_COUNT "1 zadanie" #define STRING_CMD_CUSTOM_COUNTN "{1} zadań" #define STRING_CMD_CUSTOM_TRUNCATED "przycięte do {1} linii" -#define STRING_CMD_TIMESHEET_USAGE "Tygodniowe podsumowanie z ukończonych i uruchomionych zadań" -#define STRING_CMD_TIMESHEET_STARTED "Uruchomiono ({1} zadań)" -#define STRING_CMD_TIMESHEET_DONE "Ukończono ({1} zadań)" #define STRING_CMD_CAL_USAGE "Wyświetla kalendarz z zadaniami z terminem" #define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' nie jest poprawnym miesiącem" #define STRING_CMD_CAL_BAD_ARG "Nie rozpoznany argument '{1}'." diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index 9d92030ef..889c70eed 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -200,9 +200,6 @@ #define STRING_CMD_CUSTOM_COUNT "1 tarefa" #define STRING_CMD_CUSTOM_COUNTN "{1} tarefas" #define STRING_CMD_CUSTOM_TRUNCATED "truncado a {1} linhas" -#define STRING_CMD_TIMESHEET_USAGE "Sumário semanal de tarefas concluídas e iniciadas" -#define STRING_CMD_TIMESHEET_STARTED "Iniciadas ({1} tarefas)" -#define STRING_CMD_TIMESHEET_DONE "Concluídas ({1} tarefas)" #define STRING_CMD_CAL_USAGE "Mostra um calendário, com datas de vencimento assinaladas" #define STRING_CMD_CAL_BAD_MONTH "Argumento '{1}' não é um mês válido." #define STRING_CMD_CAL_BAD_ARG "Não foi possível reconhecer o argumento '{1}'."