l10n: Eliminated STRING_CMD_{G,}HISTORY_*

This commit is contained in:
Paul Beckingham 2018-01-21 11:36:29 -05:00
parent 7646c15f45
commit 4232932663
10 changed files with 20 additions and 227 deletions

View file

@ -141,30 +141,6 @@
#define STRING_CMD_TAGS_SINGLE "1 tag"
#define STRING_CMD_TAGS_PLURAL "{1} tag"
#define STRING_CMD_TAGS_NO_TAGS "Nessun tag."
#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 "Mostra un report dello storico dei task, per mese"
#define STRING_CMD_HISTORY_YEAR "Anno"
#define STRING_CMD_HISTORY_MONTH "Mese"
#define STRING_CMD_HISTORY_ADDED "Aggiunto"
#define STRING_CMD_HISTORY_COMP "Completato"
#define STRING_CMD_HISTORY_DEL "Cancellato"
#define STRING_CMD_HISTORY_NET "Bilancio"
#define STRING_CMD_HISTORY_USAGE_A "Mostra un report dello storico dei task, per anno"
#define STRING_CMD_HISTORY_AVERAGE "Media"
#define STRING_CMD_HISTORY_LEGEND "Legenda: {1}, {2}, {3}"
#define STRING_CMD_HISTORY_LEGEND_A "Legenda: + aggiunto, X completato, - cancellato"
#define STRING_CMD_GHISTORY_USAGE_M "Mostra un report grafico dello storico dei task, per mese"
#define STRING_CMD_GHISTORY_USAGE_A "Mostra un report grafico dello storico dei task, per anno"
#define STRING_CMD_GHISTORY_YEAR "Anno"
#define STRING_CMD_GHISTORY_MONTH "Mese"
#define STRING_CMD_GHISTORY_NUMBER "Aggiunti/Completati/Cancellati"
#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."