summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/pl/TableDialog.js
blob: 9876825f9e3a203be48ce4ba8b199522fe5179df (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/pl/TableDialog", //begin v1.x content
({
	insertTableTitle: "Wstawianie tabeli",
	modifyTableTitle: "Modyfikowanie tabeli",
	rows: "Wiersze:",
	columns: "Kolumny:",
	align: "Wyrównanie:",
	cellPadding: "Dopełnianie komórek:",
	cellSpacing: "Odstępy między komórkami:",
	tableWidth: "Szerokość tabeli:",
	backgroundColor: "Kolor tła:",
	borderColor: "Kolor ramki:",
	borderThickness: "Grubość ramki",
	percent: "procent",
	pixels: "piksle",
	"default": "domyślna",
	left: "lewa strona",
	center: "środek",
	right: "prawa strona",
	buttonSet: "Ustaw", // translated elsewhere?
	buttonInsert: "Wstaw",
	buttonCancel: "Anuluj",

	selectTableLabel: "Wybierz tabelę",
	insertTableRowBeforeLabel: "Dodaj wiersz przed",
	insertTableRowAfterLabel: "Dodaj wiersz po",
	insertTableColumnBeforeLabel: "Dodaj kolumnę przed",
	insertTableColumnAfterLabel: "Dodaj kolumnę po",
	deleteTableRowLabel: "Usuń wiersz",
	deleteTableColumnLabel: "Usuń kolumnę"
})
//end v1.x content
);