third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / localization / jquery-ui-timepicker-hu.js
diff --git a/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-hu.js b/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-hu.js
new file mode 100644 (file)
index 0000000..1adb8a9
--- /dev/null
@@ -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);