17 lines
383 B
JavaScript
17 lines
383 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/atom/widget/nls/ar/FeedEntryViewer", //begin v1.x content
|
||
|
({
|
||
|
displayOptions: "[اختيارات العرض]",
|
||
|
title: "العنوان",
|
||
|
authors: "المؤلفين",
|
||
|
contributors: "المساهمين",
|
||
|
id: "الكود",
|
||
|
close: "[اغلاق]",
|
||
|
updated: "تحديث في",
|
||
|
summary: "الملخص",
|
||
|
content: "المحتويات"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|