รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Albanian localisation for calendars datepicker for jQuery.
|
||||
Written by Flakron Bytyqi (flakron@gmail.com). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.sq = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<mbrapa',
|
||||
prevStatus: 'trego muajin e fundit',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'Përpara>',
|
||||
nextStatus: 'trego muajin tjetër',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'sot',
|
||||
currentStatus: '',
|
||||
todayText: 'sot',
|
||||
todayStatus: '',
|
||||
clearText: 'fshije',
|
||||
clearStatus: 'fshije datën aktuale',
|
||||
closeText: 'mbylle',
|
||||
closeStatus: 'mbylle pa ndryshime',
|
||||
yearStatus: 'trego tjetër vit',
|
||||
monthStatus: 'trego muajin tjetër',
|
||||
weekText: 'Ja',
|
||||
weekStatus: 'Java e muajit',
|
||||
dayStatus: '\'Zgjedh\' D, M d',
|
||||
defaultStatus: 'Zgjedhe një datë',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sq);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user