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 1.7KB

123456789101112131415161718192021222324252627
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "အကူအညီ",
  4. "Users" => "သုံးစွဲသူ",
  5. "Admin" => "အက်ဒမင်",
  6. "web services under your control" => "သင်၏ထိန်းချုပ်မှု့အောက်တွင်ရှိသော Web services",
  7. "ZIP download is turned off." => "ZIP ဒေါင်းလုတ်ကိုပိတ်ထားသည်",
  8. "Files need to be downloaded one by one." => "ဖိုင်များသည် တစ်ခုပြီး တစ်ခုဒေါင်းလုတ်ချရန်လိုအပ်သည်",
  9. "Back to Files" => "ဖိုင်သို့ပြန်သွားမည်",
  10. "Selected files too large to generate zip file." => "zip ဖိုင်အဖြစ်ပြုလုပ်ရန် ရွေးချယ်ထားသောဖိုင်များသည် အရမ်းကြီးလွန်းသည်",
  11. "Authentication error" => "ခွင့်ပြုချက်မအောင်မြင်",
  12. "Files" => "ဖိုင်များ",
  13. "Text" => "စာသား",
  14. "Images" => "ပုံရိပ်များ",
  15. "Could not find category \"%s\"" => "\"%s\"ခေါင်းစဉ်ကို ရှာမတွေ့ပါ",
  16. "seconds ago" => "စက္ကန့်အနည်းငယ်က",
  17. "_%n minute ago_::_%n minutes ago_" => array(""),
  18. "_%n hour ago_::_%n hours ago_" => array(""),
  19. "today" => "ယနေ့",
  20. "yesterday" => "မနေ့က",
  21. "_%n day go_::_%n days ago_" => array(""),
  22. "last month" => "ပြီးခဲ့သောလ",
  23. "_%n month ago_::_%n months ago_" => array(""),
  24. "last year" => "မနှစ်က",
  25. "years ago" => "နှစ် အရင်က"
  26. );
  27. $PLURAL_FORMS = "nplurals=1; plural=0;";