summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/he/SpellCheck.js
blob: 52a6c0cd2f86b7089ea21b99c9d8d3cd8c318c67 (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/he/SpellCheck", //begin v1.x content
({
	widgetLabel: "בדיקת איות באצווה ",
	unfound: "לא נמצא ",
	skip: "דילוג",
	skipAll: "דילוג על הכל",
	toDic: "הוספה למילון",
	suggestions: "הצעות ",
	replace: "החלפה ",
	replaceWith: "החלפה בערך ",
	replaceAll: "החלפת הכל",
	cancel: "ביטול",
	msg: "לא נמצאו שגיאות איות ",
	iSkip: "דילוג על ערך זה ",
	iSkipAll: "דילוג על כל הערכים הדומים לערך זה ",
	iMsg: "אין הצעות איות "
})

//end v1.x content
);