48c836f3b6
"Mohamad Ghazaly Abdul Rahman" <ghazaly@mmsc.com.my>
10 lines
190 B
PHP
10 lines
190 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.3.1 (2004052501)
|
|
|
|
|
|
$string['labeltext'] = 'Label teks';
|
|
$string['modulename'] = 'Label';
|
|
$string['modulenameplural'] = 'Label';
|
|
|
|
?>
|