mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_BURN_*
This commit is contained in:
parent
07989d62b9
commit
47d17b67e0
10 changed files with 13 additions and 130 deletions
|
@ -320,19 +320,6 @@
|
|||
#define STRING_CMD_TIMESHEET_USAGE "Résumé hebdomadaire des tâches terminées et démarrées"
|
||||
#define STRING_CMD_TIMESHEET_STARTED "Started ({1} tasks)"
|
||||
#define STRING_CMD_TIMESHEET_DONE "Completed ({1} tasks)"
|
||||
#define STRING_CMD_BURN_USAGE_M "Affiche un graphique d'avancement, par mois"
|
||||
#define STRING_CMD_BURN_USAGE_W "Affiche un graphique d'avancement, par semaine"
|
||||
#define STRING_CMD_BURN_USAGE_D "Affiche un graphique d'avancement, par jour"
|
||||
#define STRING_CMD_BURN_TITLE "Burndown"
|
||||
#define STRING_CMD_BURN_TOO_SMALL "Terminal window too small to draw a graph."
|
||||
#define STRING_CMD_BURN_TOO_LARGE "Terminal window too large to draw a graph."
|
||||
#define STRING_CMD_BURN_DAILY "Daily"
|
||||
#define STRING_CMD_BURN_WEEKLY "Weekly"
|
||||
#define STRING_CMD_BURN_MONTHLY "Monthly"
|
||||
#define STRING_CMD_BURN_STARTED "Started" // Must be 7 or fewer characters
|
||||
#define STRING_CMD_BURN_DONE "Done" // Must be 7 or fewer characters
|
||||
#define STRING_CMD_BURN_PENDING "Pending" // Must be 7 or fewer characters
|
||||
#define STRING_CMD_BURN_NO_CONVERGE "No convergence"
|
||||
#define STRING_CMD_CAL_USAGE "Shows a calendar, with due tasks marked"
|
||||
#define STRING_CMD_CAL_BAD_MONTH "Argument '{1}' is not a valid month."
|
||||
#define STRING_CMD_CAL_BAD_ARG "Could not recognize argument '{1}'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue