summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/th/Smiley.js
blob: 5bde3c9a6566c78475a3f42363349029f05d8ba4 (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/th/Smiley", //begin v1.x content
({
	smiley: "แทรกไอคอนแสดงอารมณ์",
	emoticonSmile: "ยิ้ม",
	emoticonLaughing: "หัวเราะ",
	emoticonWink: "ขยิบตา",
	emoticonGrin: "ยิ้มกว้าง",
	emoticonCool: "เจ๋ง",
	emoticonAngry: "โกรธ",
	emoticonHalf: "ครึ่งซีก",
	emoticonEyebrow: "คิ้ว",
	emoticonFrown: "หน้าบึ้ง",
	emoticonShy: "อาย",
	emoticonGoofy: "โง่",
	emoticonOops: "oops",
	emoticonTongue: "แลบลิ้น",
	emoticonIdea: "ความคิด",
	emoticonYes: "ใช่",
	emoticonNo: "ไม่ใช่",
	emoticonAngel: "โมโห",
	emoticonCrying: "ร้องไห้",
	emoticonHappy: "มีความสุข"
})

//end v1.x content
);