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

13 lines
750 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$langExplanation = "點擊確定後,將創建您的課程,該課程具有課程論壇、教學計畫、講義材料管理等;登錄後您可以按照需要添加課程內容。";
$langTooBig = "你沒有選擇任何檔案,或者檔案太大";
$langCouldNot = "檔案上傳失敗";
$langAddPageToSite = "為網站添加網頁";
$langCouldNotSendPage = "檔案不是 HTML 格式,發送失敗,如果需要發送非 HTML 格式(PDF、Word、PowerPoint、Video等等)檔案,請使用<A href=\"../document/document.php\">檔案工具</A>";
$langSendPage = "要上傳的頁面";
$langPageTitleModified = "網頁標題已更新";
$langPageAdded = "網頁已添加";
?>