mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +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.';
|
||||
SAMPMError = 'Hour >= 13 not allowed in AM/PM mode.';
|
||||
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';
|
||||
SShortMonthNameFeb = 'Feb';
|
||||
|
Loading…
Reference in New Issue
Block a user