[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 /* Albanian initialisation for the jQuery UI date picker plugin. */ 2 /* Written by Flakron Bytyqi (flakron@gmail.com). */ 3 ( function( factory ) { 4 if ( typeof define === "function" && define.amd ) { 5 6 // AMD. Register as an anonymous module. 7 define( [ "../widgets/datepicker" ], factory ); 8 } else { 9 10 // Browser globals 11 factory( jQuery.datepicker ); 12 } 13 }( function( datepicker ) { 14 15 datepicker.regional.sq = { 16 closeText: "mbylle", 17 prevText: "<mbrapa", 18 nextText: "Përpara>", 19 currentText: "sot", 20 monthNames: [ "Janar","Shkurt","Mars","Prill","Maj","Qershor", 21 "Korrik","Gusht","Shtator","Tetor","Nëntor","Dhjetor" ], 22 monthNamesShort: [ "Jan","Shk","Mar","Pri","Maj","Qer", 23 "Kor","Gus","Sht","Tet","Nën","Dhj" ], 24 dayNames: [ "E Diel","E Hënë","E Martë","E Mërkurë","E Enjte","E Premte","E Shtune" ], 25 dayNamesShort: [ "Di","Hë","Ma","Më","En","Pr","Sh" ], 26 dayNamesMin: [ "Di","Hë","Ma","Më","En","Pr","Sh" ], 27 weekHeader: "Ja", 28 dateFormat: "dd.mm.yy", 29 firstDay: 1, 30 isRTL: false, 31 showMonthAfterYear: false, 32 yearSuffix: "" }; 33 datepicker.setDefaults( datepicker.regional.sq ); 34 35 return datepicker.regional.sq; 36 37 } ) );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body