source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-az.js@ 24421

Last change on this file since 24421 was 24421, checked in by sjm84, 13 years ago

Adding a new version of jquery

  • Property svn:executable set to *
File size: 920 bytes
Line 
1/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
2/* Written by Jamil Najafov ([email protected]). */
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.