source: trunk/prototype/app/plugins/timepicker/localization/jquery-ui-timepicker-id.js @ 5341

Revision 5341, 515 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1/* Indonesian translation for the jQuery Timepicker Addon */
2/* Written by Nia */
3(function($) {
4        $.timepicker.regional['id'] = {
5                timeOnlyTitle: 'Pilih Waktu',
6                timeText: 'Waktu',
7                hourText: 'Pukul',
8                minuteText: 'Menit',
9                secondText: 'Detik',
10                millisecText: 'Milidetik',
11                timezoneText: 'Zona Waktu',
12                currentText: 'Sekarang',
13                closeText: 'OK',
14                timeFormat: 'hh:mm tt',
15                amNames: ['AM', 'A'],
16                pmNames: ['PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['id']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.