nextcloud/apps/files_encryption/l10n/zh_HK.php

7 lines
225 B
PHP
Raw Normal View History

2013-03-15 03:06:36 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "加密",
"File encryption is enabled." => "檔案加密已開啟",
"The following file types will not be encrypted:" => "以下文件類別將不會被加密",
"None" => ""
);