[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 /* Luxembourgish initialisation for the jQuery UI date picker plugin. */ 2 /* Written by Michel Weimerskirch <michel@weimerskirch.net> */ 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.lb = { 16 closeText: "Fäerdeg", 17 prevText: "Zréck", 18 nextText: "Weider", 19 currentText: "Haut", 20 monthNames: [ "Januar","Februar","Mäerz","Abrëll","Mee","Juni", 21 "Juli","August","September","Oktober","November","Dezember" ], 22 monthNamesShort: [ "Jan", "Feb", "Mäe", "Abr", "Mee", "Jun", 23 "Jul", "Aug", "Sep", "Okt", "Nov", "Dez" ], 24 dayNames: [ 25 "Sonndeg", 26 "Méindeg", 27 "Dënschdeg", 28 "Mëttwoch", 29 "Donneschdeg", 30 "Freideg", 31 "Samschdeg" 32 ], 33 dayNamesShort: [ "Son", "Méi", "Dën", "Mët", "Don", "Fre", "Sam" ], 34 dayNamesMin: [ "So","Mé","Dë","Më","Do","Fr","Sa" ], 35 weekHeader: "W", 36 dateFormat: "dd.mm.yy", 37 firstDay: 1, 38 isRTL: false, 39 showMonthAfterYear: false, 40 yearSuffix: "" }; 41 datepicker.setDefaults( datepicker.regional.lb ); 42 43 return datepicker.regional.lb; 44 45 } ) );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body