11 lines
202 B
JavaScript
11 lines
202 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/atom/widget/nls/fr/PeopleEditor", //begin v1.x content
|
||
|
({
|
||
|
add: "Ajouter",
|
||
|
addAuthor: "Ajouter un auteur",
|
||
|
addContributor: "Ajouter un collaborateur"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|