11 lines
212 B
JavaScript
11 lines
212 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/atom/widget/nls/kk/PeopleEditor", //begin v1.x content
|
|
({
|
|
add: "Қосу",
|
|
addAuthor: "Авторды қосу",
|
|
addContributor: "Салымшыны қосу"
|
|
})
|
|
//end v1.x content
|
|
);
|