summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/sv/InsertAnchor.js
blob: 548a08d72706e5c86e635b1b4d3fe187bd303a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/sv/InsertAnchor", //begin v1.x content
({
	insertAnchor: "Infoga ankare",
	title: "Egenskaper för ankare",
	anchor: "Namn:",
	text: "Beskrivning:",
	set: "Ange",
	cancel: "Avbryt"
})

//end v1.x content
);