mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColLast: New recurrence attribute
This commit is contained in:
parent
5ac7ca6885
commit
aedf99a827
13 changed files with 126 additions and 0 deletions
|
@ -210,6 +210,7 @@
|
|||
#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_PARENT "Vorgänger-Aufgabe"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Datum"
|
||||
|
|
|
@ -210,6 +210,7 @@
|
|||
#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_PARENT "Parent task"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
|
|
|
@ -210,6 +210,7 @@
|
|||
#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_PARENT "Patra tasko"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Dato"
|
||||
|
|
|
@ -211,6 +211,7 @@
|
|||
#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_PARENT "Tarea madre"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Fecha"
|
||||
|
|
|
@ -210,6 +210,7 @@
|
|||
#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_PARENT "Tâche mère"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
|
|
|
@ -210,6 +210,7 @@
|
|||
#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_PARENT "Task genitore"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||
|
|
|
@ -210,6 +210,7 @@
|
|||
#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_PARENT "Parent task"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
|
|
|
@ -210,6 +210,7 @@
|
|||
#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_PARENT "Zadanie rodzic"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||
|
|
|
@ -211,6 +211,7 @@
|
|||
#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_PARENT "Tarefa mãe"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue