// aimsExtractResource.js
/*
*  JavaScript resource file for ArcIMS HTML Viewer - Extract Sample
*		arrays containing display text
* 		This file can be swapped out with appropriate language translation
*/

var extractList = new Array();
var extractButton = new Array();

extractList[0] = "Extrair Camadas";
extractList[1] = "Camadas que podem ser extraídas:";
extractList[2] = "Extrair";
extractList[3] = "Nenhuma camada visível.<br>";
extractList[4] = "Nenhuma camada disponível nessa escala.<br>";
extractList[5] = "Extensão: ";
extractList[6] = "Arquivo compactado disponível para download . . .";
extractList[7] = "Download";
extractList[8] = "Não foi possível extrair nenhuma camada.";
extractList[9] = "";
extractList[10] = "";

/*
extractList[1] = "";
extractList[2] = "";
extractList[3] = "";
extractList[4] = "";
extractList[5] = "";
extractList[6] = "";
extractList[7] = "";
extractList[8] = "";
extractList[9] = "";
extractList[0] = "";
*/

