8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
define(
|
|
"dijit/nls/sv/loading", //begin v1.x content
|
|
({
|
|
loadingState: "Läser in...",
|
|
errorState: "Det uppstod ett fel."
|
|
})
|
|
//end v1.x content
|
|
);
|