mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
11 lines
269 B
PHP
11 lines
269 B
PHP
<?PHP // $Id$
|
|
// block_quiz_results.php - created with Moodle 1.4.4 (2004083140)
|
|
|
|
|
|
$string['bestgrade'] = 'En yüksek not:';
|
|
$string['bestgrades'] = 'En yüksek $a notlarý:';
|
|
$string['formaltitle'] = 'Sýnav Sonuçlarý';
|
|
$string['worstgrade'] = 'En düþük not:';
|
|
|
|
?>
|