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.

my_MM.php 252B

12345678
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Location" => "တည်နေရာ",
  4. "Username" => "သုံးစွဲသူအမည်",
  5. "Password" => "စကားဝှက်",
  6. "Users" => "သုံးစွဲသူ"
  7. );
  8. $PLURAL_FORMS = "nplurals=1; plural=0;";