Blame view

sources/apps/files_encryption/l10n/zh_TW.php 326 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" => "無"
  );