From 91c0990385b310bfbae0bbb77489584cb2bdfa6d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 7 Nov 2012 18:51:06 +0100 Subject: Updated to jQuery 1.8.2 and jQuery UI 1.9.1 --- plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js (limited to 'plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js') diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js old mode 100644 new mode 100755 index 3b3dc387f..b9e8deec5 --- a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js +++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js @@ -1,15 +1,15 @@ -/* Hebrew initialisation for the UI Datepicker extension. */ +/* Hebrew initialisation for the UI Datepicker extension. */ /* Written by Amir Hardon (ahardon at gmail dot com). */ jQuery(function($){ $.datepicker.regional['he'] = { closeText: 'סגור', - prevText: '<הקודם', - nextText: 'הבא>', + prevText: '<הקודם', + nextText: 'הבא>', currentText: 'היום', monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], - monthNamesShort: ['1','2','3','4','5','6', - '7','8','9','10','11','12'], + monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני', + 'יולי','אוג','ספט','אוק','נוב','דצמ'], dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], -- cgit v1.2.3