// aimsResource.js
/*
*  JavaScript resource file for ArcIMS HTML Viewer
*		arrays containing display text
* 		This file can be swapped out with appropriate language translation
*/

var msgList = new Array();
var unitList = new Array();
var sUnitList = new Array();
var modeList = new Array();
var titleList = new Array();
var buttonList = new Array();
	
	// ArcIMSparam.js - msgList
msgList[0] = "El Proyecto no puede cargar una de las siguientes librerías JavaScript:\naimsCommon.js\naimsXML.js\naimsMap.js";
	// aimsCommon.js - msgList
msgList[1] = "No hay requerimiento para Extensión de Límites";
msgList[2] = "El servicio no puede iniciar. Se requiere el archivo (jsForm.htm).";
msgList[3] = "La Extensión Actual es:\nLeft: ";
msgList[4] = "\nBottom: ";
msgList[5] = "\nRight: ";
msgList[6] = "\nTop: ";
msgList[7] = "\n\nRadio en Vista Completa: ";
	// aimsXML.js - msgList
msgList[8] = "Nombre del Servicio: ";
msgList[9] = "\nRequerimiento de ArcXML:\n ";
msgList[10] = "Esperando respuesta del servidor de mapas.";
msgList[11] = "No hay comunicación con el servidor de mapas.";
msgList[12] = "Enviando:\n\n";
msgList[13] = "Respuesta de ArcXML:\n ";
msgList[14] = "No puedo desplegar el mapa\n";
msgList[15] = "No puedo enviar el requerimiento";
msgList[16] = "No puedo desplegar la opción Vista General del Mapa\n";
msgList[17] = "No puedo ajustar los parámetros";
msgList[18] = "No puedo obtener la imagen para las posiciones de click.";
msgList[19] = "\nNo puedo ejecutar la respuesta.";
	// aimsLayers.js - msgList
msgList[20] = " es la Capa Activa";
msgList[21] = "No puedo obtener los nombres de los campos.\nNo puedo hacer consultas a la capa.";
msgList[22] = "Nombre:";
msgList[23] = "Id:";
msgList[24] = "Tipo:";
msgList[25] = "Extensión:";
msgList[26] = "Escala Min:";
msgList[27] = "Escala Max:";
msgList[28] = "Campos:";
msgList[29] = "Tamaño:";
msgList[30] = "Precisión:";
msgList[31] = "Desconocido";
msgList[32] = "Texto";
msgList[33] = "Id";
msgList[34] = "Shape";
msgList[35] = "Entero";
msgList[36] = "Double";
msgList[37] = "Booleano";
msgList[38] = "Flotante";
msgList[39] = "Small Integer";
msgList[40] = "BLOB";
msgList[41] = "Date";
msgList[42] = "None";
msgList[43] = "Address Match";
msgList[44] = "No";
	// aimsDHTML.js - msgList
msgList[45] = "Debe haber un mapa cargado";
	// aimsClick.js - msgList
msgList[46] = "No puedo consultar el Mapa\nLas funciones de Identificación de Registros, Selección y Consultas están deshabilitadas.";
msgList[47] = "Esta capa no tiene vínculos a documentos html.\n";
msgList[48] = "No hay ninguna selección para hacer el buffer.";
msgList[49] = "La opción Buffer está deshabilitada.";
msgList[50] = "La biblioteca de leyendas (aimsLegend.js) no ha sido cargada.";
msgList[51] = "Esta Función no está habilitada.";
	// aimsNavigation.js - msgList
msgList[52] = "Mapa: ";
msgList[53] = "Imagen: ";
msgList[54] = "Factor de Escala: ";
	// aimsCustom.js - msgList
msgList[55] = "Modo Desconocido:";
msgList[56] = "\nNo puedo ejecutar el requerimiento.";
	// aimsGeocode.js - msgList
msgList[57] = "Localizando Resultados";
msgList[58] = "Direcciones";
msgList[59] = "Anotación";
msgList[60] = "No puedo localizar la dirección";
	// aimsIdentify.js - msgList
