mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
14 lines
308 B
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';
|
|
|
|
?>
|