Most parser error messages are always in English, whereas they should be localized:
- Argument type mismatch
- Empty parentheses
- Function or operand has too few arguments
- Function or operand has too many arguments
- Missing closing bracket
- Missing operator...
- No function with this name, remove brackets for variable
- Operator/function missing
- Too many arguments
- Unequal brackets
- Unknown variable '<...>' found
Diff: