11 lines
202 B
JavaScript
11 lines
202 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/atom/widget/nls/he/PeopleEditor", //begin v1.x content
|
||
|
({
|
||
|
add: "הוספה",
|
||
|
addAuthor: "הוספת מחבר",
|
||
|
addContributor: "הוספת תורם"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|