source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-he.js @ 28500

Last change on this file since 28500 was 28500, checked in by mistic100, 10 years ago

feature 2679 : allow to change creation time

File size: 617 bytes
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                microsecText: "מיקרו",
12                timezoneText: "אזור זמן",
13                currentText: "עכשיו",
14                closeText:"סגור",
15                timeFormat: "HH:mm",
16                amNames: ['לפנה"צ', 'AM', 'A'],
17                pmNames: ['אחה"צ', 'PM', 'P'],
18                isRTL: true
19        };
20        $.timepicker.setDefaults($.timepicker.regional["he"]);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.