11 lines
189 B
JavaScript
11 lines
189 B
JavaScript
|
//>>built
|
|||
|
define(
|
|||
|
"dojox/atom/widget/nls/tr/PeopleEditor", //begin v1.x content
|
|||
|
({
|
|||
|
add: "Ekle",
|
|||
|
addAuthor: "Yazar Ekle",
|
|||
|
addContributor: "Katkıda Bulunan Ekle"
|
|||
|
})
|
|||
|
//end v1.x content
|
|||
|
);
|