third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / localization / jquery-ui-timepicker-hu.js
1 /* Hungarian translation for the jQuery Timepicker Addon */
2 /* Written by Vas Gábor */
3 (function($) {
4         $.timepicker.regional['hu'] = {
5                 timeOnlyTitle: 'Válasszon időpontot',
6                 timeText: 'Idő',
7                 hourText: 'Óra',
8                 minuteText: 'Perc',
9                 secondText: 'Másodperc',
10                 millisecText: 'Milliszekundumos',
11                 timezoneText: 'Időzóna',
12                 currentText: 'Most',
13                 closeText: 'Kész',
14                 timeFormat: 'HH:mm',
15                 amNames: ['de.', 'AM', 'A'],
16                 pmNames: ['du.', 'PM', 'P'],
17                 isRTL: false
18         };
19         $.timepicker.setDefaults($.timepicker.regional['hu']);
20 })(jQuery);