Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/vietnamese/work.inc.php

19 lines
585 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$Tools = "Công cụ";
$SendWork = "Upload bài";
$TooBig = "Bạn không chọn tệp nào, hoặc là kích thước tệp quá lớn";
$ListDeleted = "Danh sách đã bị xoá";
$DocModif = "tên bài đã sửa";
$DocAdd = "Bài đã nộp";
$DocDel = "Bài đã xoá";
$TitleWork = "Tên bài";
$Authors = "Người gửi";
$DelList = "Xoá toàn bộ danh sách";
$WorkDelete = "Xoá";
$WorkModify = "Sửa";
$WorkConfirmDelete = "Bạn có chắc muốn xoá bài nàyr";
$AllFiles = "Tất cả file";
?>