รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Azerbaijani localisation for calendars datepicker for jQuery.
|
||||
Written by Jamil Najafov (necefov33@gmail.com). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.az = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<Geri',
|
||||
prevStatus: 'Əvvəlki ay',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: 'Əvvəlki il',
|
||||
nextText: 'İrəli>',
|
||||
nextStatus: 'Sonrakı ay',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: 'Sonrakı il',
|
||||
currentText: 'Bugün',
|
||||
currentStatus: 'İndiki ay',
|
||||
todayText: 'Bugün',
|
||||
todayStatus: 'İndiki ay',
|
||||
clearText: 'Təmizlə',
|
||||
clearStatus: 'Tarixi sil',
|
||||
closeText: 'Bağla',
|
||||
closeStatus: 'Təqvimi bağla',
|
||||
yearStatus: 'Başqa il',
|
||||
monthStatus: 'Başqa ay',
|
||||
weekText: 'Hf',
|
||||
weekStatus: 'Həftələr',
|
||||
dayStatus: 'D, M d seçin',
|
||||
defaultStatus: 'Bir tarix seçin',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.az);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user