mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +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$
|
||||
// exercise.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
||||
<?php // $Id$
|
||||
// exercise.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
|
||||
|
||||
|
||||
$string['absent'] = '결석';
|
||||
|
@ -118,6 +118,7 @@ $string['teacherscomment'] = '
|
|||
$string['thegradeis'] = '점수는 $a';
|
||||
$string['thereisfeedbackfromthe'] = '$a 에 피드백이 있음.';
|
||||
$string['thischarset'] = 'euc-kr';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = '한국어';
|
||||
$string['title'] = '제목';
|
||||
$string['view'] = '보기';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue