blob: 3a34f83d20bd889a3a5a110b9ff1996cc74b3ad0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>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
);
|