mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
8 lines
171 B
PHP
8 lines
171 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.3.1 (2004052501)
|
|
|
|
|
|
$string['modulename'] = 'Búsqueda web';
|
|
$string['modulenameplural'] = 'Búsquedas web';
|
|
|
|
?>
|