diff options
Diffstat (limited to 'i18n/jquery-ui-timepicker-he.js')
-rw-r--r-- | i18n/jquery-ui-timepicker-he.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/i18n/jquery-ui-timepicker-he.js b/i18n/jquery-ui-timepicker-he.js deleted file mode 100644 index eb71018..0000000 --- a/i18n/jquery-ui-timepicker-he.js +++ /dev/null @@ -1,21 +0,0 @@ -/* 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", - amNames: ['לפנה"צ', 'AM', 'A'], - pmNames: ['אחה"צ', 'PM', 'P'], - isRTL: true - }; - $.timepicker.setDefaults($.timepicker.regional["he"]); -})(jQuery); |