PasteFromWord.js 749 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. define("dojox/editor/plugins/nls/PasteFromWord", { root:
  2. //begin v1.x content
  3. ({
  4. "pasteFromWord": "Paste From Word",
  5. "paste": "Paste",
  6. "cancel": "Cancel",
  7. "instructions": "Paste the content from Word into the text box below. Once you are satisfied with the content to insert, press the paste button. To abort inserting text, press the cancel button."
  8. }),
  9. //end v1.x content
  10. "zh": true,
  11. "zh-tw": true,
  12. "tr": true,
  13. "th": true,
  14. "sv": true,
  15. "sl": true,
  16. "sk": true,
  17. "ru": true,
  18. "ro": true,
  19. "pt": true,
  20. "pt-pt": true,
  21. "pl": true,
  22. "nl": true,
  23. "nb": true,
  24. "ko": true,
  25. "kk": true,
  26. "ja": true,
  27. "it": true,
  28. "hu": true,
  29. "hr": true,
  30. "he": true,
  31. "fr": true,
  32. "fi": true,
  33. "es": true,
  34. "el": true,
  35. "de": true,
  36. "da": true,
  37. "cs": true,
  38. "ca": true,
  39. "ar": true
  40. });