L10N
- Localized Lexer.
This commit is contained in:
@@ -175,6 +175,13 @@
|
||||
#define STRING_VARIANT_SQRT_NEG "Cannot take the square root of a negative number."
|
||||
#define STRING_VARIANT_COERCE_UNK "Cannot coerce data either to or from an unknown type"
|
||||
|
||||
// Lexer
|
||||
//
|
||||
// These are errors generated at the lowest level of input analysis,
|
||||
// at the character level.
|
||||
#define STRING_LEX_IMMEDIATE_UNK "Lexer start failure, unknown characters found immediately."
|
||||
#define STRING_LEX_TYPE_UNK "Lexer cannot process and unknown token type."
|
||||
|
||||
// A3
|
||||
// Sobrescritura: de R.A.E. sobrescribir
|
||||
#define STRING_A3_OVERRIDE_PROBLEM "Problema con sobrescritura: {1}"
|
||||
|
||||
Reference in New Issue
Block a user