server/apps/files_encryption/l10n/zh_HK.php

10 lines
217 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-10-10 05:55:10 +00:00
"Unknown error" => "不明錯誤",
2014-07-27 05:54:31 +00:00
"Encryption" => "加密",
"Enabled" => "啟用",
"Disabled" => "停用",
"Change Password" => "更改密碼"
2013-03-14 23:06:36 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";