Smiley.js 595 B

123456789101112131415161718192021222324
  1. define(
  2. "dojox/editor/plugins/nls/fr/Smiley", ({
  3. smiley: "Insérer une émoticône",
  4. emoticonSmile: "sourire",
  5. emoticonLaughing: "rire",
  6. emoticonWink: "clin d'oeil",
  7. emoticonGrin: "sourire large",
  8. emoticonCool: "calme",
  9. emoticonAngry: "colère",
  10. emoticonHalf: "demi",
  11. emoticonEyebrow: "sourcils",
  12. emoticonFrown: "froncement de sourcils",
  13. emoticonShy: "timide",
  14. emoticonGoofy: "dingo",
  15. emoticonOops: "oops",
  16. emoticonTongue: "langue",
  17. emoticonIdea: "idée",
  18. emoticonYes: "oui",
  19. emoticonNo: "non",
  20. emoticonAngel: "ange",
  21. emoticonCrying: "pleurs",
  22. emoticonHappy: "sourire"
  23. })
  24. );