summaryrefslogtreecommitdiffstats
path: root/localization/jquery-ui-timepicker-he.js
diff options
context:
space:
mode:
Diffstat (limited to 'localization/jquery-ui-timepicker-he.js')
-rw-r--r--localization/jquery-ui-timepicker-he.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-he.js b/localization/jquery-ui-timepicker-he.js
new file mode 100644
index 0000000..0b1b855
--- /dev/null
+++ b/localization/jquery-ui-timepicker-he.js
@@ -0,0 +1,17 @@
+/* Hebrew translation for the jQuery Timepicker Addon */
+/* Written by Lior Lapid */
+(function($) {
+ $.timepicker.regional["he"] = {
+ timeOnlyTitle: "בחרית זמן",
+ timeText: "שעה",
+ hourText: "שעות",
+ minuteText: "דקות",
+ secondText: "שניות",
+ timezoneText: "אזור זמן",
+ currentText: "עכשיו",
+ closeText:"סגור",
+ timeFormat: "hh:mm tt",
+ ampm: false
+ };
+ $.timepicker.setDefaults($.timepicker.regional["he"]);
+})(jQuery);