summaryrefslogtreecommitdiffstats
path: root/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.ro.js
Commit message (Expand)AuthorAgeFilesLines
* i18n for bootstrap_datepicker.Christian Klinger2016-07-051-0/+16
n class="hl com">/** * Mongolian translation for bootstrap-datepicker * Andrey Torsunov <andrey.torsunov@gmail.com> */ ;(function($){ $.fn.datepicker.dates['mn'] = { days: ["Ням", "Даваа", "Мягмар", "Лхагва", "Пүрэв", "Баасан", "Бямба"], daysShort: ["Ням", "Дав", "Мяг", "Лха", "Пүр", "Баа", "Бям"], daysMin: ["Ня", "Да", "Мя", "Лх", "Пү", "Ба", "Бя"], months: ["Хулгана", "Үхэр", "Бар", "Туулай", "Луу", "Могой", "Морь", "Хонь", "Бич", "Тахиа", "Нохой", "Гахай"], monthsShort: ["Хул", "Үхэ", "Бар", "Туу", "Луу", "Мог", "Мор", "Хон", "Бич", "Тах", "Нох", "Гах"], today: "Өнөөдөр", clear: "Тодорхой", format: "yyyy.mm.dd", weekStart: 1 }; }(jQuery));