summaryrefslogtreecommitdiffstats
path: root/i18n/jquery-ui-timepicker-he.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-05-05 09:24:33 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-05-05 09:24:33 -0400
commit640cf3406bd44a1ba10a01d86c89153bb5320f3e (patch)
tree33d802c8d87b49810f26a6ce7a109bf9ff105870 /i18n/jquery-ui-timepicker-he.js
parent72850b3aa196453aa79fb16fbf73023cdbce7790 (diff)
parent11f3f16d56528bb9880e9b021f0632c4f02bcd40 (diff)
downloadjQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.zip
jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.gz
jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.bz2
Merge branch 'dev'
Diffstat (limited to 'i18n/jquery-ui-timepicker-he.js')
-rw-r--r--i18n/jquery-ui-timepicker-he.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/i18n/jquery-ui-timepicker-he.js b/i18n/jquery-ui-timepicker-he.js
new file mode 100644
index 0000000..eb71018
--- /dev/null
+++ b/i18n/jquery-ui-timepicker-he.js
@@ -0,0 +1,21 @@
+/* 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);