summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-09-28 02:06:03 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-09-28 02:06:03 +0200
commit5144d26088b98685a37c73c776a9a47203efa68a (patch)
tree0f82d441f374f947b9562153c47de16bb6a699a2 /apps/files_sharing/l10n
parente8df2eeefc0bf9142ab765ec816d45c84858888d (diff)
downloadnextcloud-server-5144d26088b98685a37c73c776a9a47203efa68a.tar.gz
nextcloud-server-5144d26088b98685a37c73c776a9a47203efa68a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r--apps/files_sharing/l10n/zh_CN.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.php b/apps/files_sharing/l10n/zh_CN.php
new file mode 100644
index 00000000000..64e7af3e0cd
--- /dev/null
+++ b/apps/files_sharing/l10n/zh_CN.php
@@ -0,0 +1,9 @@
+<?php $TRANSLATIONS = array(
+"Password" => "密码",
+"Submit" => "提交",
+"%s shared the folder %s with you" => "%s与您共享了%s文件夹",
+"%s shared the file %s with you" => "%s与您共享了%s文件",
+"Download" => "下载",
+"No preview available for" => "没有预览",
+"web services under your control" => "您控制的web服务"
+);