nextcloud/apps/files_encryption/l10n/zh_HK.php

9 lines
182 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-07-27 09:54:31 +04:00
"Encryption" => "加密",
"Enabled" => "啟用",
"Disabled" => "停用",
"Change Password" => "更改密碼"
2013-03-15 03:06:36 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";