server/settings/l10n/zh_HK.php

17 lines
363 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-03-12 05:57:17 +00:00
"Email sent" => "郵件已傳",
2014-03-11 05:59:39 +00:00
"Encryption" => "加密",
2013-03-13 23:06:29 +00:00
"Error" => "錯誤",
"Groups" => "群組",
"Delete" => "刪除",
2014-03-12 05:57:17 +00:00
"None" => "",
"Port" => "連接埠",
2013-03-13 23:06:29 +00:00
"Password" => "密碼",
"New password" => "新密碼",
2013-06-21 06:53:57 +00:00
"Email" => "電郵",
2014-03-12 05:57:17 +00:00
"Cancel" => "取消",
2013-06-21 06:53:57 +00:00
"Username" => "用戶名稱"
2013-03-13 23:06:29 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";