﻿var resource = [
	{
		id:		"search_options_show",
		value:	"Search options"
	},{
		id:		"search_options_hide",
		value:	"Search options"
	},{
		id:		"search_options_case",
		value:	"Case sensitive"
	},{
		id:		"search_options_multibyte",
		value:	"Ignore Asian character width"
	},{
		id:		"select_categories",
		value:	"Show search scope"
	},{
		id:		"hide_categories",
		value:	"Hide search scope"
	},{
		id:		"search_options_search_scope_all",
		value:	"Search all chapters"
	},{
		id:		"search_result_contidions",
		value:	"Keyword(s):"
	},{
		id:		"search_prev",
		value:	" « "
	},{
		id:		"search_next",
		value:	" » "
	},{
		id:		"search_found",
		value:	"item(s)"
	},{
		id:		"search_page_total",
		value:	"page(s)"
	},{
		id:		"search_options_search_scope_chapter",
		value:	"Search from below chapters"
	},{
		id:		"search_scope",
		value:	"Search scope: "
	},{
		id:		"search_scope_all",
		value:	"all"
	},{
		id:		"search_scope_chapter",
		value:	" chapter(s)"
	},{
		id:		"enter_search_keyword",
		value:	""
	},{
		id:		"search_button",
		value:	"<img src=\"../frame_images/hdr_srch_btn_s.gif\" />Search with these conditions"
	},{
		id:		"search_glossary",
		value:	"Search topics using this terminorogy..."
	},{
		id:		"search_glossary_not_found",
		value:	"No topics found."
	},{
		id:		"search_label",
		value:	"Search:"
	},{
		id:		"search_message_initial",
		value:	"Specify search conditions"
	},{
		id:		"search_message_wait",
		value:	"Now searching... Please wait..."
	},{
		id:		"search_result_item",
		value:	"Result:"
	},{
		id:		"search_found_message_1",
		value:	"搜索结果："
	},{
		id:		"search_found_message_2",
		value:	" 个主题"
	},{
		id:		"search_none_found_message_title",
		value:	"找不到任何结果。"
	},{
		id:		"search_none_found_message_body",
		value:	"搜索提示："
	},{
		id:		"search_none_found_message_1",
		value:	"检查拼写。"
	},{
		id:		"search_none_found_message_2",
		value:	"尝试使用更为普遍的词语。"
	},{
		id:		"search_none_found_message_3",
		value:	"尝试使用具有相同含义的不同词语。"
	},{
		id:		"search_none_found_message_4",
		value:	"使用更少的词语扩大搜索范围。"
	}
];
var constant = [
	{
		/* Remove "//" below to specify the language code. Simplified Chinese must be specified as "zh-CN". Traditional Chinese must be specified as "zh-TW". */
		//lang_code:					"xx-XX",
		search_show_around:			100,
		search_show_result_count:	10,
		search_page_max_range:		10,
		search_help:				"search",
		search_option_multibyte:	1,	// [0|1]
		join_chapters:				0,	// [0|1]
		markup_glossary:			1	// [0|1]
	}
];