diff options
Diffstat (limited to 'plugins/jqueryui/js/i18n/jquery.ui.datepicker-id.js')
-rwxr-xr-x[-rw-r--r--] | plugins/jqueryui/js/i18n/jquery.ui.datepicker-id.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-id.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-id.js index c626fbb7b..6327fa60c 100644..100755 --- a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-id.js +++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-id.js @@ -3,8 +3,8 @@ jQuery(function($){ $.datepicker.regional['id'] = { closeText: 'Tutup', - prevText: '<mundur', - nextText: 'maju>', + prevText: '<mundur', + nextText: 'maju>', currentText: 'hari ini', monthNames: ['Januari','Februari','Maret','April','Mei','Juni', 'Juli','Agustus','September','Oktober','Nopember','Desember'], @@ -20,4 +20,4 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['id']); -});
\ No newline at end of file +}); |