moodle/lang/en_us/label.php
2003-11-17 02:40:09 +00:00

10 lines
201 B
PHP
Executable File

<?PHP // $Id$
// label.php - created with Moodle 1.2 development (2003111400)
$string['labeltext'] = "Label text";
$string['modulename'] = "Label";
$string['modulenameplural'] = "Labels";
?>