mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 05:09:19 +02:00
Make sure RTL str consts have consistent ending. Fixes issue #40272
This commit is contained in:
parent
f3c94ccbce
commit
1cdbefe851
@ -22,23 +22,23 @@ ResourceString
|
|||||||
Various error messages.
|
Various error messages.
|
||||||
---------------------------------------------------------------------}
|
---------------------------------------------------------------------}
|
||||||
|
|
||||||
HNoContext = 'No context-sensitive Help installed.';
|
HNoContext = 'No context-sensitive Help installed';
|
||||||
HNoSystem = 'No Help Manager installed.';
|
HNoSystem = 'No Help Manager installed';
|
||||||
HNoTableOfContents = 'No Table of Contents found.';
|
HNoTableOfContents = 'No Table of Contents found';
|
||||||
HNothingFound = 'No help found for "%s"';
|
HNothingFound = 'No help found for "%s"';
|
||||||
HNoTopics = 'No topic-based Help installed.';
|
HNoTopics = 'No topic-based Help installed';
|
||||||
SAbortButton = 'Abort';
|
SAbortButton = 'Abort';
|
||||||
SAllButton = '&All';
|
SAllButton = '&All';
|
||||||
SAllFilter = 'All files';
|
SAllFilter = 'All files';
|
||||||
SAncestorNotFound = 'Ancestor class for "%s" not found.';
|
SAncestorNotFound = 'Ancestor class for "%s" not found';
|
||||||
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';
|
||||||
SBitmapEmpty = 'Bitmap is empty';
|
SBitmapEmpty = 'Bitmap is empty';
|
||||||
SBitsIndexError = 'Bits index out of range.';
|
SBitsIndexError = 'Bits index out of range';
|
||||||
SBoldFont = 'Bold';
|
SBoldFont = 'Bold';
|
||||||
SBoldItalicFont = 'Bold Italic';
|
SBoldItalicFont = 'Bold Italic';
|
||||||
SBucketListLocked = 'List is locked during an active ForEach.';
|
SBucketListLocked = 'List is locked during an active ForEach';
|
||||||
SCancelButton = 'Cancel';
|
SCancelButton = 'Cancel';
|
||||||
SCannotCreateDir = 'Cannot create directory';
|
SCannotCreateDir = 'Cannot create directory';
|
||||||
SCannotCreateName = 'Cannot use standard name for and unknown component';
|
SCannotCreateName = 'Cannot use standard name for and unknown component';
|
||||||
@ -91,7 +91,7 @@ ResourceString
|
|||||||
SConvTooManyConvTypes = 'Cannot register more than %d conversion types';
|
SConvTooManyConvTypes = 'Cannot register more than %d conversion types';
|
||||||
SConvEmptyDescription = 'A description cannot be empty or consist of only spaces';
|
SConvEmptyDescription = 'A description cannot be empty or consist of only spaces';
|
||||||
SCustomColors = 'Custom colors';
|
SCustomColors = 'Custom colors';
|
||||||
SDateEncodeError = 'Invalid argument for date encode.';
|
SDateEncodeError = 'Invalid argument for date encode';
|
||||||
SDdeConvErr = 'DDE error - conversion was not performed ($0%x)';
|
SDdeConvErr = 'DDE error - conversion was not performed ($0%x)';
|
||||||
SDdeErr = 'An error was returned by DDE ($0%x)';
|
SDdeErr = 'An error was returned by DDE ($0%x)';
|
||||||
SDdeMemErr = 'An error occurred - not enough memory for DDE ($0%x)';
|
SDdeMemErr = 'An error occurred - not enough memory for DDE ($0%x)';
|
||||||
@ -115,7 +115,7 @@ ResourceString
|
|||||||
SEmptyStreamIllegalWriter = 'Illegal Nil stream for TWriter constructor';
|
SEmptyStreamIllegalWriter = 'Illegal Nil stream for TWriter constructor';
|
||||||
SErrindexTooLarge = 'Bit index exceeds array limit: %d';
|
SErrindexTooLarge = 'Bit index exceeds array limit: %d';
|
||||||
SErrInvalidBitIndex = 'Invalid bit index : %d';
|
SErrInvalidBitIndex = 'Invalid bit index : %d';
|
||||||
SErrNoStreaming = 'Failed to initialize component class "%s": No streaming method available.';
|
SErrNoStreaming = 'Failed to initialize component class "%s": No streaming method available';
|
||||||
SErrNoVariantSupport = 'No variant support for properties. Please use the variants unit in your project and recompile';
|
SErrNoVariantSupport = 'No variant support for properties. Please use the variants unit in your project and recompile';
|
||||||
SErrOutOfMemory = 'Out of memory';
|
SErrOutOfMemory = 'Out of memory';
|
||||||
SErrNotObserver = '"%s" is not an observer';
|
SErrNotObserver = '"%s" is not an observer';
|
||||||
@ -160,7 +160,7 @@ ResourceString
|
|||||||
SInvalidDateWeek = '(%d, %d, %d) is not a valid DateWeek triplet';
|
SInvalidDateWeek = '(%d, %d, %d) is not a valid DateWeek triplet';
|
||||||
SInvalidDayOfWeekInMonth = '(%d, %d, %d, %d) is not a valid DayOfWeekInMonth quad';
|
SInvalidDayOfWeekInMonth = '(%d, %d, %d, %d) is not a valid DayOfWeekInMonth quad';
|
||||||
SErrIllegalDateFormatString = '"%s" is not a valid date format string';
|
SErrIllegalDateFormatString = '"%s" is not a valid date format string';
|
||||||
SInvalidFileName = '"%s" is not a valid file name.';
|
SInvalidFileName = '"%s" is not a valid file name';
|
||||||
SInvalidIcon = 'Invalid Icon';
|
SInvalidIcon = 'Invalid Icon';
|
||||||
SInvalidImage = 'Invalid stream format';
|
SInvalidImage = 'Invalid stream format';
|
||||||
SInvalidImageList = 'Invalid ImageList';
|
SInvalidImageList = 'Invalid ImageList';
|
||||||
@ -186,21 +186,21 @@ ResourceString
|
|||||||
SItalicFont = 'Italic';
|
SItalicFont = 'Italic';
|
||||||
SItemNotFound = 'Item not found ($0%x)';
|
SItemNotFound = 'Item not found ($0%x)';
|
||||||
SLineTooLong = 'Line too long';
|
SLineTooLong = 'Line too long';
|
||||||
SListCapacityError = 'List capacity (%d) exceeded.';
|
SListCapacityError = 'List capacity (%d) exceeded';
|
||||||
SListCountError = 'List count (%d) out of bounds.';
|
SListCountError = 'List count (%d) out of bounds';
|
||||||
SListIndexError = 'List index (%d) out of bounds';
|
SListIndexError = 'List index (%d) out of bounds';
|
||||||
SListItemSizeError = 'Incompatible item size in source list';
|
SListItemSizeError = 'Incompatible item size in source list';
|
||||||
SMapKeyError = 'Map key (address $%x) does not exist';
|
SMapKeyError = 'Map key (address $%x) does not exist';
|
||||||
SMaskEditErr = 'Invalid mask input value. Use escape key to abandon changes';
|
SMaskEditErr = 'Invalid mask input value. Use escape key to abandon changes';
|
||||||
SMaskErr = 'Invalid mask input value';
|
SMaskErr = 'Invalid mask input value';
|
||||||
SMDIChildNotVisible = 'A MDI-Child Window can not be hidden.';
|
SMDIChildNotVisible = 'A MDI-Child Window can not be hidden';
|
||||||
SMemoryStreamError = 'Out of memory while expanding memory stream';
|
SMemoryStreamError = 'Out of memory while expanding memory stream';
|
||||||
SMenuIndexError = 'Menu Index out of range';
|
SMenuIndexError = 'Menu Index out of range';
|
||||||
SMenuNotFound = 'Menu entry not found in menu';
|
SMenuNotFound = 'Menu entry not found in menu';
|
||||||
SMenuReinserted = 'Menu reinserted';
|
SMenuReinserted = 'Menu reinserted';
|
||||||
SMissingDateTimeField = '?';
|
SMissingDateTimeField = '?';
|
||||||
SMPOpenFilter = 'All files (*.*)|*.*|Wave-files (*.WAV)|*.WAV|Midi-files (*.MID)|*.MID|Video for Windows (*.avi)|*.avi';
|
SMPOpenFilter = 'All files (*.*)|*.*|Wave-files (*.WAV)|*.WAV|Midi-files (*.MID)|*.MID|Video for Windows (*.avi)|*.avi';
|
||||||
SNetworkCap = 'Ne&twork...';
|
SNetworkCap = 'Ne&twork..';
|
||||||
sNoAddress = 'No address specified';
|
sNoAddress = 'No address specified';
|
||||||
SNoButton = '&No';
|
SNoButton = '&No';
|
||||||
SNoCanvasHandle = 'Canvas handle does not allow drawing';
|
SNoCanvasHandle = 'Canvas handle does not allow drawing';
|
||||||
@ -308,12 +308,12 @@ ResourceString
|
|||||||
SInvalidHighSurrogate = 'Invalid high surrogate at index %d. High surrogate must be followed by a low surrogate pair';
|
SInvalidHighSurrogate = 'Invalid high surrogate at index %d. High surrogate must be followed by a low surrogate pair';
|
||||||
SInvalidUnicodeCodePointSequence = 'Invalid unicode code point sequence';
|
SInvalidUnicodeCodePointSequence = 'Invalid unicode code point sequence';
|
||||||
SClassCantBeConstructed = 'Class %s can not be constructed';
|
SClassCantBeConstructed = 'Class %s can not be constructed';
|
||||||
SErrStatusCallBackRequired = 'Thread status report handler cannot be empty.';
|
SErrStatusCallBackRequired = 'Thread status report handler cannot be empty';
|
||||||
SErrFindNeedsSortedList = 'Cannot use method "Find" on unsorted list';
|
SErrFindNeedsSortedList = 'Cannot use method "Find" on unsorted list';
|
||||||
SParamIsNegative = 'Parameter "%s" cannot be negative.';
|
SParamIsNegative = 'Parameter "%s" cannot be negative';
|
||||||
SErrCannotWriteToProperty = 'Cannot write to property "%s".';
|
SErrCannotWriteToProperty = 'Cannot write to property "%s"';
|
||||||
SErrCannotReadProperty = 'Cannot read property "%s".';
|
SErrCannotReadProperty = 'Cannot read property "%s"';
|
||||||
SErrNoNameValuePairAt = 'No name=value pair at position %d.';
|
SErrNoNameValuePairAt = 'No name=value pair at position %d';
|
||||||
SErrCannotConvertNullToType = 'Cannot convert Null to type %s';
|
SErrCannotConvertNullToType = 'Cannot convert Null to type %s';
|
||||||
|
|
||||||
{ ---------------------------------------------------------------------
|
{ ---------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user