diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-27 00:06:21 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-27 00:06:21 +0100 |
commit | 00a28062e12761c6b806497a6e4a811a8f363ce1 (patch) | |
tree | 720ad8f9ab4192ecc85c33ff0b016975125583ad /apps/files/l10n/zh_CN.php | |
parent | c9e25d3fab17b178759dd6d2f9488aa4cf37fbbb (diff) | |
download | nextcloud-server-00a28062e12761c6b806497a6e4a811a8f363ce1.tar.gz nextcloud-server-00a28062e12761c6b806497a6e4a811a8f363ce1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_CN.php')
-rw-r--r-- | apps/files/l10n/zh_CN.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index f8dedc118e0..2e0f938dcd8 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -1,5 +1,4 @@ <?php $TRANSLATIONS = array( -"Upload" => "上传", "Could not move %s - File with this name already exists" => "无法移动 %s - 同名文件已存在", "Could not move %s" => "无法移动 %s", "Unable to rename file" => "无法重命名文件", @@ -11,7 +10,6 @@ "No file was uploaded" => "文件没有上传", "Missing a temporary folder" => "缺少临时目录", "Failed to write to disk" => "写入磁盘失败", -"Not enough space available" => "没有足够可用空间", "Invalid directory." => "无效文件夹。", "Files" => "文件", "Unshare" => "取消分享", @@ -49,6 +47,7 @@ "{count} folders" => "{count} 个文件夹", "1 file" => "1 个文件", "{count} files" => "{count} 个文件", +"Upload" => "上传", "File handling" => "文件处理", "Maximum upload size" => "最大上传大小", "max. possible: " => "最大允许: ", |