mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-06 23:19:38 +01:00
* forgot to commit, part of r12781
git-svn-id: trunk@12782 -
This commit is contained in:
parent
f1daa9fa73
commit
e115455ca0
@ -93,7 +93,7 @@ ResourceString
|
|||||||
SDefaultFilter = 'All files (*.*)|*.*';
|
SDefaultFilter = 'All files (*.*)|*.*';
|
||||||
SDelimiterQuoteCharError = 'Delimiter and QuoteChar properties cannot have the same value';
|
SDelimiterQuoteCharError = 'Delimiter and QuoteChar properties cannot have the same value';
|
||||||
SDeviceOnPort = '%s on %s';
|
SDeviceOnPort = '%s on %s';
|
||||||
SDimsDoNotMatch = 'Image size mismatch';
|
SDimsDoNotMatch = 'Image size mismatch';
|
||||||
SDirNameCap = 'Directory &name:';
|
SDirNameCap = 'Directory &name:';
|
||||||
SDirsCap = '&Directories:';
|
SDirsCap = '&Directories:';
|
||||||
SDrivesCap = '&Drives:';
|
SDrivesCap = '&Drives:';
|
||||||
@ -272,6 +272,7 @@ ResourceString
|
|||||||
SUnknownGroup = '%s not in a class registration group';
|
SUnknownGroup = '%s not in a class registration group';
|
||||||
SUnknownProperty = 'Unknown property: "%s"';
|
SUnknownProperty = 'Unknown property: "%s"';
|
||||||
SUnknownPropertyType = 'Unknown property type %d';
|
SUnknownPropertyType = 'Unknown property type %d';
|
||||||
|
SUnsupportedPropertyVariantType = 'Unsupported property variant type %d';
|
||||||
SUntitled = '(Untitled)';
|
SUntitled = '(Untitled)';
|
||||||
SVBitmaps = 'Bitmaps';
|
SVBitmaps = 'Bitmaps';
|
||||||
SVEnhMetafiles = 'Enhanced MetaFiles';
|
SVEnhMetafiles = 'Enhanced MetaFiles';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user