diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-15 00:06:36 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-15 00:06:36 +0100 |
commit | 0c123ebf9d56d8b6088f82fe25e1571684e27897 (patch) | |
tree | 6d2dc9809e3942a319a4c138e25d37fffc21c5db /apps/files_encryption | |
parent | 1da6f79d3b9178bf2b5dd7f9a924c1258495b8a1 (diff) | |
download | nextcloud-server-0c123ebf9d56d8b6088f82fe25e1571684e27897.tar.gz nextcloud-server-0c123ebf9d56d8b6088f82fe25e1571684e27897.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/zh_CN.php | 5 | ||||
-rw-r--r-- | apps/files_encryption/l10n/zh_HK.php | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/zh_CN.php b/apps/files_encryption/l10n/zh_CN.php index 867d000f2ed..13fa95203e4 100644 --- a/apps/files_encryption/l10n/zh_CN.php +++ b/apps/files_encryption/l10n/zh_CN.php @@ -1,4 +1,7 @@ <?php $TRANSLATIONS = array( "Encryption" => "加密", -"None" => "None" +"File encryption is enabled." => "文件加密已启用.", +"The following file types will not be encrypted:" => "如下的文件类型将不会被加密:", +"Exclude the following file types from encryption:" => "从加密中排除如下的文件类型:", +"None" => "无" ); diff --git a/apps/files_encryption/l10n/zh_HK.php b/apps/files_encryption/l10n/zh_HK.php new file mode 100644 index 00000000000..0c0b709fdc1 --- /dev/null +++ b/apps/files_encryption/l10n/zh_HK.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "加密", +"File encryption is enabled." => "檔案加密已開啟", +"The following file types will not be encrypted:" => "以下文件類別將不會被加密", +"None" => "空" +); |