mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:24:19 +02:00
fcl-passrc: not supported message
git-svn-id: trunk@37909 -
This commit is contained in:
parent
0c3486f6e4
commit
8401bd1286
@ -151,6 +151,7 @@ const
|
|||||||
nContextExpectedXButFoundY = 3078;
|
nContextExpectedXButFoundY = 3078;
|
||||||
nContextXInvalidY = 3079;
|
nContextXInvalidY = 3079;
|
||||||
nConstructingClassXWithAbstractMethodY = 3080;
|
nConstructingClassXWithAbstractMethodY = 3080;
|
||||||
|
nXIsNotSupported = 3081;
|
||||||
|
|
||||||
// resourcestring patterns of messages
|
// resourcestring patterns of messages
|
||||||
resourcestring
|
resourcestring
|
||||||
@ -234,6 +235,7 @@ resourcestring
|
|||||||
sContextExpectedXButFoundY = '%s: expected "%s", but found "%s"';
|
sContextExpectedXButFoundY = '%s: expected "%s", but found "%s"';
|
||||||
sContextXInvalidY = '%s: invalid %s';
|
sContextXInvalidY = '%s: invalid %s';
|
||||||
sConstructingClassXWithAbstractMethodY = 'Constructing a class "%s" with abstract method "%s"';
|
sConstructingClassXWithAbstractMethodY = 'Constructing a class "%s" with abstract method "%s"';
|
||||||
|
sXIsNotSupported = '%s is not supported';
|
||||||
|
|
||||||
type
|
type
|
||||||
{ TResolveData - base class for data stored in TPasElement.CustomData }
|
{ TResolveData - base class for data stored in TPasElement.CustomData }
|
||||||
|
Loading…
Reference in New Issue
Block a user