summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/it/InsertAnchor.js
blob: dcbc9b8929cbd20e3d4089c917c8c2bfd0b33d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/it/InsertAnchor", //begin v1.x content
({
	insertAnchor: "Inserisci ancoraggio",
	title: "Proprietà ancoraggio",
	anchor: "Nome:",
	text: "Descrizione:",
	set: "Imposta",
	cancel: "Annulla"
})

//end v1.x content
);