source: trunk/prototype/app/plugins/timepicker/localization/jquery-ui-timepicker-he.js @ 5341

Revision 5341, 590 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1/* Hebrew translation for the jQuery Timepicker Addon */
2/* Written by Lior Lapid */
3(function($) {
4        $.timepicker.regional["he"] = {
5                timeOnlyTitle: "בחךית זמן",
6                timeText: "שעה",
7                hourText: "שעות",
8                minuteText: "דקות",
9                secondText: "שניות",
10                millisecText: "אל׀ית השנייה",
11                timezoneText: "אזו׹ זמן",
12                currentText: "עכשיו",
13                closeText:"סגוך",
14                timeFormat: "hh:mm tt",
15                amNames: ['ל׀נה"׊', 'AM', 'A'],
16                pmNames: ['אחה"׊', 'PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional["he"]);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.