Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/inc/lib/javascript/datetimepicker/i18n/jquery-ui-timepicker-th.js

18 lines
651 B

/* Thai translation for the jQuery Timepicker Addon */
/* Written by Yote Wachirapornpongsa */
(function($) {
$.timepicker.regional['th'] = {
timeOnlyTitle: 'เลอกเวลา',
timeText: 'เวลา ',
hourText: 'ชวโมง ',
minuteText: 'นาท',
secondText: 'วนาท',
millisecText: 'มลลนาท',
microsecText: 'ไมโครนาท',
timezoneText: 'เขตเวลา',
currentText: 'เวลาปจจน',
closeText: 'ปด',
timeFormat: 'hh:mm tt'
};
$.timepicker.setDefaults($.timepicker.regional['th']);
})(jQuery);