Sha256: 32c1f5245c74fcadc03765791fcae31e1e16478e5433d2b10973ccee0e30c3cb
Contents?: true
Size: 587 Bytes
Versions: 1
Compression:
Stored size: 587 Bytes
Contents
/* Hebrew translation for the jQuery Timepicker Addon */ /* Written by Lior Lapid */ (function($) { $.timepicker.regional["he"] = { timeOnlyTitle: "בחירת זמן", timeText: "שעה", hourText: "שעות", minuteText: "דקות", secondText: "שניות", millisecText: "אלפית השנייה", timezoneText: "אזור זמן", currentText: "עכשיו", closeText:"סגור", timeFormat: "HH:mm", amNames: ['לפנה"צ', 'AM', 'A'], pmNames: ['אחה"צ', 'PM', 'P'], isRTL: true }; $.timepicker.setDefaults($.timepicker.regional["he"]); })(jQuery);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
formize-1.0.0 | vendor/assets/javascripts/locales/jquery-ui-timepicker-he.js |