11 lines
156 B
JavaScript
11 lines
156 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/widget/nls/pt/Wizard", //begin v1.x content
|
|
({
|
|
next: "Próximo",
|
|
previous: "Anterior",
|
|
done: "Concluído"
|
|
})
|
|
//end v1.x content
|
|
);
|