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