summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/de/Wizard.js
blob: 704b033b00e09b3afd43ae7f1f61fac2e05054fe (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/de/Wizard", //begin v1.x content
({
next: "Weiter",
previous: "Zurück",
done: "Fertig"
})
//end v1.x content
);