blob: 7a10ebadf3353bbf1ef61fd32687d5d73bd650af (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>built
define(
"dojox/atom/widget/nls/ca/PeopleEditor", //begin v1.x content
({
add: "Afegeix",
addAuthor: "Afegeix un autor",
addContributor: "Afegeix un col·laborador"
})
//end v1.x content
);
|