mirror of
https://github.com/moodle/moodle.git
synced 2025-02-04 23:29:11 +01:00
9 lines
181 B
PHP
9 lines
181 B
PHP
|
<?PHP // $Id$
|
||
|
// webquest.php - created with Moodle 1.2 Beta (2004022400)
|
||
|
|
||
|
|
||
|
$string['modulename'] = '網路探索';
|
||
|
$string['modulenameplural'] = '網路探索';
|
||
|
|
||
|
?>
|