11 lines
148 B
JavaScript
Raw Normal View History

2012-06-19 12:07:43 +10:00
//>>built
define(
"dojox/widget/nls/ja/Wizard", //begin v1.x content
({
next: "次へ",
previous: "前へ",
done: "完了"
})
//end v1.x content
);