diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-01-01 18:50:49 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-01-01 18:50:49 -0500 |
commit | 07e7f0689a8f492d99dc0b51e895d221dda786a7 (patch) | |
tree | 7c98f63dcc976f8ca7445f7dbfb2baa1f245819e | |
parent | 26765c322a4d8b53f631b9ff0c0d6bc2da8770fd (diff) | |
download | jQuery-Timepicker-Addon-07e7f0689a8f492d99dc0b51e895d221dda786a7.zip jQuery-Timepicker-Addon-07e7f0689a8f492d99dc0b51e895d221dda786a7.tar.gz jQuery-Timepicker-Addon-07e7f0689a8f492d99dc0b51e895d221dda786a7.tar.bz2 |
Thai localization by figgaro
-rw-r--r-- | localization/jquery-ui-timepicker-th.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-th.js b/localization/jquery-ui-timepicker-th.js new file mode 100644 index 0000000..5d2d561 --- /dev/null +++ b/localization/jquery-ui-timepicker-th.js @@ -0,0 +1,17 @@ +/* Thai translation for the jQuery Timepicker Addon */ +/* Written by Yote Wachirapornpongsa */ +(function($) { + $.timepicker.regional['th'] = { + timeOnlyTitle: 'เลือกเวลา', + timeText: 'เวลา ', + hourText: 'ชั่วโมง ', + minuteText: 'นาที', + secondText: 'วินาที', + millisecText: 'มิลลิวินาที', + timezoneText: 'เขตเวลา', + currentText: 'เวลาปัจจุบัน', + closeText: 'ปิด', + timeFormat: 'hh:mm tt' + }; + $.timepicker.setDefaults($.timepicker.regional['th']); +})(jQuery);
\ No newline at end of file |