summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ar/SpellCheck.js
blob: 2df515c178047bb57c5865a6cd8959924a244363 (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/ar/SpellCheck", //begin v1.x content
({
	widgetLabel: "فحص هجاء دفعي",
	unfound: "غير موجودة",
	skip: "تخطي",
	skipAll: "تخطي كل",
	toDic: "اضافة الى القاموس",
	suggestions: "اقتراحات",
	replace: "استبدال",
	replaceWith: "استبدال مع",
	replaceAll: "استبدال كل",
	cancel: "الغاء",
	msg: "لا يوجد أخطاء في الهجاء",
	iSkip: "تخطي هذا",
	iSkipAll: "تخطي كل المماثل لهذا",
	iMsg: "لا توجد اقتراحات للهجاء"
})

//end v1.x content
);