mirror of
https://github.com/moodle/moodle.git
synced 2025-02-10 10:41:57 +01:00
17 lines
537 B
PHP
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';
|
|
|
|
?>
|