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
e6fd4efd08
commit
03ede837e4
11 changed files with 3 additions and 13 deletions
|
@ -26,14 +26,13 @@
|
||||||
|
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <ColDue.h>
|
#include <ColDue.h>
|
||||||
#include <i18n.h>
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnDue::ColumnDue ()
|
ColumnDue::ColumnDue ()
|
||||||
{
|
{
|
||||||
_name = "due";
|
_name = "due";
|
||||||
_modifiable = true;
|
_modifiable = true;
|
||||||
_label = STRING_COLUMN_LABEL_DUE;
|
_label = "Due";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -43,7 +42,7 @@ void ColumnDue::setStyle (const std::string& value)
|
||||||
{
|
{
|
||||||
Column::setStyle (value);
|
Column::setStyle (value);
|
||||||
|
|
||||||
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_DUE)
|
if (_style == "countdown" && _label == "Due")
|
||||||
_label = "Count";
|
_label = "Count";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -254,7 +254,7 @@ int CmdInfo::execute (std::string& output)
|
||||||
if (task.has ("due"))
|
if (task.has ("due"))
|
||||||
{
|
{
|
||||||
row = view.addRow ();
|
row = view.addRow ();
|
||||||
view.set (row, 0, STRING_COLUMN_LABEL_DUE);
|
view.set (row, 0, "Due");
|
||||||
view.set (row, 1, Datetime (task.get_date ("due")).toString (dateformat));
|
view.set (row, 1, Datetime (task.get_date ("due")).toString (dateformat));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_DATE "Datum"
|
#define STRING_COLUMN_LABEL_DATE "Datum"
|
||||||
#define STRING_COLUMN_LABEL_DEFAULT "Standard"
|
#define STRING_COLUMN_LABEL_DEFAULT "Standard"
|
||||||
#define STRING_COLUMN_LABEL_DUE "Fällig"
|
|
||||||
#define STRING_COLUMN_LABEL_END "Ende"
|
#define STRING_COLUMN_LABEL_END "Ende"
|
||||||
#define STRING_COLUMN_LABEL_ENTERED "Erfasst"
|
#define STRING_COLUMN_LABEL_ENTERED "Erfasst"
|
||||||
#define STRING_COLUMN_LABEL_LABEL "Beschreibung"
|
#define STRING_COLUMN_LABEL_LABEL "Beschreibung"
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||||
#define STRING_COLUMN_LABEL_DEFAULT "Default"
|
#define STRING_COLUMN_LABEL_DEFAULT "Default"
|
||||||
#define STRING_COLUMN_LABEL_DUE "Due"
|
|
||||||
#define STRING_COLUMN_LABEL_END "End"
|
#define STRING_COLUMN_LABEL_END "End"
|
||||||
#define STRING_COLUMN_LABEL_ENTERED "Entered"
|
#define STRING_COLUMN_LABEL_ENTERED "Entered"
|
||||||
#define STRING_COLUMN_LABEL_LABEL "Label"
|
#define STRING_COLUMN_LABEL_LABEL "Label"
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_DATE "Dato"
|
#define STRING_COLUMN_LABEL_DATE "Dato"
|
||||||
#define STRING_COLUMN_LABEL_DEFAULT "Defaŭlto"
|
#define STRING_COLUMN_LABEL_DEFAULT "Defaŭlto"
|
||||||
#define STRING_COLUMN_LABEL_DUE "Datlimo"
|
|
||||||
#define STRING_COLUMN_LABEL_END "Fino"
|
#define STRING_COLUMN_LABEL_END "Fino"
|
||||||
#define STRING_COLUMN_LABEL_ENTERED "Kreita"
|
#define STRING_COLUMN_LABEL_ENTERED "Kreita"
|
||||||
#define STRING_COLUMN_LABEL_LABEL "Rubriko"
|
#define STRING_COLUMN_LABEL_LABEL "Rubriko"
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_DATE "Fecha"
|
#define STRING_COLUMN_LABEL_DATE "Fecha"
|
||||||
#define STRING_COLUMN_LABEL_DEFAULT "Defecto"
|
#define STRING_COLUMN_LABEL_DEFAULT "Defecto"
|
||||||
#define STRING_COLUMN_LABEL_DUE "Vencimiento"
|
|
||||||
#define STRING_COLUMN_LABEL_END "Fin"
|
#define STRING_COLUMN_LABEL_END "Fin"
|
||||||
#define STRING_COLUMN_LABEL_ENTERED "Entrada"
|
#define STRING_COLUMN_LABEL_ENTERED "Entrada"
|
||||||
#define STRING_COLUMN_LABEL_LABEL "Etiqueta"
|
#define STRING_COLUMN_LABEL_LABEL "Etiqueta"
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||||
#define STRING_COLUMN_LABEL_DEFAULT "Défaut"
|
#define STRING_COLUMN_LABEL_DEFAULT "Défaut"
|
||||||
#define STRING_COLUMN_LABEL_DUE "Échéance"
|
|
||||||
#define STRING_COLUMN_LABEL_END "Fin"
|
#define STRING_COLUMN_LABEL_END "Fin"
|
||||||
#define STRING_COLUMN_LABEL_ENTERED "Entrée"
|
#define STRING_COLUMN_LABEL_ENTERED "Entrée"
|
||||||
#define STRING_COLUMN_LABEL_LABEL "Étiq"
|
#define STRING_COLUMN_LABEL_LABEL "Étiq"
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||||
#define STRING_COLUMN_LABEL_DEFAULT "Predefinito"
|
#define STRING_COLUMN_LABEL_DEFAULT "Predefinito"
|
||||||
#define STRING_COLUMN_LABEL_DUE "Scadenza"
|
|
||||||
#define STRING_COLUMN_LABEL_END "Fine"
|
#define STRING_COLUMN_LABEL_END "Fine"
|
||||||
#define STRING_COLUMN_LABEL_ENTERED "Inserito"
|
#define STRING_COLUMN_LABEL_ENTERED "Inserito"
|
||||||
#define STRING_COLUMN_LABEL_LABEL "Etichetta"
|
#define STRING_COLUMN_LABEL_LABEL "Etichetta"
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||||
#define STRING_COLUMN_LABEL_DEFAULT "Default"
|
#define STRING_COLUMN_LABEL_DEFAULT "Default"
|
||||||
#define STRING_COLUMN_LABEL_DUE "Due"
|
|
||||||
#define STRING_COLUMN_LABEL_END "End"
|
#define STRING_COLUMN_LABEL_END "End"
|
||||||
#define STRING_COLUMN_LABEL_ENTERED "Entered"
|
#define STRING_COLUMN_LABEL_ENTERED "Entered"
|
||||||
#define STRING_COLUMN_LABEL_LABEL "Label"
|
#define STRING_COLUMN_LABEL_LABEL "Label"
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||||
#define STRING_COLUMN_LABEL_DEFAULT "Domyślne"
|
#define STRING_COLUMN_LABEL_DEFAULT "Domyślne"
|
||||||
#define STRING_COLUMN_LABEL_DUE "Do"
|
|
||||||
#define STRING_COLUMN_LABEL_END "Koniec"
|
#define STRING_COLUMN_LABEL_END "Koniec"
|
||||||
#define STRING_COLUMN_LABEL_ENTERED "Dodane"
|
#define STRING_COLUMN_LABEL_ENTERED "Dodane"
|
||||||
#define STRING_COLUMN_LABEL_LABEL "Etykieta"
|
#define STRING_COLUMN_LABEL_LABEL "Etykieta"
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||||
#define STRING_COLUMN_LABEL_DEFAULT "Por omissão"
|
#define STRING_COLUMN_LABEL_DEFAULT "Por omissão"
|
||||||
#define STRING_COLUMN_LABEL_DUE "Vence"
|
|
||||||
#define STRING_COLUMN_LABEL_END "Fim"
|
#define STRING_COLUMN_LABEL_END "Fim"
|
||||||
#define STRING_COLUMN_LABEL_ENTERED "Criada"
|
#define STRING_COLUMN_LABEL_ENTERED "Criada"
|
||||||
#define STRING_COLUMN_LABEL_LABEL "Rótulo"
|
#define STRING_COLUMN_LABEL_LABEL "Rótulo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue