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
|
@ -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