moodle/lang/ko/error.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

21 lines
1.1 KiB
PHP

<?php // $Id$
// error.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
$string['coursegroupunknown'] = '그룹에 상응하는 코스 $a 명시되 있지 않음.';
$string['erroronline'] = '온라인 상의 오류';
$string['fieldrequired'] = '\"$a\"는 필요한(필수)분야';
$string['filenotfound'] = '죄송합니다. 요청하신 파일을 찾을 수가 없습니다.';
$string['groupalready'] = '사용자는 이미 그룹에 속해있습니다. ';
$string['groupunknown'] = '$a 그룹은 특정 코스에 속해있지 않습니다.';
$string['invalidfieldname'] = ' \"$a\"는 실효성이 없는(설득력이 없는) 분야명';
$string['missingfield'] = '분야\"$a\" 가 없다';
$string['modulerequirementsnotmet'] = 'Moodle이 설치될수가 없습니다. 최신버전의 Moodle이 필요합니다. ';
$string['notavailable'] = '유요하지 않습니다. ';
$string['restricteduser'] = '죄송합니다. 현재 당신의 계정은 차단되었습니다. ';
$string['unknowncourse'] = '\"$a\"라는 알려지지 않는 강좌(과정)';
$string['usernotaddederror'] = '사용자(가)\"$a\"를 추가하지 않았습니다.-알려지지 않은 오류';
$string['usernotaddedregistered'] = '사용자 \"$a\"를 추가하지 않았습니다- 이미 등록되어짐';
?>