summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/th/TableDialog.js
blob: 21a0e391554ac327d17146c5d65cc0a6f07be743 (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/th/TableDialog", //begin v1.x content
({
	insertTableTitle: "แทรกตาราง",
	modifyTableTitle: "ปรับเปลี่ยนไขตาราง",
	rows: "แถว:",
	columns: "คอลัมน์:",
	align: "จัดตำแหน่ง:",
	cellPadding: "ส่วนเสริมเซลล์:",
	cellSpacing: "ระยะห่างเซลล์:",
	tableWidth: "ความกว้างของตาราง:",
	backgroundColor: "สีพื้นหลัง:",
	borderColor: "สีเส้นขอบ:",
	borderThickness: "ความหนาเส้นขอบ",
	percent: "เปอร์เซ็นต์",
	pixels: "พิกเซล",
	"default": "ดีฟอลต์",
	left: "ซ้าย",
	center: "กึ่งกลาง",
	right: "ขวา",
	buttonSet: "ตั้งค่า", // translated elsewhere?
	buttonInsert: "แทรก",
	buttonCancel: "ยกเลิก",

	selectTableLabel: "เลือกตาราง",
	insertTableRowBeforeLabel: "เพิ่มแถวก่อน",
	insertTableRowAfterLabel: "เพิ่มแถวหลัง",
	insertTableColumnBeforeLabel: "เพิ่มคอลัมน์ก่อน",
	insertTableColumnAfterLabel: "เพิ่มคอลัมน์หลัง",
	deleteTableRowLabel: "ลบแถว",
	deleteTableColumnLabel: "ลบคอลัมน์"
})
//end v1.x content
);