mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
8 lines
188 B
PHP
8 lines
188 B
PHP
<?PHP // $Id$
|
|
// attendance.php - created with Moodle 1.4.4 (2004083140)
|
|
|
|
|
|
$string['absentlong'] = 'អវត្តមាន';
|
|
$string['presentlong'] = 'វត្តមាន';
|
|
|
|
?>
|