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

27 lines
680 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$MailingSend = "确定";
$Ok = "确定";
$Unknown = "未知";
$SentOn = "";
$SentTo = "发送到";
$SentBy = "发送人";
$ReceivedFiles = "收到的文件";
$SentFiles = "已发出的文件";
$ReceivedTitle = "主题";
$SentTitle = "主题";
$Authors = "作者";
$Size = "大小";
$LastResent = "最后发出于";
$kB = "kB";
$Root = "主目录";
$UploadNewFile = "发送一份新文件";
$Feedback = "反馈";
$FeedbackError = "回馈错误";
$FilesMoved = "被选的文件已被移动。";
$AddNewCategory = "添加新的文件夹";
$EditCategory = "修改类别";
$CategoryName = "文件夹名称";
?>