summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/sk/TableDialog.js
blob: a3f431ff8d13a0d06aa3788dd236bfddba50be0e (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
36
37
//>>built
define(
"dojox/editor/plugins/nls/sk/TableDialog", //begin v1.x content
({
	insertTableTitle: "Vložiť tabuľku",
	modifyTableTitle: "Upraviť tabuľku",
	rows: "Riadky:",
	columns: "Stĺpce:",
	align: "Zarovnanie:",
	cellPadding: "Výplň buniek:",
	cellSpacing: "Rozstup buniek:",
	tableWidth: "Šírka tabuľky:",
	backgroundColor: "Farba pozadia:",
	borderColor: "Farba rámika:",
	borderThickness: "Hrúbka rámika:",
	percent: "percent",
	pixels: "pixlov",
	"default": "predvolené",
	left: "vľavo",
	center: "stred",
	right: "vpravo",
	buttonSet: "Nastaviť", // translated elsewhere?
	buttonInsert: "Vložiť",
	buttonCancel: "Zrušiť",

	selectTableLabel: "Vybrať tabuľku",
	insertTableRowBeforeLabel: "Pridať riadok pred",
	insertTableRowAfterLabel: "Pridať riadok za",
	insertTableColumnBeforeLabel: "Pridať stĺpec pred",
	insertTableColumnAfterLabel: "Pridať stĺpec za",
	deleteTableRowLabel: "Vymazať riadok",
	deleteTableColumnLabel: "Vymazať stĺpec"
})
	

//end v1.x content
);