9 lines
163 B
PHP
9 lines
163 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.4.5 (2004083150)
|
|
|
|
|
|
$string['modulename'] = 'Webquest';
|
|
$string['modulenameplural'] = 'Webquesty';
|
|
|
|
?>
|