diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-28 18:08:38 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-28 18:08:38 -0400 |
commit | 51e8a3a4f8e01876c964b237adab2eebc50650e1 (patch) | |
tree | 1eb8319bf404747155983d0f9735f5389f95a42d /i18n/jquery-ui-timepicker-he.js | |
parent | 8a812edfa0dfaab50191ffdaa41d244d19d7f979 (diff) | |
download | jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.zip jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.tar.gz jQuery-Timepicker-Addon-51e8a3a4f8e01876c964b237adab2eebc50650e1.tar.bz2 |
Migrate to grunt setup
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); |