11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/atom/widget/nls/da/PeopleEditor", //begin v1.x content
|
||
|
({
|
||
|
add: "Tilføj",
|
||
|
addAuthor: "Tilføj forfatter",
|
||
|
addContributor: "Tilføj bidragyder"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|