summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/ja/Wizard.js
blob: d8f752f8ca3e1db317ee7e3b530dec85e4e45e5e (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/ja/Wizard", //begin v1.x content
({
next: "次へ",
previous: "前へ",
done: "完了"
})
//end v1.x content
);