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/agenda.inc.php

20 lines
644 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$AgendaAdd = "Tạo lịch mới";
$ShowAllEvents = "Hiển thị tất cả các mục đã đánh dấu";
$ShowCurrent = "Hiển thị các mục được đánh dấu trong tháng này";
$AddCalendarItem = "Tạo mục đánh dấu mới";
$Day = "Ngày";
$Month = "Tháng";
$Year = "Năm";
$Hour = "Giờ";
$Minutes = "Phút";
$Detail = "Chi tiết";
$EditSuccess = "Thay đổi thành công";
$AddSuccess = "Thêm mới thành công";
$AgendaDeleteSuccess = "Đã xóa";
$NoAgendaItems = "Không có mục nào được đánh dấu";
$lang_september = "Tháng 9";
?>