blob: b0fa325b3df0547244b209bd6d9a7be9a163f45a (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>built
define(
"dojox/atom/widget/nls/el/PeopleEditor", //begin v1.x content
({
add: "Προσθήκη",
addAuthor: "Προσθήκη συντάκτη",
addContributor: "Προσθήκη συνεισφέροντα"
})
//end v1.x content
);
|