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

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

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

Line 
1/* Simplified Chinese translation for the jQuery Timepicker Addon /
2/ Written by Will Lu */
3(function($) {
4        $.timepicker.regional['zh-CN'] = {
5                timeOnlyTitle: '选择时闎',
6                timeText: '时闎',
7                hourText: '小时',
8                minuteText: '分钟',
9                secondText: '秒钟',
10                millisecText: '埮秒',
11                timezoneText: '时区',
12                currentText: '现圚时闎',
13                closeText: '关闭',
14                timeFormat: 'hh:mm',
15                amNames: ['AM', 'A'],
16                pmNames: ['PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['zh-CN']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.