mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_HOOKS_*
This commit is contained in:
parent
f1049b4a7a
commit
f2e725b3c9
10 changed files with 11 additions and 109 deletions
|
@ -46,7 +46,17 @@
|
||||||
#include <format.h>
|
#include <format.h>
|
||||||
#include <shared.h>
|
#include <shared.h>
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
#include <i18n.h>
|
|
||||||
|
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected from hook script: {1}"
|
||||||
|
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute from hook script: {1}"
|
||||||
|
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute from hook script: {1}"
|
||||||
|
#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}, in hook script: {3}"
|
||||||
|
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}, in hook script: {2}"
|
||||||
|
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}, in hook script: {3}"
|
||||||
|
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from failing hook script: {1}"
|
||||||
|
|
||||||
extern Context context;
|
extern Context context;
|
||||||
|
|
||||||
|
|
|
@ -733,18 +733,6 @@
|
||||||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||||
|
|
||||||
// Hooks
|
|
||||||
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute from hook script: {1}"
|
|
||||||
#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}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}, in hook script: {2}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from failing hook script: {1}"
|
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
#define STRING_RECORD_EMPTY "Leerer Datensatz in der Eingabe."
|
#define STRING_RECORD_EMPTY "Leerer Datensatz in der Eingabe."
|
||||||
#define STRING_RECORD_JUNK_AT_EOL "Unerkannte Zeichen am Ende der Eingabe."
|
#define STRING_RECORD_JUNK_AT_EOL "Unerkannte Zeichen am Ende der Eingabe."
|
||||||
|
|
|
@ -731,18 +731,6 @@
|
||||||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||||
|
|
||||||
// Hooks
|
|
||||||
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute from hook script: {1}"
|
|
||||||
#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}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}, in hook script: {2}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from failing hook script: {1}"
|
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||||
|
|
|
@ -733,18 +733,6 @@
|
||||||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||||
|
|
||||||
// Hooks
|
|
||||||
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute from hook script: {1}"
|
|
||||||
#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}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}, in hook script: {2}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from failing hook script: {1}"
|
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
#define STRING_RECORD_EMPTY "Malplena rikordo en la inigo."
|
#define STRING_RECORD_EMPTY "Malplena rikordo en la inigo."
|
||||||
#define STRING_RECORD_JUNK_AT_EOL "Nekonataj signoj ĉe vicfino."
|
#define STRING_RECORD_JUNK_AT_EOL "Nekonataj signoj ĉe vicfino."
|
||||||
|
|
|
@ -745,18 +745,6 @@
|
||||||
#define STRING_HELPER_PROJECT_REM "({1} de {2} tareas restantes)."
|
#define STRING_HELPER_PROJECT_REM "({1} de {2} tareas restantes)."
|
||||||
#define STRING_HELPER_PROJECT_REM1 "({1} tarea restante)."
|
#define STRING_HELPER_PROJECT_REM1 "({1} tarea restante)."
|
||||||
|
|
||||||
// Hooks
|
|
||||||
#define STRING_HOOK_ERROR_OBJECT "Hook Error: se esperaba 0bjeto JSON '{...}' hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NODESC "Hook Error: falta atributo 'description' en objeto JSON hook script: {1}."
|
|
||||||
#define STRING_HOOK_ERROR_NOUUID "Hook Error: falta atributo 'uuid' en objeto JSON hook script: {1}."
|
|
||||||
#define STRING_HOOK_ERROR_SYNTAX "Hook Error: error de sintaxis JSON en: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_JSON "Hook Error: JSON " // |esp-ESP|==|eng-USA|
|
|
||||||
#define STRING_HOOK_ERROR_NOPARSE "Hook Error: fallo al interpretar JSON: "
|
|
||||||
#define STRING_HOOK_ERROR_BAD_NUM "Hook Error: se esperaba {1} tarea(s) JSON, se encontraron {2}, hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON debe ser para la misma tarea: {1}, hook script: {2}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON debe ser para la misma tarea: {1} != {2}, hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: se esperaba retro-alimentación desde un hook script que falló: {1}"
|
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
#define STRING_RECORD_EMPTY "Registro vacío en la entrada."
|
#define STRING_RECORD_EMPTY "Registro vacío en la entrada."
|
||||||
#define STRING_RECORD_JUNK_AT_EOL "Caracteres no reconocidos al final de línea."
|
#define STRING_RECORD_JUNK_AT_EOL "Caracteres no reconocidos al final de línea."
|
||||||
|
|
|
@ -735,18 +735,6 @@
|
||||||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||||
|
|
||||||
// Hooks
|
|
||||||
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute from hook script: {1}"
|
|
||||||
#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}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}, in hook script: {2}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from failing hook script: {1}"
|
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||||
|
|
|
@ -734,18 +734,6 @@
|
||||||
#define STRING_HELPER_PROJECT_REM "({1} di {2} task rimanenti)."
|
#define STRING_HELPER_PROJECT_REM "({1} di {2} task rimanenti)."
|
||||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||||
|
|
||||||
// Hooks
|
|
||||||
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute from hook script: {1}"
|
|
||||||
#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}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}, in hook script: {2}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from failing hook script: {1}"
|
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
#define STRING_RECORD_EMPTY "Voce vuota in ingresso."
|
#define STRING_RECORD_EMPTY "Voce vuota in ingresso."
|
||||||
#define STRING_RECORD_JUNK_AT_EOL "Carattere non riconosciuto a fine riga."
|
#define STRING_RECORD_JUNK_AT_EOL "Carattere non riconosciuto a fine riga."
|
||||||
|
|
|
@ -735,18 +735,6 @@
|
||||||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||||
|
|
||||||
// Hooks
|
|
||||||
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute from hook script: {1}"
|
|
||||||
#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}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}, in hook script: {2}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from failing hook script: {1}"
|
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||||
|
|
|
@ -735,18 +735,6 @@
|
||||||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||||
|
|
||||||
// Hooks
|
|
||||||
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute from hook script: {1}"
|
|
||||||
#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}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}, in hook script: {2}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from failing hook script: {1}"
|
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
#define STRING_RECORD_EMPTY "Pusty wpis na wejściu."
|
#define STRING_RECORD_EMPTY "Pusty wpis na wejściu."
|
||||||
#define STRING_RECORD_JUNK_AT_EOL "Nierozpoznawalny znak na koncu lini."
|
#define STRING_RECORD_JUNK_AT_EOL "Nierozpoznawalny znak na koncu lini."
|
||||||
|
|
|
@ -735,18 +735,6 @@
|
||||||
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
#define STRING_HELPER_PROJECT_REM "({1} of {2} tasks remaining)."
|
||||||
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
#define STRING_HELPER_PROJECT_REM1 "({1} task remaining)."
|
||||||
|
|
||||||
// Hooks
|
|
||||||
#define STRING_HOOK_ERROR_OBJECT "Hook Error: JSON Object '{...}' expected from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NODESC "Hook Error: JSON Object missing 'description' attribute from hook script: {1}"
|
|
||||||
#define STRING_HOOK_ERROR_NOUUID "Hook Error: JSON Object missing 'uuid' attribute from hook script: {1}"
|
|
||||||
#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}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME1 "Hook Error: JSON must be for the same task: {1}, in hook script: {2}"
|
|
||||||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}, in hook script: {3}"
|
|
||||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from failing hook script: {1}"
|
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
#define STRING_RECORD_EMPTY "Registo vazio na entrada fornecida."
|
#define STRING_RECORD_EMPTY "Registo vazio na entrada fornecida."
|
||||||
#define STRING_RECORD_JUNK_AT_EOL "Caracteres desconhecidos no fim da linha."
|
#define STRING_RECORD_JUNK_AT_EOL "Caracteres desconhecidos no fim da linha."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue