summaryrefslogtreecommitdiffstats
path: root/i18n/jquery-ui-timepicker-hu.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-05-05 09:24:33 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-05-05 09:24:33 -0400
commit640cf3406bd44a1ba10a01d86c89153bb5320f3e (patch)
tree33d802c8d87b49810f26a6ce7a109bf9ff105870 /i18n/jquery-ui-timepicker-hu.js
parent72850b3aa196453aa79fb16fbf73023cdbce7790 (diff)
parent11f3f16d56528bb9880e9b021f0632c4f02bcd40 (diff)
downloadjQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.zip
jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.gz
jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.bz2
Merge branch 'dev'
Diffstat (limited to 'i18n/jquery-ui-timepicker-hu.js')
-rw-r--r--i18n/jquery-ui-timepicker-hu.js21
1 files changed, 21 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..fd1f5e1
--- /dev/null
+++ b/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);