mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Major commit of many new files and strings in the EUC-KR Korean language pack. Most string files now up-to-date. Committing to the correct pack this time! Committing in HEAD.
This commit is contained in:
parent
71eeeb9137
commit
52f3c95828
6 changed files with 134 additions and 0 deletions
22
lang/ko/enrol_flatfile.php
Normal file
22
lang/ko/enrol_flatfile.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?PHP // $Id$
|
||||
// enrol_flatfile.php - created with Moodle 1.5 ALPHA (2005051500)
|
||||
|
||||
|
||||
$string['description'] = '이 방법은 다시 한번 검사하고, 당신이 지정한 장소에 특별히 포맷된 텍스트 파일을 처리할 것입니다. 파일은 이렇게 보일 수도 있습니다.
|
||||
<pre>
|
||||
add, student, 5, CF101
|
||||
add, teacher, 6, CF101
|
||||
add, teacheredit, 7, CF101
|
||||
del, student, 8, CF101
|
||||
del, student, 17, CF101
|
||||
add, student, 21, CF101, 1091115000, 1091215000
|
||||
</pre>
|
||||
';
|
||||
$string['enrolname'] = '압축파일';
|
||||
$string['filelockedmail'] = '파일에 근거하여 등록하기 위해 사용되는($a)당신의 텍스트파일은 크론과정에 의하여 삭제될 수 없습니다. 이것은 주로 허가가 잘못된 것을 의미합니다.Moodel이 파일을 삭제 시킬 수 있도록 허가를 수정하십시오.그렇지 않으면 그것은 다시 처리될 수도 있습니다.';
|
||||
$string['filelockedmailsubject'] = '중요한 에러: 등록 화일';
|
||||
$string['location'] = '화일 위치';
|
||||
$string['mailadmin'] = '이 메일로 관리자를 알리시오';
|
||||
$string['mailusers'] = '이메일로 사용자를 알리시오';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue