summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/da/Wizard.js
blob: 0c72cf2ea68343e64bea3d2e0e55a05e5caaa1e6 (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/da/Wizard", //begin v1.x content
({
next: "Næste",
previous: "Forrige",
done: "Udført"
})
//end v1.x content
);