mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
10 lines
238 B
PHP
10 lines
238 B
PHP
<?php // $Id$
|
|
// block_glossary_random.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
|
|
|
|
|
|
$string['thischarset'] = 'UTF-8';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = '한국어';
|
|
|
|
?>
|