var text = new Array();

text['today'] = 'Dzisiaj';
text['time'] = 'Czas';

text['dayNamesShort'] = new Array(
'Nie',
'Pon',
'Wto',
'Śro',
'Czw',
'Pią',
'Sob'
);
text['dayNames'] = new Array(
'Niedziela',
'Poniedziałek',
'Wtorek',
'Środa',
'Czwartek',
'Piątek',
'Sobota'
);

text['monthNamesShort'] = new Array(
'Sty',
'Lut',
'Mar',
'Kwi',
'Maj',
'Cze',
'Lip',
'Sie',
'Wrz',
'Paź',
'Lis',
'Gru'
);

text['monthNames'] = new Array(
'Styczeń',
'Luty',
'Marzec',
'Kwiecień',
'Maj',
'Czerwiec',
'Lipiec',
'Sierpień',
'Wrzesień',
'Październik',
'Listopad',
'Grudzień'
);


text['footerDateFormat'] = '%D, %F %j %Y',
text['dateFormat'] = '%n-%j-%Y',
text['footerDefaultText'] = 'Wybierz datę',

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,6";
text['make_first'] = "Start with %s";


RichCalendar.rc_lang_data['en'] = text;

