var text = new Array();

text['today'] = 'Idag';
text['time'] = 'Tid';

text['dayNamesShort'] = new Array(
'S&ouml;n',
'M&aring;n',
'Tis',
'Ons',
'Tor',
'Fre',
'L&ouml;r'
);
text['dayNames'] = new Array(
'S&ouml;ndag',
'M&aring;ndag',
'Tisdag',
'Onsdag',
'Torsdag',
'Fredag',
'L&oumlrdag'
);

text['monthNamesShort'] = new Array(
'Jan',
'Feb',
'Mar',
'Apr',
'Maj',
'Jun',
'Jul',
'Aug',
'Sep',
'Okt',
'Nov',
'Dec'
);

text['monthNames'] = new Array(
'Januari',
'Februari',
'Mars',
'April',
'Maj',
'Juni',
'Juli',
'Augusti',
'September',
'Oktober',
'November',
'December'
);


text['footerDateFormat'] = '%D, %F %j %Y',
text['dateFormat'] = '%Y-%m-%d',
text['footerDefaultText'] = 'V&auml;lj datum',

text['clear'] = 'T&ouml;m Datum',
text['prev_year'] = 'F&ouml;reg&aring;ende &aring;r',
text['prev_month'] = 'F&ouml;reg&aring;ende m&aring;nad',
text['next_month'] = 'N&auml;sta m&aring;nad',
text['next_year'] = 'N&auml;sta &aring;r',
text['close'] = 'St&auml;ng',


// weekend days (0 - sunday, ... 6 - saturday)
text['weekend'] = "0,6";
text['make_first'] = "Startar med %s";


RichCalendar.rc_lang_data['en'] = text;
