From 083efb98d54c7695f304776b5df069f503afee1a Mon Sep 17 00:00:00 2001 From: Trent Richardson Date: Sat, 23 Jul 2011 09:35:00 -0400 Subject: [PATCH] Added Hebrew localization --- localization/jquery-ui-timepicker-he.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 localization/jquery-ui-timepicker-he.js 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);