CmdColumns: Now shows whether a column is modifiable or read only

This commit is contained in:
Paul Beckingham 2015-10-29 14:14:07 -04:00
parent 3749378867
commit 1236abc7d5
12 changed files with 28 additions and 6 deletions

View file

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