var text = new Array();

text['today'] = 'Bug&uuml;n';
text['time'] = 'Saat';

text['dayNamesShort'] = new Array(
'Paz',
'Pzt',
'Sal',
'&Ccedil;ar',
'Per',
'Cum',
'Cmt'
);
text['dayNames'] = new Array(
'Pazar',
'Pazartesi',
'Sal&#305;',
'&Ccedil;ar&#351;amba',
'Per&#351;embe',
'Cuma',
'Cumartesi'
);

text['monthNamesShort'] = new Array(
'Ock',
'&#350;ub',
'Mar',
'Nis',
'May',
'Haz',
'Tem',
'A&#287;u',
'Eyl',
'Eki',
'Kas',
'Arl'
);

text['monthNames'] = new Array(
'Ocak',
'&#350;ubat',
'Mart',
'Nisan',
'May&#305;s',
'Haziran',
'Temmuz',
'A&#287;ustos',
'Eyl&uuml;l',
'Ekim',
'Kas&#305;m',
'Aral&#305;k'
);


text['footerDateFormat'] = '%D, %F %j %Y',
text['dateFormat'] = '%n-%j-%Y',
text['footerDefaultText'] = 'Tarih Se&ccedil;in',

text['clear'] = 'Tarihi Temizle',
text['prev_year'] = 'Ge&ccedil;en Y&#305;l',
text['prev_month'] = 'Ge&ccedil;en Ay',
text['next_month'] = '&Ouml;n&uuml;m&uuml;zdeki Ay',
text['next_year'] = '&Ouml;n&uuml;m&uuml;zdeki Y&#305;l',
text['close'] = 'Kapat',


// weekend days (0 - sunday, ... 6 - saturday)
text['weekend'] = "0,6";
text['make_first'] = "%s ile ba&#351;la";


RichCalendar.rc_lang_data['tr'] = text;

