source: trunk/themes/default/js/ui/i18n/jquery.ui.datepicker-kk.js @ 18630

Last change on this file since 18630 was 18630, checked in by rvelices, 12 years ago

feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 to 1.9.0
Attention plugins: jquery ui effect script ids change when using combine_script because file names changed ...

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.