L10N: Removed unused strings
This commit is contained in:
@@ -795,10 +795,6 @@
|
||||
#define STRING_FEEDBACK_EXPIRED "Task {1} '{2}' expired and was deleted."
|
||||
#define STRING_FEEDBACK_BACKLOG "There are local changes. Sync required."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Taskwarrior does not have the correct permissions for '{1}'."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."
|
||||
#define STRING_HELPER_PROJECT_COMPL "Project '{1}' is {2}% complete"
|
||||
@@ -817,15 +813,6 @@
|
||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from a failing hook script."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Error: missing value after ',' at position {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Error: missing value at position {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Error: missing ']' at position {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Error: missing '}' at position {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Error: missing ':' at position {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Error: expected '{' or '[' at position {1}"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Error: extra characters found at position {1}"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||
@@ -1011,17 +998,12 @@
|
||||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (yes/no) "
|
||||
#define STRING_UTIL_CONFIRM_YES "yes"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Yes"
|
||||
#define STRING_UTIL_CONFIRM_NO "no"
|
||||
#define STRING_UTIL_CONFIRM_ALL "all"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "All"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "quit"
|
||||
#define STRING_UTIL_GIBIBYTES "GiB"
|
||||
#define STRING_UTIL_MEBIBYTES "MiB"
|
||||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "古い属性が見つかった。'{1}' を '{2}' に変更してください。"
|
||||
|
||||
Reference in New Issue
Block a user