thd/web/js/jquery-ui/i18n/.svn/text-base/ui.datepicker-he.js.svn-base
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     1 /* Hebrew initialisation for the UI Datepicker extension. */
       
     2 /* Written by Amir Hardon (ahardon at gmail dot com). */
       
     3 jQuery(function($){
       
     4 	$.datepicker.regional['he'] = {
       
     5 		closeText: 'סגור',
       
     6 		prevText: '<הקודם',
       
     7 		nextText: 'הבא>',
       
     8 		currentText: 'היום',
       
     9 		monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
       
    10 		'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
       
    11 		monthNamesShort: ['1','2','3','4','5','6',
       
    12 		'7','8','9','10','11','12'],
       
    13 		dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
       
    14 		dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
       
    15 		dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
       
    16 		dateFormat: 'dd/mm/yy', firstDay: 0,
       
    17 		isRTL: true};
       
    18 	$.datepicker.setDefaults($.datepicker.regional['he']);
       
    19 });