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.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/localization/jquery-ui-timepicker-hu.js b/localization/jquery-ui-timepicker-hu.js
deleted file mode 100644
index 1adb8a9..0000000
--- a/localization/jquery-ui-timepicker-hu.js
+++ /dev/null
@@ -1,20 +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',
- 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);