mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
New language strings added in several files, especially in workshop.php
This commit is contained in:
parent
90ee39c0e3
commit
93996ffeab
46 changed files with 1163 additions and 966 deletions
|
@ -1,10 +1,11 @@
|
|||
<?PHP // $Id$
|
||||
// error.php - created with Moodle 1.4.2 nearly (2004083122)
|
||||
// error.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
||||
|
||||
|
||||
$string['coursegroupunknown'] = '그룹에 상응하는 코스 $a 명시되 있지 않음.';
|
||||
$string['erroronline'] = '온라인 상의 오류';
|
||||
$string['fieldrequired'] = '\"$a\"는 필요한(필수)분야';
|
||||
$string['filenotfound'] = '죄송합니다. 요청하신 파일을 찾을 수가 없습니다.';
|
||||
$string['groupalready'] = '사용자는 이미 그룹에 속해있습니다. ';
|
||||
$string['groupunknown'] = '$a 그룹은 특정 코스에 속해있지 않습니다.';
|
||||
$string['invalidfieldname'] = ' \"$a\"는 실효성이 없는(설득력이 없는) 분야명';
|
||||
|
@ -14,6 +15,7 @@ $string['notavailable'] = '
|
|||
$string['restricteduser'] = '죄송합니다. 현재 당신의 계정은 차단되었습니다. ';
|
||||
$string['thischarset'] = 'euc-kr';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = '한국어';
|
||||
$string['unknowncourse'] = '\"$a\"라는 알려지지 않는 강좌(과정)';
|
||||
$string['usernotaddederror'] = '사용자(가)\"$a\"를 추가하지 않았습니다.-알려지지 않은 오류';
|
||||
$string['usernotaddedregistered'] = '사용자 \"$a\"를 추가하지 않았습니다- 이미 등록되어짐';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue