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: "Emoticon invoegen",
emoticonSmile: "glimlach",
emoticonLaughing: "lach",
emoticonWink: "knipoog",
emoticonGrin: "grijns",
emoticonCool: "cool",
emoticonAngry: "kwaad",
emoticonHalf: "half",
emoticonEyebrow: "verbaasd",
emoticonFrown: "frons",
emoticonShy: "verlegen",
emoticonGoofy: "goofy",
emoticonOops: "oeps",
emoticonTongue: "tong",
emoticonIdea: "idee",
emoticonYes: "ja",
emoticonNo: "nee",
emoticonAngel: "engel",
emoticonCrying: "bedroefd",
emoticonHappy: "blij"
})
);