source: tapas/web/resources/js/library/jquery-ui-1.8.16.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js @ 416

Last change on this file since 416 was 416, checked in by vmipsl, 12 years ago

User : ajout laboratoire & pays
BO : idem
Création compte : idem
DataProtocole?
Clean accent properties
Language

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