summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ar/LocalImage.js
blob: 71f662f075bbbfb1dafd52eb87a8efb39385e610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>built
define(
"dojox/editor/plugins/nls/ar/LocalImage", //begin v1.x content
({
	insertImageTitle: "ادراج صورة",
	url: "صورة",
	browse: "استعراض...",
	text: "الوصف",
	set: "‏ادراج‏",
	invalidMessage: "نوع ملف صور غير صحيح",
	prePopuTextUrl: "ادخل عنوان URL لصورة",
	prePopuTextBrowse: " أو تصفح الى ملف محلي."
})

//end v1.x content
);