moodle/lang/ko_utf8/block_online_users.php
koenr 671a59f53c New language pack: korean -utf8
Thanks to Timothy Allen and his team

Not checked for xhtml compliance yet
2005-02-15 17:54:00 +00:00

13 lines
445 B
PHP

<?PHP // $Id$
// block_online_users.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
$string['blockname'] = '온라인 사용자';
$string['configtimetosee'] = '사용자를 온라인으로 표시하려면 몇 분 전을 기준으로 하겠는가?';
$string['periodnminutes'] = '최근 $a 분';
$string['thischarset'] = 'UTF-8';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = '&#54620;&#44397;&#50612;';
?>