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.

mn.js 660B

12345678910111213141516171819
  1. OC.L10N.register(
  2. "core",
  3. {
  4. "Sunday" : "Ням",
  5. "Monday" : "Даваа",
  6. "Tuesday" : "Мягмар",
  7. "Wednesday" : "Лхагва",
  8. "Thursday" : "Пүрэв",
  9. "Friday" : "Баасан",
  10. "Saturday" : "Бямба",
  11. "Settings" : "Тохиргоо",
  12. "_{count} file conflict_::_{count} file conflicts_" : ["",""],
  13. "Share" : "Түгээх",
  14. "Password" : "Нууц үг",
  15. "_download %n file_::_download %n files_" : ["",""],
  16. "_{count} search result in other places_::_{count} search results in other places_" : ["",""],
  17. "Username" : "Хэрэглэгчийн нэр"
  18. },
  19. "nplurals=2; plural=(n != 1);");