nextcloud/apps/files_encryption/l10n/zh_TW.php

7 lines
201 B
PHP
Raw Normal View History

2012-09-02 04:02:53 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "加密",
"Exclude the following file types from encryption" => "下列的檔案類型不加密",
"None" => "",
"Enable Encryption" => "啟用加密"
);