17 lines
420 B
JavaScript
17 lines
420 B
JavaScript
//>>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
|
|
);
|