l10n: Eliminated STRING_EVAL_*

This commit is contained in:
Paul Beckingham 2018-01-15 13:28:43 -05:00
parent 74eb35810f
commit cff755aba1
11 changed files with 8 additions and 79 deletions

View file

@ -542,14 +542,6 @@
// DOM
#define STRING_DOM_UNREC "DOM: Não foi possível obter nome não reconhecido '{1}'."
// Eval
#define STRING_EVAL_NO_EXPRESSION "Nenhuma expressão a calcular."
#define STRING_EVAL_UNSUPPORTED "Operador não suportado '{1}'."
#define STRING_EVAL_OP_EXPECTED "Operador em falta."
#define STRING_EVAL_NO_EVAL "Não foi possível calcular a expressão."
#define STRING_EVAL_NOT_EXPRESSION "The value is not an expression."
#define STRING_PAREN_MISMATCH "Parentesis incompatíveis na expressão."
// edit
#define STRING_EDIT_NO_CHANGES "Não foram detetadas alterações."
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."