2011-07-23 15:35:00 +02:00
|
|
|
/* Hebrew translation for the jQuery Timepicker Addon */
|
|
|
|
/* Written by Lior Lapid */
|
|
|
|
(function($) {
|
|
|
|
$.timepicker.regional["he"] = {
|
|
|
|
timeOnlyTitle: "בחרית זמן",
|
|
|
|
timeText: "שעה",
|
|
|
|
hourText: "שעות",
|
|
|
|
minuteText: "דקות",
|
|
|
|
secondText: "שניות",
|
2011-07-24 16:07:00 +02:00
|
|
|
millisecText: "אלפית השנייה",
|
2011-07-23 15:35:00 +02:00
|
|
|
timezoneText: "אזור זמן",
|
|
|
|
currentText: "עכשיו",
|
|
|
|
closeText:"סגור",
|
|
|
|
timeFormat: "hh:mm tt",
|
|
|
|
ampm: false
|
|
|
|
};
|
|
|
|
$.timepicker.setDefaults($.timepicker.regional["he"]);
|
|
|
|
})(jQuery);
|