mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 19:19:19 +02:00
parent
e53cd4735a
commit
48e7db040e
@ -101,7 +101,7 @@ ResourceString
|
|||||||
SDuplicateClass = 'A class named "%s" already exists';
|
SDuplicateClass = 'A class named "%s" already exists';
|
||||||
SDuplicateItem = 'Duplicates not allowed in this list ($0%x)';
|
SDuplicateItem = 'Duplicates not allowed in this list ($0%x)';
|
||||||
SDuplicateMenus = 'Menu "%s" is used by another form';
|
SDuplicateMenus = 'Menu "%s" is used by another form';
|
||||||
SDuplicateName = 'Duplcate name: A component named "%s" already exists';
|
SDuplicateName = 'Duplicate name: A component named "%s" already exists';
|
||||||
SDuplicateReference = 'WriteObject was called twice for one instance';
|
SDuplicateReference = 'WriteObject was called twice for one instance';
|
||||||
SDuplicateString = 'String list does not allow duplicates';
|
SDuplicateString = 'String list does not allow duplicates';
|
||||||
SEmptyStreamIllegalReader = 'Illegal Nil stream for TReader constructor';
|
SEmptyStreamIllegalReader = 'Illegal Nil stream for TReader constructor';
|
||||||
|
Loading…
Reference in New Issue
Block a user