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