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