From professional translators, enterprises, web pages and freely available translation repositories.
if a=10 and b>=10 or c=20 if b=15 printn("b=15") else printn("other possibility") endif else printn("test failure") endif
if a=10 and b>=10 or c=20 if b=15 printn("b=15") else printn("andere möglichkeit") endif else printn("test-fehler") endif