mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
8 lines
170 B
PHP
8 lines
170 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.5 ALPHA (2005043000)
|
|
|
|
|
|
$string['modulename'] = 'Webquest';
|
|
$string['modulenameplural'] = 'Mga webquest';
|
|
|
|
?>
|