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