11 lines
204 B
JavaScript
11 lines
204 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/atom/widget/nls/ar/PeopleEditor", //begin v1.x content
|
|
({
|
|
add: "اضافة",
|
|
addAuthor: "اضافة مؤلف",
|
|
addContributor: "اضافة مشارك"
|
|
})
|
|
//end v1.x content
|
|
);
|