moodle/lang/en_utf8/label.php
2006-11-01 09:44:01 +00:00

10 lines
196 B
PHP

<?PHP // $Id$
// label.php - created with Moodle 1.7 beta + (2006101003)
$string['labeltext'] = 'Label text';
$string['modulename'] = 'Label';
$string['modulenameplural'] = 'Labels';
?>