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) • 682 B
JavaScript
define(
({
smiley: "Вмъкни емотикон",
emoticonSmile: "усмивка",
emoticonLaughing: "смях",
emoticonWink: "намигане",
emoticonGrin: "хилене",
emoticonCool: "готин",
emoticonAngry: "ядосан",
emoticonHalf: "половин усмивка",
emoticonEyebrow: "повдигната вежда",
emoticonFrown: "смръщен",
emoticonShy: "срамежлив",
emoticonGoofy: "глупав",
emoticonOops: "упс",
emoticonTongue: "изплезен",
emoticonIdea: "идея",
emoticonYes: "да",
emoticonNo: "не",
emoticonAngel: "ангел",
emoticonCrying: "плачещ",
emoticonHappy: "щастлив"
})
);