diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-09 11:47:42 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-09 11:47:42 +0000 |
commit | 3bec130f7bbcd97311bb7dd8c78dbc14c8987b19 (patch) | |
tree | 353f7c7fa6da35a073c4c7d6bd874a782be6c4fe /ui | |
parent | 3df7e99cb46c56d1e813c4d6b8137dcad8ff3a76 (diff) | |
download | jquery-ui-3bec130f7bbcd97311bb7dd8c78dbc14c8987b19.tar.gz jquery-ui-3bec130f7bbcd97311bb7dd8c78dbc14c8987b19.zip |
set eol-style to native
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/ui.datepicker-ms.js | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/ui/i18n/ui.datepicker-ms.js b/ui/i18n/ui.datepicker-ms.js index 591c19bb5..fa253059f 100644 --- a/ui/i18n/ui.datepicker-ms.js +++ b/ui/i18n/ui.datepicker-ms.js @@ -1,19 +1,19 @@ -/* 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'],
- dateFormat: 'dd/mm/yy', firstDay: 0,
- isRTL: false};
- $.datepicker.setDefaults($.datepicker.regional['ms']);
+/* 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'], + dateFormat: 'dd/mm/yy', firstDay: 0, + isRTL: false}; + $.datepicker.setDefaults($.datepicker.regional['ms']); });
\ No newline at end of file |