summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ko/InsertAnchor.js
blob: 13778b0e8d5d2dd034e95dc65b85a7165bef5dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/ko/InsertAnchor", //begin v1.x content
({
	insertAnchor: "기준 위치 삽입",
	title: "기준 위치 특성",
	anchor: "이름:",
	text: "설명:",
	set: "설정",
	cancel: "취소"
})

//end v1.x content
);