PluginProbe
Booking Calendar / 11.0
Booking Calendar v11.0
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 10.11.2 All 203 releases
booking / js / datepick / jquery.datepick-sq.js

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

27 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Albanian initialisation for the jQuery UI date picker plugin. */
2 /* Written by Flakron Bytyqi (flakron@gmail.com). */
3 (function($) {
4 $.datepick.regional['sq'] = {
5 clearText: 'fshije', clearStatus: 'fshije datën aktuale',
6 closeText: 'mbylle', closeStatus: 'mbylle pa ndryshime',
7 prevText: '<mbrapa', prevStatus: 'trego muajin e fundit',
8 prevBigText: '<<', prevBigStatus: '',
9 nextText: 'Përpara>', nextStatus: 'trego muajin tjetër',
10 nextBigText: '>>', nextBigStatus: '',
11 currentText: 'sot', currentStatus: '',
12 monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor',
13 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'],
14 monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer',
15 'Kor','Gus','Sht','Tet','Nën','Dhj'],
16 monthStatus: 'trego muajin tjetër', yearStatus: 'trego tjetër vit',
17 weekHeader: 'Ja', weekStatus: 'Java e muajit',
18 dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'],
19 dayNamesShort: ['Di','','Ma','','En','Pr','Sh'],
20 dayNamesMin: ['Di','','Ma','','En','Pr','Sh'],
21 dayStatus: 'Vendose DD si ditë të parë të javës', dateStatus: '\'Zgjedh\' D, M d',
22 dateFormat: 'dd.mm.yy', firstDay: 1,
23 initStatus: 'Zgjedhe një datë', isRTL: false,
24 showMonthAfterYear: false, yearSuffix: ''};
25 $.datepick.setDefaults($.datepick.regional['sq']);
26 })(jQuery);
27