blob: 1e73d06cd7c21a77d563c53817431557d6dde91f (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>built
define(
"dojox/atom/widget/nls/de/PeopleEditor", //begin v1.x content
({
add: "Hinzufügen",
addAuthor: "Autor hinzufügen",
addContributor: "Mitwirkenden hinzufügen"
})
//end v1.x content
);
|