source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-th.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: 651 bytes
Line 
1/* Thai translation for the jQuery Timepicker Addon */
2/* Written by Yote Wachirapornpongsa */
3(function($) {
4        $.timepicker.regional['th'] = {
5                timeOnlyTitle: 'เลือกเวลา',
6                timeText: 'เวลา ',
7                hourText: 'ชั่วโมง ',
8                minuteText: 'นาที',
9                secondText: 'วินาที',
10                millisecText: 'มิลลิวินาที',
11                microsecText: 'ไมโคริวินาที',
12                timezoneText: 'เขตเวลา',
13                currentText: 'เวลาปัจจุบัน',
14                closeText: 'ปิด',
15                timeFormat: 'hh:mm tt'
16        };
17        $.timepicker.setDefaults($.timepicker.regional['th']);
18})(jQuery);
Note: See TracBrowser for help on using the repository browser.