diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-14 10:20:00 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-14 10:22:13 -0400 |
commit | 4c7fd8cd0191871e48704f693f48554d4ee7a726 (patch) | |
tree | a66a930783de938deaa3d2362dcf779e5c2b45af /apps/files | |
parent | 64ef1e21819979d7fdc406d2628bc175b16fe554 (diff) | |
parent | 62e4f55f721971dacd06649cecefe0487626aa75 (diff) | |
download | nextcloud-server-4c7fd8cd0191871e48704f693f48554d4ee7a726.tar.gz nextcloud-server-4c7fd8cd0191871e48704f693f48554d4ee7a726.zip |
Merge branch 'master' into share_api
Conflicts:
lib/group.php
lib/group/backend.php
lib/group/database.php
lib/group/interface.php
lib/public/user.php
lib/user.php
lib/user/backend.php
lib/user/database.php
lib/user/interface.php
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/zh_CN.GB2312.php | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.GB2312.php b/apps/files/l10n/zh_CN.GB2312.php new file mode 100644 index 00000000000..2026becc4db --- /dev/null +++ b/apps/files/l10n/zh_CN.GB2312.php @@ -0,0 +1,52 @@ +<?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" => "丢失了一个临时文件夹", +"Failed to write to disk" => "写磁盘失败", +"Files" => "文件", +"Unshare" => "未分享的", +"Delete" => "删除", +"already exists" => "已经存在了", +"replace" => "替换", +"cancel" => "取消", +"replaced" => "替换过了", +"with" => "随着", +"undo" => "撤销", +"deleted" => "删除", +"generating ZIP-file, it may take some time." => "正在生成ZIP文件,这可能需要点时间", +"Unable to upload your file as it is a directory or has 0 bytes" => "不能上传你指定的文件,可能因为它是个文件夹或者大小为0", +"Upload Error" => "上传错误", +"Pending" => "Pending", +"Upload cancelled." => "上传取消了", +"Invalid name, '/' is not allowed." => "非法文件名,\"/\"是不被许可的", +"Size" => "大小", +"Modified" => "修改日期", +"folder" => "文件夹", +"folders" => "文件夹", +"file" => "文件", +"files" => "文件", +"File handling" => "文件处理中", +"Maximum upload size" => "最大上传大小", +"max. possible: " => "最大可能", +"Needed for multi-file and folder downloads." => "需要多文件和文件夹下载.", +"Enable ZIP-download" => "支持ZIP下载", +"0 is unlimited" => "0是无限的", +"Maximum input size for ZIP files" => "最大的ZIP文件输入大小", +"New" => "新建", +"Text file" => "文本文档", +"Folder" => "文件夹", +"From url" => "从URL:", +"Upload" => "上传", +"Cancel upload" => "取消上传", +"Nothing in here. Upload something!" => "这里没有东西.上传点什么!", +"Name" => "名字", +"Share" => "分享", +"Download" => "下载", +"Upload too large" => "上传的文件太大了", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "你正在试图上传的文件超过了此服务器支持的最大的文件大小.", +"Files are being scanned, please wait." => "正在扫描文件,请稍候.", +"Current scanning" => "正在扫描" +); |