16 lines
447 B
JavaScript
16 lines
447 B
JavaScript
|
/* Hungarian translation for the jQuery Timepicker Addon */
|
|||
|
/* Written by Vas Gábor */
|
|||
|
$.timepicker.regional['hu'] = {
|
|||
|
currentText: 'Most',
|
|||
|
closeText: 'Kész',
|
|||
|
ampm: false,
|
|||
|
timeFormat: 'hh:mm tt',
|
|||
|
timeOnlyTitle: 'Válasszon időpontot',
|
|||
|
timeText: 'Idő',
|
|||
|
hourText: 'Óra',
|
|||
|
minuteText: 'Perc',
|
|||
|
secondText: 'Másodperc',
|
|||
|
timezoneText: 'Időzóna'
|
|||
|
};
|
|||
|
$.timepicker.setDefaults($.timepicker.regional['hu']);
|