รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Serbian localisation for calendars datepicker for jQuery.
|
||||
Written by Dejan Dimić. */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.sr = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<',
|
||||
prevStatus: 'Прикажи предходни месец',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: 'Прикажи предходну годину',
|
||||
nextText: '>',
|
||||
nextStatus: 'Прикажи слецећи месец',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: 'Прикажи следећу годину',
|
||||
currentText: 'Данас',
|
||||
currentStatus: 'Текући месец',
|
||||
todayText: 'Данас',
|
||||
todayStatus: 'Текући месец',
|
||||
clearText: 'Обриши',
|
||||
clearStatus: 'Обриши тренутни датум',
|
||||
closeText: 'Затвори',
|
||||
closeStatus: 'Затвори календар',
|
||||
yearStatus: 'Прикажи године',
|
||||
monthStatus: 'Прикажи месеце',
|
||||
weekText: 'Сед',
|
||||
weekStatus: 'Седмица',
|
||||
dayStatus: '\'Датум\' DD d MM',
|
||||
defaultStatus: 'Одабери датум',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sr);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user