PeopleEditor.js 189 B

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