Smiley.js 573 B

123456789101112131415161718192021222324
  1. define(
  2. "dojox/editor/plugins/nls/ca/Smiley", ({
  3. smiley: "Insereix emoticona",
  4. emoticonSmile: "somriure",
  5. emoticonLaughing: "rient",
  6. emoticonWink: "ullet",
  7. emoticonGrin: "gran somriure",
  8. emoticonCool: "guai",
  9. emoticonAngry: "enfadat",
  10. emoticonHalf: "meitat",
  11. emoticonEyebrow: "cella",
  12. emoticonFrown: "espantat",
  13. emoticonShy: "avergonyit",
  14. emoticonGoofy: "babau",
  15. emoticonOops: "ep",
  16. emoticonTongue: "llengua",
  17. emoticonIdea: "idea",
  18. emoticonYes: "sí",
  19. emoticonNo: "no",
  20. emoticonAngel: "àngel",
  21. emoticonCrying: "plorant",
  22. emoticonHappy: "content"
  23. })
  24. );