From ae72d5d49136fb87008e34321aa958d890810ef7 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Sep 2011 14:46:59 +0300 Subject: [PATCH] Add hebrew translate --- 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..06bb5f6 --- /dev/null +++ b/localization/jquery-ui-timepicker-he.js @@ -0,0 +1,17 @@ +/* Hebrew translation for the jQuery Timepicker Addon */ +/* Written by Maxim Dolgin */ +(function($) { + $.timepicker.regional['he'] = { + timeOnlyTitle: 'בחר זמן', + timeText: 'זמן', + hourText: 'שעות', + minuteText: 'דקות', + secondText: 'שניות', + timezoneText: 'אזור זמן', + currentText: 'עכשיו', + closeText: 'סגור', + timeFormat: 'hh:mm tt', + ampm: false + }; + $.timepicker.setDefaults($.timepicker.regional['he']); +})(jQuery);