jQuery-Timepicker-Addon/localization/jquery-ui-timepicker-he.js

21 lines
588 B
JavaScript
Raw Normal View History

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: "שניות",
millisecText: "אלפית השנייה",
2011-07-23 15:35:00 +02:00
timezoneText: "אזור זמן",
currentText: "עכשיו",
closeText:"סגור",
timeFormat: "hh:mm tt",
2011-08-11 07:43:48 +02:00
amNames: ['לפנה"צ', AM', 'A'],
pmNames: ['אחה"צ', PM', 'P'],
2011-07-23 15:35:00 +02:00
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional["he"]);
})(jQuery);