Statistics
| Branch: | Revision:

root / evote / development-bundle / ui / i18n / jquery.ui.datepicker-az.js @ f52a1778

History | View | Annotate | Download (920 Bytes)

1
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
2
/* Written by Jamil Najafov (necefov33@gmail.com). */
3
jQuery(function($) {
4
        $.datepicker.regional['az'] = {
5
                closeText: 'Bağla',
6
                prevText: '<Geri',
7
                nextText: 'İrəli>',
8
                currentText: 'Bugün',
9
                monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun',
10
                'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'],
11
                monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun',
12
                'İyul','Avq','Sen','Okt','Noy','Dek'],
13
                dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'],
14
                dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'],
15
                dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'],
16
                weekHeader: 'Hf',
17
                dateFormat: 'dd.mm.yy',
18
                firstDay: 1,
19
                isRTL: false,
20
                showMonthAfterYear: false,
21
                yearSuffix: ''};
22
        $.datepicker.setDefaults($.datepicker.regional['az']);
23
});