michael 5 gadi atpakaļ
vecāks
revīzija
25cd4a3287
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      packages/rtl/rtlconsts.pas

+ 1 - 0
packages/rtl/rtlconsts.pas

@@ -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';