source: trunk/themes/default/js/ui/i18n/jquery.ui.datepicker-az.js @ 9172

Last change on this file since 9172 was 9172, checked in by patdenice, 13 years ago

Update jQuery to 1.5 and jQuery UI to 1.8.9

File size: 923 bytes
Line 
1/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
2/* Written by Jamil Najafov (necefov33@gmail.com). */
3jQuery(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});
Note: See TracBrowser for help on using the repository browser.