"MDL-14460,fix get_context_instance"
[moodle-linuxchix.git] / lang / en_utf8 / simpletest.php
blobde4579973612d74e6f8ccfd2f20b973c50fd1545
1 <?PHP // $Id$
2 // simpletest.php - created with Moodle 1.7 beta + (2006101003)
5 $string['all'] = 'ALL';
6 $string['exception'] = 'Exception';
7 $string['fail'] = 'Fail';
8 $string['ignorefile'] = 'Ignore tests in the file';
9 $string['ignorethisfile'] = 'Re-run the tests ignoring this test file.';
10 $string['moodleunittests'] = 'Moodle unit tests: $a';
11 $string['notice'] = 'Notice';
12 $string['onlytest'] = 'Only run tests in';
13 $string['pass'] = 'Pass';
14 $string['pathdoesnotexist'] = 'The path \'$a\' does not exist.';
15 $string['retest'] = 'Re-run the tests';
16 $string['retestonlythisfile'] = 'Re-run only this test file.';
17 $string['runall'] = 'Run the tests from all the test files.';
18 $string['runat'] = 'Run at $a.';
19 $string['runonlyfile'] = 'Run only the tests in this file';
20 $string['runonlyfolder'] = 'Run only the tests in this folder';
21 $string['runtests'] = 'Run tests';
22 $string['rununittests'] = 'Run the unit tests';
23 $string['showpasses'] = 'Show passes as well as fails.';
24 $string['showsearch'] = 'Show the search for test files.';
25 $string['stacktrace'] = 'Stack trace:';
26 $string['summary'] = '{$a->run}/{$a->total} test cases complete: <strong>{$a->passes}</strong> passes, <strong>{$a->fails}</strong> fails and <strong>{$a->exceptions}</strong> exceptions.';
27 $string['thorough'] = 'Run a thorough test (may be slow).';
28 $string['uncaughtexception'] = 'Uncaught exception [{$a->getMessage()}] in [{$a->getFile()}:{$a->getLine()}] TESTS ABORTED.';
29 $string['unittests'] = 'Unit tests';
30 $string['version'] = 'Using <a href=\"http://sourceforge.net/projects/simpletest/\">SimpleTest</a> version $a.';