mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_CMD_COUNT_*
This commit is contained in:
parent
57ba9edf4f
commit
ce6f4963e7
10 changed files with 1 additions and 11 deletions
|
@ -29,14 +29,13 @@
|
||||||
#include <Filter.h>
|
#include <Filter.h>
|
||||||
#include <main.h>
|
#include <main.h>
|
||||||
#include <format.h>
|
#include <format.h>
|
||||||
#include <i18n.h>
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
CmdCount::CmdCount ()
|
CmdCount::CmdCount ()
|
||||||
{
|
{
|
||||||
_keyword = "count";
|
_keyword = "count";
|
||||||
_usage = "task <filter> count";
|
_usage = "task <filter> count";
|
||||||
_description = STRING_CMD_COUNT_USAGE;
|
_description = "Counts matching tasks";
|
||||||
_read_only = true;
|
_read_only = true;
|
||||||
_displays_id = false;
|
_displays_id = false;
|
||||||
_needs_gc = true;
|
_needs_gc = true;
|
||||||
|
|
|
@ -180,7 +180,6 @@
|
||||||
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} Projekte"
|
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} Projekte"
|
||||||
#define STRING_CMD_PROJECTS_TASK "({1} Aufgabe)"
|
#define STRING_CMD_PROJECTS_TASK "({1} Aufgabe)"
|
||||||
#define STRING_CMD_PROJECTS_TASKS "({1} Aufgaben)"
|
#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_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
|
||||||
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
||||||
|
|
|
@ -177,7 +177,6 @@
|
||||||
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projects"
|
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projects"
|
||||||
#define STRING_CMD_PROJECTS_TASK "({1} task)"
|
#define STRING_CMD_PROJECTS_TASK "({1} task)"
|
||||||
#define STRING_CMD_PROJECTS_TASKS "({1} tasks)"
|
#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_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
|
||||||
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
||||||
|
|
|
@ -180,7 +180,6 @@
|
||||||
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projektoj"
|
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projektoj"
|
||||||
#define STRING_CMD_PROJECTS_TASK "({1} tasko)"
|
#define STRING_CMD_PROJECTS_TASK "({1} tasko)"
|
||||||
#define STRING_CMD_PROJECTS_TASKS "({1} taskoj)"
|
#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_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
|
||||||
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
||||||
|
|
|
@ -186,7 +186,6 @@
|
||||||
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} proyectos"
|
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} proyectos"
|
||||||
#define STRING_CMD_PROJECTS_TASK "({1} tarea)"
|
#define STRING_CMD_PROJECTS_TASK "({1} tarea)"
|
||||||
#define STRING_CMD_PROJECTS_TASKS "({1} tareas)"
|
#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_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
|
||||||
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
||||||
|
|
|
@ -182,7 +182,6 @@
|
||||||
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projects"
|
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projects"
|
||||||
#define STRING_CMD_PROJECTS_TASK "({1} task)"
|
#define STRING_CMD_PROJECTS_TASK "({1} task)"
|
||||||
#define STRING_CMD_PROJECTS_TASKS "({1} tasks)"
|
#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_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
|
||||||
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
||||||
|
|
|
@ -181,7 +181,6 @@
|
||||||
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} progetti"
|
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} progetti"
|
||||||
#define STRING_CMD_PROJECTS_TASK "({1} task)"
|
#define STRING_CMD_PROJECTS_TASK "({1} task)"
|
||||||
#define STRING_CMD_PROJECTS_TASKS "({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_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
|
||||||
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
||||||
|
|
|
@ -182,7 +182,6 @@
|
||||||
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} プロジェクト"
|
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} プロジェクト"
|
||||||
#define STRING_CMD_PROJECTS_TASK "({1} タスク)"
|
#define STRING_CMD_PROJECTS_TASK "({1} タスク)"
|
||||||
#define STRING_CMD_PROJECTS_TASKS "({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_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
|
||||||
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
||||||
|
|
|
@ -182,7 +182,6 @@
|
||||||
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projektów"
|
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projektów"
|
||||||
#define STRING_CMD_PROJECTS_TASK "({1} zadanie)"
|
#define STRING_CMD_PROJECTS_TASK "({1} zadanie)"
|
||||||
#define STRING_CMD_PROJECTS_TASKS "({1} zadań)"
|
#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_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
|
||||||
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
||||||
|
|
|
@ -182,7 +182,6 @@
|
||||||
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projetos"
|
#define STRING_CMD_PROJECTS_SUMMARY2 "{1} projetos"
|
||||||
#define STRING_CMD_PROJECTS_TASK "({1} tarefa)"
|
#define STRING_CMD_PROJECTS_TASK "({1} tarefa)"
|
||||||
#define STRING_CMD_PROJECTS_TASKS "({1} tarefas)"
|
#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_USAGE "Removes the specified tasks from the data files. Causes permanent loss of data."
|
||||||
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
#define STRING_CMD_PURGE_ABRT "Purge operation aborted."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue