aboutsummaryrefslogtreecommitdiffstats
path: root/template-common/lib/ui/i18n/ui.datepicker-th.js
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-10-01 20:39:06 +0000
committerrub <rub@piwigo.org>2008-10-01 20:39:06 +0000
commite9d7622d55ca8456e36ea8a178e8b0286250fd1d (patch)
treebfba53e0c20492bc5fb485ceadaaff134029419e /template-common/lib/ui/i18n/ui.datepicker-th.js
parent7eb7d3752748e3ca6db611e29a5d8c1aaac1195b (diff)
Purpose of datepicker with jQuery.
I will open a french topic on forum to debate of implementation and possibles changes. git-svn-id: http://piwigo.org/svn/trunk@2632 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-common/lib/ui/i18n/ui.datepicker-th.js')
-rw-r--r--template-common/lib/ui/i18n/ui.datepicker-th.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/template-common/lib/ui/i18n/ui.datepicker-th.js b/template-common/lib/ui/i18n/ui.datepicker-th.js
new file mode 100644
index 000000000..cfbf0ccc7
--- /dev/null
+++ b/template-common/lib/ui/i18n/ui.datepicker-th.js
@@ -0,0 +1,22 @@
+/* Thai initialisation for the jQuery UI date picker plugin. */
+/* Written by pipo (pipo@sixhead.com). */
+jQuery(function($){
+ $.datepicker.regional['th'] = {clearText: 'ลบ', clearStatus: '',
+ closeText: 'ปิด', closeStatus: '',
+ prevText: '&laquo;&nbsp;ย้อน', prevStatus: '',
+ nextText: 'ถัดไป&nbsp;&raquo;', nextStatus: '',
+ currentText: 'วันนี้', currentStatus: '',
+ monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน',
+ 'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
+ monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.',
+ 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'],
+ monthStatus: '', yearStatus: '',
+ weekHeader: 'Sm', weekStatus: '',
+ dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
+ dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
+ dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
+ dayStatus: 'DD', dateStatus: 'D, M d',
+ dateFormat: 'dd/mm/yy', firstDay: 0,
+ initStatus: '', isRTL: false};
+ $.datepicker.setDefaults($.datepicker.regional['th']);
+}); \ No newline at end of file