zh_HK.php 285 B

123456789101112
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Success" => "成功",
  4. "Error" => "錯誤",
  5. "_%s group found_::_%s groups found_" => array(""),
  6. "_%s user found_::_%s users found_" => array(""),
  7. "Help" => "幫助",
  8. "Port" => "連接埠",
  9. "Password" => "密碼"
  10. );
  11. $PLURAL_FORMS = "nplurals=1; plural=0;";