summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/nls/es/loading.js
blob: 283490bd21a33174c67674dfabb1a0bd058c6995 (plain)
1
2
3
4
5
6
7
8
9
//>>built
define(
"dijit/nls/es/loading", //begin v1.x content
({
	loadingState: "Cargando...",
	errorState: "Lo siento, se ha producido un error"
})
//end v1.x content
);