diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-07 18:51:06 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-07 18:51:06 +0100 |
commit | 91c0990385b310bfbae0bbb77489584cb2bdfa6d (patch) | |
tree | 92698c565bc4e6f19a371bbda6f38bb0a90f0c03 /plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js | |
parent | 2ad0a8d3f661046daa80d593c56a6a728a50a7f2 (diff) |
Updated to jQuery 1.8.2 and jQuery UI 1.9.1
Diffstat (limited to 'plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js')
-rwxr-xr-x[-rw-r--r--] | plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js index 3b3dc387f..b9e8deec5 100644..100755 --- 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: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], |