PHP Classes

File: src/MSD/HomeBundle/Resources/public/js/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-pl.js

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   src/MSD/HomeBundle/Resources/public/js/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-pl.js   Download  
File: src/MSD/HomeBundle/Resources/public/js/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-pl.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 5 years ago
Size: 917 bytes
 

Contents

Class file image Download
/* Polish initialisation for the jQuery UI date picker plugin. */ /* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */ jQuery(function($){ $.datepicker.regional['pl'] = { closeText: 'Zamknij', prevText: '<Poprzedni', nextText: 'Nast?pny>', currentText: 'Dzi?', monthNames: ['Stycze?','Luty','Marzec','Kwiecie?','Maj','Czerwiec', 'Lipiec','Sierpie?','Wrzesie?','Pa?dziernik','Listopad','Grudzie?'], monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze', 'Lip','Sie','Wrz','Pa','Lis','Gru'], dayNames: ['Niedziela','Poniedzia?ek','Wtorek','?roda','Czwartek','Pi?tek','Sobota'], dayNamesShort: ['Nie','Pn','Wt','?r','Czw','Pt','So'], dayNamesMin: ['N','Pn','Wt','?r','Cz','Pt','So'], weekHeader: 'Tydz', dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['pl']); });