msgList[61] = "Previos ";
msgList[62] = " Registros";
msgList[63] = "Mas Registros";
msgList[64] = "No encuentro registros.";
msgList[65] = "Respuesta de ArcXML:";
msgList[66] = "Respuesta del servidor:";
msgList[67] = "Vínculo a ";
msgList[68] = "No puedo vincular a la dirección html con este requerimiento.";
msgList[69] = "No puedo vincular a la página html.";
	// aimsSelect.js - msgList
msgList[70] = "Se ha limpiado la medición.";
msgList[71] = "Borraste la Selección.";
	// aimsQuery.js - msgList
msgList[72] = "Campo";
msgList[73] = "Operador";
msgList[74] = "Requiriendo valores de muestra para la capa";
msgList[75] = "Los primeros ";
msgList[76] = " registros se están accesando. Puede que existan valores duplicados.";
msgList[77] = ":\nEsta capa no tiene procedimientos almacenados.";
msgList[78] = "Buscar";
msgList[79] = "Mayúsculas y Minúsculas están diferenciadas (Case-Sensitive)";
msgList[80] = "No puedo construir la sentencia SQL.";
	// aimsBuffer.js - msgList
msgList[81] = "La distancia mínima es cero (NO se admiten valores negativos).\nLos números menores que uno deben iniciar con cero.";
msgList[82] = "Resalta desde la capa ";
msgList[83] = " dentro de una distancia de&nbsp;";
msgList[84] = " alrededor de la selección de ";
msgList[85] = "Mostrar Atributos";
msgList[86] = "Reg";
	// addmatch.htm - msgList
msgList[87] = "Ninguna";
msgList[88] = "Capa";
msgList[89] = "Escribe tu consulta";
msgList[90] = "Escribe tu consulta ";
msgList[91] = "Cancelado.";
msgList[92] = "Buscar";
	// select.htm - msgList
msgList[93] = "Se requieren al menos dos puntos.";
msgList[94] = "Se requieren al menos tres puntos.";
msgList[95] = "Selecciona una Línea o Polígono";
	// printForm.htm
msgList[96] = "Selecciona \"Crear Página de Impresión\" para que el navegador abra una ventana con la imagen actual del mapa,";
msgList[97] = "la Vista Preliminar y las Leyendas del Mapa. Selecciona el menú File/Print.";
msgList[98] = "Para enviar el Mapa a la Impresora.";
msgList[99] = "Escribe una expresión";
msgList[100] = "Los módulos de este sitio utilizan JavaScript extensivamente, <br> y requieren un navegador versión 4.0 o superior.<br>Internet Explorer no está soportado para MacIntosh."; // default.htm
msgList[101] = " no es visible debido a la escala, por lo que las características no pueden ser visualizadas.\n\nHaz un Acercamiento en la escala cuando la capa esté visible.\n\n";
msgList[102] = " no es visible, por lo que las características no pueden ser seleccionadas.\n\nVerifica Visibilidad ";
msgList[103] = "Haz visible la capa y haz click en el botón Refrescar el Mapa.";
msgList[104] = "La Capa Activa ";
msgList[105] = "Se requiere al menos un punto";
msgList[106] = "Contorno del Buffer";
msgList[107] = "Tamaño del Buffer:";
msgList[108] = " y haz click en Refrescar el Mapa.";
msgList[109] = "No hay ningún operador en la consulta SQL";
msgList[110] = "La expresión de consulta está vacía.\nNo hiciste ninguna selección.";
msgList[111] = "Ninguna capa está visible.";
msgList[112] = "No hay ningun resultado en la zona del click.";
msgList[113] = "Cargando el Mapa. . .";
msgList[114] = "Ninguna de las capa visibles tiene vínculos a sitios web.<br>Haga visible la capa:Instituciones.";
msgList[115] = "No hay hipervínculos definidos.";
msgList[116] = "No hay hipervínculos definidos en la zona donde hiciste click.<br>Haz click sobre algun registro de la capa: Instituciones.";
msgList[117] = "Procesando Datos. . .";
msgList[118] = "Procesando el Mapa. . .";
msgList[119] = "No estás autorizado para hacer requerimientos en este Mapa.";
msgList[120] = "Depurador Encendido";
msgList[121] = "Depurador Apagado";
msgList[122] = " registros están siendo accesados. Los valores duplicados se ordenarán, en algunas muestras.";
// added field types
msgList[123] = "CLOB";
msgList[124] = "NVARCHAR";
msgList[125] = "NCLOB";

