// textos multidioma

var text = new Array();
text['login user'] = "Identificador";
text['login password'] = "Contraseña";
text['login'] = "Entrar";
text['auto_on'] = "Autorregistro";
text['remember_password'] = "Recordar contraseña";
text['new_window'] = "Nueva ventana";
text['enviroment'] = "entorno";
text['group'] = "grupo";
text['aplication'] = "aplicación";
text['user'] = "usuario";
text['exit'] = "Salir";
text['day0'] = "Domingo";
text['day1'] = "Lunes";
text['day2'] = "Martes";
text['day3'] = "Miércoles";
text['day4'] = "Jueves";
text['day5'] = "Viernes";
text['day6'] = "Sábado";
text['month0'] = "Enero";
text['month1'] = "Febrero";
text['month2'] = "Marzo";
text['month3'] = "Abril";
text['month4'] = "Mayo";
text['month5'] = "Junio";
text['month6'] = "Julio";
text['month7'] = "Agosto";
text['month8'] = "Septiembre";
text['month9'] = "Octubre";
text['month10'] = "Noviembre";
text['month11'] = "Diciembre";