summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/fr/SpellCheck.js
blob: 1b90c97de0f3a104bceec8a880625a5feb2c2729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//>>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
);