dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
25 lines (24 loc) • 589 B
JavaScript
define(
({
smiley: "הוספת רגשון",
emoticonSmile: "חיוך",
emoticonLaughing: "צחוק ",
emoticonWink: "קריצה",
emoticonGrin: "גיחוך",
emoticonCool: "מגניב",
emoticonAngry: "כועס ",
emoticonHalf: "חצי ",
emoticonEyebrow: "גבה",
emoticonFrown: "קימוט מצח",
emoticonShy: "ביישן",
emoticonGoofy: "דבילי",
emoticonOops: "אופס ",
emoticonTongue: "לשון ",
emoticonIdea: "רעיון",
emoticonYes: "כן",
emoticonNo: "לא",
emoticonAngel: "מלאך ",
emoticonCrying: "בוכה",
emoticonHappy: "שמח"
})
);