summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/pt/Wizard.js
blob: 1c5384dc9aaabe66cd5b380baada1b94d470eb34 (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/widget/nls/pt/Wizard", //begin v1.x content
({
next: "Próximo",
previous: "Anterior",
done: "Concluído"
})
//end v1.x content
);