SpellCheck.js 542 B

123456789101112131415161718192021
  1. define(
  2. "dojox/editor/plugins/nls/fr/SpellCheck", //begin v1.x content
  3. ({
  4. widgetLabel: "Vérification orthographique par lots",
  5. unfound: "Introuvable",
  6. skip: "Ignorer",
  7. skipAll: "Ignorer tout",
  8. toDic: "Ajouter au dictionnaire",
  9. suggestions: "Suggestions",
  10. replace: "Remplacer",
  11. replaceWith: "Remplacer par",
  12. replaceAll: "Remplacer tout",
  13. cancel: "Annuler",
  14. msg: "Aucune faute d'orthographe trouvée",
  15. iSkip: "Ignorer une fois",
  16. iSkipAll: "Ignorer chaque fois",
  17. iMsg: "Aucune suggestion orthographique"
  18. })
  19. //end v1.x content
  20. );