mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
L10N
- Localized two remaining errors in Task.cpp that were missed.
This commit is contained in:
parent
b5f3cfd9a3
commit
e93c61ae8d
7 changed files with 20 additions and 2 deletions
|
@ -819,6 +819,7 @@
|
|||
// Task
|
||||
#define STRING_TASK_NO_FF1 "Taskwarrior no longer supports file format 1, originally used between 27 November 2006 and 31 December 2007."
|
||||
#define STRING_TASK_NO_FF2 "Taskwarrior no longer supports file format 2, originally used between 1 January 2008 and 12 April 2009."
|
||||
#define STRING_TASK_NO_FF3 "Taskwarrior no longer supports file format 3, originally used between 23 March 2009 and 16 May 2009."
|
||||
#define STRING_TASK_PARSE_ANNO_BRACK "Missing annotation brackets."
|
||||
#define STRING_TASK_PARSE_ATT_BRACK "Missing attribute brackets."
|
||||
#define STRING_TASK_PARSE_TAG_BRACK "Missing tag brackets."
|
||||
|
@ -838,6 +839,8 @@
|
|||
#define STRING_TASK_SAFETY_VALVE "This command has no filter, and will modify all tasks. Are you sure?"
|
||||
#define STRING_TASK_SAFETY_FAIL "Command prevented from running."
|
||||
#define STRING_TASK_SAFETY_ALLOW "You did not specify a filter, and with the 'allow.empty.filter' value, no action is taken."
|
||||
#define STRING_TASK_INVALID_DUR "The duration value '{1}' is not supported."
|
||||
#define STRING_TASK_INVALID_COL_TYPE "Unrecognized column type '{1}' for column '{2}'"
|
||||
|
||||
// TDB2
|
||||
#define STRING_TDB2_PARSE_ERROR " in {1} at line {2}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue