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