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