Merged revisions 621 via svnmerge from

/trunk

git-svn-id: branches/fixes_2_0@623 -
This commit is contained in:
joost 2005-07-13 21:44:57 +00:00
parent f07d3cb036
commit 5cd5143a46

View File

@ -71,6 +71,7 @@ Const
SFieldValueError = 'Invalid value for field ''%s''';
SInvalidCalcType = 'Field ''%s'' cannot be a calculated or lookup field';
SDuplicateName = 'Duplicate name ''%s'' in %s';
SNoParseSQL = '%s is only possible if ParseSQL is True';
Implementation