Smiley.js 550 B

123456789101112131415161718192021222324
  1. define(
  2. "dojox/editor/plugins/nls/nb/Smiley", ({
  3. smiley: "Sett inn uttrykksikon",
  4. emoticonSmile: "smil",
  5. emoticonLaughing: "latter",
  6. emoticonWink: "blunk",
  7. emoticonGrin: "glis",
  8. emoticonCool: "kul",
  9. emoticonAngry: "sint",
  10. emoticonHalf: "halv",
  11. emoticonEyebrow: "øyebryn",
  12. emoticonFrown: "trist",
  13. emoticonShy: "sjenert",
  14. emoticonGoofy: "tåpelig",
  15. emoticonOops: "ops",
  16. emoticonTongue: "tunge",
  17. emoticonIdea: "ide",
  18. emoticonYes: "ja",
  19. emoticonNo: "nei",
  20. emoticonAngel: "engel",
  21. emoticonCrying: "gråt",
  22. emoticonHappy: "glad"
  23. })
  24. );