From ce6f4963e799460e06bf0c16dd82b367046ea8f5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 20 Jan 2018 21:07:37 -0500 Subject: [PATCH] l10n: Eliminated STRING_CMD_COUNT_* --- src/commands/CmdCount.cpp | 3 +-- src/l10n/deu-DEU.h | 1 - src/l10n/eng-USA.h | 1 - src/l10n/epo-RUS.h | 1 - src/l10n/esp-ESP.h | 1 - src/l10n/fra-FRA.h | 1 - src/l10n/ita-ITA.h | 1 - src/l10n/jpn-JPN.h | 1 - src/l10n/pol-POL.h | 1 - src/l10n/por-PRT.h | 1 - 10 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/commands/CmdCount.cpp b/src/commands/CmdCount.cpp index fc9ba60fe..938d4d71b 100644 --- a/src/commands/CmdCount.cpp +++ b/src/commands/CmdCount.cpp @@ -29,14 +29,13 @@ #include #include #include -#include //////////////////////////////////////////////////////////////////////////////// CmdCount::CmdCount () { _keyword = "count"; _usage = "task count"; - _description = STRING_CMD_COUNT_USAGE; + _description = "Counts matching 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 ef1c01ca7..343489566 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -180,7 +180,6 @@ #define STRING_CMD_PROJECTS_SUMMARY2 "{1} Projekte" #define STRING_CMD_PROJECTS_TASK "({1} Aufgabe)" #define STRING_CMD_PROJECTS_TASKS "({1} Aufgaben)" -#define STRING_CMD_COUNT_USAGE "Zählt gewählte Aufgaben" #define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data." #define STRING_CMD_PURGE_ABRT "Purge operation aborted." diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index 7cafffbc0..62ebbbe23 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -177,7 +177,6 @@ #define STRING_CMD_PROJECTS_SUMMARY2 "{1} projects" #define STRING_CMD_PROJECTS_TASK "({1} task)" #define STRING_CMD_PROJECTS_TASKS "({1} tasks)" -#define STRING_CMD_COUNT_USAGE "Counts matching tasks" #define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data." #define STRING_CMD_PURGE_ABRT "Purge operation aborted." diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index 400072432..50ff98be0 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -180,7 +180,6 @@ #define STRING_CMD_PROJECTS_SUMMARY2 "{1} projektoj" #define STRING_CMD_PROJECTS_TASK "({1} tasko)" #define STRING_CMD_PROJECTS_TASKS "({1} taskoj)" -#define STRING_CMD_COUNT_USAGE "Nombras kongruantajn taskojn" #define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data." #define STRING_CMD_PURGE_ABRT "Purge operation aborted." diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index 26739054d..f493195ce 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -186,7 +186,6 @@ #define STRING_CMD_PROJECTS_SUMMARY2 "{1} proyectos" #define STRING_CMD_PROJECTS_TASK "({1} tarea)" #define STRING_CMD_PROJECTS_TASKS "({1} tareas)" -#define STRING_CMD_COUNT_USAGE "Cuenta tareas que coinciden" #define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data." #define STRING_CMD_PURGE_ABRT "Purge operation aborted." diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index 993823a81..2cc361cc3 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -182,7 +182,6 @@ #define STRING_CMD_PROJECTS_SUMMARY2 "{1} projects" #define STRING_CMD_PROJECTS_TASK "({1} task)" #define STRING_CMD_PROJECTS_TASKS "({1} tasks)" -#define STRING_CMD_COUNT_USAGE "Compte les taches correspondantes" #define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data." #define STRING_CMD_PURGE_ABRT "Purge operation aborted." diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index f0499cf4f..ed728a8ab 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -181,7 +181,6 @@ #define STRING_CMD_PROJECTS_SUMMARY2 "{1} progetti" #define STRING_CMD_PROJECTS_TASK "({1} task)" #define STRING_CMD_PROJECTS_TASKS "({1} task)" -#define STRING_CMD_COUNT_USAGE "Conteggia task corrispondenti" #define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data." #define STRING_CMD_PURGE_ABRT "Purge operation aborted." diff --git a/src/l10n/jpn-JPN.h b/src/l10n/jpn-JPN.h index f006f09bc..605c44d1e 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -182,7 +182,6 @@ #define STRING_CMD_PROJECTS_SUMMARY2 "{1} プロジェクト" #define STRING_CMD_PROJECTS_TASK "({1} タスク)" #define STRING_CMD_PROJECTS_TASKS "({1} タスク)" -#define STRING_CMD_COUNT_USAGE "一致した タスク をカウント" #define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data." #define STRING_CMD_PURGE_ABRT "Purge operation aborted." diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index 4cbf8196c..48814c480 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -182,7 +182,6 @@ #define STRING_CMD_PROJECTS_SUMMARY2 "{1} projektów" #define STRING_CMD_PROJECTS_TASK "({1} zadanie)" #define STRING_CMD_PROJECTS_TASKS "({1} zadań)" -#define STRING_CMD_COUNT_USAGE "Zlicza pasujące zadania" #define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data." #define STRING_CMD_PURGE_ABRT "Purge operation aborted." diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index ed4f359ec..d41ee31e2 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -182,7 +182,6 @@ #define STRING_CMD_PROJECTS_SUMMARY2 "{1} projetos" #define STRING_CMD_PROJECTS_TASK "({1} tarefa)" #define STRING_CMD_PROJECTS_TASKS "({1} tarefas)" -#define STRING_CMD_COUNT_USAGE "Conta tarefas correspondentes" #define STRING_CMD_PURGE_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data." #define STRING_CMD_PURGE_ABRT "Purge operation aborted."