PeopleEditor.js 190 B

123456789
  1. define(
  2. "dojox/atom/widget/nls/pt/PeopleEditor", //begin v1.x content
  3. ({
  4. add: "Adicionar",
  5. addAuthor: "Adicionar Autor",
  6. addContributor: "Adicionar Contribuidor"
  7. })
  8. //end v1.x content
  9. );