nextcloud/apps/files_encryption/l10n/zh_TW.php

8 lines
326 B
PHP
Raw Normal View History

2012-09-02 04:02:53 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "加密",
2013-03-20 03:02:44 +04:00
"File encryption is enabled." => "檔案加密已被啟用",
"The following file types will not be encrypted:" => "以下的文件類型不會被加密:",
"Exclude the following file types from encryption:" => "從加密中排除的檔案類型:",
2013-01-23 03:06:18 +04:00
"None" => ""
2012-09-02 04:02:53 +04:00
);