mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
1cd810f8f6
commit
e6fd4efd08
12 changed files with 3 additions and 12 deletions
|
@ -44,7 +44,7 @@ void ColumnDue::setStyle (const std::string& value)
|
|||
Column::setStyle (value);
|
||||
|
||||
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_DUE)
|
||||
_label = STRING_COLUMN_LABEL_COUNT;
|
||||
_label = "Count";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -43,7 +43,7 @@ void ColumnScheduled::setStyle (const std::string& value)
|
|||
Column::setStyle (value);
|
||||
|
||||
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_SCHED)
|
||||
_label = STRING_COLUMN_LABEL_COUNT;
|
||||
_label = "Count";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -92,7 +92,7 @@ int CmdTags::execute (std::string& output)
|
|||
Table view;
|
||||
view.width (context.getWidth ());
|
||||
view.add (STRING_COLUMN_LABEL_TAG);
|
||||
view.add (STRING_COLUMN_LABEL_COUNT, false);
|
||||
view.add ("Count", false);
|
||||
setHeaderUnderline (view);
|
||||
|
||||
Color bold;
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_COUNT "Anzahl"
|
||||
#define STRING_COLUMN_LABEL_DATE "Datum"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Standard"
|
||||
#define STRING_COLUMN_LABEL_DUE "Fällig"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_COUNT "Count"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Default"
|
||||
#define STRING_COLUMN_LABEL_DUE "Due"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_COUNT "Nombro"
|
||||
#define STRING_COLUMN_LABEL_DATE "Dato"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Defaŭlto"
|
||||
#define STRING_COLUMN_LABEL_DUE "Datlimo"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_COUNT "Recuento"
|
||||
#define STRING_COLUMN_LABEL_DATE "Fecha"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Defecto"
|
||||
#define STRING_COLUMN_LABEL_DUE "Vencimiento"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_COUNT "Temps restant"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Défaut"
|
||||
#define STRING_COLUMN_LABEL_DUE "Échéance"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_COUNT "Conteggio"
|
||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Predefinito"
|
||||
#define STRING_COLUMN_LABEL_DUE "Scadenza"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_COUNT "Count"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Default"
|
||||
#define STRING_COLUMN_LABEL_DUE "Due"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_COUNT "Ile"
|
||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Domyślne"
|
||||
#define STRING_COLUMN_LABEL_DUE "Do"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_COUNT "Contagem"
|
||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Por omissão"
|
||||
#define STRING_COLUMN_LABEL_DUE "Vence"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue