| Server IP : 138.197.176.125 / Your IP : 216.73.216.41 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/crm_easylife/libraries/jquery/jquery.datepick.package-4.1.0/ |
Upload File : |
/* http://keith-wood.name/datepick.html
Malayalam localisation for jQuery Datepicker.
Saji Nediyanchath (saji89@gmail.com). */
(function($) {
$.datepick.regional['ml'] = {
monthNames: ['ജനുവരി','ഫെബ്രുവരി','മാര്ച്ച്','ഏപ്രില്','മേയ്','ജൂണ്',
'ജൂലൈ','ആഗസ്റ്റ്','സെപ്റ്റംബര്','ഒക്ടോബര്','നവംബര്','ഡിസംബര്'],
monthNamesShort: ['ജനു', 'ഫെബ്', 'മാര്', 'ഏപ്രി', 'മേയ്', 'ജൂണ്',
'ജൂലാ', 'ആഗ', 'സെപ്', 'ഒക്ടോ', 'നവം', 'ഡിസ'],
dayNames: ['ഞായര്', 'തിങ്കള്', 'ചൊവ്വ', 'ബുധന്', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
dayNamesShort: ['ഞായ', 'തിങ്ക', 'ചൊവ്വ', 'ബുധ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
dayNamesMin: ['ഞാ','തി','ചൊ','ബു','വ്യാ','വെ','ശ'],
dateFormat: 'dd/mm/yyyy', firstDay: 1,
renderer: $.datepick.defaultRenderer,
prevText: 'മുന്നത്തെ', prevStatus: '',
prevJumpText: '<<', prevJumpStatus: '',
nextText: 'അടുത്തത് ', nextStatus: '',
nextJumpText: '>>', nextJumpStatus: '',
currentText: 'ഇന്ന്', currentStatus: '',
todayText: 'ഇന്ന്', todayStatus: '',
clearText: 'X', clearStatus: '',
closeText: 'ശരി', closeStatus: '',
yearStatus: '', monthStatus: '',
weekText: 'ആ', weekStatus: '',
dayStatus: 'DD d MM', defaultStatus: '',
isRTL: false
};
$.datepick.setDefaults($.datepick.regional['ml']);
})(jQuery);