summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-09-07 02:07:22 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-09-07 02:07:22 +0200
commita94b56b57baeb36a9e9bb547e213180757041576 (patch)
tree94dd8f882dd0f4631cfeeb8e84c45ecb7045ff1c /apps/files_encryption
parent294cff27a7e5a61b3ca4d1af0b87b2d39aae1534 (diff)
downloadnextcloud-server-a94b56b57baeb36a9e9bb547e213180757041576.tar.gz
nextcloud-server-a94b56b57baeb36a9e9bb547e213180757041576.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/files_encryption/l10n/zh_CN.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/zh_CN.php b/apps/files_encryption/l10n/zh_CN.php
new file mode 100644
index 00000000000..139ae909709
--- /dev/null
+++ b/apps/files_encryption/l10n/zh_CN.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"Encryption" => "加密",
+"None" => "None",
+"Enable Encryption" => "开启加密"
+);