mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Checked thischarset, thisdirection and thislanguage strings in all files
This commit is contained in:
parent
d232a71d50
commit
cad9fb6628
36 changed files with 264 additions and 43 deletions
|
@ -1,5 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
// error.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
||||
<?php // $Id$
|
||||
// error.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
|
||||
|
||||
|
||||
$string['coursegroupunknown'] = '그룹에 상응하는 코스 $a 명시되 있지 않음.';
|
||||
|
@ -15,7 +15,7 @@ $string['notavailable'] = '
|
|||
$string['restricteduser'] = '죄송합니다. 현재 당신의 계정은 차단되었습니다. ';
|
||||
$string['thischarset'] = 'euc-kr';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = '한국어';
|
||||
$string['thislanguage'] = '한국어';
|
||||
$string['unknowncourse'] = '\"$a\"라는 알려지지 않는 강좌(과정)';
|
||||
$string['usernotaddederror'] = '사용자(가)\"$a\"를 추가하지 않았습니다.-알려지지 않은 오류';
|
||||
$string['usernotaddedregistered'] = '사용자 \"$a\"를 추가하지 않았습니다- 이미 등록되어짐';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue