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
);
|