moodle/lang/tr/attendance.php

14 lines
308 B
PHP

<?PHP // $Id$
// attendance.php - created with Moodle 1.5 ALPHA (2005042300)
$string['absentlong'] = 'Yok';
$string['absentshort'] = 'Y';
$string['modulename'] = 'Yoklama';
$string['presentlong'] = 'Var';
$string['presentshort'] = 'V';
$string['tardylong'] = 'Geç';
$string['tardyshort'] = 'G';
?>