summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/cs/Breadcrumb.js
blob: 479e22fef4f9f34a8c7535ffa224f945b88ff9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//>>built
define(
"dojox/editor/plugins/nls/cs/Breadcrumb", //begin v1.x content
({
	"nodeActions": "Akce uzlu ${nodeName}",
	"selectContents": "Vybrat obsah",
	"selectElement": "Vybrat prvek",
	"deleteElement": "Odstranit prvek",
	"deleteContents": "Odstranit obsah",
	"moveStart": "Přesunout ukazatel na začátek",
	"moveEnd": "Přesunout ukazatel na konec"
})

//end v1.x content
);