9 lines
219 B
PHP
9 lines
219 B
PHP
<?php // $Id$
|
|
// block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005011000)
|
|
|
|
|
|
$string['coursesummary'] = 'コース概要';
|
|
$string['pagedescription'] = 'コース/サイト説明';
|
|
|
|
?>
|