mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Fixed 3224 Croatian localisation
This commit is contained in:
parent
187c97bef0
commit
5a0431afbc
@ -37,6 +37,7 @@
|
|||||||
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-fi.js"></script>
|
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-fi.js"></script>
|
||||||
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-fr.js"></script>
|
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-fr.js"></script>
|
||||||
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-he.js"></script>
|
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-he.js"></script>
|
||||||
|
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-hr.js"></script>
|
||||||
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-hu.js"></script>
|
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-hu.js"></script>
|
||||||
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-hy.js"></script>
|
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-hy.js"></script>
|
||||||
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-id.js"></script>
|
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-id.js"></script>
|
||||||
@ -90,10 +91,12 @@
|
|||||||
|
|
||||||
<script src="js/beautify.js" type="text/javascript"></script>
|
<script src="js/beautify.js" type="text/javascript"></script>
|
||||||
<script src="js/functional.demo.js" type="text/javascript"></script>
|
<script src="js/functional.demo.js" type="text/javascript"></script>
|
||||||
<script src="js/jquery.chili.pack.js" type="text/javascript"></script>
|
|
||||||
|
|
||||||
|
<script src="js/jquery.chili.pack.js" type="text/javascript"></script>
|
||||||
<script src="js/chili-recipes.js" type="text/javascript"></script>
|
<script src="js/chili-recipes.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
<script src="js/jquery.mousewheel.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function() {
|
$(function() {
|
||||||
$.datepicker.setDefaults($.datepicker.regional['']);
|
$.datepicker.setDefaults($.datepicker.regional['']);
|
||||||
|
@ -332,6 +332,7 @@
|
|||||||
{ desc: 'Esperanto', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["eo"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Olivier M.");' },
|
{ desc: 'Esperanto', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["eo"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Olivier M.");' },
|
||||||
{ desc: 'Français (French)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["fr"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Stéphane Nahmani");' },
|
{ desc: 'Français (French)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["fr"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Stéphane Nahmani");' },
|
||||||
{ desc: '한국어 (Korean)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["ko"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("DaeKwon Kang");' },
|
{ desc: '한국어 (Korean)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["ko"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("DaeKwon Kang");' },
|
||||||
|
{ desc: 'Hrvatski jezik (Croatian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["hr"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Vjekoslav Nesek");' },
|
||||||
{ desc: 'Հայերեն (Armenian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["hy"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Levon Zakaryan");' },
|
{ desc: 'Հայերեն (Armenian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["hy"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Levon Zakaryan");' },
|
||||||
{ desc: 'Íslenska (Icelandic)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["is"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Haukur H. Thorsson");' },
|
{ desc: 'Íslenska (Icelandic)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["is"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Haukur H. Thorsson");' },
|
||||||
{ desc: 'Italiano (Italian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["it"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Apaella");' },
|
{ desc: 'Italiano (Italian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["it"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Apaella");' },
|
||||||
|
25
ui/i18n/ui.datepicker-hr.js
Normal file
25
ui/i18n/ui.datepicker-hr.js
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
/* Croatian i18n for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Vjekoslav Nesek. */
|
||||||
|
jQuery(function($){
|
||||||
|
$.datepicker.regional['hr'] = {
|
||||||
|
clearText: 'izbriši', clearStatus: 'Izbriši trenutni datum',
|
||||||
|
closeText: 'Zatvori', closeStatus: 'Zatvori kalendar',
|
||||||
|
prevText: '<', prevStatus: 'Prikaži prethodni mjesec',
|
||||||
|
prevBigText: '<<', prevBigStatus: '',
|
||||||
|
nextText: '>', nextStatus: 'Prikaži slijedeći mjesec',
|
||||||
|
nextBigText: '>>', nextBigStatus: '',
|
||||||
|
currentText: 'Danas', currentStatus: 'Današnji datum',
|
||||||
|
monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipani',
|
||||||
|
'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
|
||||||
|
monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
|
||||||
|
'Srp','Kol','Ruj','Lis','Stu','Pro'],
|
||||||
|
monthStatus: 'Prikaži mjesece', yearStatus: 'Prikaži godine',
|
||||||
|
weekHeader: 'Tje', weekStatus: 'Tjedan',
|
||||||
|
dayNames: ['Nedjalja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
|
||||||
|
dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
|
||||||
|
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
|
||||||
|
dayStatus: 'Odaber DD za prvi dan tjedna', dateStatus: '\'Datum\' D, M d',
|
||||||
|
dateFormat: 'dd.mm.yy.', firstDay: 1,
|
||||||
|
initStatus: 'Odaberi datum', isRTL: false};
|
||||||
|
$.datepicker.setDefaults($.datepicker.regional['hr']);
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user