[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 /* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 /* Written by S A Sureshkumar (saskumar@live.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.ta = { 16 closeText: "மூடு", 17 prevText: "முன்னையது", 18 nextText: "அடுத்தது", 19 currentText: "இன்று", 20 monthNames: [ "தை","மாசி","பங்குனி","சித்திரை","வைகாசி","ஆனி", 21 "ஆடி","ஆவணி","புரட்டாசி","ஐப்பசி","கார்த்திகை","மார்கழி" ], 22 monthNamesShort: [ "தை","மாசி","பங்","சித்","வைகா","ஆனி", 23 "ஆடி","ஆவ","புர","ஐப்","கார்","மார்" ], 24 dayNames: [ 25 "ஞாயிற்றுக்கிழமை", 26 "திங்கட்கிழமை", 27 "செவ்வாய்க்கிழமை", 28 "புதன்கிழமை", 29 "வியாழக்கிழமை", 30 "வெள்ளிக்கிழமை", 31 "சனிக்கிழமை" 32 ], 33 dayNamesShort: [ 34 "ஞாயிறு", 35 "திங்கள்", 36 "செவ்வாய்", 37 "புதன்", 38 "வியாழன்", 39 "வெள்ளி", 40 "சனி" 41 ], 42 dayNamesMin: [ "ஞா","தி","செ","பு","வி","வெ","ச" ], 43 weekHeader: "Не", 44 dateFormat: "dd/mm/yy", 45 firstDay: 1, 46 isRTL: false, 47 showMonthAfterYear: false, 48 yearSuffix: "" }; 49 datepicker.setDefaults( datepicker.regional.ta ); 50 51 return datepicker.regional.ta; 52 53 } ) );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body