รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Croatian localisation for calendars datepicker for jQuery.
|
||||
Written by Vjekoslav Nesek. */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.hr = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<',
|
||||
prevStatus: 'Prikaži prethodni mjesec',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: '>',
|
||||
nextStatus: 'Prikaži slijedeći mjesec',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'Danas',
|
||||
currentStatus: 'Današnji datum',
|
||||
todayText: 'Danas',
|
||||
todayStatus: 'Današnji datum',
|
||||
clearText: 'izbriši',
|
||||
clearStatus: 'Izbriši trenutni datum',
|
||||
closeText: 'Zatvori',
|
||||
closeStatus: 'Zatvori kalendar',
|
||||
yearStatus: 'Prikaži godine',
|
||||
monthStatus: 'Prikaži mjesece',
|
||||
weekText: 'Tje',
|
||||
weekStatus: 'Tjedanr',
|
||||
dayStatus: '\'Datum\' DD, M d',
|
||||
defaultStatus: 'Odaberi datum',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.hr);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user