mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
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';
|
||
|
|
||
|
?>
|