Mercurial > hg > rc1
comparison plugins/jqueryui/js/i18n/jquery.ui.datepicker-ta.js @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 1 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ | |
| 2 /* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */ | |
| 3 /* Written by S A Sureshkumar (saskumar@live.com). */ | |
| 4 jQuery(function($){ | |
| 5 $.datepicker.regional['ta'] = { | |
| 6 closeText: 'மூடு', | |
| 7 prevText: 'முன்னையது', | |
| 8 nextText: 'அடுத்தது', | |
| 9 currentText: 'இன்று', | |
| 10 monthNames: ['தை','மாசி','பங்குனி','சித்திரை','வைகாசி','ஆனி', | |
| 11 'ஆடி','ஆவணி','புரட்டாசி','ஐப்பசி','கார்த்திகை','மார்கழி'], | |
| 12 monthNamesShort: ['தை','மாசி','பங்','சித்','வைகா','ஆனி', | |
| 13 'ஆடி','ஆவ','புர','ஐப்','கார்','மார்'], | |
| 14 dayNames: ['ஞாயிற்றுக்கிழமை','திங்கட்கிழமை','செவ்வாய்க்கிழமை','புதன்கிழமை','வியாழக்கிழமை','வெள்ளிக்கிழமை','சனிக்கிழமை'], | |
| 15 dayNamesShort: ['ஞாயிறு','திங்கள்','செவ்வாய்','புதன்','வியாழன்','வெள்ளி','சனி'], | |
| 16 dayNamesMin: ['ஞா','தி','செ','பு','வி','வெ','ச'], | |
| 17 weekHeader: 'Не', | |
| 18 dateFormat: 'dd/mm/yy', | |
| 19 firstDay: 1, | |
| 20 isRTL: false, | |
| 21 showMonthAfterYear: false, | |
| 22 yearSuffix: ''}; | |
| 23 $.datepicker.setDefaults($.datepicker.regional['ta']); | |
| 24 }); | |
| 25 /* @license-end */ |
