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

@ -541,14 +541,6 @@
// DOM
#define STRING_DOM_UNREC "DOM: Impossibile ottenere il nome non riconosciuto '{1}'."
// Eval
#define STRING_EVAL_NO_EXPRESSION "No expression to evaluate."
#define STRING_EVAL_UNSUPPORTED "Operatore non supportato '{1}'."
#define STRING_EVAL_OP_EXPECTED "Operator expected."
#define STRING_EVAL_NO_EVAL "The expression could not be evaluated."
#define STRING_EVAL_NOT_EXPRESSION "The value is not an expression."
#define STRING_PAREN_MISMATCH "Mismatched parentheses in expression"
// edit
#define STRING_EDIT_NO_CHANGES "Nessuna modifica riscontrata."
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."