summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/cs/InsertAnchor.js
blob: 82693f56bac91fb2aee069f006911e72cb120b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/cs/InsertAnchor", //begin v1.x content
({
	insertAnchor: "Vložit kotvu",
	title: "Vlastnosti kotvy",
	anchor: "Název:",
	text: "Popis:",
	set: "Nastavit",
	cancel: "Storno"
})

//end v1.x content
);