summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ko/LinkDialog.js.uncompressed.js
blob: 44cc8337fcc06e9fdcac14fba26dce63ec06e624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
define(
"dijit/_editor/nls/ko/LinkDialog", //begin v1.x content
({
	createLinkTitle: "링크 등록 정보",
	insertImageTitle: "이미지 등록 정보",
	url: "URL:",
	text: "설명:",
	target: "대상",
	set: "설정",
	currentWindow: "현재 창",
	parentWindow: "상위 창",
	topWindow: "최상위 창",
	newWindow: "새 창"
})

//end v1.x content
);