10 lines
172 B
JavaScript
10 lines
172 B
JavaScript
//>>built
|
|
define(
|
|
"dijit/nls/es/loading", //begin v1.x content
|
|
({
|
|
loadingState: "Cargando...",
|
|
errorState: "Lo siento, se ha producido un error"
|
|
})
|
|
//end v1.x content
|
|
);
|