summaryrefslogtreecommitdiffstats
path: root/i18n/jquery-ui-timepicker-hu.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-07-28 18:08:38 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-07-28 18:08:38 -0400
commit51e8a3a4f8e01876c964b237adab2eebc50650e1 (patch)
tree1eb8319bf404747155983d0f9735f5389f95a42d /i18n/jquery-ui-timepicker-hu.js
parent8a812edfa0dfaab50191ffdaa41d244d19d7f979 (diff)
downloadjQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.zip
jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.tar.gz
jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.tar.bz2
Migrate to grunt setup
Diffstat (limited to 'i18n/jquery-ui-timepicker-hu.js')
-rw-r--r--i18n/jquery-ui-timepicker-hu.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/i18n/jquery-ui-timepicker-hu.js b/i18n/jquery-ui-timepicker-hu.js
deleted file mode 100644
index fd1f5e1..0000000
--- a/i18n/jquery-ui-timepicker-hu.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/* 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);