mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_ACTIVE, STRING_COLUMN_LABEL_STARTED
This commit is contained in:
parent
75c9dcc6aa
commit
6c0b47db33
10 changed files with 3 additions and 22 deletions
|
@ -28,7 +28,6 @@
|
|||
#include <ColStart.h>
|
||||
#include <Context.h>
|
||||
#include <utf8.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
@ -36,7 +35,7 @@ extern Context context;
|
|||
ColumnStart::ColumnStart ()
|
||||
{
|
||||
_name = "start";
|
||||
_label = STRING_COLUMN_LABEL_STARTED;
|
||||
_label = "Started";
|
||||
|
||||
_styles.push_back ("active");
|
||||
_examples.push_back (context.config.get ("active.indicator"));
|
||||
|
@ -49,8 +48,8 @@ void ColumnStart::setStyle (const std::string& value)
|
|||
{
|
||||
Column::setStyle (value);
|
||||
|
||||
if (_style == "active" && _label == STRING_COLUMN_LABEL_STARTED)
|
||||
_label = STRING_COLUMN_LABEL_ACTIVE;
|
||||
if (_style == "active" && _label == "Started")
|
||||
_label = "A";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "A"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Hinzugefügt"
|
||||
#define STRING_COLUMN_LABEL_AGE "Alter"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||
|
@ -60,7 +59,6 @@
|
|||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_SCHED "Geplant"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Begonnen"
|
||||
#define STRING_COLUMN_LABEL_STAT "St"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Status"
|
||||
#define STRING_COLUMN_LABEL_STAT_C "E"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "A"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Added"
|
||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||
|
@ -61,7 +60,6 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Scheduled"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_START "Start"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Started"
|
||||
#define STRING_COLUMN_LABEL_STAT "St"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Status"
|
||||
#define STRING_COLUMN_LABEL_STAT_C "C"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "Ak"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Kreita"
|
||||
#define STRING_COLUMN_LABEL_AGE "Aĝo"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||
|
@ -61,7 +60,6 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Fiksa"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_START "Eko"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Ekita"
|
||||
#define STRING_COLUMN_LABEL_STAT "St"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Stato"
|
||||
#define STRING_COLUMN_LABEL_STAT_C "Fn"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "A" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_ADDED "Añadida"
|
||||
#define STRING_COLUMN_LABEL_AGE "Edad"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Categoría"
|
||||
|
@ -61,7 +60,6 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Programada"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_START "Comienzo"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Comenzada"
|
||||
#define STRING_COLUMN_LABEL_STAT "Est"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Estatus"
|
||||
#define STRING_COLUMN_LABEL_STAT_C "C" // |esp-ESP|==|eng-USA|
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "A"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Ajoutée"
|
||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||
|
@ -61,7 +60,6 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Planifiée"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_START "Début"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Débutée"
|
||||
#define STRING_COLUMN_LABEL_STAT "St"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Statut"
|
||||
#define STRING_COLUMN_LABEL_STAT_C "C"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "A"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Aggiunto"
|
||||
#define STRING_COLUMN_LABEL_AGE "Età"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||
|
@ -61,7 +60,6 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Fissato"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_START "Inizio"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Iniziati"
|
||||
#define STRING_COLUMN_LABEL_STAT "St"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Stato"
|
||||
#define STRING_COLUMN_LABEL_STAT_C "C"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "A"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Added"
|
||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||
|
@ -61,7 +60,6 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Scheduled"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_START "Start"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Started"
|
||||
#define STRING_COLUMN_LABEL_STAT "St"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Status"
|
||||
#define STRING_COLUMN_LABEL_STAT_C "C"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "A"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Dodane"
|
||||
#define STRING_COLUMN_LABEL_AGE "Wiek"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||
|
@ -61,7 +60,6 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Zaplanowane"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_START "Start"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Rozpoczęte"
|
||||
#define STRING_COLUMN_LABEL_STAT "St"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Status"
|
||||
#define STRING_COLUMN_LABEL_STAT_C "C"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "A" // |por-PRT|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_ADDED "Adicionada"
|
||||
#define STRING_COLUMN_LABEL_AGE "Idade"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||
|
@ -61,7 +60,6 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Agendado"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_START "Início"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Iniciada"
|
||||
#define STRING_COLUMN_LABEL_STAT "Es"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Estado"
|
||||
#define STRING_COLUMN_LABEL_STAT_C "C" // |por-PRT|==|eng-USA|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue