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