mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 07:40:36 +01:00
+ Added duch translation and new string from Darius (forgot to add the changes)
git-svn-id: trunk@9548 -
This commit is contained in:
parent
283fe1e7e1
commit
10f686d78f
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user