PHP Classes

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

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

Contents

Class file image Download
/** * Czech translation for bootstrap-datepicker * Mat?j Koubík <matej@koubik.name> * Fixes by Michal Remi? <michal.remis@gmail.com> */ ;(function($){ $.fn.datepicker.dates['cs'] = { days: ["Ned?le", "Pond?lí", "Úterý", "St?eda", "?tvrtek", "Pátek", "Sobota", "Ned?le"], daysShort: ["Ned", "Pon", "Úte", "St?", "?tv", "Pát", "Sob", "Ned"], daysMin: ["Ne", "Po", "Út", "St", "?t", "Pá", "So", "Ne"], months: ["Leden", "Únor", "B?ezen", "Duben", "Kv?ten", "?erven", "?ervenec", "Srpen", "Zá?í", "?íjen", "Listopad", "Prosinec"], monthsShort: ["Led", "Úno", "B?e", "Dub", "Kv?", "?er", "?nc", "Srp", "Zá?", "?íj", "Lis", "Pro"], today: "Dnes" }; }(jQuery));