mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
I18N
- Localized more commands.
This commit is contained in:
parent
e5139780ea
commit
44d835947b
4 changed files with 78 additions and 63 deletions
|
@ -274,6 +274,15 @@
|
|||
#define STRING_CMD_STOP_USAGE "Removes the 'start' time from a task."
|
||||
#define STRING_CMD_STOP_NOT "Task {1} '{2}' not started."
|
||||
#define STRING_CMD_STOP_DONE "Stopped {1} '{2}'."
|
||||
#define STRING_CMD_APPEND_USAGE "Appends text to an existing task description."
|
||||
#define STRING_CMD_APPEND_DONE "Appended to task {1}."
|
||||
#define STRING_CMD_APPEND_SUMMARY "Appended {1} task."
|
||||
#define STRING_CMD_APPEND_SUMMARY_N "Appended {1} tasks."
|
||||
#define STRING_CMD_PREPEND_USAGE "Prepends text to an existing task description."
|
||||
#define STRING_CMD_PREPEND_DONE "Prepended to task {1}."
|
||||
#define STRING_CMD_PREPEND_SUMMARY "Prepended {1} task."
|
||||
#define STRING_CMD_PREPEND_SUMMARY_N "Prepended {1} tasks."
|
||||
#define STRING_CMD_XPEND_NEED_TEXT "Additional text must be provided."
|
||||
|
||||
// Config
|
||||
#define STRING_CONFIG_OVERNEST "Configuration file nested to more than 10 levels deep - this has to be a mistake."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue