28 lines
643 B
JavaScript
28 lines
643 B
JavaScript
|
//>>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
|
||
|
);
|