mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n removal of STRING_COLUMN_LABEL_MASK, STRING_COLUMN_LABEL_MASK_IDX
This commit is contained in:
parent
aac883241f
commit
193eebd852
12 changed files with 4 additions and 24 deletions
|
@ -27,14 +27,13 @@
|
|||
#include <cmake.h>
|
||||
#include <ColIMask.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnIMask::ColumnIMask ()
|
||||
{
|
||||
_name = "imask";
|
||||
_style = "number";
|
||||
_label = STRING_COLUMN_LABEL_MASK_IDX;
|
||||
_label = "Mask Index";
|
||||
_modifiable = false;
|
||||
_styles = {"number"};
|
||||
_examples = {"12"};
|
||||
|
|
|
@ -27,14 +27,13 @@
|
|||
#include <cmake.h>
|
||||
#include <ColMask.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnMask::ColumnMask ()
|
||||
{
|
||||
_name = "mask";
|
||||
_style = "default";
|
||||
_label = STRING_COLUMN_LABEL_MASK;
|
||||
_label = "Mask";
|
||||
_modifiable = false;
|
||||
_styles = {"default"};
|
||||
_examples = {"++++---"};
|
||||
|
|
|
@ -200,7 +200,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("mask"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_MASK);
|
||||
view.set (row, 0, "Mask");
|
||||
view.set (row, 1, task.get ("mask"));
|
||||
}
|
||||
|
||||
|
@ -209,7 +209,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("imask"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_MASK_IDX);
|
||||
view.set (row, 0, "Mask Index");
|
||||
view.set (row, 1, task.get ("imask"));
|
||||
}
|
||||
|
||||
|
|
|
@ -155,8 +155,6 @@
|
|||
#define STRING_COLUMN_LABEL_URGENCY "Dringlichkeit"
|
||||
#define STRING_COLUMN_LABEL_NAME "Name"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Wert"
|
||||
#define STRING_COLUMN_LABEL_MASK "Maske"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Masken-Index"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Vorgänger-Aufgabe"
|
||||
|
|
|
@ -155,8 +155,6 @@
|
|||
#define STRING_COLUMN_LABEL_URGENCY "Urgency"
|
||||
#define STRING_COLUMN_LABEL_NAME "Name"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Value"
|
||||
#define STRING_COLUMN_LABEL_MASK "Mask"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Mask Index"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Parent task"
|
||||
|
|
|
@ -155,8 +155,6 @@
|
|||
#define STRING_COLUMN_LABEL_URGENCY "Urĝeco"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nomo"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valoro"
|
||||
#define STRING_COLUMN_LABEL_MASK "Masko"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Mask-indico"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Patra tasko"
|
||||
|
|
|
@ -156,8 +156,6 @@
|
|||
#define STRING_COLUMN_LABEL_URGENCY "Urgencia"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nombre"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valor"
|
||||
#define STRING_COLUMN_LABEL_MASK "Máscara"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Máscara de Índice"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Tarea madre"
|
||||
|
|
|
@ -155,8 +155,6 @@
|
|||
#define STRING_COLUMN_LABEL_URGENCY "Urgence"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nom"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valeur"
|
||||
#define STRING_COLUMN_LABEL_MASK "Masque"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Indice de masque"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Tâche mère"
|
||||
|
|
|
@ -155,8 +155,6 @@
|
|||
#define STRING_COLUMN_LABEL_URGENCY "Urgenza"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nome"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valore"
|
||||
#define STRING_COLUMN_LABEL_MASK "Maschera"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Indice Maschera"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Task genitore"
|
||||
|
|
|
@ -155,8 +155,6 @@
|
|||
#define STRING_COLUMN_LABEL_URGENCY "Urgency"
|
||||
#define STRING_COLUMN_LABEL_NAME "Name"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Value"
|
||||
#define STRING_COLUMN_LABEL_MASK "Mask"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Mask Index"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Parent task"
|
||||
|
|
|
@ -155,8 +155,6 @@
|
|||
#define STRING_COLUMN_LABEL_URGENCY "Pilność"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nazwa"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Wartość"
|
||||
#define STRING_COLUMN_LABEL_MASK "Maska"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Indeks Maski"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Zadanie rodzic"
|
||||
|
|
|
@ -156,8 +156,6 @@
|
|||
#define STRING_COLUMN_LABEL_URGENCY "Urgência"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nome"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valor"
|
||||
#define STRING_COLUMN_LABEL_MASK "Máscara"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Índice de Máscara"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Tarefa mãe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue