mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* Add SArgumentNil
This commit is contained in:
parent
038f054bdc
commit
33950a5e22
@ -33,6 +33,7 @@ ResourceString
|
|||||||
SAllButton = '&All';
|
SAllButton = '&All';
|
||||||
SAllFilter = 'All files';
|
SAllFilter = 'All files';
|
||||||
SAncestorNotFound = 'Ancestor class for "%s" not found';
|
SAncestorNotFound = 'Ancestor class for "%s" not found';
|
||||||
|
SArgumentNil = 'Argument must not be nil';
|
||||||
SAssignError = 'Cannot assign a %s to a %s';
|
SAssignError = 'Cannot assign a %s to a %s';
|
||||||
SAsyncSocketError = 'Asynchronous socket error: %d';
|
SAsyncSocketError = 'Asynchronous socket error: %d';
|
||||||
SBG = 'BG';
|
SBG = 'BG';
|
||||||
|
Loading…
Reference in New Issue
Block a user