msgList[126] = "";
msgList[127] = "";
msgList[128] = "";
msgList[129] = "";
msgList[130] = "";
/*
msgList[1] = "";
msgList[2] = "";
msgList[3] = "";
msgList[4] = "";
msgList[5] = "";
msgList[6] = "";
msgList[7] = "";
msgList[8] = "";
msgList[9] = "";
msgList[0] = "";
*/
unitList[0] = "GRADOS";
unitList[1] = "PIES";
unitList[2] = "MILLAS";
unitList[3] = "METROS";
unitList[4] = "KILOMETROS";

sUnitList[0] = "DEGREES";
sUnitList[1] = "FEET";
sUnitList[2] = "MILES";
sUnitList[3] = "METERS";
sUnitList[4] = "KILOMETERS";

modeList[0] = "Acercamiento";
modeList[1] = "Alejamiento";
modeList[2] = "Pan";
modeList[3] = "Identificación de Registros";
modeList[4] = "Selecc. Rectángulo";
modeList[5] = "Selecciona un Punto";
modeList[6] = "Selecciona una Línea";
modeList[7] = "Selecciona un Polígono";
modeList[8] = "Sel. Línea/Polígono";
modeList[9] = "HiperVínculo";
modeList[10] = "Selecciona Shape";
modeList[11] = "Buffer Shape";
modeList[12] = "Medir Distancias";
modeList[13] = "Crear Shape";
modeList[14] = "Localizar Direcciones";
modeList[15] = "Consultas";
modeList[16] = "Búsquedas";
modeList[17] = "Buscar";
modeList[18] = "Area de Influencia";
modeList[19] = "Identificar Todo";
modeList[20] = "Identificación de Registros";
modeList[21] = "Get Address";
modeList[22] = "Ver todo el Mapa";
modeList[23] = "Vista General";
modeList[24] = "Imprimir Mapa";
modeList[25] = "Descargar Imagen";
modeList[26] = "Leyenda/Capas";
modeList[27] = "Anterior";
modeList[28] = "Siguiente";
modeList[29] = "Ajustar Unidades";
modeList[30] = "Limpiar Selección";
modeList[31] = "Ayuda en Línea";
modeList[32] = "Guía Rápida";
modeList[57] = "Todos los Datos";
modeList[63] = "Guardar Imagen";

titleList[0] = "ArcIMS Versión 9.1"; 
titleList[1] = "La Capa Activa Actualmente";	// aimsLayers.js
titleList[2] = "Información de la Capa";	
titleList[3] = "Leyenda";	// aimsLegend.js
titleList[4] = "ArcIMS Versión 9.1"; // aimsPrint.js
titleList[5] = "Mapa Resultante";
titleList[6] = "Address Match Candidates";	// aimsGeocode.js
titleList[7] = "Consulta/Selección de Resultados";	// aimsIdentify.js
titleList[8] = "Selección de Resultados";
titleList[9] = "Resultados de Hipervínculos";
titleList[10] = "Resultados del Buffer";			// aimsBuffer.js
titleList[11] = "Address Matching";			// aimsGeocode.js
titleList[12] = "Barra de Herramientas";
titleList[13] = "Capas";
titleList[14] = " Visible ";
titleList[15] = " Activa ";
titleList[16] = "Unidades de la Escala";			// setUnits.htm
titleList[17] = "Unidades del Mapa";
titleList[18] = "Imprimir el Mapa";				// printForm.htm
titleList[19] = "Título del Mapa:<BR>";
titleList[20] = "Impresión del Mapa";
titleList[21] = "Imprimir Mapa";
titleList[22] = "Zonas Seleccionadas";;	
titleList[23] = "Zonas Resaltadas";
titleList[24] = "Área Influenciada";
titleList[25] = "BufferPolígonos";
titleList[26] = "Área Influenciada";
titleList[27] = "Área de Influencia";
titleList[28] = "";
titleList[29] = "";
titleList[30] = "";
/*
titleList[0] = ""; 
titleList[1] = "";
titleList[2] = "";;	
titleList[3] = "";
titleList[4] = "";
titleList[5] = "";
titleList[6] = "";
titleList[7] = "";
titleList[8] = "";
titleList[9] = "";
*/

