summaryrefslogtreecommitdiffstats
path: root/localization/jquery-ui-timepicker-hu.js
blob: 29e7a9ffa974421105e9e8e4d3a7b5e9b32790ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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']);