﻿	//=English
	var STRINGS = new Array();
	STRINGS["SLIDE_SPEED"]="speed : ";
	STRINGS["SLIDE_SEC"] = "sec";
	STRINGS["SLIDE_END"] ="slide show finished.";
	STRINGS["SLIDE_DEFAULT_SPEED"] ="speed : 3sec";
	STRINGS["SLIDE_PAGE_HANDLE_ALT"] = "set the page by this handle.";
	STRINGS["SLIDE_SPEED_SET_ALT"] = "set the speed by this handle.";
	STRINGS["SLIDE_SHOW_READY"] = "slide show ready.";
	STRINGS["SLIDE_SHOW_PLAY"] = "slide show play.";

	STRINGS["ALERT_READY"] = "reading...";
	STRINGS["ALERT_SET_PAGE"] = "set the page to move.";
	STRINGS["ALERT_NO_PAGE"] = "page not found.";

	STRINGS["ZOOMGL_ZOOM_ALERT"] = "zoom glass is not able to zoom page.";

	STRINGS["PRINT_NO_PRINT_ALERT"] = "this catalog is not printable.";
	
	STRINGS["ALERT_NO_CATEGORY"] = "this catalog have no category data.";
	STRINGS["ALERT_NO_ZOOM_PAGE"] = "this catalog have no zoom page.";
	STRINGS["ALERT_INPUT_SEARCH_WORD"] = "please input search word.";
	STRINGS["ALERT_NO_SEARCH_RESULT"] = "no word matched.";
	
	STRINGS["ALERT_EBOOK_SO_BIG"] = "catalog is so big to see your screen.";
	STRINGS["ALERT_NO_MORE_ZOOMING"] = "this is largest zoom in this catalog.";
	
	STRINGS["ALERT_NO_PREV_PAGE"] = "this is first page.";
	STRINGS["ALERT_NO_NEXT_PAGE"] = "this is last page.";	
	
	STRINGS["ALERT_NETWORK_TROUBLE"] = "network is busy. please retry.";

