Blame view

sources/apps/files_encryption/l10n/zh_CN.php 329 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?php $TRANSLATIONS = array(
  "Encryption" => "加密",
  "File encryption is enabled." => "文件加密已启用.",
  "The following file types will not be encrypted:" => "如下的文件类型将不会被加密:",
  "Exclude the following file types from encryption:" => "从加密中排除如下的文件类型:",
  "None" => "无"
  );