my_MM.php 300 B

12345678910
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Files" => "ဖိုင်များ",
  4. "_Uploading %n file_::_Uploading %n files_" => array(""),
  5. "_%n folder_::_%n folders_" => array(""),
  6. "_%n file_::_%n files_" => array(""),
  7. "Download" => "ဒေါင်းလုတ်"
  8. );
  9. $PLURAL_FORMS = "nplurals=1; plural=0;";