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) • 512 B
JavaScript
define(
({
smiley: "Sett inn uttrykksikon",
emoticonSmile: "smil",
emoticonLaughing: "latter",
emoticonWink: "blunk",
emoticonGrin: "glis",
emoticonCool: "kul",
emoticonAngry: "sint",
emoticonHalf: "halv",
emoticonEyebrow: "øyebryn",
emoticonFrown: "trist",
emoticonShy: "sjenert",
emoticonGoofy: "tåpelig",
emoticonOops: "ops",
emoticonTongue: "tunge",
emoticonIdea: "ide",
emoticonYes: "ja",
emoticonNo: "nei",
emoticonAngel: "engel",
emoticonCrying: "gråt",
emoticonHappy: "glad"
})
);