summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/cs/CollapsibleToolbar.js
blob: 55c4c9f162b9815f141339fb33e7497e326f2690 (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/editor/plugins/nls/cs/CollapsibleToolbar", //begin v1.x content
({
	"collapse": "Sbalit panel nástrojů editoru",
	"expand": "Rozbalit panel nástrojů editoru"
})

//end v1.x content
);