11 lines
200 B
JavaScript
11 lines
200 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/atom/widget/nls/nb/PeopleEditor", //begin v1.x content
|
|
({
|
|
add: "Legg til",
|
|
addAuthor: "Legg til forfatter",
|
|
addContributor: "Legg til bidragsyter"
|
|
})
|
|
//end v1.x content
|
|
);
|