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

21 lines
590 B
JavaScript
Raw Permalink 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"] = {
2012-02-07 17:03:50 +01:00
timeOnlyTitle: "בחירת זמן",
2011-07-23 15:35:00 +02:00
timeText: "שעה",
hourText: "שעות",
minuteText: "דקות",
secondText: "שניות",
millisecText: "אלפית השנייה",
2011-07-23 15:35:00 +02:00
timezoneText: "אזור זמן",
currentText: "עכשיו",
closeText:"סגור",
timeFormat: "hh:mm tt",
2011-08-12 15:03:18 +02:00
amNames: ['לפנה"צ', 'AM', 'A'],
pmNames: ['אחה"צ', 'PM', 'P'],
2011-07-23 15:35:00 +02:00
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional["he"]);
})(jQuery);