var text = new Array();

text['today'] = 'Heute';
text['time'] = 'Zeit';

text['dayNamesShort'] = new Array(
'Son',
'Mon',
'Die',
'Mit',
'Don',
'Fre',
'Sam'
);
text['dayNames'] = new Array(
'Sonntag',
'Montag',
'Dienstag',
'Mittwoch',
'Donnerstag',
'Freitag',
'Samstag'
);

text['monthNamesShort'] = new Array(
'Jän',
'Feb',
'Mär',
'Apr',
'Mai',
'Jun',
'Jul',
'Aug',
'Sep',
'Okt',
'Nov',
'Deu'
);

text['monthNames'] = new Array(
'Jänner',
'Februar',
'März',
'April',
'Mai',
'Juni',
'Juli',
'August',
'September',
'Oktober',
'November',
'Dezember'
);


text['footerDateFormat'] = '%D, %j. %F %Y',
text['dateFormat'] = '%n-%j-%Y',
text['footerDefaultText'] = 'Datum auswählen',

text['clear'] = 'Datum löschen',
text['prev_year'] = 'Letztes Jahr',
text['prev_month'] = 'Letztes Monat',
text['next_month'] = 'Nächstes Monat',
text['next_year'] = 'Nächstes Jahr',
text['close'] = 'Schließen',


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


RichCalendar.rc_lang_data['ru'] = text;
