// 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] = "無法載入Javascript:\naimsCommon.js\naimsXML.js\naimsMap.js";
	// aimsCommon.js - msgList
msgList[1] = "無限制範圍";
msgList[2] = "無法啟動(缺少jsForm.htm)";
msgList[3] = "目前展示範圍:\n左邊界: ";
msgList[4] = "\n下邊界: ";
msgList[5] = "\n右邊界: ";
msgList[6] = "\n上邊界: ";
msgList[7] = "\n\n全部範圍比例: ";
	// aimsXML.js - msgList
msgList[8] = "地圖服務名稱: ";
msgList[9] = "\nArcXML Request:\n ";
msgList[10] = "先前的請求尚未完成!!";
msgList[11] = "無法連結伺服器";
msgList[12] = "傳送:\n\n";
msgList[13] = "ArcXML Response:\n ";
msgList[14] = "無法展示地圖服務\n";
msgList[15] = "無法傳送請求";
msgList[16] = "無法展示示意圖\n";
msgList[17] = "無法設定參數";
msgList[18] = "點選位置錯誤";
msgList[19] = "\n無法執行請求";
	// aimsLayers.js - msgList
msgList[20] = " 目前作用中圖層";
msgList[21] = "無法取得欄位名稱.\n無法查詢圖層資訊";
msgList[22] = "名稱:";
msgList[23] = "ID:";
msgList[24] = "型式:";
msgList[25] = "範圍:";
msgList[26] = "最小比例尺:";
msgList[27] = "最大比例尺:";
msgList[28] = "欄位:";
msgList[29] = "大小:";
msgList[30] = "小數位數:";
msgList[31] = "未知";
msgList[32] = "String";
msgList[33] = "ID";
msgList[34] = "Shape";
msgList[35] = "Integer";
msgList[36] = "Double";
msgList[37] = "Boolean";
msgList[38] = "Floating";
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] = "A MapService must be loaded";
	// aimsClick.js - msgList
msgList[46] = "Cannot query MapService\nIdentify, Select, and Query functions are disabled.";
msgList[47] = "This layer does not have any Hyperlinks.";
msgList[48] = "No selected features to buffer.";
msgList[49] = "Buffer Mode disabled.";
msgList[50] = "Legend Library (aimsLegend.js) not loaded.";
msgList[51] = "Function not enabled.";
	// aimsNavigation.js - msgList
msgList[52] = "(TWD97坐標系統)X,Y:";
msgList[53] = "影像座標: ";
msgList[54] = "比例因子(公尺/像素): ";
	// aimsCustom.js - msgList
msgList[55] = "Unknown Mode:";
msgList[56] = "\nUnable to execute request.";
	// aimsGeocode.js - msgList
msgList[57] = "Locate Results";
msgList[58] = "Address";
msgList[59] = "Score";
msgList[60] = "Unable to locate address";
	// aimsIdentify.js - msgList
msgList[61] = "上一頁 ";
msgList[62] = " 資料";
msgList[63] = "其他資料";
msgList[64] = "查無資料";
msgList[65] = "Returned ArcXML Response:";
msgList[66] = "Server returned:";
msgList[67] = "Hyperlink to ";
msgList[68] = "無法連結";
msgList[69] = "無法連結";
	// aimsSelect.js - msgList
msgList[70] = "Measure Totals cleared.";
msgList[71] = "Selection cleared.";
	// aimsQuery.js - msgList
msgList[72] = "Field";
msgList[73] = "Operator";
msgList[74] = "Requesting sample values for the layer ";
msgList[75] = "The first ";
msgList[76] = " records are being accessed. There may be duplicate values.";
msgList[77] = ":\nThis layer does not have any StoredQueries.";
msgList[78] = "Search";
msgList[79] = "Search is Case-Sensitive";
msgList[80] = "Unable to build Query String.";
	// aimsBuffer.js - msgList
msgList[81] = "Distance must be at least zero.\\nStart all numbers less than one with a leading zero.";
msgList[82] = "Highlight features from ";
msgList[83] = " within a distance of&nbsp;";
msgList[84] = " around the selected features of ";
msgList[85] = "Display Attributes";
msgList[86] = "Rec";
	// addmatch.htm - msgList
