Aleksander Machniak
2014-04-15 a2e09c950d8716346b151f7980df1b51ebfbdd78
plugins/jqueryui/js/i18n/jquery.ui.datepicker-he.js
old mode 100644 new mode 100755
@@ -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: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],