diff options
Diffstat (limited to 'settings/l10n/zh_HK.php')
-rw-r--r-- | settings/l10n/zh_HK.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/settings/l10n/zh_HK.php b/settings/l10n/zh_HK.php index 10fce11fb58..633b4252b67 100644 --- a/settings/l10n/zh_HK.php +++ b/settings/l10n/zh_HK.php @@ -1,12 +1,16 @@ <?php $TRANSLATIONS = array( +"Email sent" => "郵件已傳", +"Encryption" => "加密", "Error" => "錯誤", "Groups" => "群組", "Delete" => "刪除", +"None" => "空", +"Port" => "連接埠", "Password" => "密碼", "New password" => "新密碼", "Email" => "電郵", -"Encryption" => "加密", +"Cancel" => "取消", "Username" => "用戶名稱" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |