mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
10 lines
201 B
PHP
10 lines
201 B
PHP
|
<?PHP // $Id$
|
||
|
// label.php - created with Moodle 1.2 development (2003111400)
|
||
|
|
||
|
|
||
|
$string['labeltext'] = "Label text";
|
||
|
$string['modulename'] = "Label";
|
||
|
$string['modulenameplural'] = "Labels";
|
||
|
|
||
|
?>
|