source: Dev/branches/jQueryUI/js/jquery/ui/i18n/jquery.ui.datepicker-kk.js @ 244

Last change on this file since 244 was 244, checked in by hendrikvanantwerpen, 13 years ago

Inlogscherm werkt met jQuery UI! Woot!

File size: 1.1 KB
Line 
1/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */
2/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */
3jQuery(function($){
4        $.datepicker.regional['kk'] = {
5                closeText: 'Жабу',
6                prevText: '<АлЎыңғы',
7                nextText: 'Келесі>',
8                currentText: 'БүгіМ',
9                monthNames: ['Қаңтар','АқпаМ','Наурыз','Сәуір','МаЌыр','МаусыЌ',
10                'КілЎе','ТаЌыз','Қыркүйек','ҚазаМ','Қараша','ЖелтПқсаМ'],
11                monthNamesShort: ['Қаң','Ақп','Нау','Сәу','МаЌ','Мау',
12                'Кіл','ТаЌ','Қыр','Қаз','Қар','Жел'],
13                dayNames: ['ЖексеМбі','ДүйсеМбі','СейсеМбі','СәрсеМбі','БейсеМбі','ЖұЌа','СеМбі'],
14                dayNamesShort: ['жкс','ЎсМ','ссМ','срс','бсМ','жЌа','сМб'],
15                dayNamesMin: ['Жк','Дс','Сс','Ср','Бс','ЖЌ','СМ'],
16                weekHeader: 'Не',
17                dateFormat: 'dd.mm.yy',
18                firstDay: 1,
19                isRTL: false,
20                showMonthAfterYear: false,
21                yearSuffix: ''};
22        $.datepicker.setDefaults($.datepicker.regional['kk']);
23});
Note: See TracBrowser for help on using the repository browser.