source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-vi.js @ 28500

Last change on this file since 28500 was 28500, checked in by mistic100, 10 years ago

feature 2679 : allow to change creation time

File size: 576 bytes
Line 
1/* Vietnamese translation for the jQuery Timepicker Addon */
2/* Written by Nguyen Dinh Trung */
3(function($) {
4        $.timepicker.regional['vi'] = {
5                timeOnlyTitle: 'Chọn giờ',
6                timeText: 'Thời gian',
7                hourText: 'Giờ',
8                minuteText: 'Phút',
9                secondText: 'Giây',
10                millisecText: 'Mili giây',
11                microsecText: 'Micrô giây',
12                timezoneText: 'Múi giờ',
13                currentText: 'Hiện thời',
14                closeText: 'Đóng',
15                timeFormat: 'HH:mm',
16                amNames: ['SA', 'S'],
17                pmNames: ['CH', 'C'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['vi']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.