mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Add localized strings
This commit is contained in:
parent
cd90b8a06d
commit
d1bdac2bef
8 changed files with 76 additions and 15 deletions
|
@ -270,6 +270,14 @@
|
|||
#define STRING_CMD_TAGS_SINGLE "1 tag"
|
||||
#define STRING_CMD_TAGS_PLURAL "{1} tagów"
|
||||
#define STRING_CMD_TAGS_NO_TAGS "Brak tagów."
|
||||
#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 "Pokazuje raport historii zadań w ujęciu miesięcznym"
|
||||
#define STRING_CMD_HISTORY_YEAR "Rok"
|
||||
#define STRING_CMD_HISTORY_MONTH "Miesiąc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue