summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/ko/FeedEntryEditor.js
blob: cf4750e98b592fb3797e58af5272247f669131a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
//>>built
define(
"dojox/atom/widget/nls/ko/FeedEntryEditor", //begin v1.x content
({
	doNew: "[새로 작성]",
	edit: "[편집]",
	save: "[저장]",
	cancel: "[취소]"
})
//end v1.x content
);