summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/az/TableDialog.js
blob: 734fd4879f715e46f88fd582ecbd12782172701f (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/az/TableDialog", ({
	"buttonSet" : "Yönəlt",
	"insertTableTitle" : "Cədvəl əlavə et",
	"insertTableRowAfterLabel" : "Sətirin sonuna əlavə et",
	"center" : "orta",
	"deleteTableColumnLabel" : "Sütunu Sil",
	"right" : "sağ",
	"insertTableColumnBeforeLabel" : "Sütunu əvvəlinə əlavə et",
	"tableWidth" : "Cədvəl Genişliyi",
	"buttonInsert" : "Əlavə et",
	"buttonCancel" : "Ləğv et",
	"default" : "varsayılan",
	"align" : "Doğrult:",
	"insertTableRowBeforeLabel" : "Sətiri əvvəlinə əlavə et",
	"cellSpacing" : "Hücrə Aralığı:",
	"pixels" : "piksel",
	"selectTableLabel" : "Cədvəl Seç",
	"rows" : "Sətirlər:",
	"modifyTableTitle" : "Cədvəli Dəyişdir",
	"cellPadding" : "Hücrə Doldurmaq:",
	"deleteTableRowLabel" : "Sətiri Sil",
	"backgroundColor" : "Arxa Plan Rəngi:",
	"insertTableColumnAfterLabel" : "Sütunu Arxasına əlavə et",
	"left" : "sol",
	"borderThickness" : "Çərçivə Qalınlığı",
	"columns" : "Sütunlar:",
	"percent" : "faiz",
	"borderColor" : "Çərçivə Rəngi: "
})
);