diff options
Diffstat (limited to 'apps/files_encryption/l10n/zh_CN.php')
-rw-r--r-- | apps/files_encryption/l10n/zh_CN.php | 5 |
1 files changed, 4 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" => "无" ); |