PeopleEditor.js 196 B

123456789
  1. define(
  2. "dojox/atom/widget/nls/de/PeopleEditor", //begin v1.x content
  3. ({
  4. add: "Hinzufügen",
  5. addAuthor: "Autor hinzufügen",
  6. addContributor: "Mitwirkenden hinzufügen"
  7. })
  8. //end v1.x content
  9. );