source: extensions/UserCollections/template/resources/jquery-timepicker/i18n/jquery-ui-timepicker-vi.js @ 24421

Last change on this file since 24421 was 24421, checked in by mistic100, 11 years ago

new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM

File size: 592 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: 'Phần nghìn giây',
11                microsecText: 'Miligiây',
12                timezoneText: 'Múi giờ',
13                currentText: 'Hiện thời',
14                closeText: 'Đóng',
15                timeFormat: 'H:m',
16                amNames: ['SA', 'AM', 'A'],
17                pmNames: ['CH', 'PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['vi']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.