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) • 535 B
JavaScript
define(
({
smiley: "Insereix emoticona",
emoticonSmile: "somriure",
emoticonLaughing: "rient",
emoticonWink: "ullet",
emoticonGrin: "gran somriure",
emoticonCool: "guai",
emoticonAngry: "enfadat",
emoticonHalf: "meitat",
emoticonEyebrow: "cella",
emoticonFrown: "espantat",
emoticonShy: "avergonyit",
emoticonGoofy: "babau",
emoticonOops: "ep",
emoticonTongue: "llengua",
emoticonIdea: "idea",
emoticonYes: "sí",
emoticonNo: "no",
emoticonAngel: "àngel",
emoticonCrying: "plorant",
emoticonHappy: "content"
})
);