moodle/lang/en/label.php
2004-09-12 13:21:01 +00:00

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';
?>