PHP Classes

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

Recommend this page to a friend!
  Classes of No name   RT Adminlte   core/assets/plugins/datepicker/locales/bootstrap-datepicker.pl.js   Download  
File: core/assets/plugins/datepicker/locales/bootstrap-datepicker.pl.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: 775 bytes
 

Contents

Class file image Download
/** * Polish translation for bootstrap-datepicker * Robert <[email protected]> */ ;(function($){ $.fn.datepicker.dates['pl'] = { days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"], daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", "So", "Nie"], daysMin: ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So", "N"], months: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"], monthsShort: ["Sty", "Lu", "Mar", "Kw", "Maj", "Cze", "Lip", "Sie", "Wrz", "Pa", "Lis", "Gru"], today: "Dzisiaj", weekStart: 1 }; }(jQuery));