summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ar/Smiley.js
blob: 3cda959cf84ede41933b57ebde230ec48d9b4722 (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/ar/Smiley", //begin v1.x content
({
	smiley: "ادراج شكل متحرك",
	emoticonSmile: "ابتسامة",
	emoticonLaughing: "ضاحك",
	emoticonWink: "غمزة",
	emoticonGrin: "تكشير",
	emoticonCool: "حسنا",
	emoticonAngry: "غضبان",
	emoticonHalf: "نصف",
	emoticonEyebrow: "حاجب",
	emoticonFrown: "عبوس",
	emoticonShy: "خجول",
	emoticonGoofy: "أبله",
	emoticonOops: "عفوا",
	emoticonTongue: "لسان",
	emoticonIdea: "فكرة",
	emoticonYes: "نعم",
	emoticonNo: "لا",
	emoticonAngel: "ملاك",
	emoticonCrying: "يبكي"
})

//end v1.x content
);