summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/cs/Wizard.js
blob: 26e5c11e08a9b7108255ec2ad4576b23c60880b0 (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/cs/Wizard", //begin v1.x content
({
next: "Další",
previous: "Předchozí",
done: "Hotovo"
})
//end v1.x content
);