Files
moodle/lang/ko/block_html.php
T
koenr 4173f2cefc Deleted thislanguage, thisdirection thischaracterset parentlanguage from files wich are not supposed to contain those strings
This cause also some empty files (because they didn't contain anything else) wich I also deleted
2005-05-28 21:24:06 +00:00

11 lines
272 B
PHP
Executable File

<?php // $Id$
// block_html.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
$string['configcontent'] = '목록';
$string['configtitle'] = '블록 제목';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = '제목을 숨기기 위해 공백을 남겨놓기';
?>