summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/cs/TableDialog.js
blob: b13daa9f9ce25971f951f8bd72121369e29f29c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
//>>built
define(
"dojox/editor/plugins/nls/cs/TableDialog", //begin v1.x content
({
	insertTableTitle: "Vložit tabulku",
	modifyTableTitle: "Upravit tabulku",
	rows: "Řádky:",
	columns: "Sloupce:",
	align: "Zarovnat:",
	cellPadding: "Okraj buňky:",
	cellSpacing: "Odstup buněk:",
	tableWidth: "Šířka tabulky:",
	backgroundColor: "Barva pozadí:",
	borderColor: "Barva ohraničení:",
	borderThickness: "TloušťkaOhraničení",
	percent: "procent",
	pixels: "pixelů",
	"default": "výchozí",
	left: "vlevo",
	center: "střed",
	right: "vpravo",
	buttonSet: "Nastavit", // translated elsewhere?
	buttonInsert: "Vložit",
	buttonCancel: "Storno",

	selectTableLabel: "Vybrat tabulku",
	insertTableRowBeforeLabel: "Přidat řádek před",
	insertTableRowAfterLabel: "Přidat řádek za",
	insertTableColumnBeforeLabel: "Přidat sloupec před",
	insertTableColumnAfterLabel: "Přidat sloupec za",
	deleteTableRowLabel: "Odstranit řádek",
	deleteTableColumnLabel: "Odstranit sloupec"
})
//end v1.x content
);