summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/he/Smiley.js
blob: 81f94e4c608fd3338fefd09304e20bcc6dc812bc (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/he/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
);