moodle/lang/tr/attendance.php
koenr 1e33ce1830 New strings from Ethem Evlice
I wait for a reaction of the translator for adding the modified files
2005-03-20 23:33:09 +00:00

14 lines
304 B
PHP

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