9 lines
188 B
PHP
9 lines
188 B
PHP
<?PHP // $Id$
|
|
// attendance.php - created with Moodle 1.4.4 (2004083140)
|
|
|
|
|
|
$string['absentlong'] = 'អវត្តមាន';
|
|
$string['presentlong'] = 'វត្តមាន';
|
|
|
|
?>
|