11 lines
202 B
JavaScript
11 lines
202 B
JavaScript
|
//>>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
|
||
|
);
|