summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dijit/nls/da/loading.js
blob: 8be25827066f9527d7b6ef0c2cbc4b4fbec3807b (plain)
1
2
3
4
5
6
7
8
9
//>>built
define(
"dijit/nls/da/loading", //begin v1.x content
({
	loadingState: "Indlæser...",
	errorState: "Der er opstået en fejl"
})
//end v1.x content
);