var text = new Array();

text['today'] = 'היום';
text['time'] = 'שעה';

text['dayNamesShort'] = new Array(
'\'א',
'\'ב',
'\'ג',
'\'ד',
'\'ה',
'\'ו',
'\'ש'
);
text['dayNames'] = new Array(
'ראשון',
'שני',
'שלישי',
'רביעי',
'חמישי',
'שישי',
'שבת'
);

text['monthNamesShort'] = new Array(
'ינו',
'פב',
'מר',
'אפר',
'מא',
'יונ',
'יול',
'אוג',
'ספט',
'אוק',
'נוב',
'דצמ'
);

text['monthNames'] = new Array(
'ינואר',
'פברואר',
'מרץ',
'אפריל',
'מאי',
'יוני',
'יולי',
'אוגוסט',
'ספטמבר',
'אוקטובר',
'נובמבר',
'דצמבר'
);


text['footerDateFormat'] = '%D, %F %j %Y',
text['dateFormat'] = '%n-%j-%Y',
text['footerDefaultText'] = 'בחר יום',

text['clear'] = 'Clear Date',
text['prev_year'] = 'השנה הקודמת',
text['prev_month'] = 'החודש הקודם',
text['next_month'] = 'החודש הבא',
text['next_year'] = 'השנה הבאה',
text['close'] = 'Close',


// weekend days (0 - sunday, ... 6 - saturday)
text['weekend'] = "0,6";
text['make_first'] = "Start with %s";


RichCalendar.rc_lang_data['he'] = text;