msgList[87] = "No Layer";
msgList[88] = "Layer";
msgList[89] = "Please enter a string";
msgList[90] = "Enter String to Find in ";
msgList[91] = "Cancelled.";
msgList[92] = "Find String";
	// select.htm - msgList
msgList[93] = "A minimum of two points are required.";
msgList[94] = "A minimum of three points are required.";
msgList[95] = "Select with Line or Polygon";
	// printForm.htm
msgList[96] = "請按下製作【地圖列印網頁】按鈕隨後會產生一個地圖列印網頁新視窗";
msgList[97] = "於新視窗選取上方功能選單：檔案→列印";
msgList[98] = "即可將地圖網頁列印出來";
msgList[99] = "Please enter a string";
msgList[100] = "The modules available on this site make extensive use of JavaScript <br> and requires a 4.0 or newer Browser.<br>Internet Explorer is not supported on the Macintosh."; // default.htm
msgList[101] = " 該圖層在此比例尺下無法開啟，請放大後再進行查詢";
msgList[102] = " is not visible and features cannot be selected.\n\nCheck Visible for ";
msgList[103] = "Check Visible for the layer and click Refresh Map.";
msgList[104] = "運作中圖層：";
msgList[105] = "At least one point is required";
msgList[106] = "Buffer Shape";
msgList[107] = "Buffer Size:";
msgList[108] = " and click Refresh Map.";
msgList[109] = "No operator in query";
msgList[110] = "Query expression is blank.\nNo features have been selected.";
msgList[111] = "No Layers visible.";
msgList[112] = "No features found at click location.";
msgList[113] = "<br><br><br><br><br><br><br><br><br><br><br><br><p align=center></p>";
msgList[114] = "點選處無超連結可供連結";
msgList[115] = "No Hyperlinks defined.";
msgList[116] = "No hyperlink defined for any layer at click location";
msgList[117] = "Retrieving Data. . .";
msgList[118] = "Retrieving Map. . .";
msgList[119] = "You are not authorized to make map requests to this MapService.";
msgList[120] = "Debug Mode On";
msgList[121] = "Debug Mode Off";
msgList[122] = " records are being accessed. Duplicate values will be sorted out, resulting in fewer samples.";
msgList[123] = "";
msgList[124] = "";
msgList[125] = "";
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] = "DEGREES";
unitList[1] = "FEET";
unitList[2] = "MILES";
unitList[3] = "公尺";
unitList[4] = "公里";

sUnitList[0] = "DEGREES";
sUnitList[1] = "FEET";
sUnitList[2] = "MILES";
sUnitList[3] = "METERS";
sUnitList[4] = "KILOMETERS";

modeList[0] = "放大";
modeList[1] = "縮小";
modeList[2] = "平移";
modeList[3] = "查詢";
modeList[4] = "方形選取";
modeList[5] = "Select Point";
modeList[6] = "線形選取";
modeList[7] = "Select Polygon";
modeList[8] = "Select Line/Polygon";
modeList[9] = "超連結";
modeList[10] = "Select Shape";
modeList[11] = "Buffer Shape";
modeList[12] = "測距";
modeList[13] = "Create Shape";
modeList[14] = "Locate Address";
modeList[15] = "查詢";		//Query
modeList[16] = "搜尋";		//Search
modeList[17] = "尋找";		//Find
modeList[18] = "Buffer";
modeList[19] = "查詢";		//Identify All
modeList[20] = "查詢可視化圖層";
modeList[21] = "Get Address";
modeList[99] = "量測面積";


