var text = new Array();

text['today'] = 'Hoy';
text['time'] = 'Time';

text['dayNamesShort'] = new Array(
'Dom',
'Lun',
'Mar',
'Mie',
'Jue',
'Vie',
'Sab'
);
text['dayNames'] = new Array(
'Domingo',
'Lunes',
'Martes',
'Miércoles',
'Jueves',
'Viernes',
'Sábado'
);

text['monthNamesShort'] = new Array(
'Ene',
'Feb',
'Mar',
'Abr',
'May',
'Jun',
'Jul',
'Ago',
'Set',
'Oct',
'Nov',
'Dic'
);

text['monthNames'] = new Array(
'Enero',
'Febrero',
'Marzo',
'Abril',
'Mayo',
'Junio',
'Julio',
'Agosto',
'Setiembre',
'Octubre',
'Noviembre',
'Diciembre'
);


//text['footerDateFormat'] = '%D, %j - %F - %Y',
text['footerDateFormat'] = '%j-%F-%Y',
text['dateFormat'] = '%j-%n-%Y',
text['footerDefaultText'] = '',

text['clear'] = '',
text['prev_year'] = 'Año anterior',
text['prev_month'] = 'Mes anterior',
text['next_month'] = 'Proximo mes',
text['next_year'] = 'Proximo año',
text['close'] = '',


// weekend days (0 - sunday, ... 6 - saturday)
text['weekend'] = "0";
text['make_first'] = "Iniciar con %s";


RichCalendar.rc_lang_data['en'] = text;
