mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
8 lines
180 B
PHP
8 lines
180 B
PHP
<?PHP // $Id$
|
|
// block_search_forums.php - created with Moodle 1.5 (2005060201)
|
|
|
|
|
|
$string['advancedsearch'] = '進階搜尋';
|
|
$string['blocktitle'] = '搜尋討論區';
|
|
|
|
?>
|