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
03ede837e4
commit
df5cf4ff9c
11 changed files with 3 additions and 12 deletions
|
@ -32,7 +32,7 @@
|
||||||
ColumnScheduled::ColumnScheduled ()
|
ColumnScheduled::ColumnScheduled ()
|
||||||
{
|
{
|
||||||
_name = "scheduled";
|
_name = "scheduled";
|
||||||
_label = STRING_COLUMN_LABEL_SCHED;
|
_label = "Scheduled";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -42,7 +42,7 @@ void ColumnScheduled::setStyle (const std::string& value)
|
||||||
{
|
{
|
||||||
Column::setStyle (value);
|
Column::setStyle (value);
|
||||||
|
|
||||||
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_SCHED)
|
if (_style == "countdown" && _label == "Scheduled")
|
||||||
_label = "Count";
|
_label = "Count";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -238,7 +238,7 @@ int CmdInfo::execute (std::string& output)
|
||||||
if (task.has ("scheduled"))
|
if (task.has ("scheduled"))
|
||||||
{
|
{
|
||||||
row = view.addRow ();
|
row = view.addRow ();
|
||||||
view.set (row, 0, STRING_COLUMN_LABEL_SCHED);
|
view.set (row, 0, "Scheduled");
|
||||||
view.set (row, 1, Datetime (task.get_date ("scheduled")).toString (dateformat));
|
view.set (row, 1, Datetime (task.get_date ("scheduled")).toString (dateformat));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STRING_COLUMN_LABEL_RECUR "Wiederh."
|
#define STRING_COLUMN_LABEL_RECUR "Wiederh."
|
||||||
#define STRING_COLUMN_LABEL_RECUR_L "Wiederholung"
|
#define STRING_COLUMN_LABEL_RECUR_L "Wiederholung"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_SCHED "Geplant"
|
|
||||||
#define STRING_COLUMN_LABEL_STAT "St"
|
#define STRING_COLUMN_LABEL_STAT "St"
|
||||||
#define STRING_COLUMN_LABEL_STATUS "Status"
|
#define STRING_COLUMN_LABEL_STATUS "Status"
|
||||||
#define STRING_COLUMN_LABEL_STAT_C "E"
|
#define STRING_COLUMN_LABEL_STAT_C "E"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STRING_COLUMN_LABEL_RECUR "Recur"
|
#define STRING_COLUMN_LABEL_RECUR "Recur"
|
||||||
#define STRING_COLUMN_LABEL_RECUR_L "Recurrence"
|
#define STRING_COLUMN_LABEL_RECUR_L "Recurrence"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_SCHED "Scheduled"
|
|
||||||
#define STRING_COLUMN_LABEL_START "Start"
|
#define STRING_COLUMN_LABEL_START "Start"
|
||||||
#define STRING_COLUMN_LABEL_STAT "St"
|
#define STRING_COLUMN_LABEL_STAT "St"
|
||||||
#define STRING_COLUMN_LABEL_STATUS "Status"
|
#define STRING_COLUMN_LABEL_STATUS "Status"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STRING_COLUMN_LABEL_RECUR "Reokazas"
|
#define STRING_COLUMN_LABEL_RECUR "Reokazas"
|
||||||
#define STRING_COLUMN_LABEL_RECUR_L "Reokazas ĉiu"
|
#define STRING_COLUMN_LABEL_RECUR_L "Reokazas ĉiu"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_SCHED "Fiksa"
|
|
||||||
#define STRING_COLUMN_LABEL_START "Eko"
|
#define STRING_COLUMN_LABEL_START "Eko"
|
||||||
#define STRING_COLUMN_LABEL_STAT "St"
|
#define STRING_COLUMN_LABEL_STAT "St"
|
||||||
#define STRING_COLUMN_LABEL_STATUS "Stato"
|
#define STRING_COLUMN_LABEL_STATUS "Stato"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STRING_COLUMN_LABEL_RECUR "Recur" // |esp-ESP|==|eng-USA|
|
#define STRING_COLUMN_LABEL_RECUR "Recur" // |esp-ESP|==|eng-USA|
|
||||||
#define STRING_COLUMN_LABEL_RECUR_L "Recurrencia"
|
#define STRING_COLUMN_LABEL_RECUR_L "Recurrencia"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_SCHED "Programada"
|
|
||||||
#define STRING_COLUMN_LABEL_START "Comienzo"
|
#define STRING_COLUMN_LABEL_START "Comienzo"
|
||||||
#define STRING_COLUMN_LABEL_STAT "Est"
|
#define STRING_COLUMN_LABEL_STAT "Est"
|
||||||
#define STRING_COLUMN_LABEL_STATUS "Estatus"
|
#define STRING_COLUMN_LABEL_STATUS "Estatus"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STRING_COLUMN_LABEL_RECUR "Récur"
|
#define STRING_COLUMN_LABEL_RECUR "Récur"
|
||||||
#define STRING_COLUMN_LABEL_RECUR_L "Récurrence"
|
#define STRING_COLUMN_LABEL_RECUR_L "Récurrence"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_SCHED "Planifiée"
|
|
||||||
#define STRING_COLUMN_LABEL_START "Début"
|
#define STRING_COLUMN_LABEL_START "Début"
|
||||||
#define STRING_COLUMN_LABEL_STAT "St"
|
#define STRING_COLUMN_LABEL_STAT "St"
|
||||||
#define STRING_COLUMN_LABEL_STATUS "Statut"
|
#define STRING_COLUMN_LABEL_STATUS "Statut"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STRING_COLUMN_LABEL_RECUR "Period"
|
#define STRING_COLUMN_LABEL_RECUR "Period"
|
||||||
#define STRING_COLUMN_LABEL_RECUR_L "Periodico"
|
#define STRING_COLUMN_LABEL_RECUR_L "Periodico"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_SCHED "Fissato"
|
|
||||||
#define STRING_COLUMN_LABEL_START "Inizio"
|
#define STRING_COLUMN_LABEL_START "Inizio"
|
||||||
#define STRING_COLUMN_LABEL_STAT "St"
|
#define STRING_COLUMN_LABEL_STAT "St"
|
||||||
#define STRING_COLUMN_LABEL_STATUS "Stato"
|
#define STRING_COLUMN_LABEL_STATUS "Stato"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STRING_COLUMN_LABEL_RECUR "Recur"
|
#define STRING_COLUMN_LABEL_RECUR "Recur"
|
||||||
#define STRING_COLUMN_LABEL_RECUR_L "Recurrence"
|
#define STRING_COLUMN_LABEL_RECUR_L "Recurrence"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_SCHED "Scheduled"
|
|
||||||
#define STRING_COLUMN_LABEL_START "Start"
|
#define STRING_COLUMN_LABEL_START "Start"
|
||||||
#define STRING_COLUMN_LABEL_STAT "St"
|
#define STRING_COLUMN_LABEL_STAT "St"
|
||||||
#define STRING_COLUMN_LABEL_STATUS "Status"
|
#define STRING_COLUMN_LABEL_STATUS "Status"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STRING_COLUMN_LABEL_RECUR "Period"
|
#define STRING_COLUMN_LABEL_RECUR "Period"
|
||||||
#define STRING_COLUMN_LABEL_RECUR_L "Periodyczny"
|
#define STRING_COLUMN_LABEL_RECUR_L "Periodyczny"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_SCHED "Zaplanowane"
|
|
||||||
#define STRING_COLUMN_LABEL_START "Start"
|
#define STRING_COLUMN_LABEL_START "Start"
|
||||||
#define STRING_COLUMN_LABEL_STAT "St"
|
#define STRING_COLUMN_LABEL_STAT "St"
|
||||||
#define STRING_COLUMN_LABEL_STATUS "Status"
|
#define STRING_COLUMN_LABEL_STATUS "Status"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STRING_COLUMN_LABEL_RECUR "Period"
|
#define STRING_COLUMN_LABEL_RECUR "Period"
|
||||||
#define STRING_COLUMN_LABEL_RECUR_L "Periodicidade"
|
#define STRING_COLUMN_LABEL_RECUR_L "Periodicidade"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_SCHED "Agendado"
|
|
||||||
#define STRING_COLUMN_LABEL_START "Início"
|
#define STRING_COLUMN_LABEL_START "Início"
|
||||||
#define STRING_COLUMN_LABEL_STAT "Es"
|
#define STRING_COLUMN_LABEL_STAT "Es"
|
||||||
#define STRING_COLUMN_LABEL_STATUS "Estado"
|
#define STRING_COLUMN_LABEL_STATUS "Estado"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue