summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/sl/InsertAnchor.js
blob: 9dd4275cfe2280d2fc645e94496d419c66db9534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/sl/InsertAnchor", //begin v1.x content
({
	insertAnchor: "Vstavi sidro",
	title: "Lastnosti sidra",
	anchor: "Ime:",
	text: "Opis:",
	set: "Nastavi",
	cancel: "Prekliči"
})

//end v1.x content
);