You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jquery.ui.datepicker-ta.js 1.6KB

12345678910111213141516171819202122232425
  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 */