summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ja/LinkDialog.js.uncompressed.js
blob: 6f4e06567c37a20604c8380007722f9d95d98f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
define(
"dijit/_editor/nls/ja/LinkDialog", ({
	createLinkTitle: "リンク・プロパティー",
	insertImageTitle: "イメージ・プロパティー",
	url: "URL:",
	text: "説明:",
	target: "ターゲット: ",
	set: "設定",
	currentWindow: "現在のウィンドウ",
	parentWindow: "親ウィンドウ",
	topWindow: "最上位ウィンドウ",
	newWindow: "新規ウィンドウ"
})
);