PHP Classes

File: js/locales/bootstrap-datepicker.sl.js

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   js/locales/bootstrap-datepicker.sl.js   Download  
File: js/locales/bootstrap-datepicker.sl.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FormE
Build form and manage MySQL table records with XML
Author: By
Last change:
Date: 6 years ago
Size: 644 bytes
 

Contents

Class file image Download
/** * Slovene translation for bootstrap-datepicker * Gregor Rudolf <gregor.rudolf@gmail.com> */ ;(function($){ $.fn.datepicker.dates['sl'] = { days: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "?etrtek", "Petek", "Sobota", "Nedelja"], daysShort: ["Ned", "Pon", "Tor", "Sre", "?et", "Pet", "Sob", "Ned"], daysMin: ["Ne", "Po", "To", "Sr", "?e", "Pe", "So", "Ne"], months: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"], monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"], today: "Danes" }; }(jQuery));