source: trunk/themes/default/js/ui/i18n/jquery.ui.datepicker-ta.js @ 12525

Last change on this file since 12525 was 12525, checked in by patdenice, 13 years ago

feature:2487
Update jQuery to 1.6.4 and jQuery UI to 1.8.16

File size: 1.5 KB
Line 
1/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
2/* Written by S A Sureshkumar (saskumar@live.com). */
3jQuery(function($){
4        $.datepicker.regional['ta'] = {
5                closeText: 'மூடு',
6                prevText: 'முன்னையது',
7                nextText: 'அடுத்தது',
8                currentText: 'இன்று',
9                monthNames: ['தை','மாசி','பங்குனி','சித்திரை','வைகாசி','ஆனி',
10                'ஆடி','ஆவணி','புரட்டாசி','ஐப்பசி','கார்த்திகை','மார்கழி'],
11                monthNamesShort: ['தை','மாசி','பங்','சித்','வைகா','ஆனி',
12                'ஆடி','ஆவ','புர','ஐப்','கார்','மார்'],
13                dayNames: ['ஞாயிற்றுக்கிழமை','திங்கட்கிழமை','செவ்வாய்க்கிழமை','புதன்கிழமை','வியாழக்கிழமை','வெள்ளிக்கிழமை','சனிக்கிழமை'],
14                dayNamesShort: ['ஞாயிறு','திங்கள்','செவ்வாய்','புதன்','வியாழன்','வெள்ளி','சனி'],
15                dayNamesMin: ['ஞா','தி','செ','பு','வி','வெ','ச'],
16                weekHeader: 'Не',
17                dateFormat: 'dd/mm/yy',
18                firstDay: 1,
19                isRTL: false,
20                showMonthAfterYear: false,
21                yearSuffix: ''};
22        $.datepicker.setDefaults($.datepicker.regional['ta']);
23});
Note: See TracBrowser for help on using the repository browser.