23 lines
552 B
JavaScript
23 lines
552 B
JavaScript
//>>built
|
|
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
|
|
);
|