summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/nls/pt/loading.js
blob: 97a96e9f812a56c663966a56098a7c5b20f6e40b (plain)
1
2
3
4
5
6
7
8
9
//>>built
define(
"dijit/nls/pt/loading", //begin v1.x content
({
	loadingState: "Carregando...",
	errorState: "Desculpe, ocorreu um erro"
})
//end v1.x content
);