[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 /* http://keith-wood.name/datepick.html 2 Tamil localisation for jQuery Datepicker. 3 Written by S A Sureshkumar ([email protected]). */ 4 (function($) { 5 $.datepick.regional['ta'] = { 6 monthNames: ['தை','மாசி','பங்குனி','சித்திரை','வைகாசி','ஆனி', 7 'ஆடி','ஆவணி','புரட்டாசி','ஐப்பசி','கார்த்திகை','மார்கழி'], 8 monthNamesShort: ['தை','மாசி','பங்','சித்','வைகா','ஆனி', 9 'ஆடி','ஆவ','புர','ஐப்','கார்','மார்'], 10 dayNames: ['ஞாயிற்றுக்கிழமை','திங்கட்கிழமை','செவ்வாய்க்கிழமை','புதன்கிழமை','வியாழக்கிழமை','வெள்ளிக்கிழமை','சனிக்கிழமை'], 11 dayNamesShort: ['ஞாயிறு','திங்கள்','செவ்வாய்','புதன்','வியாழன்','வெள்ளி','சனி'], 12 dayNamesMin: ['ஞா','தி','செ','பு','வி','வெ','ச'], 13 dateFormat: 'dd/mm/yyyy', firstDay: 1, 14 renderer: $.datepick.defaultRenderer, 15 prevText: 'முன்னையது', prevStatus: '', 16 prevJumpText: '<<', prevJumpStatus: '', 17 nextText: 'அடுத்தது', nextStatus: '', 18 nextJumpText: '>>', nextJumpStatus: '', 19 currentText: 'இன்று', currentStatus: '', 20 todayText: 'இன்று', todayStatus: '', 21 clearText: 'அழி', clearStatus: '', 22 closeText: 'மூடு', closeStatus: '', 23 yearStatus: '', monthStatus: '', 24 weekText: 'Wk', weekStatus: '', 25 dayStatus: 'D, M d', defaultStatus: '', 26 isRTL: false 27 }; 28 $.datepick.setDefaults($.datepick.regional['ta']); 29 })(jQuery);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |