12 lines
308 B
PHP
12 lines
308 B
PHP
<?PHP // $Id$
|
|
// block_html.php - created with Moodle 1.6 development (2005072200)
|
|
|
|
|
|
$string['configcontent'] = 'à¹×éÍËÒ';
|
|
$string['configtitle'] = 'ËÑÇ¢éͺÅçͤ';
|
|
$string['html'] = 'HTML';
|
|
$string['leaveblanktohide'] = '»ÅèÍÂÇèÒ§äÇéËÒ¡µéͧ¡Òëè͹ËÑÇ¢éÍ';
|
|
$string['newhtmlblock'] = '(ºÅçͤ HTML)';
|
|
|
|
?>
|