|
@@ -41,6 +41,7 @@ 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"';
|
|
|
+ SInvalidJulianDate = '%f Julian cannot be represented as a DateTime';
|
|
|
SErrIllegalDateFormatString = '"%s" is not a valid date format string';
|
|
|
SErrInvalidTimeFormat = '"%s" is not a valid time';
|
|
|
SExceptionErrorMessage = 'exception at %p';
|