11 lines
194 B
JavaScript
11 lines
194 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/atom/widget/nls/fi/PeopleEditor", //begin v1.x content
|
|
({
|
|
add: "Lisää",
|
|
addAuthor: "Lisää tekijä",
|
|
addContributor: "Lisää lisääjä"
|
|
})
|
|
//end v1.x content
|
|
);
|