mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
14 lines
304 B
PHP
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';
|
|
|
|
?>
|