summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/sk/Wizard.js
blob: 5c29e4c99e2905b2d4d269d59cf2e82c3f985a8c (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/sk/Wizard", //begin v1.x content
({
next: "Ďalej",
previous: "Späť",
done: "Hotovo"
})
//end v1.x content
);