summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/zh/TableDialog.js
blob: a63f91e8ded26b3fc0de7c7ea7d474fe31c07f09 (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
36
//>>built
define(
"dojox/editor/plugins/nls/zh/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
);