var text = new Array();

text['today'] = 'Hoy';
text['time'] = 'Hora';

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',
'Sep',
'Oct',
'Nov',
'Dic'
);

text['monthNames'] = new Array(
'Enero',
'Febrero',
'Marzo',
'Abril',
'Mayo',
'Junio',
'Julio',
'Agosto',
'Septiembre',
'Octubre',
'Noviembre',
'Deciembre'
);


text['footerDateFormat'] = '%D, %F %j %Y',
text['dateFormat'] = '%n-%j-%Y',
text['footerDefaultText'] = 'Selecconar fecha',

text['clear'] = 'Borrar fecha',
text['prev_year'] = 'Año anterior',
text['prev_month'] = 'Mes anterior',
text['next_month'] = 'Mes siguiente',
text['next_year'] = 'AÃ±o siguiente',
text['close'] = 'Cerrar',


// weekend days (0 - sunday, ... 6 - saturday)
text['weekend'] = "0,6";
text['make_first'] = "Empezar con %s";


RichCalendar.rc_lang_data['es'] = text;
