commonLang = {
	printTitle: "Print Preview",
	print: "Print",
	close: "Close",
	separator : " | ",
	tabset_summary: "Tab Items",
	upload_timeout_confirm:"Upload failed or upload timed out. Do you want to continue?"
};
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 : "Year",
	month : "Month",
	week_sun : "Sun",
	week_mon : "Mon",
	week_tue : "Tue",
	week_wed : "Wed",
	week_thu : "Thu",
	week_fri : "Fri",
	week_sat : "Sat",
	title_today : "Move to todoay",
	title_prev_year : "Display previous year",
	title_next_year : "Display next year",
	title_prev_month : "Display previous month",
	title_next_month : "Display next month",
	move_today : "This month",
	btn_prev_year : "«",
	btn_next_year : "»",
	btn_prev_month : "‹",
	btn_next_month : "›"
};
/*WYSIWYG用定義ファイル*/
compTextareaLang = {
	edit    : "Edit",
	html    : "Html",
	preview : "Preview",
	path    : "Path",
	icons: {
		undo                 : "Undo",
		redo                 : "Redo",
		bold                 : "Bold",
		italic               : "Italic",
		underline            : "Underline",
		strikeThrough        : "Strikethrough",
		subscript            : "Subscript",
		superscript          : "Superscript",
		justifyLeft          : "Justify Left",
		justifyCenter        : "Justify Center",
		justifyRight         : "Justify Right",
		insertOrderedList    : "Ordered List",
		insertUnorderedList  : "Bulleted List",
		outdent              : "Decrease Indent",
		indent               : "Increase Indent",
		removeFormat         : "Remove formatting",
		forecolor_arrow      : "Select Font Color",
		hilitecolor_rarrow   : "Select Background Color",
		forecolor            : "Font Color",
		hilitecolor          : "Background Color",
		insertHorizontalRule : "Horizontal Rule",
		inserttable          : "Insert Table",
		inserttable_rarrow   : "Table Menu",
		createlink           : "Insert Web Link",
		insertimage          : "Insert/Modify Image",
		inserttex            : "Insert Tex",
		insertfile           : "Insert Upload",
		unlink               : "Unable Link",
		insertsmiley         : "Insert Smiley",
		savezip              : "Save as Zip",
		insertvideo          : "Insert Video file",
		blockquote           : "Blockquote"
	},
	fontname: {
		''                                         : "Font",
		'arial,helvetica,sans-serif'               : "Arial",
		'\'times new roman\',times,serif'          : "Times New Roman",
		'\'courier new\',courier,monospace'        : "Courier New",
		'georgia,\'times new roman\',times,serif'  : "Georgia",
		'tahoma,arial,helvetica,sans-serif'        : "Tahoma",
		'verdana,arial,helvetica,sans-serif'       : "Verdana",
		'impact'                                   : "impact",
		'wingdings'                                : "WingDings"
	},
		
	fontsize: {
		""      : "Size",
		"8pt"	: "8pt",
		"10pt"	: "10pt",
		"12pt"	: "12pt",
		"14pt"	: "14pt",
		"18pt"	: "18pt",
		"24pt"	: "24pt",
		"36pt"	: "36pt"
	},
	formatblock: {
		""             : "Format",
		"h1"           : "H1",
		"h2"           : "H2",
		"h3"           : "H3",
		"h4"           : "H4",
		"h5"           : "H5",
		"h6"           : "H6",
		"p"            : "Paragraph",
		"address"      : "Address",
		"pre"          : "Formatted"
	},

    dialog  :   {
    	ok             : "OK",
    	cancel         : "Cancel",
    	close          : "Close"
    },

    mes        : {
		del_empty      : "The empty &lt;%s&gt; elements has been removed."
    }
};

compInsertLinkLang = {
	dialog_title      : "Insert Link",
	url 	          : "URL(href=)",
	title	          : "Title(title=)",
	target	          : "Target(target=)",
	target_none	      : "No specification",
	target_blank	  : "New window(_blank)",
	target_other	  : "Other",
	ok	              : "Insert Link",
	err_url 	      : "Please input linked URL."
};

compInsertTableLang = {
	dialog_title	: "Insert Table"
};

compMimeTexLang = {
	dialog_title : "Insert Tex",
	error_mes : "Please enter the Tex characters."
};

compInsertVideoLang = {
	dialog_title : "Insert video files",
	desc : "　Please input the Youtube's embed code.",
	mod_desc : "　Please input the embed code from video module or Youtube.",
	error_mes : "Please input a copy of the embed code."
};

compTableMenuLang = {
	table_property    : "Table Property",
	cell_merge        : "Cell Merge",
	row_partition     : "Row Split",
	col_partition     : "Col Split",
	cell_partition    : "Cell Split",
	row_before_insert : "Ins Before Selected row",
	row_after_insert  : "Ins After Selected row",
	row_delete        : "Delete Selected Row",
	col_before_insert : "Ins Before Selected col",
	col_after_insert  : "Ins After Selected col",
	col_delete        : "Delete Selected Col",
	table_delete      : "Delete Table"
};

compTablePropertyLang = {
	tab_name : {
		table : "Table",
		row : "Row",
		col : "Col",
		cell : "Cell"
	},
	panel : {
		separator             : ":",
		col_sep               : "--",
		row_sep               : ",",
		cell_sep              : "-",
		text_align            : "Horizontal alignment",
		text_align_left       : "Left Justify",
		text_align_center     : "Center Justify",
		text_align_right      : "Right Justify",
		vertical_align        : "Vertical alignment",
		vertical_align_top    : "Top Justify",
		vertical_align_middle : "Middle Justify",
		vertical_align_bottom : "Bottom Justify",
		width                 : "Width",
		height                : "Height",
		margin_width          : "Side Margin",
		margin_height         : "Vertical Margin",
		cellpadding           : "Cell Padding",
		cellspacing           : "Cell Spacing",
		border_pile           : "Border Collapse",
		bgcolor               : "Bg Color",
		fontcolor             : "Font Color",
		sel_color             : "Select color",
		nowrap                : "Keep text from wrapping",
		border                : "Horizontal",
		cell_equality         : "Equalize the cell width",
		summary               : "Summary"
	}
};
compTableBorderLang = {
	separator	: ":",
	color	    : "Color",
	table       : "Table",
	row         : "Row",
	col         : "Col",
	cell        : "Cell",
	none        : "No specification",
	outer       : "Borders",
	top         : "Overline",
	bottom      : "Underline",
	left        : "Left line",
	right       : "Right line",
	border_width: "Border Width",
	border_style: "Border Style"
};

compTableMergeLang = {
	row       : "Row",
	col       : "Col",
	cell      : "Cell",
	separator : ":",
	cell_sep  : "-",
	merge     : "Number of cells of the table to merge"
};