11 lines
199 B
JavaScript
11 lines
199 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/atom/widget/nls/it/PeopleEditor", //begin v1.x content
|
||
|
({
|
||
|
add: "Aggiungi",
|
||
|
addAuthor: "Aggiungi autore",
|
||
|
addContributor: "Aggiungi collaboratori"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|