SpellCheck.js 548 B

123456789101112131415161718192021
  1. define(
  2. "dojox/editor/plugins/nls/hu/SpellCheck", //begin v1.x content
  3. ({
  4. widgetLabel: "Kötegelt helyesírás-ellenőrzés",
  5. unfound: "Nem található",
  6. skip: "Kihagyja",
  7. skipAll: "Mindet kihagyja",
  8. toDic: "Hozzáadás a szótárhoz",
  9. suggestions: "Javaslatok",
  10. replace: "Csere",
  11. replaceWith: "Csere erre",
  12. replaceAll: "Mindent lecserél",
  13. cancel: "Mégse",
  14. msg: "Nem található helyesírási hiba",
  15. iSkip: "Ezt kihagyja",
  16. iSkipAll: "Összes hasonlót kihagyja",
  17. iMsg: "Nincsenek helyesírási javaslatok"
  18. })
  19. //end v1.x content
  20. );