blob: 529e98658bd2fcfbfac1b19971914a00f862dbde (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>built
define(
"dojox/atom/widget/nls/pl/PeopleEditor", //begin v1.x content
({
add: "Dodaj",
addAuthor: "Dodaj autora",
addContributor: "Dodaj kontrybutora"
})
//end v1.x content
);
|