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) • 510 B
JavaScript
define(
({
smiley: "Infoga smilis",
emoticonSmile: "leende",
emoticonLaughing: "skratt",
emoticonWink: "blinkning",
emoticonGrin: "flin",
emoticonCool: "sval",
emoticonAngry: "arg",
emoticonHalf: "halv",
emoticonEyebrow: "ögonbryn",
emoticonFrown: "sur",
emoticonShy: "blyg",
emoticonGoofy: "knasig",
emoticonOops: "hoppsan",
emoticonTongue: "tunga",
emoticonIdea: "idé",
emoticonYes: "ja",
emoticonNo: "nej",
emoticonAngel: "ängel",
emoticonCrying: "gråt",
emoticonHappy: "glad"
})
);