PluginProbe
Booking Calendar / 10.10.2
Booking Calendar v10.10.2
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / js / datepick / jquery.datepick-hr.js

jquery.datepick-hr.js in Booking Calendar 10.10.2, at js/datepick/jquery.datepick-hr.js

27 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Croatian i18n for the jQuery UI date picker plugin. */
2 /* Written by Vjekoslav Nesek. */
3 (function($) {
4 $.datepick.regional['hr'] = {
5 clearText: 'izbriši', clearStatus: 'Izbriši trenutni datum',
6 closeText: 'Zatvori', closeStatus: 'Zatvori kalendar',
7 prevText: '<', prevStatus: 'Prikaži prethodni mjesec',
8 prevBigText: '<<', prevBigStatus: '',
9 nextText: '>', nextStatus: 'Prikaži slijedeći mjesec',
10 nextBigText: '>>', nextBigStatus: '',
11 currentText: 'Danas', currentStatus: 'Današnji datum',
12 monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj',
13 'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
14 monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
15 'Srp','Kol','Ruj','Lis','Stu','Pro'],
16 monthStatus: 'Prikaži mjesece', yearStatus: 'Prikaži godine',
17 weekHeader: 'Tje', weekStatus: 'Tjedan',
18 dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
19 dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
20 dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
21 dayStatus: 'Odaber DD za prvi dan tjedna', dateStatus: '\'Datum\' D, M d',
22 dateFormat: 'dd.mm.yy.', firstDay: 1,
23 initStatus: 'Odaberi datum', isRTL: false,
24 showMonthAfterYear: false, yearSuffix: ''};
25 $.datepick.setDefaults($.datepick.regional['hr']);
26 })(jQuery);
27