l10n: Eliminated STRING_CMD_{G,}HISTORY_*

This commit is contained in:
Paul Beckingham
2018-01-21 11:36:29 -05:00
parent 489515968c
commit 02f3ce74d7
10 changed files with 20 additions and 227 deletions

View File

@@ -140,30 +140,6 @@
#define STRING_CMD_TAGS_SINGLE "1 marca"
#define STRING_CMD_TAGS_PLURAL "{1} marcas"
#define STRING_CMD_TAGS_NO_TAGS "Sem marcas."
#define STRING_CMD_HISTORY_USAGE_D "Shows a report of task history, by day"
#define STRING_CMD_HISTORY_USAGE_W "Shows a report of task history, by week"
#define STRING_CMD_HISTORY_DAY "Day"
#define STRING_CMD_GHISTORY_USAGE_D "Shows a graphical report of task history, by day"
#define STRING_CMD_GHISTORY_USAGE_W "Shows a graphical report of task history, by week"
#define STRING_CMD_GHISTORY_USAGE_D "Shows a graphical report of task history, by day"
#define STRING_CMD_GHISTORY_USAGE_W "Shows a graphical report of task history, by week"
#define STRING_CMD_GHISTORY_DAY "Day"
#define STRING_CMD_HISTORY_USAGE_M "Exibe um relatório mensal do histórico de tarefas"
#define STRING_CMD_HISTORY_YEAR "Ano"
#define STRING_CMD_HISTORY_MONTH "Mês"
#define STRING_CMD_HISTORY_ADDED "Adicionada"
#define STRING_CMD_HISTORY_COMP "Concluída"
#define STRING_CMD_HISTORY_DEL "Eliminada"
#define STRING_CMD_HISTORY_NET "Saldo"
#define STRING_CMD_HISTORY_USAGE_A "Exibe um relatório anual do histórico de tarefas"
#define STRING_CMD_HISTORY_AVERAGE "Média"
#define STRING_CMD_HISTORY_LEGEND "Legenda: {1}, {2}, {3}"
#define STRING_CMD_HISTORY_LEGEND_A "Legenda: + adicionada, X concluída, - eliminada"
#define STRING_CMD_GHISTORY_USAGE_M "Exibe um relatório gráfico mensal do histórico de tarefas"
#define STRING_CMD_GHISTORY_USAGE_A "Exibe um relatório gráfico anual do histórico de tarefas"
#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."