l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:09:51 -05:00
parent 03ede837e4
commit df5cf4ff9c
11 changed files with 3 additions and 12 deletions

View file

@ -32,7 +32,7 @@
ColumnScheduled::ColumnScheduled ()
{
_name = "scheduled";
_label = STRING_COLUMN_LABEL_SCHED;
_label = "Scheduled";
}
////////////////////////////////////////////////////////////////////////////////
@ -42,7 +42,7 @@ void ColumnScheduled::setStyle (const std::string& value)
{
Column::setStyle (value);
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_SCHED)
if (_style == "countdown" && _label == "Scheduled")
_label = "Count";
}

View file

@ -238,7 +238,7 @@ int CmdInfo::execute (std::string& output)
if (task.has ("scheduled"))
{
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 file

@ -40,7 +40,6 @@
#define STRING_COLUMN_LABEL_RECUR "Wiederh."
#define STRING_COLUMN_LABEL_RECUR_L "Wiederholung"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_SCHED "Geplant"
#define STRING_COLUMN_LABEL_STAT "St"
#define STRING_COLUMN_LABEL_STATUS "Status"
#define STRING_COLUMN_LABEL_STAT_C "E"

View file

@ -40,7 +40,6 @@
#define STRING_COLUMN_LABEL_RECUR "Recur"
#define STRING_COLUMN_LABEL_RECUR_L "Recurrence"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_SCHED "Scheduled"
#define STRING_COLUMN_LABEL_START "Start"
#define STRING_COLUMN_LABEL_STAT "St"
#define STRING_COLUMN_LABEL_STATUS "Status"

View file

@ -40,7 +40,6 @@
#define STRING_COLUMN_LABEL_RECUR "Reokazas"
#define STRING_COLUMN_LABEL_RECUR_L "Reokazas ĉiu"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_SCHED "Fiksa"
#define STRING_COLUMN_LABEL_START "Eko"
#define STRING_COLUMN_LABEL_STAT "St"
#define STRING_COLUMN_LABEL_STATUS "Stato"

View file

@ -40,7 +40,6 @@
#define STRING_COLUMN_LABEL_RECUR "Recur" // |esp-ESP|==|eng-USA|
#define STRING_COLUMN_LABEL_RECUR_L "Recurrencia"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_SCHED "Programada"
#define STRING_COLUMN_LABEL_START "Comienzo"
#define STRING_COLUMN_LABEL_STAT "Est"
#define STRING_COLUMN_LABEL_STATUS "Estatus"

View file

@ -40,7 +40,6 @@
#define STRING_COLUMN_LABEL_RECUR "Récur"
#define STRING_COLUMN_LABEL_RECUR_L "Récurrence"
#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_STAT "St"
#define STRING_COLUMN_LABEL_STATUS "Statut"

View file

@ -40,7 +40,6 @@
#define STRING_COLUMN_LABEL_RECUR "Period"
#define STRING_COLUMN_LABEL_RECUR_L "Periodico"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_SCHED "Fissato"
#define STRING_COLUMN_LABEL_START "Inizio"
#define STRING_COLUMN_LABEL_STAT "St"
#define STRING_COLUMN_LABEL_STATUS "Stato"

View file

@ -40,7 +40,6 @@
#define STRING_COLUMN_LABEL_RECUR "Recur"
#define STRING_COLUMN_LABEL_RECUR_L "Recurrence"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_SCHED "Scheduled"
#define STRING_COLUMN_LABEL_START "Start"
#define STRING_COLUMN_LABEL_STAT "St"
#define STRING_COLUMN_LABEL_STATUS "Status"

View file

@ -40,7 +40,6 @@
#define STRING_COLUMN_LABEL_RECUR "Period"
#define STRING_COLUMN_LABEL_RECUR_L "Periodyczny"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_SCHED "Zaplanowane"
#define STRING_COLUMN_LABEL_START "Start"
#define STRING_COLUMN_LABEL_STAT "St"
#define STRING_COLUMN_LABEL_STATUS "Status"

View file

@ -40,7 +40,6 @@
#define STRING_COLUMN_LABEL_RECUR "Period"
#define STRING_COLUMN_LABEL_RECUR_L "Periodicidade"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_SCHED "Agendado"
#define STRING_COLUMN_LABEL_START "Início"
#define STRING_COLUMN_LABEL_STAT "Es"
#define STRING_COLUMN_LABEL_STATUS "Estado"