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

//end v1.x content
);