server/settings/l10n/zh_HK.php

13 lines
269 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-03-13 23:06:29 +00:00
"Error" => "錯誤",
"Groups" => "群組",
"Delete" => "刪除",
"Password" => "密碼",
"New password" => "新密碼",
2013-06-21 06:53:57 +00:00
"Email" => "電郵",
2013-08-21 12:14:27 +00:00
"Encryption" => "加密",
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;";