PHP Classes

File: public/assets/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.pl.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   public/assets/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.pl.js   Download  
File: public/assets/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.pl.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 1 year ago
Size: 784 bytes
 

Contents

Class file image Download
/** * Polish translation for bootstrap-datepicker * Robert <rtpm@gazeta.pl> */ ;(function($){ $.fn.datepicker.dates['pl'] = { days: ["Niedziela", "Poniedzia?ek", "Wtorek", "?roda", "Czwartek", "Pi?tek", "Sobota"], daysShort: ["Niedz.", "Pon.", "Wt.", "?r.", "Czw.", "Pi?t.", "Sob."], daysMin: ["Ndz.", "Pn.", "Wt.", "?r.", "Czw.", "Pt.", "Sob."], months: ["Stycze?", "Luty", "Marzec", "Kwiecie?", "Maj", "Czerwiec", "Lipiec", "Sierpie?", "Wrzesie?", "Pa?dziernik", "Listopad", "Grudzie?"], monthsShort: ["Sty.", "Lut.", "Mar.", "Kwi.", "Maj", "Cze.", "Lip.", "Sie.", "Wrz.", "Pa?.", "Lis.", "Gru."], today: "Dzisiaj", weekStart: 1, clear: "Wyczy??", format: "dd.mm.yyyy" }; }(jQuery));