Mercurial > hg > rc1
comparison plugins/jqueryui/js/i18n/jquery.ui.datepicker-kk.js @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ | |
2 /* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ | |
3 /* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */ | |
4 jQuery(function($){ | |
5 $.datepicker.regional['kk'] = { | |
6 closeText: 'Жабу', | |
7 prevText: '<Алдыңғы', | |
8 nextText: 'Келесі>', | |
9 currentText: 'Бүгін', | |
10 monthNames: ['Қаңтар','Ақпан','Наурыз','Сәуір','Мамыр','Маусым', | |
11 'Шілде','Тамыз','Қыркүйек','Қазан','Қараша','Желтоқсан'], | |
12 monthNamesShort: ['Қаң','Ақп','Нау','Сәу','Мам','Мау', | |
13 'Шіл','Там','Қыр','Қаз','Қар','Жел'], | |
14 dayNames: ['Жексенбі','Дүйсенбі','Сейсенбі','Сәрсенбі','Бейсенбі','Жұма','Сенбі'], | |
15 dayNamesShort: ['жкс','дсн','ссн','срс','бсн','жма','снб'], | |
16 dayNamesMin: ['Жк','Дс','Сс','Ср','Бс','Жм','Сн'], | |
17 weekHeader: 'Не', | |
18 dateFormat: 'dd.mm.yy', | |
19 firstDay: 1, | |
20 isRTL: false, | |
21 showMonthAfterYear: false, | |
22 yearSuffix: ''}; | |
23 $.datepicker.setDefaults($.datepicker.regional['kk']); | |
24 }); | |
25 /* @license-end */ |