9 lines
173 B
PHP
9 lines
173 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.6 development (2005052400)
|
|
|
|
|
|
$string['modulename'] = 'Webquest';
|
|
$string['modulenameplural'] = 'Webquests';
|
|
|
|
?>
|