summaryrefslogtreecommitdiff
path: root/rtl/objpas/sysconst.pp
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/objpas/sysconst.pp')
-rw-r--r--rtl/objpas/sysconst.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtl/objpas/sysconst.pp b/rtl/objpas/sysconst.pp
index bd2fa1ab3a..7f0ed5fcbc 100644
--- a/rtl/objpas/sysconst.pp
+++ b/rtl/objpas/sysconst.pp
@@ -26,7 +26,9 @@ const
{$endif FPC_HAS_FEATURE_ANSISTRINGS}
{ from old str*.inc files }
-
+ SListIndexError = 'List index (%d) out of bounds';
+ SParamIsNegative = 'Parameter "%s" cannot be negative.';
+ SListCapacityError = 'List capacity (%d) exceeded.';
SAbortError = 'Operation aborted';
SAbstractError = 'Abstract method called';
SAccessDenied = 'Access denied';