PHP Classes

File: core/assets/plugins/datepicker/locales/bootstrap-datepicker.mk.js

Recommend this page to a friend!
  Classes of No name   RT Adminlte   core/assets/plugins/datepicker/locales/bootstrap-datepicker.mk.js   Download  
File: core/assets/plugins/datepicker/locales/bootstrap-datepicker.mk.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: RT Adminlte
Generate layout and menus for Adminlte
Author: By
Last change:
Date: 8 years ago
Size: 918 bytes
 

Contents

Class file image Download
/** * Macedonian translation for bootstrap-datepicker * Marko Aleksic <[email protected]> */ ;(function($){ $.fn.datepicker.dates['mk'] = { days: ["Недела", "Понеделник", "Вторник", "Среда", "Четврток", "Петок", "Сабота", "Недела"], daysShort: ["Нед", "Пон", "Вто", "Сре", "Чет", "Пет", "Саб", "Нед"], daysMin: ["Не", "По", "Вт", "Ср", "Че", "Пе", "Са", "Не"], months: ["Јануари", "Февруари", "Март", "Април", "Мај", "Јуни", "Јули", "Август", "Септември", "Октомври", "Ноември", "Декември"], monthsShort: ["Јан", "Фев", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Ное", "Дек"], today: "Денес", format: "dd.mm.yyyy" }; }(jQuery));