11 lines
189 B
JavaScript
11 lines
189 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/atom/widget/nls/pl/PeopleEditor", //begin v1.x content
|
|
({
|
|
add: "Dodaj",
|
|
addAuthor: "Dodaj autora",
|
|
addContributor: "Dodaj kontrybutora"
|
|
})
|
|
//end v1.x content
|
|
);
|