var text = new Array();

text['today'] = 'Dnes';
text['time'] = 'Čas';

text['dayNamesShort'] = new Array(
'Ne',
'Po',
'Út',
'St',
'Čt',
'Pá',
'So'
);
text['dayNames'] = new Array(
'Neděle',
'Pondělí',
'Úterý',
'Středa',
'Čtvrtek',
'Pátek',
'Sobota'
);

text['monthNamesShort'] = new Array(
'1.',
'2.',
'3.',
'4.',
'5.',
'6.',
'7.',
'8.',
'9.',
'10.',
'11.',
'12.'
);

text['monthNames'] = new Array(
'Leden',
'Únor',
'Březen',
'Duben',
'Květen',
'Červen',
'Červenec',
'Srpen',
'Září',
'Říjen',
'Listopad',
'Prosinec'
);


text['footerDateFormat'] = '%D, %F %j %Y',
text['dateFormat'] = '%n-%j-%Y',
text['footerDefaultText'] = 'Zvolte datum',

text['clear'] = 'Vymazat datum',
text['prev_year'] = 'Předchozí rok',
text['prev_month'] = 'Předchozí měsíc',
text['next_month'] = 'Další měsíc',
text['next_year'] = 'Další rok',
text['close'] = 'Zavřít',


// weekend days (0 - sunday, ... 6 - saturday)
text['weekend'] = "0,6";
text['make_first'] = "Start with %s";


RichCalendar.rc_lang_data['cz'] = text;

