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) • 557 B
JavaScript
define(
({
smiley: "Emoticon einfügen",
emoticonSmile: "Lächeln",
emoticonLaughing: "Lachen",
emoticonWink: "Zwinkern",
emoticonGrin: "Grinsen",
emoticonCool: "Cool",
emoticonAngry: "Wütend",
emoticonHalf: "Halbes Lächeln",
emoticonEyebrow: "Augenbraue",
emoticonFrown: "Stirnrunzeln",
emoticonShy: "Schüchtern",
emoticonGoofy: "Albern",
emoticonOops: "Hoppla",
emoticonTongue: "Zunge",
emoticonIdea: "Idee",
emoticonYes: "Ja",
emoticonNo: "Nein",
emoticonAngel: "Engel",
emoticonCrying: "Weinen",
emoticonHappy: "Glücklich"
})
);