11 lines
200 B
JavaScript
11 lines
200 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/atom/widget/nls/pt/PeopleEditor", //begin v1.x content
|
||
|
({
|
||
|
add: "Adicionar",
|
||
|
addAuthor: "Adicionar Autor",
|
||
|
addContributor: "Adicionar Contribuidor"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|