SpellCheck.js 840 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. define("dojox/editor/plugins/nls/SpellCheck", { root:
  2. //begin v1.x content
  3. ({
  4. widgetLabel: "Batch Spell Check",
  5. unfound: "Not found",
  6. skip: "Skip",
  7. skipAll: "Skip All",
  8. toDic: "Add to dictionary",
  9. suggestions: "Suggestions",
  10. replace: "Replace",
  11. replaceWith: "Replace with",
  12. replaceAll: "Replace All",
  13. cancel: "Cancel",
  14. msg: "No misspellings found",
  15. iSkip: "Skip this",
  16. iSkipAll: "Skip all like this",
  17. iMsg: "No spelling suggestions"
  18. })
  19. ,
  20. //end v1.x content
  21. "zh": true,
  22. "zh-tw": true,
  23. "tr": true,
  24. "th": true,
  25. "sv": true,
  26. "sl": true,
  27. "sk": true,
  28. "ru": true,
  29. "ro": true,
  30. "pt": true,
  31. "pt-pt": true,
  32. "pl": true,
  33. "nl": true,
  34. "nb": true,
  35. "ko": true,
  36. "kk": true,
  37. "ja": true,
  38. "it": true,
  39. "hu": true,
  40. "hr": true,
  41. "he": true,
  42. "fr": true,
  43. "fi": true,
  44. "es": true,
  45. "el": true,
  46. "de": true,
  47. "da": true,
  48. "cs": true,
  49. "ca": true,
  50. "ar": true
  51. });