titleList[0] = "ArcIMS HTML Viewer"; 
titleList[1] = "Current Active Layer";	// aimsLayers.js
titleList[2] = "圖層資訊";	
titleList[3] = "圖  例";	// aimsLegend.js
titleList[4] = "ArcIMS HTML Viewer Map"; // aimsPrint.js
titleList[5] = "地圖列印";
titleList[6] = "Address Match Candidates";	// aimsGeocode.js
titleList[7] = "Query/Selection Results";	// aimsIdentify.js
titleList[8] = "Select Results";
titleList[9] = "Hyperlink Results";
titleList[10] = "Buffer Results";			// aimsBuffer.js
titleList[11] = "Address Matching";			// aimsGeocode.js
titleList[12] = "工具列";
titleList[13] = "圖層選單";
titleList[14] = " 圖層開關 ";
titleList[15] = " Active ";
titleList[16] = "Display Units";			// setUnits.htm
titleList[17] = "Map Units";
titleList[18] = "地圖列印";				// printForm.htm
titleList[19] = "地圖標題:<BR>";
titleList[20] = "花蓮縣多目標整合地理資訊系統";
titleList[21] = "地圖列印";
titleList[22] = "";;	
titleList[23] = "";
titleList[24] = "";
titleList[25] = "";
titleList[26] = "";
titleList[27] = "";
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] = "關閉圖例視窗"; // aimsLegend.js
buttonList[1] = "Locate Another Address"; // aimsGeocode.js
buttonList[2] = "Value";	// aimsQuery.js
buttonList[3] = "Sample Values";
buttonList[4] = "Get Samples";
buttonList[5] = "Add to Query String";
buttonList[6] = "Execute";
buttonList[7] = "Undo";
buttonList[8] = "Clear";
buttonList[9] = "Create Buffer";	// aimsBuffer.js
buttonList[10] = "Yes";
buttonList[11] = "No";
buttonList[12] = "Select Layer";	// addmatch.htm
buttonList[13] = "Locate";	
buttonList[14] = "圖例/圖層選單";		// toolbar.htm
buttonList[15] = "示意圖展示/隱藏";
buttonList[16] = "放大";
buttonList[17] = "縮小";
buttonList[18] = "全範圍";
buttonList[19] = "Zoom to Active Layer";
buttonList[20] = "回上一頁";
buttonList[21] = "平移";
buttonList[22] = "Pan to North";	
buttonList[23] = "Pan to South";	
buttonList[24] = "Pan to West";		
buttonList[25] = "Pan to East";
buttonList[26] = "超連結";
buttonList[27] = "查詢";
buttonList[28] = "Query";
buttonList[29] = "搜尋";
buttonList[30] = "尋找";
buttonList[31] = "測距";
buttonList[32] = "Set Units";	
buttonList[33] = "Buffer";	
buttonList[34] = "矩形框選";		
buttonList[35] = "Select by Line/Polygon";
buttonList[36] = "功能名稱:清除\n將圖面上由使用者所新增之點位、線段或多邊形等資料全部清除";
buttonList[37] = "Locate Address";
buttonList[38] = "列印";
buttonList[39] = "Extract";
buttonList[40] = "Options";
buttonList[41] = "Load MapService";
buttonList[42] = "關閉視窗";	// toc.htm
buttonList[43] = "Info";	
buttonList[44] = "圖層重繪";		
buttonList[45] = "    Restart    "; // select.htm
buttonList[46] = " Delete Last Point ";
buttonList[47] = "  Complete Line & Select  ";
buttonList[48] = "Complete Polygon & Select";
buttonList[49] = "Cancel"; // setUnits.htm
buttonList[50] = "製作地圖列印網頁";  // printForm.htm
buttonList[51] = "Buffer Point & Select";
buttonList[52] = "Buffer Line & Select";	
buttonList[53] = "Complete Polygon, Buffer, Select";	
buttonList[54] = "Use Point to Select";		
buttonList[55] = "Get Address @ Click";
buttonList[56] = "Find Route";
buttonList[57] = "";
buttonList[58] = "";
buttonList[59] = "";
buttonList[60] = "";
/*
buttonList[1] = "";
buttonList[2] = "";	
buttonList[3] = "";	
buttonList[4] = "";		
buttonList[5] = "";
buttonList[6] = "";
buttonList[7] = "";
buttonList[8] = "";
buttonList[9] = "";
buttonList[0] = "";
*/
