summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/el/Wizard.js
blob: e9e646e2cacfc5b9abdcf00eb8f1613277a6259a (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/el/Wizard", //begin v1.x content
({
next: "Επόμενο",
previous: "Προηγούμενο",
done: "Ολοκλήρωση"
})
//end v1.x content
);