11 lines
151 B
JavaScript
11 lines
151 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/widget/nls/sl/Wizard", //begin v1.x content
|
|
({
|
|
next: "Naprej",
|
|
previous: "Nazaj",
|
|
done: "Opravljeno"
|
|
})
|
|
//end v1.x content
|
|
);
|