var text = new Array();

text['today'] = 'Today';
text['time'] = 'Time';

text['dayNamesShort'] = new Array(
'Sun',
'Mon',
'Tue',
'Wed',
'Thu',
'Fri',
'Sat'
);
text['dayNames'] = new Array(
'Sunday',
'Monday',
'Tuesday',
'Wednesday',
'Thursday',
'Friday',
'Saturday'
);

text['monthNamesShort'] = new Array(
'Jan',
'Feb',
'Mar',
'Apr',
'May',
'Jun',
'Jul',
'Aug',
'Sep',
'Oct',
'Nov',
'Dec'
);

text['monthNames'] = new Array(
'January',
'February',
'March',
'April',
'May',
'June',
'July',
'August',
'September',
'October',
'November',
'December'
);


text['footerDateFormat'] = '%D, %F %j %Y',
text['dateFormat'] = '%n-%j-%Y',
text['footerDefaultText'] = 'Select date',

text['clear'] = 'Clear Date',
text['prev_year'] = 'Previous year',
text['prev_month'] = 'Previous month',
text['next_month'] = 'Next month',
text['next_year'] = 'Next year',
text['close'] = 'Close',


// weekend days (0 - sunday, ... 6 - saturday)
text['weekend'] = "0";
text['make_first'] = "Start with %s";


RichCalendar.rc_lang_data['en'] = text;

var level1 = '<sup><img src="iconoftheday/rich_calendar/img/f1.gif" width="10" height="8" /></sup>';	// Full abstention from food
var level2 = '<sup><img src="iconoftheday/rich_calendar/img/f2.gif" width="10" height="8" /></sup>';	// Strict Fast (Bread, Vegetables, Fruits)
var level3 = '<sup><img src="iconoftheday/rich_calendar/img/f3.gif" width="10" height="8" /></sup>';	// Food without Oil
var level4 = '<sup><img src="iconoftheday/rich_calendar/img/f4.gif" width="10" height="8" /></sup>';	// Food with Oil
var level5 = '<sup><img src="iconoftheday/rich_calendar/img/f5.gif" width="10" height="8" /></sup>';	// Fish Allowed
var level6 = '<sup><img src="iconoftheday/rich_calendar/img/f6.gif" width="10" height="8" /></sup>';	// Caviar Allowed
var level7 = '<sup><img src="iconoftheday/rich_calendar/img/f7.gif" width="10" height="8" /></sup>';	// Meat is excluded
var level8 = '<sup><img src="iconoftheday/rich_calendar/img/f8.gif" width="10" height="8" /></sup>';	// Fast-free


