mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 00:52:33 +01:00
9 lines
200 B
PHP
9 lines
200 B
PHP
<?PHP // $Id$
|
|
// block_course_summary.php - created with Moodle 1.5 ALPHA (2005051500)
|
|
|
|
|
|
$string['coursesummary'] = '코스 요약';
|
|
$string['pagedescription'] = '코스/사이트 기술';
|
|
|
|
?>
|