commonLang = {
	printTitle: "Print Preview",
	print: "Print",
	close: "Close",
	separator : " | ",
	tabset_summary: "Tab Items",
	upload_timeout_confirm:"アップロードが失敗したか、タイムアウトになった可能性があります。処理を続行しますか?"
};
pagesLang = {
	emptyBlockname: "Block",
	centercolumnNoexists: "<div><a href='#' onclick='location.href = $(&quot;_settingmode&quot;).href;return false;'>Setting mode</a> ON to start.</div>"
};

compCalendarLang = {
	day_separator : "/",
	summary : "Calendar",
	icon_alt : "Calendar",
	icon_title : "Show Calendar",
	year : "年",
	month : "月",
	week_sun : "日",
	week_mon : "月",
	week_tue : "火",
	week_wed : "水",
	week_thu : "木",
	week_fri : "金",
	week_sat : "土",
	title_today : "今日へ移動します",
	title_prev_year : "前年を表示します",
	title_next_year : "次年を表示します",
	title_prev_month : "前月を表示します",
	title_next_month : "次月を表示します",
	move_today : "今月へ",
	btn_prev_year : "«",
	btn_next_year : "»",
	btn_prev_month : "‹",
	btn_next_month : "›"
};
/*WYSIWYG用定義ファイル*/
compTextareaLang = {
	content: {
		title:			"textarea"
	},
	icons: {
		undo:           "Undo",
		redo:           "Redo",
		cut:            "Cut",
		copy:           "Copy",
		paste:          "Paste",
		bold:           "Bold",
		italic:         "Italic",
		underline:      "Underline",
		strikethrough:  "Strikethrough",
		subscript:      "Subscript",
		superscript:    "Superscript",
		justifyleft:    "Justify Left",
		justifycenter:  "Justify Center",
		justifyright:   "Justify Right",
		justifyfull:    "Justify Full",
		justifyleft:    "Justify Left",
		justifycenter:  "Justify Center",
		justifyright:   "Justify Right",
		justifyfull:    "Justify Full",
		orderedlist:    "Ordered List",
		unorderedlist:  "Bulleted List",
		outdent:        "Decrease Indent",
		indent:         "Increase Indent",
		lefttoright:    "Direction left to right",
		righttoleft:    "Direction right to left",
		removeformat:   "Remove formatting",
		forecolor:      "Font Color",
		hilitecolor:    "Background Color",
		setforecolor:      "Select Font Color",
		sethilitecolor:    "Select Background Color",
		inserthorizontalrule:    "Horizontal Rule",
		inserttable:     "Insert Table",
		tablemenu:       "Table Menu",
		createlink:      "Insert Web Link",
		insertimage:     "Insert/Modify Image",
		inserttex:       "Insert Tex",
		insertupload:  "Insert Upload",
		unablelink:      "Unable Link",
		smiley:          "Insert Smiley"
	},
	msg: {
		"Moz-Clipboard" :
		"Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
		"for security reasons.  Click OK to see a technical note at mozilla.org " +
		"which shows you how to allow a script to access the clipboard.",
		"selectlink_error" : "You need to select some text before creating a link"
	},
	modetype: {
		edit:        "Edit",
		html:        "Html",
		preview:     "Preview"
	}
};