SpellCheck.js 503 B

123456789101112131415161718192021
  1. define(
  2. "dojox/editor/plugins/nls/da/SpellCheck", //begin v1.x content
  3. ({
  4. widgetLabel: "Bundtvis stavekontrol",
  5. unfound: "Ikke fundet",
  6. skip: "Spring over",
  7. skipAll: "Spring alle over",
  8. toDic: "Tilføj til ordbog",
  9. suggestions: "Forslag",
  10. replace: "Erstat",
  11. replaceWith: "Erstat med",
  12. replaceAll: "Erstat alle",
  13. cancel: "Annullér",
  14. msg: "Ingen stavefejl fundet",
  15. iSkip: "Spring dette over",
  16. iSkipAll: "Spring alle disse over",
  17. iMsg: "Ingen forslag til stavning"
  18. })
  19. //end v1.x content
  20. );