FindReplace.js 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. define("dojox/editor/plugins/nls/FindReplace", { root:
  2. //begin v1.x content
  3. ({
  4. "findLabel": "Find:",
  5. "findTooltip": "Enter text to find",
  6. "replaceLabel": "Replace with:",
  7. "replaceTooltip": "Enter text to replace with",
  8. "findReplace": "Find and Replace",
  9. "matchCase": "Match case",
  10. "matchCaseTooltip": "Match case",
  11. "backwards": "Backwards",
  12. "backwardsTooltip": "Search backwards for text",
  13. "replaceAllButton": "Replace All",
  14. "replaceAllButtonTooltip": "Replace all the text",
  15. "findButton": "Find",
  16. "findButtonTooltip": "Find the text",
  17. "replaceButton": "Replace",
  18. "replaceButtonTooltip": "Replace the text",
  19. "replaceDialogText": "Replaced ${0} occurrences.",
  20. "eofDialogText": "Last occurrence ${0}",
  21. "eofDialogTextFind": "found",
  22. "eofDialogTextReplace": "replaced"
  23. })
  24. ,
  25. //end v1.x content
  26. "zh": true,
  27. "zh-tw": true,
  28. "tr": true,
  29. "th": true,
  30. "sv": true,
  31. "sl": true,
  32. "sk": true,
  33. "ru": true,
  34. "ro": true,
  35. "pt": true,
  36. "pt-pt": true,
  37. "pl": true,
  38. "nl": true,
  39. "nb": true,
  40. "ko": true,
  41. "kk": true,
  42. "ja": true,
  43. "it": true,
  44. "hu": true,
  45. "hr": true,
  46. "he": true,
  47. "fr": true,
  48. "fi": true,
  49. "es": true,
  50. "el": true,
  51. "de": true,
  52. "da": true,
  53. "cs": true,
  54. "ca": true,
  55. "ar": true
  56. });