mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-03 20:00:12 +02:00
* Map error
This commit is contained in:
parent
d1ef06167d
commit
25cd4a3287
@ -20,6 +20,7 @@ Resourcestring
|
|||||||
SInvalidArgIndex = 'Invalid argument index in format: "%s"';
|
SInvalidArgIndex = 'Invalid argument index in format: "%s"';
|
||||||
SListCapacityError = 'List capacity (%s) exceeded.';
|
SListCapacityError = 'List capacity (%s) exceeded.';
|
||||||
SListCountError = 'List count (%s) out of bounds.';
|
SListCountError = 'List count (%s) out of bounds.';
|
||||||
|
SMapKeyError = 'Key not found : %s';
|
||||||
SListIndexError = 'List index (%s) out of bounds';
|
SListIndexError = 'List index (%s) out of bounds';
|
||||||
SSortedListError = 'Operation not allowed on sorted list';
|
SSortedListError = 'Operation not allowed on sorted list';
|
||||||
SDuplicateString = 'String list does not allow duplicates';
|
SDuplicateString = 'String list does not allow duplicates';
|
||||||
|
Loading…
Reference in New Issue
Block a user