source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-ta.js@ 24421

Last change on this file since 24421 was 24421, checked in by sjm84, 13 years ago

Adding a new version of jquery

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
2/* Written by S A Sureshkumar ([email protected]). */
3jQuery(function($){
4 $.datepicker.regional['ta'] = {
5 closeText: 'மூடு',
6 prevText: 'முன்னைய஀ு',
7 nextText: 'அ
8டு஀்஀஀ு',
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});
Note: See TracBrowser for help on using the repository browser.