buttonList[0] = "Ocultar Leyenda"; // aimsLegend.js
buttonList[1] = "Locate Another Address"; // aimsGeocode.js
buttonList[2] = "Valor";	// aimsQuery.js
buttonList[3] = "Mostrar Valores";
buttonList[4] = "Obtener Valores";
buttonList[5] = "Construir sentencia SQL";
buttonList[6] = "Ejecutar";
buttonList[7] = "Deshacer";
buttonList[8] = "Limpiar";
buttonList[9] = "Crear Buffer";	// aimsBuffer.js
buttonList[10] = "Si";
buttonList[11] = "No";
buttonList[12] = "Selecciona la Capa";	// addmatch.htm
buttonList[13] = "Localiza";	
buttonList[14] = "Leyendas/Capas";		// toolbar.htm
buttonList[15] = "Vista General";
buttonList[16] = "Acercamiento";
buttonList[17] = "Alejamiento";
buttonList[18] = "Ver Todo el Mapa";
buttonList[19] = "Acercamiento a la Capa Activa";
buttonList[20] = "Retorna a la Vista Anterior";
buttonList[21] = "Pan";
buttonList[22] = "Pan al Norte";	
buttonList[23] = "Pan al Sur";	
buttonList[24] = "Pan al Oeste";		
buttonList[25] = "Pan al Este";
buttonList[26] = "Enlace URL";
buttonList[27] = "Identificar Registros";
buttonList[28] = "Consultas";
buttonList[29] = "Búsquedas";
buttonList[30] = "Encontrar";
buttonList[31] = "Medir Distancias";
buttonList[32] = "Ajustar Unidades";	
buttonList[33] = "Buffer";	
buttonList[34] = "Seleccionar Rectángulo";		
buttonList[35] = "Seleccionar Línea/Polígono";
buttonList[36] = "Limpiar Selección";
buttonList[37] = "Localizar Dirección";
buttonList[38] = "Imprimir";
buttonList[39] = "Extraer";
buttonList[40] = "Opciones";
buttonList[41] = "Cargando Mapa";
buttonList[42] = "Oculta la Lista";	// toc.htm
buttonList[43] = "Información de la Capa";	
buttonList[44] = "Refrescar Mapa";		
buttonList[45] = "    Reestablecer    "; // select.htm
buttonList[46] = " Borra el último punto ";
buttonList[47] = "  Completa y Selecciona la Línea  ";
buttonList[48] = "Completa y Selecciona el Polígono";
buttonList[49] = "Cancelar"; // setUnits.htm
buttonList[50] = "Crear Página de Impresión";  // printForm.htm
buttonList[51] = "Punto del Buffer y Selección";
buttonList[52] = "Línea Buffer y Selección";	
buttonList[53] = "Completa el Polígono, Buffer, Selección";	
buttonList[54] = "Utiliza el Punto para Seleccionar";		
buttonList[55] = "Obtén la dirección";
buttonList[56] = "Encuentra la ruta";
buttonList[57] = "Todos los datos";
buttonList[58] = "Clasificación de Capas";
buttonList[60] = "Estadísticas";
buttonList[63] = "Guardar Imagen";
buttonList[64] = "Ayuda en Línea";
/*
buttonList[1] = "";
buttonList[2] = "";	
buttonList[3] = "";	
buttonList[4] = "";		
buttonList[5] = "";
buttonList[6] = "";
buttonList[7] = "";
buttonList[8] = "";
buttonList[9] = "";
buttonList[0] = "";
*/
