11 lines
184 B
JavaScript
11 lines
184 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dijit/nls/ca/loading", //begin v1.x content
|
||
|
({
|
||
|
loadingState: "S'està carregant...",
|
||
|
errorState: "Ens sap greu. S'ha produït un error."
|
||
|
})
|
||
|
|
||
|
//end v1.x content
|
||
|
);
|