summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/zh_CN.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-16 01:57:34 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-16 01:57:34 -0400
commit23f2c48a43b2bc96370ec6b6411e6a86f705d12f (patch)
tree7189fcbf7e066911f19dc110717ed2b01d12051a /apps/files_trashbin/l10n/zh_CN.php
parent8bc7174bdca5ae7f4ea71eeb7daec56fb262a263 (diff)
downloadnextcloud-server-23f2c48a43b2bc96370ec6b6411e6a86f705d12f.tar.gz
nextcloud-server-23f2c48a43b2bc96370ec6b6411e6a86f705d12f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/zh_CN.php')
-rw-r--r--apps/files_trashbin/l10n/zh_CN.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/zh_CN.php b/apps/files_trashbin/l10n/zh_CN.php
index 4c61aef33b1..ef6a63b2959 100644
--- a/apps/files_trashbin/l10n/zh_CN.php
+++ b/apps/files_trashbin/l10n/zh_CN.php
@@ -4,12 +4,12 @@ $TRANSLATIONS = array(
"Couldn't restore %s" => "无法恢复%s",
"Deleted files" => "已删除文件",
"Error" => "错误",
+"Deleted Files" => "已删除文件",
"restored" => "已恢复",
"Nothing in here. Your trash bin is empty!" => "这里没有东西. 你的回收站是空的!",
"Name" => "名称",
"Restore" => "恢复",
"Deleted" => "已删除",
-"Delete" => "删除",
-"Deleted Files" => "已删除文件"
+"Delete" => "删除"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";