mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
11 lines
279 B
PHP
11 lines
279 B
PHP
<?PHP // $Id$
|
|
// block_social_activities.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['blockname'] = '사회적 활동';
|
|
$string['thischarset'] = 'EUC-KR';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = '한국어';
|
|
|
|
?>
|