summaryrefslogtreecommitdiffstats
path: root/localization/jquery-ui-timepicker-hu.js
diff options
context:
space:
mode:
Diffstat (limited to 'localization/jquery-ui-timepicker-hu.js')
-rw-r--r--localization/jquery-ui-timepicker-hu.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-hu.js b/localization/jquery-ui-timepicker-hu.js
new file mode 100644
index 0000000..29e7a9f
--- /dev/null
+++ b/localization/jquery-ui-timepicker-hu.js
@@ -0,0 +1,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']);