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

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

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

Line 
1/* Chinese translation for the jQuery Timepicker Addon */
2/* Written by Alang.lin */
3(function($) {
4        $.timepicker.regional['zh-TW'] = {
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['zh-TW']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.