moodle/lang/vi_utf8/assignment.php

17 lines
537 B
PHP
Raw Normal View History

<?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';
?>