0
|
1 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */
|
|
2 /* Albanian initialisation for the jQuery UI date picker plugin. */
|
|
3 /* Written by Flakron Bytyqi (flakron@gmail.com). */
|
|
4 jQuery(function($){
|
|
5 $.datepicker.regional['sq'] = {
|
|
6 closeText: 'mbylle',
|
|
7 prevText: '<mbrapa',
|
|
8 nextText: 'Përpara>',
|
|
9 currentText: 'sot',
|
|
10 monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor',
|
|
11 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'],
|
|
12 monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer',
|
|
13 'Kor','Gus','Sht','Tet','Nën','Dhj'],
|
|
14 dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'],
|
|
15 dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'],
|
|
16 dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'],
|
|
17 weekHeader: 'Ja',
|
|
18 dateFormat: 'dd.mm.yy',
|
|
19 firstDay: 1,
|
|
20 isRTL: false,
|
|
21 showMonthAfterYear: false,
|
|
22 yearSuffix: ''};
|
|
23 $.datepicker.setDefaults($.datepicker.regional['sq']);
|
|
24 });
|
|
25 /* @license-end */
|