diff options
Diffstat (limited to 'themes/default/js/ui/i18n/jquery.ui.timepicker-hu.js')
-rw-r--r-- | themes/default/js/ui/i18n/jquery.ui.timepicker-hu.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/default/js/ui/i18n/jquery.ui.timepicker-hu.js b/themes/default/js/ui/i18n/jquery.ui.timepicker-hu.js new file mode 100644 index 000000000..fd1f5e194 --- /dev/null +++ b/themes/default/js/ui/i18n/jquery.ui.timepicker-hu.js @@ -0,0 +1,21 @@ +/* Hungarian translation for the jQuery Timepicker Addon */ +/* Written by Vas Gábor */ +(function($) { + $.timepicker.regional['hu'] = { + timeOnlyTitle: 'Válasszon időpontot', + timeText: 'Idő', + hourText: 'Óra', + minuteText: 'Perc', + secondText: 'Másodperc', + millisecText: 'Milliszekundumos', + microsecText: 'Ezredmásodperc', + timezoneText: 'Időzóna', + currentText: 'Most', + closeText: 'Kész', + timeFormat: 'HH:mm', + amNames: ['de.', 'AM', 'A'], + pmNames: ['du.', 'PM', 'P'], + isRTL: false + }; + $.timepicker.setDefaults($.timepicker.regional['hu']); +})(jQuery); |