fcl-passrc: not supported message

git-svn-id: trunk@37909 -
This commit is contained in:
Mattias Gaertner 2018-01-04 19:58:59 +00:00
parent 0c3486f6e4
commit 8401bd1286

View File

@ -151,6 +151,7 @@ const
nContextExpectedXButFoundY = 3078;
nContextXInvalidY = 3079;
nConstructingClassXWithAbstractMethodY = 3080;
nXIsNotSupported = 3081;
// resourcestring patterns of messages
resourcestring
@ -234,6 +235,7 @@ resourcestring
sContextExpectedXButFoundY = '%s: expected "%s", but found "%s"';
sContextXInvalidY = '%s: invalid %s';
sConstructingClassXWithAbstractMethodY = 'Constructing a class "%s" with abstract method "%s"';
sXIsNotSupported = '%s is not supported';
type
{ TResolveData - base class for data stored in TPasElement.CustomData }