summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ja/TableDialog.js
blob: 0e0d0f34ade2c64240c7f4829725e2da6ea5b8ab (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/ja/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
);