PHP Classes

File: public/assets/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.cs.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.cs.js   Download  
File: public/assets/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.cs.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: 773 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"], daysShort: ["Ned", "Pon", "Úte", "St?", "?tv", "Pát", "Sob"], daysMin: ["Ne", "Po", "Út", "St", "?t", "Pá", "So"], 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", clear: "Vymazat", monthsTitle: "M?síc", weekStart: 1, format: "dd.mm.yyyy" }; }(jQuery));