mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-27 12:16:21 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
02f786694e
commit
6e3c556d0b
10 changed files with 3 additions and 13 deletions
|
@ -34,7 +34,6 @@
|
|||
#include <Table.h>
|
||||
#include <format.h>
|
||||
#include <util.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
@ -91,7 +90,7 @@ int CmdTags::execute (std::string& output)
|
|||
// Render a list of tags names from the map.
|
||||
Table view;
|
||||
view.width (context.getWidth ());
|
||||
view.add (STRING_COLUMN_LABEL_TAG);
|
||||
view.add ("Tag");
|
||||
view.add ("Count", false);
|
||||
setHeaderUnderline (view);
|
||||
|
||||
|
@ -124,9 +123,9 @@ int CmdTags::execute (std::string& output)
|
|||
context.footnote (format ("{1} tags", unique.size ()));
|
||||
|
||||
if (quantity == 1)
|
||||
context.footnote (STRING_FEEDBACK_TASKS_SINGLE);
|
||||
context.footnote ("(1 task)");
|
||||
else
|
||||
context.footnote (format (STRING_FEEDBACK_TASKS_PLURAL, quantity));
|
||||
context.footnote (format ("({1} tasks)", quantity));
|
||||
|
||||
out << '\n';
|
||||
}
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_TAG "Schlagwort"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Bis"
|
||||
#define string_column_label_urgency "dringlichkeit"
|
||||
#define string_column_label_uuid "uuid"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_TAG "Tag"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Until"
|
||||
#define STRING_COLUMN_LABEL_URGENCY "Urgency"
|
||||
#define STRING_COLUMN_LABEL_UUID "UUID"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_TAG "Etik"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Ĝis"
|
||||
#define STRING_COLUMN_LABEL_URGENCY "Urĝeco"
|
||||
#define STRING_COLUMN_LABEL_UUID "UUID"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_TAG "Marca"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Hasta"
|
||||
#define STRING_COLUMN_LABEL_URGENCY "Urgencia"
|
||||
#define STRING_COLUMN_LABEL_UUID "UUID" // |esp-ESP|==|eng-USA|
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_TAG "Étiq"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Until"
|
||||
#define STRING_COLUMN_LABEL_URGENCY "Urgence"
|
||||
#define STRING_COLUMN_LABEL_UUID "UUID"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_TAG "Tag"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Fino a"
|
||||
#define STRING_COLUMN_LABEL_URGENCY "Urgenza"
|
||||
#define STRING_COLUMN_LABEL_UUID "UUID"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_TAG "Tag"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Until"
|
||||
#define STRING_COLUMN_LABEL_URGENCY "Urgency"
|
||||
#define STRING_COLUMN_LABEL_UUID "UUID"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_TAG "Tag"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Do"
|
||||
#define STRING_COLUMN_LABEL_URGENCY "Pilność"
|
||||
#define STRING_COLUMN_LABEL_UUID "UUID"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_TAG "Marca"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Até"
|
||||
#define STRING_COLUMN_LABEL_URGENCY "Urgência"
|
||||
#define STRING_COLUMN_LABEL_UUID "UUID" // |por-PRT|==|eng-USA|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue