commonLang = {
	printTitle: "印刷プレビュー",
	print: "印刷",
	close: "閉じる",
	separator: " | ",
	tabset_summary: "タブ項目",
	upload_timeout_confirm:"アップロードが失敗したか、タイムアウトになった可能性があります。処理を続行しますか?"
};
pagesLang = {
	emptyBlockname: "ブロック"
};
compCalendarLang = {
	day_separator : "/",
	summary : "カレンダー",
	icon_alt : "カレンダー",
	icon_title : "カレンダーを表示します",
	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:			"テキストエリア"
	},
	icons: {
		undo:           "元に戻す",
		redo:           "やり直し",
//		cut:            "切り取り",
//		copy:           "コピー",
//		paste:          "貼り付け",
		bold:           "太字",
		italic:         "斜体",
		underline:      "下線",
		strikethrough:  "取り消し線",
		subscript:      "下付き",
		superscript:    "上付き",
		justifyleft:    "左揃え",
		justifycenter:  "中央揃え",
		justifyright:   "右揃え",
		justifyfull:    "両端揃え",
		orderedlist:    "段落番号",
		unorderedlist:  "箇条書き",
		outdent:        "インデント減",
		indent:         "インデント増",
		lefttoright:    "Direction left to right",
		righttoleft:    "Direction right to left",
		removeformat:   "書式設定を削除",
		forecolor:      "文字の色の選択",
		hilitecolor:    "文字の背景色の選択",
		setforecolor:   "文字の色",
		sethilitecolor: "文字の背景色",
		inserthorizontalrule:    "罫線の挿入",
		inserttable:     "表の挿入",
		tablemenu:       "表メニュー",
		createlink:      "リンクの挿入",
		insertimage:     "画像の挿入",
		inserttex:       "Tex表記文字の挿入",
		insertupload:    "アップロードの挿入",
		unablelink:      "リンクの削除",
		insertsmiley:    "顔文字の挿入"
	},
	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" : "リンクを設定するテキストを指定してください",
		"tablemerge_row_error" : "同じ大きさのセル同士のマージしかできません。",
		"tablemerge_col_error" : "同じ大きさのセル同士のマージしかできません。"
	},
	modetype: {
		edit:        "編集",
		html:        "HTML",
		preview:     "プレビュー"
	},
	fontname: {
		"フォント":	   '',
		"ＭＳ Ｐゴシック":	   '\'ＭＳ Ｐゴシック\',Osaka,sans-serif',
		"ＭＳ Ｐ明朝": '\'ＭＳ Ｐ明朝\',\'細明朝\',serif',
		"ＭＳ ゴシック":	   '\'ＭＳ ゴシック\',\'Osaka-等幅\',sans-serif',
		"HGP創英角ｺﾞｼｯｸUB":	   '\'HGP創英角ｺﾞｼｯｸUB\',sans-serif',
		"HGP創英角ﾎﾟｯﾌﾟ体":	   '\'HGP創英角ﾎﾟｯﾌﾟ体\',sans-serif',
		"ＤＦＰ特太ゴシック体":	   '\'ＤＦＰ特太ゴシック体\',sans-serif',
		"ＤＦＰ太丸ゴシック体":	   '\'ＤＦＰ太丸ゴシック体\',sans-serif',
		"Arial":	   'arial,helvetica,sans-serif',
		"Times New Roman": 'times new roman,times,serif',
		"Courier New":	   'courier new,courier,monospace'
	},
	fontsize: {
		"サイズ": "",
		"8pt"	: "1",
		"10pt"	: "2",
		"12pt"	: "3",
		"14pt"	: "4",
		"18pt"	: "5",
		"24pt"	: "6",
		"36pt"	: "7"
	},
	format: {
		"スタイル"  : "",
		"表題 1": "h1",
		"表題 2": "h2",
		"表題 3": "h3",
		"表題 4": "h4",
		"表題 5": "h5",
		"表題 6": "h6",
		"標準"   : "div",
		"連絡先"  : "address",
		"整形済み": "pre",
		"引用": "blockquote"
	}
};
