Make sure RTL str consts have consistent ending. Fixes issue

This commit is contained in:
Michaël Van Canneyt 2023-05-14 12:48:45 +02:00
parent f3c94ccbce
commit 1cdbefe851

View File

@ -22,23 +22,23 @@ ResourceString
Various error messages.
---------------------------------------------------------------------}
HNoContext = 'No context-sensitive Help installed.';
HNoSystem = 'No Help Manager installed.';
HNoTableOfContents = 'No Table of Contents found.';
HNoContext = 'No context-sensitive Help installed';
HNoSystem = 'No Help Manager installed';
HNoTableOfContents = 'No Table of Contents found';
HNothingFound = 'No help found for "%s"';
HNoTopics = 'No topic-based Help installed.';
HNoTopics = 'No topic-based Help installed';
SAbortButton = 'Abort';
SAllButton = '&All';
SAllFilter = 'All files';
SAncestorNotFound = 'Ancestor class for "%s" not found.';
SAssignError = 'Cannot assign a %s to a %s.';
SAncestorNotFound = 'Ancestor class for "%s" not found';
SAssignError = 'Cannot assign a %s to a %s';
SAsyncSocketError = 'Asynchronous socket error: %d';
SBG = 'BG';
SBitmapEmpty = 'Bitmap is empty';
SBitsIndexError = 'Bits index out of range.';
SBitsIndexError = 'Bits index out of range';
SBoldFont = 'Bold';
SBoldItalicFont = 'Bold Italic';
SBucketListLocked = 'List is locked during an active ForEach.';
SBucketListLocked = 'List is locked during an active ForEach';
SCancelButton = 'Cancel';
SCannotCreateDir = 'Cannot create directory';
SCannotCreateName = 'Cannot use standard name for and unknown component';
@ -91,7 +91,7 @@ ResourceString
SConvTooManyConvTypes = 'Cannot register more than %d conversion types';
SConvEmptyDescription = 'A description cannot be empty or consist of only spaces';
SCustomColors = 'Custom colors';
SDateEncodeError = 'Invalid argument for date encode.';
SDateEncodeError = 'Invalid argument for date encode';
SDdeConvErr = 'DDE error - conversion was not performed ($0%x)';
SDdeErr = 'An error was returned by 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';
SErrindexTooLarge = 'Bit index exceeds array limit: %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';
SErrOutOfMemory = 'Out of memory';
SErrNotObserver = '"%s" is not an observer';
@ -160,7 +160,7 @@ ResourceString
SInvalidDateWeek = '(%d, %d, %d) is not a valid DateWeek triplet';
SInvalidDayOfWeekInMonth = '(%d, %d, %d, %d) is not a valid DayOfWeekInMonth quad';
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';
SInvalidImage = 'Invalid stream format';
SInvalidImageList = 'Invalid ImageList';
@ -186,21 +186,21 @@ ResourceString
SItalicFont = 'Italic';
SItemNotFound = 'Item not found ($0%x)';
SLineTooLong = 'Line too long';
SListCapacityError = 'List capacity (%d) exceeded.';
SListCountError = 'List count (%d) out of bounds.';
SListCapacityError = 'List capacity (%d) exceeded';
SListCountError = 'List count (%d) out of bounds';
SListIndexError = 'List index (%d) out of bounds';
SListItemSizeError = 'Incompatible item size in source list';
SMapKeyError = 'Map key (address $%x) does not exist';
SMaskEditErr = 'Invalid mask input value. Use escape key to abandon changes';
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';
SMenuIndexError = 'Menu Index out of range';
SMenuNotFound = 'Menu entry not found in menu';
SMenuReinserted = 'Menu reinserted';
SMissingDateTimeField = '?';
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';
SNoButton = '&No';
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';
SInvalidUnicodeCodePointSequence = 'Invalid unicode code point sequence';
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';
SParamIsNegative = 'Parameter "%s" cannot be negative.';
SErrCannotWriteToProperty = 'Cannot write to property "%s".';
SErrCannotReadProperty = 'Cannot read property "%s".';
SErrNoNameValuePairAt = 'No name=value pair at position %d.';
SParamIsNegative = 'Parameter "%s" cannot be negative';
SErrCannotWriteToProperty = 'Cannot write to property "%s"';
SErrCannotReadProperty = 'Cannot read property "%s"';
SErrNoNameValuePairAt = 'No name=value pair at position %d';
SErrCannotConvertNullToType = 'Cannot convert Null to type %s';
{ ---------------------------------------------------------------------