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

@ -142,30 +142,6 @@
#define STRING_CMD_TAGS_SINGLE "1 étiquette"
#define STRING_CMD_TAGS_PLURAL "{1} étiquettes"
#define STRING_CMD_TAGS_NO_TAGS "Pas d'étiquettes."
#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 "Shows a report of task history, by month"
#define STRING_CMD_HISTORY_YEAR "Année"
#define STRING_CMD_HISTORY_MONTH "Mois"
#define STRING_CMD_HISTORY_ADDED "Ajoutées"
#define STRING_CMD_HISTORY_COMP "Achevées"
#define STRING_CMD_HISTORY_DEL "Supprimées"
#define STRING_CMD_HISTORY_NET "Net"
#define STRING_CMD_HISTORY_USAGE_A "Montre un rapport de l'histoire des tâches, par an"
#define STRING_CMD_HISTORY_AVERAGE "Moyenne"
#define STRING_CMD_HISTORY_LEGEND "Légende : {1}, {2}, {3}"
#define STRING_CMD_HISTORY_LEGEND_A "Legend: + added, X completed, - deleted"
#define STRING_CMD_GHISTORY_USAGE_M "Shows a graphical report of task history, by month"
#define STRING_CMD_GHISTORY_USAGE_A "Montre un rapport graphique de l'histoire des tâches, par an"
#define STRING_CMD_GHISTORY_YEAR "An"
#define STRING_CMD_GHISTORY_MONTH "Mois"
#define STRING_CMD_GHISTORY_NUMBER "Number Added/Completed/Deleted"
#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."