CmdUnique: New helper command to generate unique value lists

This commit is contained in:
Paul Beckingham 2015-07-12 22:03:00 -04:00
parent f0c8330ebf
commit 012affa46a
13 changed files with 165 additions and 0 deletions

View file

@ -338,6 +338,9 @@
#define STRING_CMD_GHISTORY_YEAR "Ano"
#define STRING_CMD_GHISTORY_MONTH "Mês"
#define STRING_CMD_GHISTORY_NUMBER "Número de Adicionadas/Concluídas/Eliminadas"
#define STRING_CMD_UNIQUE_USAGE "Generates lists of unique attribute values"
#define STRING_CMD_UNIQUE_MISSING "An attribute must be specified. See 'task _columns'."
#define STRING_CMD_UNIQUE_VALID "You must specify an attribute or UDA."
#define STRING_CMD_DONE_USAGE "Concluí a tarefa indicada"
#define STRING_CMD_DONE_CONFIRM "Concluír tarefa {1} '{2}'?"