pascalabcnet/bin/Lng/Eng/ParserErrors.dat

19 lines
688 B
Plaintext
Raw Permalink Normal View History

2024-05-06 02:15:20 +03:00
// UNIVERSAL PARSER ERRORS
2015-05-14 22:35:07 +03:00
%PREFIX%=PARSER_ERRORS_
BAD_FLOAT=Too big (small) number
BAD_INT=Too big (small) number
BAD_HEX=Bad hex number
UNEXPECTED_SYMBOL{0}=Unexpected symbol '{0}'
BAD_EXPR=Bad exprssion
EXPECTED{0}={0} expected
BIG_CHAR_NUMBER=Too big char const
BAD_SOURCEFILE{0}_EXT=Can not choose parser for file '{0}'
COMPILATION_ERROR{0}{1}{2}={0}{1} Compilation error: {2}
EXPECTED_IDENTIFIER=Expected identifier
INVALID_VERSION=The version format should be MAJOR.MINOR.PATCH
AVAILABLE_PARAM_VARIANTS{0}=Possible values are: {0}
AVAILABLE_EXT_VARIANTS{0}=Possible file extensions: {0}
SEE_THE_HELP_FOR_VARIANTS=You can find the possible values in the language documentation