From 81cc4f7f291b87f50ff5d6249d1cf56333dfa34e Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Dec 2012 14:08:05 -0500 Subject: Datepicker --- .../ui/i18n/jquery.ui.datepicker-sq.js | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 frontend/static/js/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js (limited to 'frontend/static/js/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js') diff --git a/frontend/static/js/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js b/frontend/static/js/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js new file mode 100644 index 0000000..21974c5 --- /dev/null +++ b/frontend/static/js/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js @@ -0,0 +1,23 @@ +/* Albanian initialisation for the jQuery UI date picker plugin. */ +/* Written by Flakron Bytyqi (flakron@gmail.com). */ +jQuery(function($){ + $.datepicker.regional['sq'] = { + closeText: 'mbylle', + prevText: '<mbrapa', + nextText: 'Përpara>', + currentText: 'sot', + monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor', + 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'], + monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer', + 'Kor','Gus','Sht','Tet','Nën','Dhj'], + dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'], + dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'], + dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'], + weekHeader: 'Ja', + dateFormat: 'dd.mm.yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['sq']); +}); -- cgit v1.2.3-70-g09d2