- Localized the new strings in Hooks.cpp.
This commit is contained in:
Paul Beckingham 2015-02-15 02:03:24 -05:00
parent 5d96547c07
commit 0a62061ca8
9 changed files with 129 additions and 32 deletions

View file

@ -792,10 +792,22 @@
#define STRING_FILE_PERMS "Taskwarrior ne havas la bezonatan permeson por '{1}'."
// helpers
#define STRING_HELPER_PROJECT_CHANGE "Projekto '{1}' ŝanĝis."
#define STRING_HELPER_PROJECT_COMPL "Projekto '{1}' estas {2}% kompleta"
#define STRING_HELPER_PROJECT_REM "(Restas {1} de {2} taskoj)."
#define STRING_HELPER_PROJECT_REM1 "(Restas {1} tasko)."
#define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."
#define STRING_HELPER_PROJECT_COMPL "Project '{1}' is {2}% complete"
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
// Hooks
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected."
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute."
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute."
#define STRING_HOOK_ERROR_SYNTAX "Hook Error: JSON syntax error in: {1}"
#define STRING_HOOK_ERROR_JSON "Hook Error: JSON "
#define STRING_HOOK_ERROR_NOPARSE "Hook Error: JSON failed to parse: "
#define STRING_HOOK_ERROR_BAD_NUM "Hook Error: Expected {1} JSON task(s), found {2}"
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}"
#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 "Eraro: mankas valoro post ',' ĉe pozicio {1}"