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) • 518 B
JavaScript
define(
({
smiley: "Indsæt humørikon",
emoticonSmile: "smil",
emoticonLaughing: "ler",
emoticonWink: "blink",
emoticonGrin: "grin",
emoticonCool: "sej",
emoticonAngry: "vred",
emoticonHalf: "halv",
emoticonEyebrow: "øjenbryn",
emoticonFrown: "rynker panden",
emoticonShy: "genert",
emoticonGoofy: "skør",
emoticonOops: "ups",
emoticonTongue: "tungen ud",
emoticonIdea: "idé",
emoticonYes: "ja",
emoticonNo: "nej",
emoticonAngel: "engel",
emoticonCrying: "græder",
emoticonHappy: "glad"
})
);