third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / localization / jquery-ui-timepicker-he.js
diff --git a/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-he.js b/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-he.js
new file mode 100644 (file)
index 0000000..a887fbb
--- /dev/null
@@ -0,0 +1,20 @@
+/* Hebrew translation for the jQuery Timepicker Addon */
+/* Written by Lior Lapid */
+(function($) {
+       $.timepicker.regional["he"] = {
+               timeOnlyTitle: "בחירת זמן",
+               timeText: "שעה",
+               hourText: "שעות",
+               minuteText: "דקות",
+               secondText: "שניות",
+               millisecText: "אלפית השנייה",
+               timezoneText: "אזור זמן",
+               currentText: "עכשיו",
+               closeText:"סגור",
+               timeFormat: "HH:mm",
+               amNames: ['לפנה"צ', 'AM', 'A'],
+               pmNames: ['אחה"צ', 'PM', 'P'],
+               isRTL: true
+       };
+       $.timepicker.setDefaults($.timepicker.regional["he"]);
+})(jQuery);