mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +02:00
* Some routines for list index error, delphi-compatible
This commit is contained in:
parent
adc66b233d
commit
816e3fc538
@ -150,6 +150,8 @@ const
|
|||||||
SPatternCharMismatch = 'Pattern mismatch char "%s" at position %d.';
|
SPatternCharMismatch = 'Pattern mismatch char "%s" at position %d.';
|
||||||
SAMPMError = 'Hour >= 13 not allowed in AM/PM mode.';
|
SAMPMError = 'Hour >= 13 not allowed in AM/PM mode.';
|
||||||
SErrListIndexExt = 'List index out of bounds (%d): %s object range is 0..%d';
|
SErrListIndexExt = 'List index out of bounds (%d): %s object range is 0..%d';
|
||||||
|
SListIndexErrorEmptyReason = '%s is empty';
|
||||||
|
SListIndexErrorRangeReason = '%s object range is 0..%d';
|
||||||
|
|
||||||
SShortMonthNameJan = 'Jan';
|
SShortMonthNameJan = 'Jan';
|
||||||
SShortMonthNameFeb = 'Feb';
|
SShortMonthNameFeb = 'Feb';
|
||||||
|
Loading…
Reference in New Issue
Block a user