mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +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
13
lang/ko/block_html.php
Executable file
13
lang/ko/block_html.php
Executable file
|
@ -0,0 +1,13 @@
|
|||
<?php // $Id$
|
||||
// block_html.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
|
||||
|
||||
|
||||
$string['configcontent'] = '목록';
|
||||
$string['configtitle'] = '블록 제목';
|
||||
$string['html'] = 'HTML';
|
||||
$string['leaveblanktohide'] = '제목을 숨기기 위해 공백을 남겨놓기';
|
||||
$string['thischarset'] = 'euc-kr';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = '한국어';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue