123456789101112131415161718192021222324 |
- define(
- "dojox/editor/plugins/nls/ar/Smiley", ({
- smiley: "ادراج شكل متحرك",
- emoticonSmile: "ابتسامة",
- emoticonLaughing: "ضاحك",
- emoticonWink: "غمزة",
- emoticonGrin: "تكشير",
- emoticonCool: "حسنا",
- emoticonAngry: "غضبان",
- emoticonHalf: "نصف",
- emoticonEyebrow: "حاجب",
- emoticonFrown: "عبوس",
- emoticonShy: "خجول",
- emoticonGoofy: "أبله",
- emoticonOops: "عفوا",
- emoticonTongue: "لسان",
- emoticonIdea: "فكرة",
- emoticonYes: "نعم",
- emoticonNo: "لا",
- emoticonAngel: "ملاك",
- emoticonCrying: "يبكي",
- emoticonHappy: "سعيد"
- })
- );
|