123456789101112131415161718192021222324 |
- define(
- "dojox/editor/plugins/nls/nb/Smiley", ({
- smiley: "Sett inn uttrykksikon",
- emoticonSmile: "smil",
- emoticonLaughing: "latter",
- emoticonWink: "blunk",
- emoticonGrin: "glis",
- emoticonCool: "kul",
- emoticonAngry: "sint",
- emoticonHalf: "halv",
- emoticonEyebrow: "øyebryn",
- emoticonFrown: "trist",
- emoticonShy: "sjenert",
- emoticonGoofy: "tåpelig",
- emoticonOops: "ops",
- emoticonTongue: "tunge",
- emoticonIdea: "ide",
- emoticonYes: "ja",
- emoticonNo: "nei",
- emoticonAngel: "engel",
- emoticonCrying: "gråt",
- emoticonHappy: "glad"
- })
- );
|