summaryrefslogtreecommitdiffstats
path: root/localization
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2011-07-23 09:35:00 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2011-07-23 09:35:00 -0400
commit083efb98d54c7695f304776b5df069f503afee1a (patch)
tree6b095525f486aa1890a8c46d901ebcfd6839d13e /localization
parentc7ff0ccd31842d5f6db343b6d88fc1cf2e2ab677 (diff)
downloadjQuery-Timepicker-Addon-083efb98d54c7695f304776b5df069f503afee1a.zip
jQuery-Timepicker-Addon-083efb98d54c7695f304776b5df069f503afee1a.tar.gz
jQuery-Timepicker-Addon-083efb98d54c7695f304776b5df069f503afee1a.tar.bz2
Added Hebrew localization
Diffstat (limited to 'localization')
-rw-r--r--localization/jquery-ui-timepicker-he.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-he.js b/localization/jquery-ui-timepicker-he.js
new file mode 100644
index 0000000..0b1b855
--- /dev/null
+++ b/localization/jquery-ui-timepicker-he.js
@@ -0,0 +1,17 @@
+/* Hebrew translation for the jQuery Timepicker Addon */
+/* Written by Lior Lapid */
+(function($) {
+ $.timepicker.regional["he"] = {
+ timeOnlyTitle: "בחרית זמן",
+ timeText: "שעה",
+ hourText: "שעות",
+ minuteText: "דקות",
+ secondText: "שניות",
+ timezoneText: "אזור זמן",
+ currentText: "עכשיו",
+ closeText:"סגור",
+ timeFormat: "hh:mm tt",
+ ampm: false
+ };
+ $.timepicker.setDefaults($.timepicker.regional["he"]);
+})(jQuery);