comparison war/scripts/jQuery/ui/i18n/jquery.ui.datepicker-ta.js @ 3:cf06b77a8bbd

Committed branch of the e4D repos sti-gwt branch 16384. git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b>
date Tue, 17 Jul 2012 13:34:40 +0000
parents
children
comparison
equal deleted inserted replaced
2:2897af43ccc6 3:cf06b77a8bbd
1 /* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
2 /* Written by S A Sureshkumar (saskumar@live.com). */
3 jQuery(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 });