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