source: other-projects/tipple-android/i-greenstone-server-files/greenstone/webapps/greenstone3/interfaces/default/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-th.js@ 26899

Last change on this file since 26899 was 26899, checked in by davidb, 11 years ago

Tipple reborn after Chris's Summer of Code 2013

File size: 1.2 KB
Line 
1/* Thai initialisation for the jQuery UI date picker plugin. */
2/* Written by pipo ([email protected]). */
3jQuery(function($){
4 $.datepicker.regional['th'] = {
5 closeText: 'àž›àžŽàž”',
6 prevText: '« àž¢à¹‰àž­àž™',
7 nextText: 'àž–àž±àž”à¹„àž› »',
8 currentText: 'àž§àž±àž™àž™àžµà¹‰',
9 monthNames: ['àž¡àžàž£àž²àž„àž¡','àžàžžàž¡àž àž²àžžàž±àž™àž˜à¹Œ','àž¡àžµàž™àž²àž„àž¡','à¹€àž¡àž©àž²àž¢àž™','àžžàž€àž©àž àž²àž„àž¡','àž¡àžŽàž–àžžàž™àž²àž¢àž™',
10 'àžàž£àžàžŽàž²àž„àž¡','àžªàžŽàž‡àž«àž²àž„àž¡','àžàž±àž™àž¢àž²àž¢àž™','àž•àžžàž¥àž²àž„àž¡','àžžàž€àžšàžˆàžŽàžàž²àž¢àž™','àž˜àž±àž™àž§àž²àž„àž¡'],
11 monthNamesShort: ['àž¡.àž„.','àž.àžž.','àž¡àžµ.àž„.','à¹€àž¡.àž¢.','àžž.àž„.','àž¡àžŽ.àž¢.',
12 'àž.àž„.','àžª.àž„.','àž.àž¢.','àž•.àž„.','àžž.àž¢.','àž˜.àž„.'],
13 dayNames: ['àž­àž²àž—àžŽàž•àž¢à¹Œ','àžˆàž±àž™àž—àž£à¹Œ','àž­àž±àž‡àž„àž²àž£','àžžàžžàž˜','àžžàž€àž«àž±àžªàžšàž”àžµ','àžšàžžàžàž£à¹Œ','à¹€àžªàž²àž£à¹Œ'],
14 dayNamesShort: ['àž­àž².','àžˆ.','àž­.','àžž.','àžžàž€.','àžš.','àžª.'],
15 dayNamesMin: ['àž­àž².','àžˆ.','àž­.','àžž.','àžžàž€.','àžš.','àžª.'],
16 weekHeader: 'Wk',
17 dateFormat: 'dd/mm/yy',
18 firstDay: 0,
19 isRTL: false,
20 showMonthAfterYear: false,
21 yearSuffix: ''};
22 $.datepicker.setDefaults($.datepicker.regional['th']);
23});
Note: See TracBrowser for help on using the repository browser.