summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ja/FontChoice.js.uncompressed.js
blob: e654c1998648f937d5956dac6dc453016bc4264c (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
define(
"dijit/_editor/nls/ja/FontChoice", //begin v1.x content
({
	fontSize: "サイズ",
	fontName: "フォント",
	formatBlock: "フォーマット",

	serif: "serif",
	"sans-serif": "sans-serif",
	monospace: "monospace",
	cursive: "cursive",
	fantasy: "fantasy",

	noFormat: "なし",
	p: "段落",
	h1: "見出し",
	h2: "副見出し",
	h3: "副見出しの副見出し",
	pre: "事前フォーマット済み",

	1: "超極小",
	2: "極小",
	3: "小",
	4: "標準",
	5: "大",
	6: "特大",
	7: "超特大"
})
//end v1.x content
);