mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
I18N
- Localized E9.
This commit is contained in:
parent
2c69d4871d
commit
81ca87b7da
2 changed files with 13 additions and 4 deletions
|
@ -451,6 +451,12 @@
|
|||
// Duration
|
||||
#define STRING_DURATION_UNRECOGNIZED "The duration '{1}' was not recognized."
|
||||
|
||||
// E9
|
||||
#define STRING_E9_UNSUPPORTED "Unsupported operator '{1}'."
|
||||
#define STRING_E9_NO_OPERANDS "There are no operands for the '{1}' operator."
|
||||
#define STRING_E9_INSUFFICIENT_OP "There are not enough operands for the '{1}' operator."
|
||||
#define STRING_E9_MORE_OP "Found extra operands."
|
||||
|
||||
// Errors
|
||||
// TODO Move each of these to appropriate section.
|
||||
#define STRING_UNKNOWN_ERROR "Unknown error."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue