summaryrefslogtreecommitdiffstats
path: root/src/i18n/jquery-ui-timepicker-he.js
blob: 9b78cbd49ad3ea19eb40f61f5b15d2ab3b494400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Hebrew translation for the jQuery Timepicker Addon */
/* Written by Lior Lapid */
(function($) {
	$.timepicker.regional["he"] = {
		timeOnlyTitle: "בחירת זמן",
		timeText: "שעה",
		hourText: "שעות",
		minuteText: "דקות",
		secondText: "שניות",
		millisecText: "אלפית השנייה",
		microsecText: "מיקרו",
		timezoneText: "אזור זמן",
		currentText: "עכשיו",
		closeText:"סגור",
		timeFormat: "HH:mm",
		timeSuffix: '',
		amNames: ['לפנה"צ', 'AM', 'A'],
		pmNames: ['אחה"צ', 'PM', 'P'],
		isRTL: true
	};
	$.timepicker.setDefaults($.timepicker.regional["he"]);
})(jQuery);