mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:09:09 +02:00
* Patch from Mattias Gaertner to fix missing classname placeholder
git-svn-id: trunk@15448 -
This commit is contained in:
parent
babd106844
commit
45d60dbb97
@ -111,7 +111,7 @@ ResourceString
|
|||||||
SEmptyStreamIllegalWriter = 'Illegal Nil stream for TWriter constructor';
|
SEmptyStreamIllegalWriter = 'Illegal Nil stream for TWriter constructor';
|
||||||
SErrindexTooLarge = 'Bit index exceeds array limit: %d';
|
SErrindexTooLarge = 'Bit index exceeds array limit: %d';
|
||||||
SErrInvalidBitIndex = 'Invalid bit index : %d';
|
SErrInvalidBitIndex = 'Invalid bit index : %d';
|
||||||
SErrNoStreaming = 'Failed to initialize component: No streaming method available.';
|
SErrNoStreaming = 'Failed to initialize component class "%s": No streaming method available.';
|
||||||
SErrNoVariantSupport = 'No variant support for properties. Please use the variants unit in your project and recompile';
|
SErrNoVariantSupport = 'No variant support for properties. Please use the variants unit in your project and recompile';
|
||||||
SErrOutOfMemory = 'Out of memory';
|
SErrOutOfMemory = 'Out of memory';
|
||||||
SErrPropertyNotFound = 'Unknown property: "%s"';
|
SErrPropertyNotFound = 'Unknown property: "%s"';
|
||||||
|
Loading…
Reference in New Issue
Block a user