summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ro/SpellCheck.js
blob: c318635b3a84dfe78dc870b156947d7e0b9ce5b3 (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/ro/SpellCheck", //begin v1.x content
({
	widgetLabel: "Verificare ortografică lot",
	unfound: "Nu a fost găsit",
	skip: "Salt",
	skipAll: "Salt toate",
	toDic: "Adăugare la dicţionar",
	suggestions: "Sugestii",
	replace: "Înlocuire",
	replaceWith: "Înlocuire cu",
	replaceAll: "Înlocuire toate",
	cancel: "Anulare",
	msg: "Nicio greşeală de verificare ortografică nu a fost găsită.",
	iSkip: "Salt peste acesta",
	iSkipAll: "Salt peste toate acestea",
	iMsg: "Nicio sugestie de verificare ortografică"
})

//end v1.x content
);