aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-id.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-01-04 18:11:41 +0000
committerScott González <scott.gonzalez@gmail.com>2009-01-04 18:11:41 +0000
commit7fcf3b9bd87ef7960c4e2cf458dc70179b271fc3 (patch)
tree125ed28300b781f3e273da87d3bfcdd1261b4f6d /ui/i18n/ui.datepicker-id.js
parentba3ed927e4ab3ca81e1779ccece5e591165c640a (diff)
downloadjquery-ui-7fcf3b9bd87ef7960c4e2cf458dc70179b271fc3.tar.gz
jquery-ui-7fcf3b9bd87ef7960c4e2cf458dc70179b271fc3.zip
Datepicker i18n: Fixed #3761: Removed the following values:
closeStatus prevStatus prevBigText prevBigStatus nextStatus nextBigText nextBigStatus currentStatus monthStatus yearStatus weekHeader weekStatus dayStatus dateStatus initStatus
Diffstat (limited to 'ui/i18n/ui.datepicker-id.js')
-rw-r--r--ui/i18n/ui.datepicker-id.js15
1 files changed, 5 insertions, 10 deletions
diff --git a/ui/i18n/ui.datepicker-id.js b/ui/i18n/ui.datepicker-id.js
index 7352d1e17..e5246c85d 100644
--- a/ui/i18n/ui.datepicker-id.js
+++ b/ui/i18n/ui.datepicker-id.js
@@ -2,23 +2,18 @@
/* Written by Deden Fathurahman (dedenf@gmail.com). */
jQuery(function($){
$.datepicker.regional['id'] = {
- closeText: 'Tutup', closeStatus: 'Tutup tanpa mengubah',
- prevText: '&#x3c;mundur', prevStatus: 'Tampilkan bulan sebelumnya',
- prevBigText: '&#x3c;&#x3c;', prevBigStatus: '',
- nextText: 'maju&#x3e;', nextStatus: 'Tampilkan bulan berikutnya',
- nextBigText: '&#x3e;&#x3e;', nextBigStatus: '',
- currentText: 'hari ini', currentStatus: 'Tampilkan bulan sekarang',
+ closeText: 'Tutup',
+ prevText: '&#x3c;mundur',
+ nextText: 'maju&#x3e;',
+ currentText: 'hari ini',
monthNames: ['Januari','Februari','Maret','April','Mei','Juni',
'Juli','Agustus','September','Oktober','Nopember','Desember'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
'Jul','Agus','Sep','Okt','Nop','Des'],
- monthStatus: 'Tampilkan bulan yang berbeda', yearStatus: 'Tampilkan tahun yang berbeda',
- weekHeader: 'Mg', weekStatus: 'Minggu dalam tahun',
dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'],
dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'],
- dayStatus: 'gunakan DD sebagai awal hari dalam minggu', dateStatus: 'pilih le DD, MM d',
dateFormat: 'dd/mm/yy', firstDay: 0,
- initStatus: 'Pilih Tanggal', isRTL: false};
+ isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['id']);
}); \ No newline at end of file