10 lines
190 B
PHP
10 lines
190 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.2.1 (2004032500)
|
|
|
|
|
|
$string['labeltext'] = 'Label Teks';
|
|
$string['modulename'] = 'Label';
|
|
$string['modulenameplural'] = 'Label';
|
|
|
|
?>
|