diff --git a/lang/en_utf8/simpletest.php b/lang/en_utf8/simpletest.php
index e69de29bb2d..de457997361 100644
--- a/lang/en_utf8/simpletest.php
+++ b/lang/en_utf8/simpletest.php
@@ -0,0 +1,32 @@
+run}/{$a->total} test cases complete: {$a->passes} passes, {$a->fails} fails and {$a->exceptions} exceptions.';
+$string['thorough'] = 'Run a thorough test (may be slow).';
+$string['uncaughtexception'] = 'Uncaught exception [{$a->getMessage()}] in [{$a->getFile()}:{$a->getLine()}] TESTS ABORTED.';
+$string['unittests'] = 'Unit tests';
+$string['version'] = 'Using SimpleTest version $a.';
+
+?>