var text = new Array();

text['today'] = 'Šiandien';
text['time'] = 'Laikas';

text['dayNamesShort'] = new Array(
'S',
'Pr',
'A',
'T',
'K',
'Pn',
'Š'
);
text['dayNames'] = new Array(
'Sekmadienis',
'Pirmadienis',
'Antradienis',
'Trečiadienis',
'Ketvirtadienis',
'Pentadienis',
'Šeštadienis'
);

text['monthNamesShort'] = new Array(
'Sau',
'Vas',
'Kov',
'Bal',
'Geg',
'Bir',
'Lie',
'Rugp',
'Rugs',
'Spa',
'Lap',
'Gruod'
);

text['monthNames'] = new Array(
'Sausis',
'Vasaris',
'Kovas',
'Balandis',
'Gegužė',
'Birželis',
'Liepa',
'Rugpjūtis',
'Rugsėjis',
'Spalis',
'Lapkritis',
'Gruodis'
);


text['footerDateFormat'] = '%D, %F %j %Y',
text['dateFormat'] = '%Y-%m-%d',
text['footerDefaultText'] = 'Pasirinkite datą',

text['clear'] = 'Valyti',
text['prev_year'] = 'Ankstesni metai',
text['prev_month'] = 'Ankstesnis mėnuo',
text['next_month'] = 'Sekantis mėnuo',
text['next_year'] = 'Sekantys metai',
text['close'] = 'Uždaryti',


// weekend days (0 - sunday, ... 6 - saturday)
text['weekend'] = "0,6";
text['make_first'] = "Pradėti nuo %s";


RichCalendar.rc_lang_data['lt'] = text;
