summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ca/LocalImage.js
blob: 625ec8959e7ad5e7f38b10d3ea5896a33f1c42b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>built
define(
"dojox/editor/plugins/nls/ca/LocalImage", //begin v1.x content
({
	insertImageTitle: "Insereix imatge",
	url: "Imatge",
	browse: "Navega...",
	text: "Descripció",
	set: "Insereix",
	invalidMessage: "Tipus de fitxer d\'imatge no vàlid",
	prePopuTextUrl: "Especifiqueu un URL d\'imatge",
	prePopuTextBrowse: " o navegueu fins un fitxer local."
})

//end v1.x content
);