moodle/lang/tr/exercise.php

12 lines
251 B
PHP

<?PHP // $Id$
// exercise.php - created with Moodle 1.5 ALPHA (2005042300)
$string['absent'] = 'Yok';
$string['late'] = 'Geç';
$string['modulename'] = 'Alýþtýrma';
$string['modulenameplural'] = 'Alýþtýrmalar';
$string['present'] = 'Var';
?>