diff options
Diffstat (limited to 'files/l10n/zh_CN.php')
-rw-r--r-- | files/l10n/zh_CN.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/files/l10n/zh_CN.php b/files/l10n/zh_CN.php index abb2f9db232..a4d7283df87 100644 --- a/files/l10n/zh_CN.php +++ b/files/l10n/zh_CN.php @@ -1,8 +1,13 @@ <?php $TRANSLATIONS = array( +"There is no error, the file uploaded with success" => "没有发生错误,文件上传成功。", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "上传的文件大小超过了php.ini 中指定的upload_max_filesize", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上传的文件超过了在HTML 表单中指定的MAX_FILE_SIZE", +"The uploaded file was only partially uploaded" => "只上传了文件的一部分", +"No file was uploaded" => "文件没有上传", +"Missing a temporary folder" => "缺少临时目录", "Files" => "文件", "Maximum upload size" => "最大上传大小", "Upload" => "上传", -"New Folder" => "新建文件夹", "Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!", "Name" => "名称", "Download" => "下载", |