~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/ui/i18n/ui.datepicker-th.js

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Thai initialisation for the jQuery UI date picker plugin. */
2
 
/* Written by pipo (pipo@sixhead.com). */
3
 
jQuery(function($){
4
 
        $.datepicker.regional['th'] = {
5
 
                clearText: 'ลบ', clearStatus: '',
6
 
                closeText: 'ปิด', closeStatus: '',
7
 
                prevText: '« ย้อน', prevStatus: '',
8
 
                prevBigText: '<<', prevBigStatus: '',
9
 
                nextText: 'ถัดไป »', nextStatus: '',
10
 
                nextBigText: '>>', nextBigStatus: '',
11
 
                currentText: 'วันนี้', currentStatus: '',
12
 
                monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน',
13
 
                'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
14
 
                monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.',
15
 
                'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'],
16
 
                monthStatus: '', yearStatus: '',
17
 
                weekHeader: 'Sm', weekStatus: '',
18
 
                dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
19
 
                dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
20
 
                dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
21
 
                dayStatus: 'DD', dateStatus: 'D, M d',
22
 
                dateFormat: 'dd/mm/yy', firstDay: 0, 
23
 
                initStatus: '', isRTL: false};
24
 
        $.datepicker.setDefaults($.datepicker.regional['th']);
25
 
});
 
 
b'\\ No newline at end of file'