11 lines
206 B
JavaScript
11 lines
206 B
JavaScript
|
//>>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
|
||
|
);
|