Mercurial > hg > soundsoftware-site
comparison public/javascripts/i18n/jquery.ui.datepicker-az.js @ 1464:261b3d9a4903 redmine-2.4
Update to Redmine 2.4 branch rev 12663
author | Chris Cannam |
---|---|
date | Tue, 14 Jan 2014 14:37:42 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1296:038ba2d95de8 | 1464:261b3d9a4903 |
---|---|
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 }); |