summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/zh-tw/Wizard.js
blob: c51f82901b35b43d053a071b1f54b707555621f2 (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/zh-tw/Wizard", //begin v1.x content
({
next: "下一步",
previous: "上一步",
done: "完成"
})
//end v1.x content
);