You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_HK.php 485B

123456789101112131415161718
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "幫助",
  4. "Personal" => "個人",
  5. "Settings" => "設定",
  6. "Users" => "用戶",
  7. "Admin" => "管理",
  8. "Files" => "文件",
  9. "Text" => "文字",
  10. "_%n minute ago_::_%n minutes ago_" => array(""),
  11. "_%n hour ago_::_%n hours ago_" => array(""),
  12. "today" => "今日",
  13. "yesterday" => "昨日",
  14. "_%n day go_::_%n days ago_" => array(""),
  15. "last month" => "前一月",
  16. "_%n month ago_::_%n months ago_" => array("")
  17. );
  18. $PLURAL_FORMS = "nplurals=1; plural=0;";