11 lines
208 B
JavaScript
11 lines
208 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/atom/widget/nls/sv/PeopleEditor", //begin v1.x content
|
|
({
|
|
add: "Lägg till",
|
|
addAuthor: "Lägg till författare",
|
|
addContributor: "Lägg till medverkande"
|
|
})
|
|
//end v1.x content
|
|
);
|