123456789101112131415161718192021222324 |
- define(
- "dojox/editor/plugins/nls/he/Smiley", ({
- smiley: "הוספת רגשון",
- emoticonSmile: "חיוך",
- emoticonLaughing: "צחוק ",
- emoticonWink: "קריצה",
- emoticonGrin: "גיחוך",
- emoticonCool: "מגניב",
- emoticonAngry: "כועס ",
- emoticonHalf: "חצי ",
- emoticonEyebrow: "גבה",
- emoticonFrown: "קימוט מצח",
- emoticonShy: "ביישן",
- emoticonGoofy: "דבילי",
- emoticonOops: "אופס ",
- emoticonTongue: "לשון ",
- emoticonIdea: "רעיון",
- emoticonYes: "כן",
- emoticonNo: "לא",
- emoticonAngel: "מלאך ",
- emoticonCrying: "בוכה",
- emoticonHappy: "שמח"
- })
- );
|