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

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

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

File size: 1.4 KB
Line 
1/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
2/* Written by Saji Nediyanchath (saji89@gmail.com). */
3jQuery(function($){
4        $.datepicker.regional['ml'] = {
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['ml']);
23});
Note: See TracBrowser for help on using the repository browser.