FindReplace.js 897 B

1234567891011121314151617181920212223242526
  1. define(
  2. "dojox/editor/plugins/nls/ro/FindReplace", //begin v1.x content
  3. ({
  4. "findLabel": "Găsire:",
  5. "findTooltip": "Introduceţi textul de găsit",
  6. "replaceLabel": "Înlocuire cu:",
  7. "replaceTooltip": "Introduceţi textul cu care se înlocuieşte",
  8. "findReplace": "Găsire şi înlocuire",
  9. "matchCase": "Potrivire majuscule",
  10. "matchCaseTooltip": "Potrivire majuscule",
  11. "backwards": "Înapoi",
  12. "backwardsTooltip": "Căutaţi înapoi pentru text",
  13. "replaceAllButton": "Înlocuire toate",
  14. "replaceAllButtonTooltip": "Înlocuiţi tot textul",
  15. "findButton": "Găsire",
  16. "findButtonTooltip": "Găsiţi textul",
  17. "replaceButton": "Înlocuire",
  18. "replaceButtonTooltip": "Înlocuiţi textul",
  19. "replaceDialogText": "Au fost înlocuite ${0} apariţii.",
  20. "eofDialogText": "Ultima apariţie ${0}",
  21. "eofDialogTextFind": "găsită",
  22. "eofDialogTextReplace": "înlocuită"
  23. })
  24. //end v1.x content
  25. );