blob: f43be8a90de2af5ee78ce32b05770b498320d6a5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>built
define(
"dojox/atom/widget/nls/nl/PeopleEditor", //begin v1.x content
({
add: "Toevoegen",
addAuthor: "Auteur toevoegen",
addContributor: "Deelnemer toevoegen"
})
//end v1.x content
);
|