source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-zh-TW.js@ 24421

Last change on this file since 24421 was 24421, checked in by sjm84, 13 years ago

Adding a new version of jquery

  • Property svn:executable set to *
File size: 941 bytes
Line 
1/* Chinese initialisation for the jQuery UI date picker plugin. */
2/* Written by Ressol ([email protected]). */
3jQuery(function($){
4 $.datepicker.regional['zh-TW'] = {
5 closeText: '關閉',
6 prevText: '<䞊月',
7 nextText: '䞋月>',
8 currentText: '今倩',
9 monthNames: ['䞀月','二月','䞉月','四月','五月','å…
10­æœˆ',
11 '䞃月','å…
12«æœˆ','九月','十月','十䞀月','十二月'],
13 monthNamesShort: ['侀','二','侉','四','五','å…
14­',
15 '䞃','å…
16«','九','十','十䞀','十二'],
17 dayNames: ['星期日','星期䞀','星期二','星期䞉','星期四','星期五','星期å…
18­'],
19 dayNamesShort: ['å‘šæ—¥','呚䞀','呚二','呚䞉','å‘šå››','呚五','å‘šå…
20­'],
21 dayNamesMin: ['日','侀','二','侉','四','五','å…
22­'],
23 weekHeader: 'å‘š',
24 dateFormat: 'yy/mm/dd',
25 firstDay: 1,
26 isRTL: false,
27 showMonthAfterYear: true,
28 yearSuffix: '幎'};
29 $.datepicker.setDefaults($.datepicker.regional['zh-TW']);
30});
Note: See TracBrowser for help on using the repository browser.