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