Smiley.js 957 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. define("dojox/editor/plugins/nls/Smiley", { root:
  2. //begin v1.x content
  3. ({
  4. smiley: "Insert Emoticon",
  5. emoticonSmile: "smile",
  6. emoticonLaughing: "laughing",
  7. emoticonWink: "wink",
  8. emoticonGrin: "grin",
  9. emoticonCool: "cool",
  10. emoticonAngry: "angry",
  11. emoticonHalf: "half",
  12. emoticonEyebrow: "eyebrow",
  13. emoticonFrown: "frown",
  14. emoticonShy: "shy",
  15. emoticonGoofy: "goofy",
  16. emoticonOops: "oops",
  17. emoticonTongue: "tongue",
  18. emoticonIdea: "idea",
  19. emoticonYes: "yes",
  20. emoticonNo: "no",
  21. emoticonAngel: "angel",
  22. emoticonCrying: "crying",
  23. emoticonHappy: "happy"
  24. })
  25. ,
  26. //end v1.x content
  27. "zh": true,
  28. "zh-tw": true,
  29. "tr": true,
  30. "th": true,
  31. "sv": true,
  32. "sl": true,
  33. "sk": true,
  34. "ru": true,
  35. "ro": true,
  36. "pt": true,
  37. "pt-pt": true,
  38. "pl": true,
  39. "nl": true,
  40. "nb": true,
  41. "ko": true,
  42. "kk": true,
  43. "ja": true,
  44. "it": true,
  45. "hu": true,
  46. "hr": true,
  47. "he": true,
  48. "fr": true,
  49. "fi": true,
  50. "es": true,
  51. "el": true,
  52. "de": true,
  53. "da": true,
  54. "cs": true,
  55. "ca": true,
  56. "ar": true
  57. });