Aleksander Machniak
2015-04-14 fa857716e66f73f979e4a798a8c4e91c7612a7d1
plugins/jqueryui/js/i18n/jquery.ui.datepicker-ms.js
@@ -1,10 +1,11 @@
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */
/* 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>',
      prevText: '<Sebelum',
      nextText: 'Selepas>',
      currentText: 'hari ini',
      monthNames: ['Januari','Februari','Mac','April','Mei','Jun',
      'Julai','Ogos','September','Oktober','November','Disember'],
@@ -20,4 +21,5 @@
      showMonthAfterYear: false,
      yearSuffix: ''};
   $.datepicker.setDefaults($.datepicker.regional['ms']);
});
});
/* @license-end */