From ef51b60c6481254d88c5fc3c34f4127b7f881a58 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Nov 2012 12:05:40 -0500 Subject: Frontend static/ folder --- .../ui/i18n/jquery.ui.datepicker-sq.js | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 frontend/static/other_rooms/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js (limited to 'frontend/static/other_rooms/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js') diff --git a/frontend/static/other_rooms/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js b/frontend/static/other_rooms/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js new file mode 100644 index 0000000..21974c5 --- /dev/null +++ b/frontend/static/other_rooms/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