forked from EFeru/bldc-motor-control-FOC
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
define("dijit/nls/bs/loading", {
|
|
//begin v1.x content
|
|
loadingState: "Učitavanje...",
|
|
errorState: "Izvinite, došlo je do greške"
|
|
//end v1.x content
|
|
});
|
|
|