summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/pl/Wizard.js
blob: d6dc31a29ad4cbe2c8061ce71d2cf092502da9c1 (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/pl/Wizard", //begin v1.x content
({
next: "Dalej",
previous: "Wstecz",
done: "Gotowe"
})
//end v1.x content
);