blob: 7a1cfeb2946f33e8bf6535a19a2b76cbd35f2622 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//>>built
define(
"dojox/atom/widget/nls/el/FeedEntryEditor", //begin v1.x content
({
doNew: "[δημιουργία]",
edit: "[τροποποίηση]",
save: "[αποθήκευση]",
cancel: "[ακύρωση]"
})
//end v1.x content
);
|