mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 14:01:07 +01:00
LCL; fixed 2.2.0 compilation
git-svn-id: trunk@15340 -
This commit is contained in:
parent
3e490580ec
commit
025c9f9def
@ -302,6 +302,13 @@ ResourceString
|
||||
hhsHelpBrowserNotExecutable = 'Browser %s%s%s not executable.';
|
||||
hhsHelpErrorWhileExecuting = 'Error while executing %s%s%s:%s%s';
|
||||
|
||||
// parser
|
||||
SParExpected = 'Wrong token type: %s expected';
|
||||
SParInvalidInteger = 'Invalid integer number: %s';
|
||||
SParWrongTokenType = 'Wrong token type: %s expected but %s found';
|
||||
SParInvalidFloat = 'Invalid floating point number: %s';
|
||||
SParWrongTokenSymbol = 'Wrong token symbol: %s expected but %s found';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user