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

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

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

Line 
1/* Japanese translation for the jQuery Timepicker Addon */
2/* Written by Jun Omae */
3(function($) {
4        $.timepicker.regional['ja'] = {
5                timeOnlyTitle: '時間を遞択',
6                timeText: '時間',
7                hourText: '時',
8                minuteText: '分',
9                secondText: '秒',
10                millisecText: 'ミリ秒',
11                timezoneText: 'タむムゟヌン',
12                currentText: '珟時刻',
13                closeText: '閉じる',
14                timeFormat: 'hh:mm tt',
15                amNames: ['午前', 'AM', 'A'],
16                pmNames: ['午埌', 'PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['ja']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.