123456789101112131415161718192021 |
- define(
- "dojox/editor/plugins/nls/fr/SpellCheck", //begin v1.x content
- ({
- widgetLabel: "Vérification orthographique par lots",
- unfound: "Introuvable",
- skip: "Ignorer",
- skipAll: "Ignorer tout",
- toDic: "Ajouter au dictionnaire",
- suggestions: "Suggestions",
- replace: "Remplacer",
- replaceWith: "Remplacer par",
- replaceAll: "Remplacer tout",
- cancel: "Annuler",
- msg: "Aucune faute d'orthographe trouvée",
- iSkip: "Ignorer une fois",
- iSkipAll: "Ignorer chaque fois",
- iMsg: "Aucune suggestion orthographique"
- })
- //end v1.x content
- );
|