summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ko/Smiley.js
blob: a6d21dcd9842928c3ccaac0566f4c73dcf8e462b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//>>built
define(
"dojox/editor/plugins/nls/ko/Smiley", //begin v1.x content
({
	smiley: "이모티콘 삽입",
	emoticonSmile: "미소",
	emoticonLaughing: "하하",
	emoticonWink: "윙크",
	emoticonGrin: "씨익",
	emoticonCool: "멋진",
	emoticonAngry: "화남",
	emoticonHalf: "고민 중",
	emoticonEyebrow: "글쎄",
	emoticonFrown: "불만",
	emoticonShy: "부끄러움",
	emoticonGoofy: "바보",
	emoticonOops: "어머나",
	emoticonTongue: "메롱",
	emoticonIdea: "아이디어",
	emoticonYes: "예",
	emoticonNo: "아니오",
	emoticonAngel: "천사",
	emoticonCrying: "울음",
	emoticonHappy: "기쁜"
})
//end v1.x content
);