mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-05 08:45:59 +02:00
+ Translated comments
This commit is contained in:
parent
4f2f4fc92d
commit
d956e3c9dd
@ -212,7 +212,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
Result:=GetTestID(Name);
|
Result:=GetTestID(Name);
|
||||||
If Result=-1 then
|
If Result=-1 then
|
||||||
Verbose(V_WARNING,'Kon toegevoegde test niet terugvinden!')
|
Verbose(V_WARNING,'Could not find newly added test!')
|
||||||
else
|
else
|
||||||
If AddSource then
|
If AddSource then
|
||||||
UpdateTest(Result,Info,GetFileContents(Name))
|
UpdateTest(Result,Info,GetFileContents(Name))
|
||||||
@ -221,7 +221,7 @@ begin
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
Verbose(V_ERROR,'Kon test "'+Name+'" niet vinden of geen info extraheren.');
|
Verbose(V_ERROR,'Could not find test "'+Name+'" or info about this test.');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
|
Loading…
Reference in New Issue
Block a user