blob: 7905270fcffc1b8f88d65757fd027e1fde6a8488 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>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
);
|