SpellCheck.js 575 B

123456789101112131415161718192021
  1. define(
  2. "dojox/editor/plugins/nls/ro/SpellCheck", //begin v1.x content
  3. ({
  4. widgetLabel: "Verificare ortografică lot",
  5. unfound: "Nu a fost găsit",
  6. skip: "Salt",
  7. skipAll: "Salt toate",
  8. toDic: "Adăugare la dicţionar",
  9. suggestions: "Sugestii",
  10. replace: "Înlocuire",
  11. replaceWith: "Înlocuire cu",
  12. replaceAll: "Înlocuire toate",
  13. cancel: "Anulare",
  14. msg: "Nicio greşeală de verificare ortografică nu a fost găsită.",
  15. iSkip: "Salt peste acesta",
  16. iSkipAll: "Salt peste toate acestea",
  17. iMsg: "Nicio sugestie de verificare ortografică"
  18. })
  19. //end v1.x content
  20. );