PeopleEditor.js 192 B

123456789
  1. define(
  2. "dojox/atom/widget/nls/ca/PeopleEditor", //begin v1.x content
  3. ({
  4. add: "Afegeix",
  5. addAuthor: "Afegeix un autor",
  6. addContributor: "Afegeix un col·laborador"
  7. })
  8. //end v1.x content
  9. );