11 lines
150 B
JavaScript
11 lines
150 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/widget/nls/da/Wizard", //begin v1.x content
|
|
({
|
|
next: "Næste",
|
|
previous: "Forrige",
|
|
done: "Udført"
|
|
})
|
|
//end v1.x content
|
|
);
|