2012-05-01 19:52:07 +08:00

11 lines
150 B
JavaScript

//>>built
define(
"dojox/widget/nls/ro/Wizard", //begin v1.x content
({
next: "Următor",
previous: "Anterior",
done: "Gata"
})
//end v1.x content
);