X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Fjquery_ui%2Fjavascript%2Fjquery-ui-1.8.16%2Fui%2Fi18n%2Fjquery.ui.datepicker-ms.js;fp=www%2Fplugins%2Fauto%2Fjquery_ui%2Fjavascript%2Fjquery-ui-1.8.16%2Fui%2Fi18n%2Fjquery.ui.datepicker-ms.js;h=e953ac04f19874aef2e1508c7edca1aeb09b220d;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/plugins/auto/jquery_ui/javascript/jquery-ui-1.8.16/ui/i18n/jquery.ui.datepicker-ms.js b/www/plugins/auto/jquery_ui/javascript/jquery-ui-1.8.16/ui/i18n/jquery.ui.datepicker-ms.js new file mode 100644 index 0000000..e953ac0 --- /dev/null +++ b/www/plugins/auto/jquery_ui/javascript/jquery-ui-1.8.16/ui/i18n/jquery.ui.datepicker-ms.js @@ -0,0 +1,23 @@ +/* Malaysian initialisation for the jQuery UI date picker plugin. */ +/* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */ +jQuery(function($){ + $.datepicker.regional['ms'] = { + closeText: 'Tutup', + prevText: '<Sebelum', + nextText: 'Selepas>', + currentText: 'hari ini', + monthNames: ['Januari','Februari','Mac','April','Mei','Jun', + 'Julai','Ogos','September','Oktober','November','Disember'], + monthNamesShort: ['Jan','Feb','Mac','Apr','Mei','Jun', + 'Jul','Ogo','Sep','Okt','Nov','Dis'], + dayNames: ['Ahad','Isnin','Selasa','Rabu','Khamis','Jumaat','Sabtu'], + dayNamesShort: ['Aha','Isn','Sel','Rab','kha','Jum','Sab'], + dayNamesMin: ['Ah','Is','Se','Ra','Kh','Ju','Sa'], + weekHeader: 'Mg', + dateFormat: 'dd/mm/yy', + firstDay: 0, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['ms']); +}); \ No newline at end of file