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