Checked thischarset, thisdirection and thislanguage strings in all files

This commit is contained in:
scop22 2005-03-23 17:22:10 +00:00
parent d232a71d50
commit cad9fb6628
36 changed files with 264 additions and 43 deletions

View file

@ -1,7 +1,6 @@
<?PHP // $Id$
// assignment.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021000)
$string['allowresubmit'] = '재제출 허가';
$string['assignmentdetails'] = '과제 세부사항';
$string['assignmentmail'] = '$a->teacher 선생님께서 당신이 제출한 과제에 대한 의견을 달아놓으셨습니다\'$a->assignment\'
@ -41,6 +40,12 @@ $string['submissionfeedback'] = '
$string['submissions'] = '제출된 과제들';
$string['submitassignment'] = '이 양식을 사용하여 과제를 제출함';
$string['submitted'] = '제출 완료';
<<<<<<< assignment.php
$string['thischarset'] = 'euc-kr';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = '&#54620;&#44397;&#50612;';
=======
>>>>>>> 1.4
$string['typeoffline'] = '오프라인 활동';
$string['typeuploadsingle'] = '한 개의 파일을 업로드';
$string['uploadbadname'] = '이 파일이름에는 알 수 없는 문자가 포함되있어서 업로드 할 수 없음';