source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/ui/i18n/jquery.ui.datepicker-id.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 903 bytes
Line 
1/* Indonesian initialisation for the jQuery UI date picker plugin. */
2/* Written by Deden Fathurahman ([email protected]). */
3jQuery(function($){
4 $.datepicker.regional['id'] = {
5 closeText: 'Tutup',
6 prevText: '<mundur',
7 nextText: 'maju>',
8 currentText: 'hari ini',
9 monthNames: ['Januari','Februari','Maret','April','Mei','Juni',
10 'Juli','Agustus','September','Oktober','Nopember','Desember'],
11 monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
12 'Jul','Agus','Sep','Okt','Nop','Des'],
13 dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'],
14 dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
15 dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'],
16 weekHeader: 'Mg',
17 dateFormat: 'dd/mm/yy',
18 firstDay: 0,
19 isRTL: false,
20 showMonthAfterYear: false,
21 yearSuffix: ''};
22 $.datepicker.setDefaults($.datepicker.regional['id']);
23});
Note: See TracBrowser for help on using the repository browser.