old mode 100644
new mode 100755
| | |
| | | /* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
| | | /* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
| | | /* Written by Jamil Najafov (necefov33@gmail.com). */ |
| | | jQuery(function($) { |
| | | $.datepicker.regional['az'] = { |
| | | closeText: 'Bağla', |
| | | prevText: '<Geri', |
| | | nextText: 'İrəli>', |
| | | prevText: '<Geri', |
| | | nextText: 'İrəli>', |
| | | currentText: 'Bugün', |
| | | monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun', |
| | | 'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'], |
| | |
| | | showMonthAfterYear: false, |
| | | yearSuffix: ''}; |
| | | $.datepicker.setDefaults($.datepicker.regional['az']); |
| | | }); |
| | | }); |