mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_PARENT
This commit is contained in:
parent
1589db376c
commit
367f3a5e32
11 changed files with 2 additions and 12 deletions
|
@ -27,14 +27,13 @@
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <ColParent.h>
|
#include <ColParent.h>
|
||||||
#include <format.h>
|
#include <format.h>
|
||||||
#include <i18n.h>
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnParent::ColumnParent ()
|
ColumnParent::ColumnParent ()
|
||||||
{
|
{
|
||||||
_name = "parent";
|
_name = "parent";
|
||||||
_style = "long";
|
_style = "long";
|
||||||
_label = STRING_COLUMN_LABEL_PARENT;
|
_label = "Parent task";
|
||||||
_modifiable = false;
|
_modifiable = false;
|
||||||
_styles = {"long", "short"};
|
_styles = {"long", "short"};
|
||||||
_examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};
|
_examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};
|
||||||
|
|
|
@ -191,7 +191,7 @@ int CmdInfo::execute (std::string& output)
|
||||||
if (task.has ("parent"))
|
if (task.has ("parent"))
|
||||||
{
|
{
|
||||||
row = view.addRow ();
|
row = view.addRow ();
|
||||||
view.set (row, 0, STRING_COLUMN_LABEL_PARENT);
|
view.set (row, 0, "Parent task");
|
||||||
view.set (row, 1, task.get ("parent"));
|
view.set (row, 1, task.get ("parent"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -157,7 +157,6 @@
|
||||||
#define STRING_COLUMN_LABEL_VALUE "Wert"
|
#define STRING_COLUMN_LABEL_VALUE "Wert"
|
||||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_PARENT "Vorgänger-Aufgabe"
|
|
||||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||||
#define STRING_COLUMN_LABEL_DATE "Datum"
|
#define STRING_COLUMN_LABEL_DATE "Datum"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Spalten"
|
#define STRING_COLUMN_LABEL_COLUMN "Spalten"
|
||||||
|
|
|
@ -157,7 +157,6 @@
|
||||||
#define STRING_COLUMN_LABEL_VALUE "Value"
|
#define STRING_COLUMN_LABEL_VALUE "Value"
|
||||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_PARENT "Parent task"
|
|
||||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
||||||
|
|
|
@ -157,7 +157,6 @@
|
||||||
#define STRING_COLUMN_LABEL_VALUE "Valoro"
|
#define STRING_COLUMN_LABEL_VALUE "Valoro"
|
||||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_PARENT "Patra tasko"
|
|
||||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||||
#define STRING_COLUMN_LABEL_DATE "Dato"
|
#define STRING_COLUMN_LABEL_DATE "Dato"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Kolumnoj"
|
#define STRING_COLUMN_LABEL_COLUMN "Kolumnoj"
|
||||||
|
|
|
@ -158,7 +158,6 @@
|
||||||
#define STRING_COLUMN_LABEL_VALUE "Valor"
|
#define STRING_COLUMN_LABEL_VALUE "Valor"
|
||||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_PARENT "Tarea madre"
|
|
||||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||||
#define STRING_COLUMN_LABEL_DATE "Fecha"
|
#define STRING_COLUMN_LABEL_DATE "Fecha"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Columnas"
|
#define STRING_COLUMN_LABEL_COLUMN "Columnas"
|
||||||
|
|
|
@ -157,7 +157,6 @@
|
||||||
#define STRING_COLUMN_LABEL_VALUE "Valeur"
|
#define STRING_COLUMN_LABEL_VALUE "Valeur"
|
||||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_PARENT "Tâche mère"
|
|
||||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Colonnes"
|
#define STRING_COLUMN_LABEL_COLUMN "Colonnes"
|
||||||
|
|
|
@ -157,7 +157,6 @@
|
||||||
#define STRING_COLUMN_LABEL_VALUE "Valore"
|
#define STRING_COLUMN_LABEL_VALUE "Valore"
|
||||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_PARENT "Task genitore"
|
|
||||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Colonna"
|
#define STRING_COLUMN_LABEL_COLUMN "Colonna"
|
||||||
|
|
|
@ -157,7 +157,6 @@
|
||||||
#define STRING_COLUMN_LABEL_VALUE "Value"
|
#define STRING_COLUMN_LABEL_VALUE "Value"
|
||||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_PARENT "Parent task"
|
|
||||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
||||||
|
|
|
@ -157,7 +157,6 @@
|
||||||
#define STRING_COLUMN_LABEL_VALUE "Wartość"
|
#define STRING_COLUMN_LABEL_VALUE "Wartość"
|
||||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_PARENT "Zadanie rodzic"
|
|
||||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Kolumny"
|
#define STRING_COLUMN_LABEL_COLUMN "Kolumny"
|
||||||
|
|
|
@ -158,7 +158,6 @@
|
||||||
#define STRING_COLUMN_LABEL_VALUE "Valor"
|
#define STRING_COLUMN_LABEL_VALUE "Valor"
|
||||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||||
#define STRING_COLUMN_LABEL_PARENT "Tarefa mãe"
|
|
||||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Colunas"
|
#define STRING_COLUMN_LABEL_COLUMN "Colunas"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue