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