PluginProbe
Booking Calendar / 11.0
Booking Calendar v11.0
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
booking / js / datepick / jquery.datepick-az.js

jquery.datepick-az.js in Booking Calendar 11.0, at js/datepick/jquery.datepick-az.js

26 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
2 /* Written by Jamil Najafov (necefov33@gmail.com). */
3 (function($) {
4 $.datepick.regional['az'] = {
5 clearText: 'Təmizlə', clearStatus: 'Tarixi sil',
6 closeText: 'Bağla', closeStatus: 'Təqvimi bağla',
7 prevText: '<Geri', prevStatus: 'Əvvəlki ay',
8 prevBigText: '<<', prevBigStatus: 'Əvvəlki il',
9 nextText: 'İrəli>', nextStatus: 'Sonrakı ay',
10 nextBigText: '>>', nextBigStatus: 'Sonrakı il',
11 currentText: 'Bugün', currentStatus: 'İndiki ay',
12 monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun',
13 'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'],
14 monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun',
15 'İyul','Avq','Sen','Okt','Noy','Dek'],
16 monthStatus: 'Başqa ay', yearStatus: 'Başqa il',
17 weekHeader: 'Hf', weekStatus: 'Həftələr',
18 dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'],
19 dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'],
20 dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'],
21 dayStatus: 'Həftənin ilk gününü təyin edin', dateStatus: 'D, M d seçin',
22 dateFormat: 'dd.mm.yy', firstDay: 1,
23 initStatus: 'Bir tarix seçin', isRTL: false,
24 showMonthAfterYear: false, yearSuffix: ''};
25 $.datepick.setDefaults($.datepick.regional['az']);
26 })(jQuery);