11 lines
198 B
JavaScript
11 lines
198 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/atom/widget/nls/nl/PeopleEditor", //begin v1.x content
|
||
|
({
|
||
|
add: "Toevoegen",
|
||
|
addAuthor: "Auteur toevoegen",
|
||
|
addContributor: "Deelnemer toevoegen"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|