|
@@ -50,7 +50,10 @@ ResourceString
|
|
|
SCannotShowModal = 'A visible Window can not be made modal';
|
|
|
SCantChangeWhileActive = 'Changing value on an active socket is not allowed';
|
|
|
SCantWriteResourceStreamError = 'Can not write to read-only ResourceStream';
|
|
|
- SCardDLLNotLoaded = 'CARDS library could not be loaded';
|
|
|
+ SCardDLLNotLoaded = 'CARDS library could not be loaded' deprecated; { use SLibraryNotLoaded }
|
|
|
+ SLibraryAlreadyLoaded = 'Interface %s already initialized from library "%s"';
|
|
|
+ SLibraryNotLoaded = 'Can not initialize interface %s from library "%s"';
|
|
|
+ SLibraryUnknownSym = 'Can not resolve symbol "%s" of interface %s from library "%s"';
|
|
|
SChangeIconSize = 'Can not change icon size';
|
|
|
SCharExpected = '"%s" expected';
|
|
|
SCheckSynchronizeError = 'CheckSynchronize called from non-main thread "$%x"';
|
|
@@ -93,7 +96,7 @@ ResourceString
|
|
|
SDefaultFilter = 'All files (*.*)|*.*';
|
|
|
SDelimiterQuoteCharError = 'Delimiter and QuoteChar properties cannot have the same value';
|
|
|
SDeviceOnPort = '%s on %s';
|
|
|
- SDimsDoNotMatch = 'Image size mismatch';
|
|
|
+ SDimsDoNotMatch = 'Image size mismatch';
|
|
|
SDirNameCap = 'Directory &name:';
|
|
|
SDirsCap = '&Directories:';
|
|
|
SDrivesCap = '&Drives:';
|