Added Hebrew localization

master
Trent Richardson 2011-07-23 09:35:00 -04:00
parent c7ff0ccd31
commit 083efb98d5
1 changed files with 17 additions and 0 deletions

17
localization/jquery-ui-timepicker-he.js vendored Normal file
View File

@ -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);