+ Added duch translation and new string from Darius (forgot to add the changes)

git-svn-id: trunk@9548 -
This commit is contained in:
marc 2006-07-03 15:25:02 +00:00
parent 283fe1e7e1
commit 10f686d78f
2 changed files with 2 additions and 2 deletions

View File

@ -3971,8 +3971,7 @@ begin
end;
finally
if (Result<>0) and (FCatchExceptions=false) then
raise Exception.Create(
'TCodeToolManager.ConsistencyCheck='+IntToStr(Result));
raise Exception.CreateFmt(ctsTCodeToolManagerConsistencyCheck, [Result]);
end;
Result:=0;
end;

View File

@ -248,6 +248,7 @@ ResourceString
ctsFileHasCircularSymLink = '%s has a circular symbolic link';
ctsFileIsNotExecutable = '%s is not executable';
ctsSrcPathForCompiledUnits = 'src path for compiled units';
ctsTCodeToolManagerConsistencyCheck = 'TCodeToolManager.ConsistencyCheck=%d';
implementation