PeopleEditor.js 190 B

123456789
  1. define(
  2. "dojox/atom/widget/nls/nb/PeopleEditor", //begin v1.x content
  3. ({
  4. add: "Legg til",
  5. addAuthor: "Legg til forfatter",
  6. addContributor: "Legg til bidragsyter"
  7. })
  8. //end v1.x content
  9. );