summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/ja/Smiley.js
blob: 2ab19339fd4611a54dacd0b26ba1b0aa1f46605e (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
28
//>>built
define(
"dojox/editor/plugins/nls/ja/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
);