summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/nl/Wizard.js
blob: 49fd5c768624c8b586c2c9095ac34eec9ba4c599 (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/nl/Wizard", //begin v1.x content
({
next: "Volgende",
previous: "Vorige",
done: "Klaar"
})
//end v1.x content
);