mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 20:13:14 +01:00
11 lines
247 B
PHP
11 lines
247 B
PHP
|
<?PHP // $Id$
|
|||
|
// block_course_summary.php - created with Moodle 1.4.2 nearly (2004092000)
|
|||
|
|
|||
|
|
|||
|
$string['blockname'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
|||
|
$string['siteinfo'] = '<27><><EFBFBD><EFBFBD>Ʈ <20><><EFBFBD><EFBFBD>';
|
|||
|
$string['thischarset'] = 'EUC-KR';
|
|||
|
$string['thisdirection'] = 'ltr';
|
|||
|
|
|||
|
?>
|