summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/pt/LocalImage.js
blob: ab9c87117945c6bf9553c160821e168cfd525d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//>>built
define(
"dojox/editor/plugins/nls/pt/LocalImage", //begin v1.x content
({
	insertImageTitle: "Inserir imagem",
	url: "Imagem",
	browse: "Procurar...",
	text: "Descrição",
	set: "Inserir",
	invalidMessage: "Tipo de arquivo de imagem inválido",
	prePopuTextUrl: "Insira uma URL de imagem",
	prePopuTextBrowse: " ou navegue até um arquivo local."
})
//end v1.x content
);