11 lines
149 B
JavaScript
Raw Normal View History

2012-06-19 12:07:43 +10:00
//>>built
define(
"dojox/widget/nls/nl/Wizard", //begin v1.x content
({
next: "Volgende",
previous: "Vorige",
done: "Klaar"
})
//end v1.x content
);