mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 03:53:49 +01:00
11 lines
250 B
PHP
11 lines
250 B
PHP
|
<?PHP // $Id$
|
||
|
// resource.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004112400)
|
||
|
|
||
|
|
||
|
$string['modulename'] = 'Tài Liệu';
|
||
|
$string['thischarset'] = 'UTF-8';
|
||
|
$string['thisdirection'] = 'ltr';
|
||
|
$string['thislanguage'] = 'Vietnamese';
|
||
|
|
||
|
?>
|