Smiley.js 556 B

123456789101112131415161718192021222324
  1. define(
  2. "dojox/editor/plugins/nls/nl/Smiley", ({
  3. smiley: "Emoticon invoegen",
  4. emoticonSmile: "glimlach",
  5. emoticonLaughing: "lach",
  6. emoticonWink: "knipoog",
  7. emoticonGrin: "grijns",
  8. emoticonCool: "cool",
  9. emoticonAngry: "kwaad",
  10. emoticonHalf: "half",
  11. emoticonEyebrow: "verbaasd",
  12. emoticonFrown: "frons",
  13. emoticonShy: "verlegen",
  14. emoticonGoofy: "goofy",
  15. emoticonOops: "oeps",
  16. emoticonTongue: "tong",
  17. emoticonIdea: "idee",
  18. emoticonYes: "ja",
  19. emoticonNo: "nee",
  20. emoticonAngel: "engel",
  21. emoticonCrying: "bedroefd",
  22. emoticonHappy: "blij"
  23. })
  24. );