moodle/lang/ko_utf8/chat.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

44 lines
2.3 KiB
PHP

<?PHP // $Id$
// chat.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
$string['beep'] = '호출';
$string['chatintro'] = '머리말';
$string['chatname'] = '대화방 이름';
$string['chatreport'] = '대화 보고서';
$string['chattime'] = '다음 만남 시간';
$string['configoldping'] = '사용자가 아무 말 없이 몇 분이 지나면 대화방을 나간 것으로 간주할까요?';
$string['configrefreshroom'] = '몇 초마다 대화방을 갱신할까요? (몇 초안에). 짧은 시간으로 설정하면 빠르게 보이겠지만, 많은 사람이 대화에 참여할 때 웹 서버에 부하가 많이 걸리게 됩니다.';
$string['configrefreshuserlist'] = '몇 초마다 사용자들의 목록을 갱신할까요? ';
$string['currentchats'] = '활동중인 대화방';
$string['currentusers'] = '현재 사용자들';
$string['deletesession'] = '대화방을 삭제합니다.';
$string['deletesessionsure'] = '이 대화방을 삭제할까요?';
$string['donotusechattime'] = '어떤 대화 내용도 저장하지 마세요.';
$string['enterchat'] = '대화에 참여하시려면 여기를 클릭!';
$string['errornousers'] = '어떤 사용자도 찾을 수 없음!';
$string['helpchatting'] = '대화에 관한 도움';
$string['idle'] = '쉼';
$string['messagebeepseveryone'] = '$a 모든 사람에게 삐!';
$string['messagebeepsyou'] = '$a 메시지가 나에게 삐!';
$string['messageenter'] = '$a 대화방에 들어옴';
$string['messageexit'] = '$a 대화방을 나감';
$string['messages'] = '메시지';
$string['modulename'] = '대화';
$string['modulenameplural'] = '대화들';
$string['neverdeletemessages'] = '메시지를 삭제하지 않기';
$string['nextsession'] = '다음으로 예정된 대화';
$string['nomessages'] = '아직 메시지 없음';
$string['repeatdaily'] = '매일 같은 시간에';
$string['repeatnone'] = '반복 없이, 지정된 시간에만 출판하기';
$string['repeattimes'] = '대화 되풀이';
$string['repeatweekly'] = '매주 같은 시간에';
$string['savemessages'] = '지난 메시지 저장하기';
$string['seesession'] = '대화 보기';
$string['sessions'] = '대화';
$string['strftimemessage'] = '%%H:%%M';
$string['studentseereports'] = '모든 사람이 지난 대화를 볼 수 있습니다.';
$string['viewreport'] = '지난 대화 내용 보기';
?>