PHP Classes

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

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   js/locales/bootstrap-datepicker.sk.js   Download  
File: js/locales/bootstrap-datepicker.sk.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: 693 bytes
 

Contents

Class file image Download
/** * Slovak translation for bootstrap-datepicker * Marek Lichtner <marek@licht.sk> * Fixes by Michal Remi? <michal.remis@gmail.com> */ ;(function($){ $.fn.datepicker.dates["sk"] = { days: ["Nede?a", "Pondelok", "Utorok", "Streda", "?tvrtok", "Piatok", "Sobota", "Nede?a"], daysShort: ["Ned", "Pon", "Uto", "Str", "?tv", "Pia", "Sob", "Ned"], daysMin: ["Ne", "Po", "Ut", "St", "?t", "Pia", "So", "Ne"], months: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"], monthsShort: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"], today: "Dnes" }; }(jQuery));