moodle/lang/vi_utf8/assignment.php
koenr 2b62fed134 start of a Vietnamese languagepack in UTF-8
Thanks to Thai-Hoa Nguyen
2004-11-27 12:09:35 +00:00

17 lines
537 B
PHP

<?PHP // $Id$
// assignment.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004112400)
$string['assignmentname'] = 'Tên Bài Làm';
$string['assignmenttype'] = 'Loại Bài Làm';
$string['maximumgrade'] = 'Điểm Cao Nhất';
$string['modulename'] = 'Bài Làm';
$string['modulenameplural'] = 'Bài Làm';
$string['newsubmissions'] = 'Bài Làm Đã Nộp';
$string['notgradedyet'] = 'Chưa chấm điểm';
$string['thischarset'] = 'UTF-8';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Vietnamese';
?>