mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdColumns: Now shows whether a column is modifiable or read only
This commit is contained in:
parent
3749378867
commit
1236abc7d5
12 changed files with 28 additions and 6 deletions
|
@ -224,6 +224,8 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Geplant"
|
||||
#define STRING_COLUMN_LABEL_UDA "Name"
|
||||
#define STRING_COLUMN_LABEL_TYPE "Typ"
|
||||
#define STRING_COLUMN_LABEL_MODIFY "Modifiable"
|
||||
#define STRING_COLUMN_LABEL_NOMODIFY "Read Only"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Beschreibung"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Standard"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Erlaubte Werte"
|
||||
|
|
|
@ -224,6 +224,8 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Scheduled"
|
||||
#define STRING_COLUMN_LABEL_UDA "Name"
|
||||
#define STRING_COLUMN_LABEL_TYPE "Type"
|
||||
#define STRING_COLUMN_LABEL_MODIFY "Modifiable"
|
||||
#define STRING_COLUMN_LABEL_NOMODIFY "Read Only"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Label"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Default"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Allowed Values"
|
||||
|
|
|
@ -224,6 +224,8 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Fiksa"
|
||||
#define STRING_COLUMN_LABEL_UDA "Nomo"
|
||||
#define STRING_COLUMN_LABEL_TYPE "Tipo"
|
||||
#define STRING_COLUMN_LABEL_MODIFY "Modifiable"
|
||||
#define STRING_COLUMN_LABEL_NOMODIFY "Read Only"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Rubriko"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Defaŭlto"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Valoroj permesataj"
|
||||
|
|
|
@ -225,6 +225,8 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Programada"
|
||||
#define STRING_COLUMN_LABEL_UDA "Nombre"
|
||||
#define STRING_COLUMN_LABEL_TYPE "Tipo"
|
||||
#define STRING_COLUMN_LABEL_MODIFY "Modifiable"
|
||||
#define STRING_COLUMN_LABEL_NOMODIFY "Read Only"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Etiqueta"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Defecto"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Valores permitidos"
|
||||
|
|
|
@ -224,6 +224,8 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Planifiée"
|
||||
#define STRING_COLUMN_LABEL_UDA "Nom"
|
||||
#define STRING_COLUMN_LABEL_TYPE "Type"
|
||||
#define STRING_COLUMN_LABEL_MODIFY "Modifiable"
|
||||
#define STRING_COLUMN_LABEL_NOMODIFY "Read Only"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Étiq"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Défaut"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Valeurs autorisées"
|
||||
|
|
|
@ -224,6 +224,8 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Fissato"
|
||||
#define STRING_COLUMN_LABEL_UDA "Nome"
|
||||
#define STRING_COLUMN_LABEL_TYPE "Tipo"
|
||||
#define STRING_COLUMN_LABEL_MODIFY "Modifiable"
|
||||
#define STRING_COLUMN_LABEL_NOMODIFY "Read Only"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Etichetta"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Predefinito"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Valori consentiti"
|
||||
|
|
|
@ -224,6 +224,8 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Scheduled"
|
||||
#define STRING_COLUMN_LABEL_UDA "Name"
|
||||
#define STRING_COLUMN_LABEL_TYPE "Type"
|
||||
#define STRING_COLUMN_LABEL_MODIFY "Modifiable"
|
||||
#define STRING_COLUMN_LABEL_NOMODIFY "Read Only"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Label"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Default"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Allowed Values"
|
||||
|
|
|
@ -224,6 +224,8 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Zaplanowane"
|
||||
#define STRING_COLUMN_LABEL_UDA "Nazwa"
|
||||
#define STRING_COLUMN_LABEL_TYPE "Typ"
|
||||
#define STRING_COLUMN_LABEL_MODIFY "Modifiable"
|
||||
#define STRING_COLUMN_LABEL_NOMODIFY "Read Only"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Etykieta"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Domyślne"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Dozwolone Wartości"
|
||||
|
|
|
@ -225,6 +225,8 @@
|
|||
#define STRING_COLUMN_LABEL_SCHED "Agendado"
|
||||
#define STRING_COLUMN_LABEL_UDA "Nome"
|
||||
#define STRING_COLUMN_LABEL_TYPE "Tipo"
|
||||
#define STRING_COLUMN_LABEL_MODIFY "Modifiable"
|
||||
#define STRING_COLUMN_LABEL_NOMODIFY "Read Only"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Rótulo"
|
||||
#define STRING_COLUMN_LABEL_DEFAULT "Por omissão"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Valores Permitidos"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue