From e4244e04523eb4d7dda3ab74ddd2aa96a3e812ee Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 16 Oct 2009 15:31:25 +0000 Subject: [PATCH] * Forgot to commit git-svn-id: trunk@13871 - --- rtl/objpas/sysconst.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl/objpas/sysconst.pp b/rtl/objpas/sysconst.pp index 47464f7cb6..90d1b07afe 100644 --- a/rtl/objpas/sysconst.pp +++ b/rtl/objpas/sysconst.pp @@ -41,6 +41,8 @@ resourcestring SErrInvalidDayOfWeekInMonth = 'Year %d Month %d NDow %d DOW %d is not a valid date'; SErrInvalidDayOfYear = 'Year %d does not have a day number %d'; SErrInvalidTimeStamp = 'Invalid date/timestamp : "%s"'; + SErrIllegalDateFormatString = '"%s" is not a valid date format string'; + SErrInvalidTimeFormat = '"%s" is not a valid time'; SExceptionErrorMessage = 'exception at %p'; SExceptionStack = 'Exception stack error'; SExecuteProcessFailed = 'Failed to execute "%s", error code: %d';