summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/tr/TableDialog.js
blob: b3de182451c8a3589e89f2494a4c8fae7dbd48c4 (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/tr/TableDialog", //begin v1.x content
({
	insertTableTitle: "Tablo Ekle",
	modifyTableTitle: "Tabloyu Değiştir",
	rows: "Satırlar:",
	columns: "Sütunlar:",
	align: "Hizala:",
	cellPadding: "Hücre Doldurma:",
	cellSpacing: "Hücre Aralığı:",
	tableWidth: "Tablo Genişliği",
	backgroundColor: "Arka Plan Rengi:",
	borderColor: "Kenarlık Rengi:",
	borderThickness: "Kenarlık Kalınlığı",
	percent: "yüzde",
	pixels: "piksel",
	"default": "varsayılan",
	left: "sol",
	center: "orta",
	right: "sağ",
	buttonSet: "Ayarla", // translated elsewhere?
	buttonInsert: "Ekle",
	buttonCancel: "İptal",

	selectTableLabel: "Tablo Seç",
	insertTableRowBeforeLabel: "Satırı Önüne Ekle",
	insertTableRowAfterLabel: "Satırı Arkasına Ekle",
	insertTableColumnBeforeLabel: "Sütunu Önüne Ekle",
	insertTableColumnAfterLabel: "Sütunu Arkasına Ekle",
	deleteTableRowLabel: "Satırı Sil",
	deleteTableColumnLabel: "Sütunu Sil"
})
//end v1.x content
);