PHP Classes

File: core/assets/plugins/datepicker/locales/bootstrap-datepicker.cs.js

Recommend this page to a friend!
  Classes of No name   RT Adminlte   core/assets/plugins/datepicker/locales/bootstrap-datepicker.cs.js   Download  
File: core/assets/plugins/datepicker/locales/bootstrap-datepicker.cs.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: RT Adminlte
Generate layout and menus for Adminlte
Author: By
Last change:
Date: 8 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));