summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/fi/TableDialog.js
blob: f22c7cd391b5ff0cf12597229a2d37e301365329 (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/fi/TableDialog", //begin v1.x content
({
	insertTableTitle: "Lisää taulukko",
	modifyTableTitle: "Muokkaa taulukkoa",
	rows: "Rivit:",
	columns: "Sarakkeet:",
	align: "Tasaus:",
	cellPadding: "Solun täyttö:",
	cellSpacing: "Solujen väli:",
	tableWidth: "Taulukon leveys:",
	backgroundColor: "Taustaväri:",
	borderColor: "Kehyksen väri:",
	borderThickness: "Kehyksen paksuus",
	percent: "prosenttia",
	pixels: "kuvapistettä",
	"default": "oletus",
	left: "vasen",
	center: "keskitetty",
	right: "oikea",
	buttonSet: "Aseta", // translated elsewhere?
	buttonInsert: "Lisää",
	buttonCancel: "Peruuta",

	selectTableLabel: "Valitse taulukko",
	insertTableRowBeforeLabel: "Lisää rivi ennen",
	insertTableRowAfterLabel: "Lisää rivi jälkeen",
	insertTableColumnBeforeLabel: "Lisää sarake ennen",
	insertTableColumnAfterLabel: "Lisää sarake jälkeen",
	deleteTableRowLabel: "Poista rivi",
	deleteTableColumnLabel: "Poista sarake"
})
//end v1.x content
);