moodle/lang/ko_utf8/block_online_users.php
koenr 4173f2cefc Deleted thislanguage, thisdirection thischaracterset parentlanguage from files wich are not supposed to contain those strings
This cause also some empty files (because they didn't contain anything else) wich I also deleted
2005-05-28 21:24:06 +00:00

9 lines
322 B
PHP

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