mirror of https://github.com/gogits/gogs.git
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.
15 lines
918 B
15 lines
918 B
/** |
|
* Macedonian translation for bootstrap-datepicker |
|
* Marko Aleksic <psybaron@gmail.com> |
|
*/ |
|
;(function($){ |
|
$.fn.datepicker.dates['mk'] = { |
|
days: ["Недела", "Понеделник", "Вторник", "Среда", "Четврток", "Петок", "Сабота", "Недела"], |
|
daysShort: ["Нед", "Пон", "Вто", "Сре", "Чет", "Пет", "Саб", "Нед"], |
|
daysMin: ["Не", "По", "Вт", "Ср", "Че", "Пе", "Са", "Не"], |
|
months: ["Јануари", "Февруари", "Март", "Април", "Мај", "Јуни", "Јули", "Август", "Септември", "Октомври", "Ноември", "Декември"], |
|
monthsShort: ["Јан", "Фев", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Ное", "Дек"], |
|
today: "Денес", |
|
format: "dd.mm.yyyy" |
|
}; |
|
}(jQuery));
|
|
|