2012-05-01 19:52:07 +08:00

28 lines
652 B
JavaScript

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