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.

ms_MY.php 541B

1234567891011121314151617
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "Bantuan",
  4. "Personal" => "Peribadi",
  5. "Settings" => "Tetapan",
  6. "Users" => "Pengguna",
  7. "Admin" => "Admin",
  8. "web services under your control" => "Perkhidmatan web di bawah kawalan anda",
  9. "Authentication error" => "Ralat pengesahan",
  10. "Files" => "Fail-fail",
  11. "Text" => "Teks",
  12. "_%n minute ago_::_%n minutes ago_" => array(""),
  13. "_%n hour ago_::_%n hours ago_" => array(""),
  14. "_%n day go_::_%n days ago_" => array(""),
  15. "_%n month ago_::_%n months ago_" => array("")
  16. );
  17. $PLURAL_FORMS = "nplurals=1; plural=0;";