Mercurial > hg > soundsoftware-site
comparison public/javascripts/i18n/jquery.ui.datepicker-az.js @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
comparison
equal
deleted
inserted
replaced
1297:0a574315af3e | 1298:4f746d8966dd |
---|---|
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 }); |