summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/hr/TableDialog.js
blob: 777ff71408fe2601bac46567d65418c590ff41e9 (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
//>>built
define(
"dojox/editor/plugins/nls/hr/TableDialog", ({
	insertTableTitle: "Umetni tablicu",
	modifyTableTitle: "Promijeni tablicu",
	rows: "Redovi:",
	columns: "Stupci:",
	align: "Poravnaj:",
	cellPadding: "Punjenje ćelije:",
	cellSpacing: "Prored ćelije:",
	tableWidth: "Širina tablice:",
	backgroundColor: "Boja pozadine:",
	borderColor: "Boja obruba:",
	borderThickness: "Debljina obruba:",
	percent: "postotak",
	pixels: "pikseli",
	"default": "zadano",
	left: "lijevo",
	center: "sredina",
	right: "desno",
	buttonSet: "Postavi", // translated elsewhere?
	buttonInsert: "Umetni",
	buttonCancel: "Opoziv",
	selectTableLabel: "Označi tablicu",
	insertTableRowBeforeLabel: "Dodaj redak prije",
	insertTableRowAfterLabel: "Dodaj redak nakon",
	insertTableColumnBeforeLabel: "Dodaj stupac prije",
	insertTableColumnAfterLabel: "Dodaj stupac nakon",
	deleteTableRowLabel: "Izbriši redak",
	deleteTableColumnLabel: "Izbriši stupac"
})
);